/* mozilla.org MezzoTan DevMo Template Styles
 *
 */

#header hr,
#footer hr,
#nav-access {
	display: none;
}

/* Link Navigation */

	#tNavTop,
	#tNavBottom {
		list-style: none;
		text-align: right;
	}
	#tNavTop > li,
	#tNavBottom > li {
		display: block;
	}
	#tNavTop:before,
	#tNavBottom:after {
	  clear: both;
	}
	
	#tNavTop a[rel="prev"],
	#tNavBottom a[rel="prev"] {
		float: left;
		text-align: left;
	}
		
	#tNavTop a[rel="toc"] {
	  display: block;
	  text-align: center;
	}
	
	#tNavTop a[rel="next"],
	#tNavBottom a[rel="next"] {
		float: right;
	}

/* Footer */

	.tLicense {
		font-size: smaller;
	}

	#mBody {
		clear: both;
		padding: 0 0 1em 0;
	}

	#side {
		float: left;
		width: 200px;
		margin-bottom: 2em;
		margin-top: 0;
	}

	#mainContent {
		margin-left: 225px;
		margin-bottom: 3em;
	}
	.nomenu #mainContent {
		float: none;
		margin-left: 0;
		width: 100%;
	}
	.bodyleft {
		float: right !important;
		width: 74% !important;
	}
	#mainContent.right {
		margin-left: 0;
		margin-right: 250px;
		margin-bottom: 2em;
	}
	
	#side.right {
		float: right;
		width: 225px;
		margin-bottom: 2em;
		margin-top: 0;
	}

/* Sidebar */

	#getcd {
		margin: 1em 0 0 45px;
	}

/*accessibility tweaks*/
	.skipLink {
		position: absolute;
		left: -999px;
		width: 990px;
	}
	hr.hide {
		display: none;
	}

body {
	margin: 0 0 0 0;
	padding: 0; /* need for Opera */
	background: #fff;
	color: #333;
	min-width: 700px;
}

form { margin: 0; }
img { border: 0; }


/* Core site element widths */

/*#header, #breadcrumbs, #content, #footer {
	max-width: 1000px;
	margin: 0 auto;
}*/

#header { padding: 0 50px; }
#header ul { right: 0; } 
* html #header ul { right: 50px; } 
#breadcrumbs { padding: 0 50px; }
#content { padding: 0 50px; }
#footer-contents { padding: 0 20px; margin: 0 50px; }

#header div, #content, #breadcrumbs div, #footer-contents, #main-feature .feature-contents {
	max-width: 900px; margin: 0 auto;
}

#header div { position: relative; }

/* header */

#header {
	height: 38px;
	position: relative;
	border-bottom: 1px solid #A1A6B1;
	background: #33415D url("media/header-background.png") top repeat-x;
	z-index: 1;
}

#header h1 { margin: 0;	}

#header h1 img {
	font-weight: bold;
	color: #7f7c45;
}

#header ul {
	padding: 0;
	margin: 0;
	list-style: none;
	border-left: 1px solid #576178;
	border-right: 1px solid #1f2635;
	position: absolute;
	top: 0;
}

#header li {
	float: left;
	padding: 0;
	margin: 0;
}

#header ul span, #header ul a:link, #header ul a:visited {
	display: block;
	float: left;
	padding: 10px 15px;
	text-decoration: none;
	border-right: 1px solid #576178;
	border-left: 1px solid #1f2635;
	color: #dee0e5;
	height: 36px;
	voice-family: "\"}\"";
	voice-family: inherit;
	height: 16px;
} #ignored {}

#header ul li span,
#header ul li a.current,
#header ul li a:hover {
	background: #475470;
	color: #fff;
	text-decoration: underline;
}

#header ul li span,
#header ul li a.current {
	text-decoration: none;
}


/* breadcrumbs */

#breadcrumbs {
	background: #F7F8F8 url("media/breadcrumbs-background.png") bottom repeat-x;
	padding-top: 4px;
	padding-bottom: 30px;
	font-size: 85%;
	color: #999;
}

