/* style: blue */

html {
	min-width: 600px;
	background: #ddd;
	padding: 0.5em 2em 3em 2em;
	color: #32A6FC;
}

body, div, td, th, h2, h3, h4 { /* redundant rules for bad browsers  */  
    font-family: "Lucida Grande", verdana, arial, helvetica, sans-serif;
	font-size:    x-small;
	voice-family: "\"}\"";
	voice-family: inherit;
	font-size: small;
	color: #333;
}  

a { color: #000; }
a:hover { color: #333; }
a:active { color: #000; }

p { line-height: 140%; }

h1 {
	font-family: "Lucida Grande", verdana, arial, helvetica, sans-serif;
	font-weight: bold;
	font-size: 140%;
	color: #333;
	padding-bottom: 2px;
	border-bottom: 1px dotted #CCC;
	margin: 0;
}

h2 {
	font-family: "Lucida Grande", verdana, arial, helvetica, sans-serif;
	padding-top: 1em;
}

.note {
	background: #EEE;
	padding: 4px;
	font-family: "Lucida Grande", verdana, arial, helvetica, sans-serif;
	font-size: 85%;
	line-height: 130%;
}

#main {
	text-align: left;
	border: 1px solid #666;
	background: #FFFDF3;
	clear: both;
	width: 98%;
	margin-top: -1px;
}

#bodyarea {
	padding: 20px;
	min-height: 300px;
}

#topbar {
	padding-bottom: 0.5em;
	font-family: "Lucida Grande", verdana, arial, helvetica, sans-serif;
	font-weight: bold;
	font-size: 200%;
}

#topbar a { text-decoration: none; color: #000; }

#topbar a:hover { text-decoration: underline; }

/*///////////// Tabs Code ////////////*/

#tabs {
	font-family: "Lucida Grande", verdana, arial, helvetica, sans-serif;
	font-size: 85%;
	clear: both;
	text-align: center;
}

#tabs ul {
	display: inline;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#tabs li { float: left; }

#tabs a,span { width: 90px; }

#tabs span {
	position: relative;
	top: 0;
	margin: 0 2px 0 0;
	float: left;
	background: #0099CC;
	border-right: 1px solid #666;
	border-top: 1px solid #666;
	border-left: 1px solid #666;
	padding: 6px 4px 6px 10px;
	text-decoration: none;
	color: #F8AB0C;
}

#tabs a {
	position: relative;
	top: 0;
	margin: 1px 2px 0 0;
	float: left;
	background: #32A6FC;
	border-right: 1px solid #AAA;
	border-top: 1px solid #AAA;
	border-left: 1px solid #AAA;
	padding: 5px 4px 5px 10px;
	text-decoration: none;
	color: #FFFFFF;
}

#tabs a:hover {
	background: #F8AB0C;
	position: relative;
	top: 0;
	padding: 5px 4px 6px 10px;
	margin-top: 0px;
}

#tabs a.active {
	position: relative;
	top: 0;
	margin: 0 2px 0 0;
	float: left;
	background: #0099CC;
	border-right: 1px solid #666;
	border-top: 1px solid #666;
	border-left: 1px solid #666;
	padding: 6px 4px 6px 10px;
	text-decoration: none;
	color: #F8AB0C;
}

#tabs a.active:hover {
	position: relative;
	top: 0;
	margin: 0 2px 0 0;
	float: left;
	background: #0033CC;
	border-right: 1px solid #666;
	border-top: 1px solid #666;
	border-left: 1px solid #666;
	padding: 6px 4px 6px 10px;
	font-weight: bold;
	color: #F8AB0C;
}

#subtabs ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#subtabs li {
	float: left;
	padding: 0 8px 0 8px;
	border-left: 1px solid #FFF;
	white-space: nowrap;
	color: #F8AB0C;
}

#subtabs li:first-child { border-left: none; }  /* does not work in IE */

#subtabs {
	font-family: "Lucida Grande", verdana, arial, helvetica, sans-serif;
	font-size: 85%;
	background: #0099CC;
	color: #F8AB0C;
	padding: 5px 7px 7px 7px; /* for All other Browsers */
}

#subtabs a{
	font-family: "Lucida Grande", verdana, arial, helvetica, sans-serif;
	font-size: 85%;
	background: #0099CC;
	color: #FFF;
	padding: 5px 7px 7px 7px; /* for All other Browsers */
}
/* tabs done */

abbr, acronym, .help { /* do not use <abbr> since IE does not show the associated tooltips, always use <acronym> when marking your abbrevations! .help is for SPAN with class="help" */
	text-decoration:none;
	border-bottom:1px dotted #333;
	cursor:help;
} 