html { background: #ffffff; }
body {
	font-family: Helvetica, Arial, sans-serif;
		margin: 0px auto 0px auto;
			text-align: left;
	margin: 8px auto 0px auto;
	padding: 0px;
	width: 739px;
	}
/*
a {
	color: #003399;	
}
*/
.logo {
	clear: both;
	}
#quote {
		color: #666666;
		line-height: 1.25em;
		font-size: 14px;
	}
#quote span {
	font-size: 12px;
	line-height: 1em;
}	
#pagettl {
font-size: 21px;
}	
li {
padding-bottom: 12px;

}
#hero {
	width:739px;
	border-bottom: 2px solid #FFF;   
	clear: both; 
}
#login {
float: right;
	padding:4px 1em;
}
.intro {
	font-size: 14px;
	line-height: 21px;
	border-bottom: 4px solid #006699;
	text-align: center;
}
.pad {
	padding: 8px;
}
.basic {
	font-size: 12px;
	line-height: 16px;
}
.msgtitle 
{
	font-size: 14px;
	line-height: 14px;
}
.msgpostedby
{
	font-size: 10px;
	line-height: 10px;
}
.msgtext
{
	font-size: 12px;
}

td.boxHome    {
	line-height: 1.5em;
	vertical-align: text-top;
	padding: 12px;
	font-size: 12px;
}


/* navigation bar */
#navigation ul {
	list-style: none;
	margin: 0;
	padding:0;
}
#navigation li {
	background: #333;
	border-left: 1px solid #FFF;
	float: left;
	margin: 0;
	padding:4px 1em;
}	
#navigation a {
	color: #FFF;
	
	text-decoration: none;
	font-family: Trebuchet MS, Helvetica, Arial, sans-serif;
	font-size: 12px;
	text-transform: uppercase;
}
#navigation li:hover {
	background: #666;
}

#navigation ul li.on {
	background: #006699 url(images/nav_arrow.gif) no-repeat 5px center;
	
}
		
#navwrapper {
	width: 740px;
	background: #333;
	float:left;
	border-bottom: 1px solid #FFF;
		clear: both; 
}



#copyright {
	font-size: 10px;
	color: #666666;
	background-color: #CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
	padding: 5px;

}


#footer {
	 width: 739px;
	 text-align: center;
	 	clear: both;
	 }
.errormsg {
	font-size: 13px;
	color : #FF0000;
	font-family : verdana;
	 font-style:inherit;
}

/* Style for doxygen documentation */

.memtemplate {
	font-size: 80%;
	color: #606060;
	font-weight: normal;
	margin-left: 3px;
} 
.memnav { 
	background-color: #e8eef2;
	border: 1px solid #84b0c7;
	text-align: center;
	margin: 2px;
	margin-right: 15px;
	padding: 2px;
}
.memitem {
	padding: 4px;
	background-color: #eef3f5;
	border-width: 1px;
	border-style: solid;
	border-color: #dedeee;
	-moz-border-radius: 8px 8px 8px 8px;
}
.memname {
	white-space: nowrap;
	font-weight: bold;
}
.memdoc{
	padding-left: 10px;
}
.memproto {
	background-color: #d5e1e8;
	width: 100%;
	border-width: 1px;
	border-style: solid;
	border-color: #84b0c7;
	font-weight: bold;
	-moz-border-radius: 8px 8px 8px 8px;
}
.paramkey {
	text-align: right;
}
.paramtype {
	white-space: nowrap;
}
.paramname {
	color: #602020;
	font-style: italic;
	white-space: nowrap;
}
.normalText
{
  font-size: 0.875em;
}
.smallText
{
  font-size: 0.75em;
}
.smallestText
{
  font-size: 0.625em;
}
/* End Styling for doxygen documentation */

/* Start styling for resource page */
/* 
	background:#d3a081
*/
td.resource {
        vertical-align:top;
        font-size: 12px;
	background:#CCFFCC; 
}

td.headResource {
	text-align: center;
        vertical-align:middle;
        font-size: 14px;
	background:#00FFFF;
        color:#810541;
}

div#pageTitle {
	text-align: center;
        vertical-align:middle;
        font-size: 12px;
	background:#00FFFF;
        color:#810541;
}

A:link, A:visited, A:active {text-decoration: none}
A:hover {text-decoration: underline}
/* .resourceLink 
 :visited :active:hover {
*/