#breadcrumbs a:link,
#breadcrumbs a:visited {
	color: #666;
}

#breadcrumbs a:hover,
#breadcrumbs a:active {
	color: #333;
}


/* content */

#content {
	background: #fff;
}

/* Sidebar */

#nav:before {
	line-height: 0.1;
	font-size: 1px;
	background: transparent url("/img/template/menu_tr.gif") no-repeat top right;
	margin: 0;
	height: 9px;
	display: block;
	border-bottom: 1px solid #ddd;
	content: url("/img/box/key-point_tl.gif");
}
#nav {
	background: #E0E9E9 url("media/menu_back.gif") right repeat-y;
}
#nav:after {
	display: block;
	padding-top: 0;
	line-height: 0.1;
	font-size: 1px;
	content:  url("/img/box/key-point_bl.gif");
	margin: 0 0 0 0;
	height: 8px;
	background: transparent url("/img/template/menu_br.gif") scroll no-repeat bottom right ;
	border-top: 1px solid #fff;
}

#nav, #nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#nav {
	margin-bottom: 1em;
}	
#nav li {
	display: inline;
	padding: 0;
	margin: 0;
}

#nav li span { /* used for un-linked menu items */
	display: block;
	padding: 6px 10px;
	font-weight: bold;
	color: #666;
}
#nav li span#configParent, #nav li span #configuration {
	display: inline;
	font-weight: normal;
	padding: 0;
}
	
#nav li a {
	display: block;
	padding: 8px 10px;
	text-decoration: none;
	background: #EDF2F2;
	border-bottom: 1px solid #ddd;
	border-top: 1px solid #fff;
	border-right: 1px solid #ddd;
}
#nav li a:hover {
	background: #E0E9E9;
}
	
#nav li li span { /* used for un-linked menu items */
	padding: 4px 8px 4px 20px;
}

#nav li li a {
	padding: 6px 8px 6px 20px;
}
	
#oN {
	background-color: #E0E9E9;
}
#oN:hover {
	background-color: #C6DCDC;
}


/* footer */

#footer {
	clear: both;
	margin-top: 3em;
	margin-bottom: 1em;
	color: #888;
	padding: 25px 50px;	
	text-align: center;
}

#footer-contents {
	padding: 0;
	border-top: 1px solid #C9D0E0;
}

#footer ul#footer-menu {
	position: relative;
	top: -0.8em;
	margin: 0 1em 0 1em;
	padding: 0;
	list-style-type: none;
}

#footer ul#footer-menu li {
	display: inline;
	background: #fff;
	margin: 0 1em;
}

#footer ul#footer-menu li a {
	margin: 0 1em;
	white-space: nowrap;
}

#footer p {
	margin: 0.3em;
	clear: both;
}

#footer .site-tools {
	display: none;
}

.small-print {
	font-size: 85%;
	color: #888;
}

.small-print a:link,
.small-print a:visited {
	color: #888;
}

.small-print a:hover,
.small-print a:active {
	color: #333;
}

#locales {
	margin: 0 auto 1.5em auto;
	width: 610px;
	line-height: 160%;
}

#locales p {
	display: inline;
	margin: 0;
	padding: 0 0.3em 0 0;
}

#footer dl,
#locales ul {
	display: inline;
	margin: 0;
	padding: 0;
}

#locales li,
#footer dt,
#footer dd {
	padding: 0 0.3em 0 0;
	margin: 0;
	display: inline;
}

	hr {
		height: 1px;
		background-color: #000;
		color: #000;
		margin: 2em 0;
	}

	.hide { display: none; }

	ul.spaced li, ol.spaced li {
		margin-bottom: 0.5em;
	}

