/* Assorted Defaults */
html *
{
	padding: 0;
	margin: 0;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
}

/* black */
a,
a:active,
a:hover,
a:link,
a:visited,
h2,
.SearchTitle,
.SearchSubTitle,
.PrevLink,
.NextLink,
.prevnextlinks,
#contents th,
#tabs li#current,
div#contents,
#tabs a:hover,
p.ptext,
.ptoc p,
#contents table td {
  color:  #000;
}

body {
	background-color: #ffffff;
}

p,
body {
	color: #000000;
}

div.ptoc p {/*uncomment this for a very pale gray borer between TOC title entries */
/*	border-bottom: dotted 1px #F4F2F3; */ 
}

div#contents {
	margin-top:0px;
}

/*End colors*/


h1 {
	font-size: 12pt;
	color: white;
	margin: 0 0 0 1em;
}

h2 {
	font-size: 12pt;
	margin-top: .25em;
}

a:hover {
	text-decoration: underline;
}

/* Sets Body style for the top horizontal (navigation) frame) 
and creates the background/corner for the navbar */

body#nav {
	padding:0px; 
	margin:0px;
	background:#9ECAE5;
background:url("../images/header.jpg") repeat-x left top #9ECAE5;
}

	

#nav div#navBar {
position:absolute; top:96px; left:0px; 
	border:0px;
	height:30px;
	background:url('../images/navback.jpg')  #106951;
	width:100%;
	color:#ffffff;
	text-align:right;
	min-width:565px;
}


#nav #CodeName h1 {
color:#106951; 
position:absolute; top:0px; left:0px; 
margin:0px;
padding:0px;
}

/*styles the search box */

form#QuickSearch {
	display:block;
position:absolute; top:66px; left:0px; 
height:30px;
width:100%;
text-align:right;
	min-width:565px;
}


#nav input.SearchControlButton {
background:url("../images/search-input-bg.gif") no-repeat left top;
border:medium none;
height:18px;
padding:2px 4px;
width:140px;
color:#88452b;

vertical-align:top;
	margin-top:4px;
	
}

/* Make sure the graphic search button displays properly if images are switched off*/
#nav input.imagebutton {
	color:#88452b;
	font-weight:bold;
	margin-top:4px;
vertical-align:top;
margin-right:5px;
}

/* Styles the navigation links */

#codetabs, #searchtabs, span.print {
  	display: block;
	text-align: right;
	padding-top:8px ;
	color:#ddffff;
	font-size:12px;
	font-weight:bold;

}

#codetabs, #searchtabs {
	margin-left:auto;
	}
#codetabs span.button, #searchtabs span.button {
	padding:8px 5px;
}
span.print {		
	padding:8px 5px;
	float:right; 
	}


#codetabs span a,  #searchtabs span a,  span.print a {
	color:#ddffff;
	width:15px;	
}

#codetabs span:hover,  #searchtabs span:hover {
	background:url('../images/highlight.jpg') top left #d6c6a2; 
}
	
#codetabs span:hover,  #searchtabs span:hover,
#codetabs span:hover a,  #searchtabs span:hover  a{
	color:#224936;
}


/* Body style for TOC/Search frame */
body {
 text-align: center;
 padding-top:25px; /*so the shaded area starts far enough down to match the tabs*/
 background:#F3EDD3;
}

#wrapper { /*for taller section*/
	border-top:1px solid #7F7037;
	margin:15px;
}


#content { /*for taller section*/
	padding:10px;
}



/* styles to create the search/browse tabs */
div#tabs{
	position:absolute;
	top:0px; left:0px;
	width:100%;
	color:#7F7037;
	height:35px;
}
div#tabs * {
	font-family:Times New Roman, serif;
}

#tabs ul {
  	display: block;
	list-style-type: none;
	height:32px;
	padding:0px 15px;
}

#tabs li {
    display: inline;
	font-size: 10pt;
	font-weight: bold;
	text-align:center;
	margin:4px;
	display:block;
	color:#7F7037;
}

#tabs li#browse {
	font-size:1.1em;
	float:left;
	margin-left:10px;
}

#tabs li#search {
	font-size:1em;
	float:right;
	margin-right:10px;
}

#tabs  a {
	padding: 4px 0px 0px 0px;
	display:block;
	color:#7F7037;	
}

#tabs  li a:hover {color:#88452B; }
#tabs li a.b { float:left; margin-left:5px; }
#tabs li a.s { float:right; }



/*Format the TOC itself */

a.file, a.button { text-decoration: underline; }
a  { text-decoration: none; }


.ptext {
	text-align:left;
	font-size:8pt;
	margin-bottom:0.75em;
}

.updated { 
	background-color: yellow; 
	padding:0px  2px; 
	margin: 0;
	font-weight: normal; 
	color: #FF0000;
}

/*checkbox height must be specificed so IE doesn't make them huge
then vertical-align must be specifice so FireFox won't push them to the top of the line*/
.ptoc p input {
	height:1.2em;
	vertical-align:middle;
}

.ptoc p {
	margin-left: 1em;
	text-indent: -.95em;
	padding-bottom:0.1em;
	text-align: left;
	font-size: 8pt;
	margin-top: 3px;
	margin-bottom: 3px;
	text-align: left;
	color:#000000;
	text-transform: none;
}


.ptoc1 p {
	margin-left: 3em;
	text-indent: -.95em;
}

.ptoc2 p {
margin-left: 5em;
	text-indent: -.95em;
 }


/*These seem to be for search results 
*/

#contents table td {
font-size: 8pt;
}

#contents th {
font-size: 8pt;
}

/* format the <i> tag (to pick up "No Results Found") and the Results Table*/
table.ResultsTable, i {
font-size: 8pt;
	color:#000000;
}

.NextLink,
.PrevLink {
   margin: 0;
   font-weight: bold;
	width: 55px;
   font-size: 8pt;
}

.PrevLink {
   float: left;
}
.NextLink {
	float: right;
}

.prevnextlinks {
   font-size: 8pt;
}

.SearchSubTitle {
  font-size: 8pt;
  margin: .25em 0;
}
.SearchTitle {
  font-size: 12pt;
  margin: .5em 0;
  font-weight: bold;
}

a.file {
  font-size: 8pt;
  font-weight: bold;
  text-decoration: underline;
}
a:hover {color:#88452B; }
