/* This stylesheet controls the layout of the core version */

/* GENERAL LAYOUT */

body {
	font-family: Georgia, Palatino, "Times New Roman", Times, serif;
	text-align: center;
	background-color: #000;
	}

#wrapper {
	width: 700px;
	margin: 0 auto;
	text-align: left;
	background-color: #fff;
	}
	
#header {
	background-color: #000;
	}
	
#nav {
	padding-left: 10px;
	font-family: "Lucida Grande", "Lucida Sans", "Helvetica Neue", Arial, sans-serif;
	background-color: #7695B6;
	}
	
#tableofcontents {
	padding: 10px;
	}

#tableofcontents ul ul {
	margin-top:3px;
	margin-left:10px;
	}

#tableofcontents ul ul ul {
	margin-top:3px;
	margin-left:20px;
	}
	
#tableofcontents ul li {
	list-style:none;
	font-size: 12px;
	}
	
#tableofcontents ul li li {
	list-style:none;
	font-weight: normal;
	font-size: 11px;
	}
	
#tableofcontents ul li li li{
	list-style:none;
	font-weight: normal;
	font-size: 10px;
	}
	
#maincontent {
	padding: 20px 10px;
	}
	
#maincontent.contributors ul {
	margin-left:20px;
}
#maincontent.contributors li {
	list-style-type: none;
}

#maincontent h2 {
	margin-bottom: 20px;
	padding: 10px 5px;
	font-size: 16px;
	font-family: "Lucida Grande", "Lucida Sans", Lucida, "Helvetica Neue", Arial, sans-serif;
	text-transform: uppercase;
	}

#footer {
	clear: both;
	margin-top: 20px;
	padding: 10px 0;
	color: #fff;
	text-align: center;
	font-size: 12px;
	line-height: 22px;
	background-color: #333;
	}
	
/* HEADER */

#header {
	padding-top: 10px;
	color: #87868C;	
	background: url(media/graphics/interface/banner.jpg) top left no-repeat;
	font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
	text-align: right;
	}

#header h1 {
	}
	
#header h2 {
	background-color: transparent !important;
	}
	
/* NAVIGATION */

#nav ul li {
	float: left;
	}
	
#nav ul li a,
#nav ul li.here {
	display: block;
	margin: 4px 2px 0 2px;
	padding: 5px 5px;
	font-size: 12px;
	text-decoration: none;
	color: #000;
	background-color: #AFC4D9;
	}
	
#nav ul li.here {
	font-weight: bold;
	color: #000;
	background-color: #fff;
	}
	
#nav ul li a:hover {
	background-color: #bbd2ea;
	}
	
/* MAIN CONTENT */

h2.page_title {
	margin: 10px 0 5px 0;
	padding: 0px;
	font-size: 18px;
	background-color: transparent;
	}
	
div#tech_notes h3 { /* hides the extra h3 pulled in from the technotes.txt file */
	display: none;
	}
	
div.page {
	clear: both;
	margin: 0;
	padding: 0 0 10px 0;
	}

.topnav {
	text-align:right;
	margin-bottom: 10px;
	}	

div.topnav a {
	font-size: 10px;
	}

div.page.innerNode {
	margin: 0;
	padding: 0;
}

div.page.innerNode h2 {
	margin: 0;
	padding: 5px;
}
	
/* DOWNLOAD PAGE */

div#dl_agree h2 {
	background-color: transparent;
	margin-bottom: 0;
	}
	
/* FOOTER */

#footer a {
	color: #fff;
	text-decoration: underline;
	}

/*to hide stuff in the print version that is to be displayed in the module version*/	
.print_hide {
	display: none;
	}
