/* 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, legend,
.SearchTitle,
.SearchSubTitle,
.PrevLink,
.NextLink,
.prevnextlinks,
#contents th,
#tabs li#current,
div#contents,
#tabs a:hover,
p.ptext,
.ptoc p,
#contents table td {
  color:  white;
}

body {
	background-color: #ffffff;
}

p,
body {
	color: #ffffff;
}

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:url('../images/back.jpg') top center no-repeat #d3e5f9;
}



#nav div#navBar {
width:100%;
	background:url('../images/searchform2-blank2.gif') top left no-repeat #fff;
	min-width:800px;
	height:52px;
}
#nav div#innerNav {
margin: 0 auto 0 auto;
	width:785px;
	border:0px;
	padding:0px;
	color:#ffffff;
	text-align:right;
}

#nav div#navTabs {
	min-width:785px;
	text-align:center;
	width:100%;
	height:39px;
	padding:0px;
}

#nav div#navTabs div {
	margin:0px auto;
	/*Slightly hacky, to get around mysterious issues in IE6 */
	padding-left:0px !important;
	padding-left:11px;
	width:785px !important;
	width:806px;
	min-width:785px;
	height:39px;
}
#nav div#navTabs img { border:0px;border:0px; padding:0px;margin:0px; }
#nav div#navTabs a {float:left;padding:0px;margin:0px;}

#nav #CodeName h1 a { color:#076bc9; text-decoration:none;}
#nav #CodeName h1  {
	margin:0px;
	padding:0px;
	background:none;
	height:96px;
}
#nav #CodeName  {
width:100%;
margin:0px;
padding:0px;
height:96px;
}

/*styles the search box */
form#QuickSearch {
	display:block;
	width:280px;
	height:48px;
	float:left;
	text-align:left;
	margin:0px;
	margin-top:0px;
	padding:0px;
	background:url('../images/searchform2.gif') top left no-repeat;
}
#nav input.SearchControlButton {
	display:block;
	background:white; 
	border:1px solid #fff; 
	margin-top:19px;
	margin-left:35px;
	width:150px;
}

/* Make sure the graphic search button displays properly if images are switched off*/
#nav input.imagebutton {
	color:#3b628b;
	font-weight:bold;
	padding-left:4px;
	display:block;
	float:right;
	margin-top:18px;
	margin-right:37px !important;
	margin-right:17px;
}

/* Styles the navigation links */

#codetabs, #searchtabs {
	position:absolute; top:140px; left:285px;
  	display: block;
	text-align: left;
	color:#56750D;
	font-size:12px;
	font-weight:bold;
	margin-right:2em;
	padding-top:10px;
	white-space:nowrap;
}
	
#codetabs span, #searchtabs span {
	padding:0px 5px;
	text-align:left;
}

#codetabs span a,  #searchtabs span a,  span.print a {
	color:#56750D;
	width:15px;
}
#codetabs span a:hover,  #searchtabs span a:hover, #navBar span.print a:hover {
	color:#304302;
}


/* Body style for TOC/Search frame */
body {
 text-align: center;
 padding-top:17px; /*so the shaded area starts far enough down to match the tabs*/
	background:url('../images/toc_back.gif') top left repeat-y #3b628b; 
}

#wrapper { /*for taller section*/
	width:270px;
	padding:0px;
	margin-bottom:1em;
	color:#fff;
	height:95%
}


#content { /*for taller section*/
	margin:1.5em 1em 1em 1.2em;
	color:#fff;
}



div#tabs{
	position:absolute;
	top:0px; left:0px;
	width:270px;
	color:#fff;
	height:35px;
}

#tabs ul {
  	display: block;
	list-style-type: none;
	height:32px;
	padding:0px 15px;
}

#tabs li {
    display: inline;
	font-size: 8pt;
	font-weight: bold;
	text-align:center;
	margin:4px;
	display:block;
	color:#fff;
}

#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:#fff;	
}

#tabs  li a:hover {color:#FFFFCB; }
#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;
	margin-right:4px;
}

.ptoc p {	
	padding-bottom:0.1em;
	text-align: left;
	font-size: 8pt;
	margin-top: 3px;
	margin-bottom: 3px;
	text-align: left;
	color:#fff;
	text-transform: none;
}

.BOXptoc p { 
	margin-left: 3em;
	text-indent: -2.95em;
}

.ptoc p { 
	margin-left: 1em;
	text-indent: -.95em;
}

.BOXptoc1 p {
	margin-left: 5em;
	text-indent: -2.95em;
}

.ptoc1 p {
	margin-left: 3em;
	text-indent: -.95em;
}

.BOXptoc2 p {
	margin-left: 7em;
	text-indent: -2.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:#fff;
}

.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;
}


.hide {
	display:none;
}
span.ajx {
	margin-left: -0.12em;
	cursor: pointer;
	cursor: hand;
}

fieldset.scope {
	border:0px;
	display:inline;
}
.scope legend {
	text-align:center;
	width:190px;
}
fieldset.options {
	border:0px;
	padding:0.5em;
}
.options legend {
	padding-top:0.5em;
}

fieldset legend{
	font-weight:bold;
}

a.MainFormButton {
	font-size:12px;
	margin:2px;
	 color:#fff;
	 font-weight:bold;}
	 
	 
div#frameless {
	font-weight:bold;
	font-size:12px;
	padding:5px;
}