/* General Structure */
    body, td, th, input { /* redundant rules for bad browsers  */
            font-family: verdana, sans-serif;
            font-size: x-small;
            voice-family: "\"}\"";
            voice-family: inherit;
            font-size: small;
    }

	h1, h2, h3, h4, h5, h6 {
		margin: 1em 0 0.2em 0;
		border-bottom: 1px solid #ccc;
		font-family: arial, verdana, sans-serif;
	}
	li h1, li h2, li h3, li h4, li h5, li h6 {
		border: none;
	}

	#header h1 { border: 0; }

	h1 { font-size: 160%; font-weight: normal; }
	h2 { font-size: 150%; font-weight: normal; }
	h3 { font-size: 120%; }
	h4 { font-size: 100%; }
	h5 { font-size: 90%; }
	h6 { font-size: 90%; border: 0; }
	
/* Navigation */

        :link { color: #039; }
        :visited { color: #636; }
        :link:hover, :visited:hover { color: #333; }
        :link:active, :link:active { color: #000; }

/* Quotations */


/* Comments and other Asides */
	
	#main-feature a.download-link {
		display: block;
		padding: 0 0 12px 0;
		margin-bottom: 0.2em;
		text-decoration: none;
		color: #256504;
		width: 285px;
		margin-left: -8px;
	}
	
	
	#main-feature a.download-link span {
		display: block;
		padding: 9px 10px 0 58px;
		min-height: 43px;
	} * html #main-feature a.download-link span { height: 43px; }

	
	#main-feature a.download-link strong {
		font: 140% sans-serif;
		letter-spacing: -0.02em;
		text-decoration: underline;
		color: #256504;
	}
	
	#main-feature a.download-link em {
		font-style: normal;
		color: #367D10;
		letter-spacing: 0;
		display: block;
		padding-top: 3px;
		font-size: 85%;
	}
	
	#main-feature a.download-link:hover, #main-feature a.download-link:hover span, #main-feature a.download-link:hover strong {
		color: #143802;
		cursor: pointer; /* need for IE6 */
		background-position: 100% 100%;
	}
	
	#main-feature a.download-link:hover span {
		background-position: 100% 0;
	}
	
	#main-feature .download-info {
		font-size: 85%;
		color: #666;
		padding: 0;
	}
	
	#main-feature .download-other {
		font-size: 85%;
		color: #515F78;
		padding-left: 8px;
	}

	.brief-feature .home-download {
		float: right;
	}

	.note {
		color: #666;
		font-style: normal;
	}
	
	.first {
		margin-top: 0;
	}
	
	.remark {
		color: #666;
	}
	
	.sidenote {
		border: #666;
	}

/* Examples and Figures */

	div.example {
		border-color: #554FA0;
	}
	div.example:before {
		color: #666;
	}

/* Q and A (FAQ) */

ol.faq li a {
	text-decoration: none;
	border-bottom: 1px dotted #6C98EE;
}

ol.faq li a:hover {
	border-color: #039;
}

	
/* Tables */
	table {
		border-collapse: collapse;
		border: none;
		margin: 1em 0;
	}
	
	th {
		background: #ddd;
		padding: 5px;
		text-align: left;
	}
	
	tr.table-title th {
		font: 130% sans-serif;
		font-weight: normal;
		background: #666;
		color: #fff;
		border-top: 1px solid #666;
		padding: 0.5em 10px;
		text-align: center;
	}

	td {
		/* XXXUJL border-top: 1px solid #ddd; */
		font-size: 85%;
		padding: 5px;
		text-align: left;
	}

	table.data thead th {
		background: #e4ecec;
		empty-cells: hide;
	}

	table.data th,
	table.data td {
		border: 1px solid #ccc;
		font-size: 100%;
		line-height: 130%;
	}
	
	tr.odd {
		background: #F5F5F5;
	}


/* Lists */

dl {
	margin-top: 0;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0.2em 0 1em 1em;
}

#footer {
	background: url(media/footer.png) top repeat-x;
	text-align: left;
	margin-top: 4em;
	font-size: 85%;
}

#footer-contents {
	border: none;
}

#footer p {
	margin-top: 0;
	clear: none;
}

#footer a {
	color: #888;
	margin-right: 2em;
}



