/* 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:  black;
}

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;
	color:white;
}

/* Sets Body style for the top horizontal (navigation) frame) 
and creates the background/corner for the navbar */

body#nav {
	padding:0px; 
	margin:0px;
	background:url('../images/bannerback.jpg') top left repeat-x;
}

#nav div#navCorner {
	position:absolute; 
	top:0px; 
	left:0px; 
	width:223px;
	height:181px;
	background:url('../images/bannerleft.jpg') top left no-repeat; 
	z-index:200;
}

#nav div#navBar {
/*	position:absolute;
	top:143px;
	left:220px;
*/
margin-top:143px;
margin-left:222px;
border: solid  #CC9900; 
	border-width:0px 0px 0px 38px;
	height:45px;
	padding-left:22px;
	color:#ffffff;
	text-align:right;
	min-width:545px;
}


/*styles the search box */

#nav input.SearchControlButton {
	background:#ffffff; border:1px solid #006666; margin-top:3px
}

/* Make sure the graphic search button displays properly if images are switched off*/
#nav input.imagebutton {
	color:#ffffff;
	font-weight:bold;
	padding-left:4px;
}
/*the TOC graphic buttons */
#shortcontent input.imagebutton {
	color:#0B8A7E;
	font-weight:bold;

}

/* Styles the navigation links */

#codetabs, #searchtabs, span.print {
  	display: block;
	text-align: right;
	padding-top:15px;
	color:#ffffff;
	font-size:12px;
	font-weight:bold;

}

#codetabs, #searchtabs {
	margin-left:auto;
	}
#codetabs span.button, #searchtabs span.button {
	padding:15px 5px;
}
span.print {		
	padding:15px 5px;
	float:right; 
	}


#codetabs span a,  #searchtabs span a,  span.print a {
	color:#ffffff;
	width:15px;


	
}
#codetabs span a:hover,  #searchtabs span a:hover, #navBar span.print a:hover {
	color:#CC9900;
}

#nav #CodeName h1 a {
color:#fff; 
position:absolute; top:0px; left:223px; 
margin:0px;
padding:0px;
}


/* Body style for TOC/Search frame */
body {
 text-align: center; /*so the shaded area starts far enough down to match the tabs*/
 
	background:#CC9900; 
}

#shortwrapper { /* contains the corner image for the shorter TOC section*/
	background:#CC9900; 
	padding-left:30px;
	margin-bottom:0px;
}

#shortcontent { /* contains the body image for the shorter TOC section*/
	background:#CC9900; 
	padding-left:0px;
	padding-right:1em;
	padding-top:15px;
}

#wrapper { /*for taller section*/
	background:#CC9900; 
	padding-left:15px;
	margin-bottom:1em;
	color:#000000;

}


#content { /*for taller section*/
	background:#CC9900; 
	padding-top: 5px;
	padding-left:0px;
	padding-right:1em;
	margin-bottom:1em;
	margin-right:0em;
	color:#000000;
}


/*For some reason this prevents IE from doing crazy stuff with the expanding/contracting menus */
body#tocbody #content , body#tocbody #wrapper  {
	height:95%
}





/* styles to create the search/browse tabs */


div#tabs{
	width:240px; 
	text-align:right;
	color:black;
	padding:0px;
font-family:Times New Roman, serif;
}

#tabs ul {
 /* 	display: block;
*/	list-style-type: none;
	text-align: right;
}

#tabs li {
 /*   display: inline;
	display:block;
*/	font-size: 8pt;
	font-weight: bold;
	background:none;
	text-align:center;
	margin:4px;
	color:#004000;
border-bottom:1px dashed #004000;
margin-top:0px;
}

#tabs li#browse {
	
height:1.2em;
font-size:1.2em;/*
float:left;*/
text-align:left;
border:0px;
margin-left:18px;
font-family:Times New Roman, serif;
}

#tabs li#search {
	
height:1.2em;
font-size:1.2em;
text-align:right;
border:0px;
/*
float:right;*/
font-family:Times New Roman, serif;
}

#tabs  a {
	padding:3px 0px;
	display:block;
	color:#004000;
	font-size:1.1em;
}
#tabs  li a:hover {color:white;}
/*To make sure the tabs match their background widths--if text/images change, this will need to change too*/
#tabs li a.b {/*
	float:left;*/
text-align:left;
	margin-left:18px;
	}
	
#tabs li a.s {/*float:right;*/
text-align:right;}

a.file, a.button { text-decoration: underline; }
a  { text-decoration: none; }





/*Format the TOC itself */

.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
{
/*If there are checkboxes:
	margin-left: 3em;
	text-indent: -2.95em;
*/	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
{
/*If there are checkboxes:
	margin-left: 5em;
	text-indent: -2.95em;
*/	margin-left: 3em;
	text-indent: -.95em;
}

.ptoc2 p {
	margin-left: 5em;
	text-indent: -.95em;
/*If there are checkboxes:
	margin-left: 7em;
text-indent: -2.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;
}
