html
{
	background-repeat: no-repeat;
	background-position: top right;
	background-color: white;
}

body {
	font-family: 'Lucida Grande', Verdana, Geneva, Lucida, Helvetica, Arial, sans-serif;
	font-weight:normal;
	font-size:10pt;
	color: #666666;;
	margin:0px 0px 0px 0px;
	padding:0px;
	height: 100%;

}

h1, h2, h3, h4
{
	margin-bottom: 0;
}

h1, h2
{
	padding-bottom: 3px;
	border-bottom: 1px solid #ccc;
}

h1 {
	font-size:14pt;
}

h2 {
	font-size:13pt;
}

h3 {
	font-size:12pt;
	font-weight:bold;
}

a
{
    color: #990033;
}

#header {
	font-size:20px;
	font-weight:bold;
	text-align: right;
	height:100px;
}

#header div.headerimage1
{
	position: absolute;	
	left: 10px;	
	top: 10px;    
    width: 128px;
    height: 82px;
    background-image: url('logo1.jpg');
    background-repeat: no-repeat;
    background-position: top left;
}

#header div.headertext1
{
	position: absolute;	
	display: none;
	left: 10px;	
	top: 87px;    
    width: 190px;
    height: 25px;
	font-size: 12pt;
	text-align: center;	
}

#header div.headerimage2
{
    display: block;
    float: right;
    width: 498px;
    height: 100px;
    background-image: url('logo2.jpg');
    background-repeat: no-repeat;
    background-position: top right;
}

#header div.headertext2
{
	position: absolute;	
	left: 144px;	
	top: 65px;    
    width: 190px;
    height: 20px;
	
	font-size: 16px;
    color: #999999;
    text-align: left;
    font-style:italic; 
	vertical-align: top;	
}

#toc {

	width:220px;
	padding:0px 10px 0px 10px;
}

#tocpane
{
	background-color: rgb(225,225,243);
	height: 650px;
}

#contentpane
{
	background-color: #ffffff;
}

#topiclist_div00
{ 
	position: relative;
	top: 10px;
	height: 100px;
	padding-top: 10px;
    	font-style: italic; 
    	text-align: left;
}

#topiclist_div01
{
    position: relative;
    padding-top: 10px;
    height:120px;
    text-align: center;
}

#topiclist_div02
{ 
    position: relative;
    padding-top: 10px;
    height: 20px;
    text-align: center;  
}



.mainmenu {
	padding:10px;
	padding-right:10px;
	background:rgb(210,210,243);
	border-bottom: 1px solid #B7B7B7;
	border-top: 1px solid #B7B7B7;
	color:white;
	text-align:right;
	font-size: 9pt;
}

.mainmenu a {
	color:#737373;
	text-decoration:none;
}

.mainmenu a:hover {
	color: #990033;
}

#content {
	padding: 1em 1em 1em 1em;
	line-height: 135%;
	width: 600px;
}

#footer {
	clear:both;
	color: gray;
	font-size:8pt;
	text-align:center;
	margin-top:0px;
	padding:10px;
	border-top: 1px solid #B7B7B7;
}

.topic {
	font-size: 9pt;
	padding: 0px 0px 0px 0px;
}

.topic div {
    background-image: url('arrowdown.gif');
    background-repeat: no-repeat;
    background-position: left center;
    margin: 0px;
	font-size: 8pt;
	font-weight:bold;
	color:#2A480A;
	padding: 5px;
	padding-left: 15px;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #E2E2E2;
}

.topic ul
{
    margin: 0px;
    padding: 0px;
}

.topic ul li
{
    list-style: none;
    margin: 0px;
    padding: 5px;
	padding-left: 15px;
	border-bottom: 1px dotted #D8D8D8;
}

.topic a {
	color:#4F811A;
	font-size: 8pt;
	text-decoration: none;
}

.feature-list
{
	list-style-image: url('lightbulb.gif');
}

.topic a:hover {
	color:#2A480A;
}

tt {
	font-family: "Courier New", Courier, mono;
	border-bottom: 1px dotted silver;
}

dl
{
	margin: 0 2em;
}

dt
{
	font-weight: bold;
	margin-bottom: 0.15em;
}

dd
{
	margin-left: 2em;
	margin-bottom: 0.75em;
}

.quicksearch .search .searchBox
{
	width: 25em;
}

.quicksearch .search
{
	text-align: center;
	padding: 2em;
}

.searchItem
{
	margin-top: 20px;
	margin-left: 20px;
	margin-right: 20px;
}

.searchItemBody
{
	margin-top: 0em;
	font-size: 0.9em;
}

.searchItemLink
{
	font-size: 1.05em;
}

.searchterm
{
	font-weight: bold;
}

.searchAPIItem
{
	margin-top: 5px;
	margin-left: 20px;
	margin-right: 20px;
}

.searchHeader, .emptyResult
{
	margin-top: 30px;
}

.empty_search_result
{
	text-align: center;
	margin: 30px;
}

/** Comments **/

div.tip, div.info, div.note
{
	border-top:2px solid #0cf;
	border-bottom:2px solid #0cf;
	padding:1em 1em 1em 40px;
	margin: 1em 2em;
	border-color: #32CD32;
	background-color: #EBFFCE;
	background-repeat: no-repeat;
	background-position: 10px 50%;
	background-image: url(lightbulb.gif);
}

div.info
{
	border-color: #87CEFA;
	background-color: #EEF9FD;
	background-image: url(information.gif);
}

div.note
{
	border-color: #FFD700;
	background-color: #FFF5E1;
	background-image: url(error.gif);
}

div b.tip
{
	font-size: 1em;
	padding-right: 0.5em;
}

#content img.figure, #content p img.figure
{
	display: block;
	margin: 1em auto;
	background-color: White;
	padding: 15px;
	border: 1px solid #eee;
}

div.caption
{
	text-align: center;
}

table.tabular, table.tabular td, table.tabular th
{
	border: 1px solid #ccc;
	border-collapse: collapse;
	padding: 0.3em;
}

table.tabular
{
	margin: 1em auto;
	width: 80%;
}

table.tabular td
{
	padding: 0.75em;
}


div.last-modified
{
	font-size: 0.8em;
	color: #999;
	margin-top: 5em;
	margin-bottom: -3em;
}

.start-page
{
	clear: both;
	height: 300px;
}

.start-block
{
	width: 230px;
	height: 250px;
	float: left;
	padding: 0 15px;
	margin-bottom: 20px;
}

.start-page .examples
{
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
}

#desktop_compare img
{
	vertical-align: middle;
}
