.light {
	color:#7FBCE8;
}
.dark {
	color:#4AA0E0;
}

body {font-family: Verdana, Arial, Helvetica, sans-serif;}

h1 {
	font-family: Thaoma, Arial, Helvetica, sans-serif;
}

h2 {
	font-family: Thaoma, Arial, Helvetica, sans-serif;
}


.header {
	text-align:center;
	font-family: Thaoma, Arial, Helvetica, sans-serif;
}

.footer {
	background-image:url(footer-bg.gif);
	background-position:top;
	background-repeat: repeat-x;
}

acronym, abbr, dfn, .help {
	cursor: help;
}

a {color: #4AA0E0;}
a:hover {
	color: #7FBCE8;
}

hr, .line {color: #7FBCE8;
  background-color: #4AA0E0; border-top: 1px; border-bottom:0px; border-style: solid;}

ul > li {
	list-style-type:square;
}

div.whitebox {
	background-color: #FFFFFF; 
	border-style: solid; 
	border-width: 2px;
	border-color: #7FBCE8;
	background:url(widget-bg.gif) repeat-x bottom;
	-moz-border-radius: 4px;
	padding: 10px;
	margin-top: 8px;
	  --width: 90%;
	  --align: center;
}
.whitebox p {
	font-size: small;
}

fieldset, .box, fieldset.box {
	background-color: #FFFFFF; /* #EFF8FC; */
	background-image:url(widget-bg.gif);
	background-position:bottom;
	background-repeat: repeat-x;
	border-style: solid; 
	border-width: 1px;
	border-color: #7FBCE8;
	border-left-color: #66CCFF;
	border-top-color: #66CCFF;
	border-radius: 4px; -moz-border-radius: 4px; -webkit-border-radius: 4px; -khtml-border-radius
4px;
	  padding: 10px;
	margin-bottom: 8px; 
	  --width: 90%;
	  --align: center;
}

legend {
	color: #7FBCE8;
	font-family: Thaoma, Arial, Helvetica, sans-serif;
	font-weight:bold;
	text-align:right;
}


/* Chapter List */

.tab {
		margin-left: 0px;
		-border-collapse:collapse;
		-border-spacing: 0;
		padding: 0;  
}

.bgfield {
	background:url(content-bg.gif) top repeat-x;
	background-color: #FFFFFF; /* #EFF8FC; */
	padding-bottom: 2px;
}

.bgfield > td, td.bgfield {
	border-right: 1px solid #7FBCE8;
	border-bottom: 2px solid #7FBCE8;
	border-top: 1px solid #00CCFF;

}

.bgfield > td:first-child {
	border-left: 1px solid #00CCFF;
}


.attributes {font-size: small;}

.note {font-family: Times, "Helvetica", "Georgia"; color: grey;}

.flag {
	padding-right: 2px;
}

/* ------------------------------------------- */

#doc, .doc {
	margin: 0px;
}

#content, .content {
	margin: 16px;
}

#topdoc, .topdoc {
	--background:#4AA0E0;
	background:url(top_page_bg.gif) repeat-x bottom;
	border-bottom:#7FBCE8  2px solid;
	padding: 4px;
	
	color:#FFFFFF;
	font-family: Calibri,Trebuchet MS,verdana,monospace,Sans-serif;
	font-size:16px;
	font-weight:bold;
	text-shadow: 0px -1px #036AD7;
	padding-right: 8px;
}
#topdoc a, .topdoc a, #bottomdoc a, .bottomdoc a{
	color: #FFFFFF; /*#0cf;*/
	font-size:14px;
	text-decoration: none;
}
#topdoc a:hover, .topdoc a:hover, #bottomdoc a:hover, .bottomdoc a:hover{
	color: #FFFE8E;
	-border-bottom:#fff 1px solid;
}
#topdoc img {
	vertical-align:middle;
}

#bottomdoc, .bottomdoc {
	background:#4AA0E0;
	background:url(top_page_bg.gif) repeat-x bottom;

	border-top: #7FBCE8 2px solid;
	padding: 4px;
	
	color:#9EEDFE;
	font-size:10px;
}






.bulleticon {
	border: none;
	vertical-align:middle;
	width: 16px;
	height:16px;
}

ul.bulleticonlist > li {
	list-style:none;
	padding-top: 4px;
	padding-bottom: 4px;
}

ul.bulleticonlist > li > a {
	text-decoration: none;
}