/* CSS Document */

td
{
	font-family: Frutiger, "Myriad Web" , "Trebuchet MS" , Helvetica, Arial, sans-serif;
	font-size: 12px;
}
a
{
	color: #446eff;
}
.info-body
{
	border-left: 0px solid #b0b0b0;
	border-right: 0px solid #b0b0b0;
	border-bottom: 0px solid #b0b0b0;
	padding: 20px;
}
.nav
{
	padding-top: 3px;
}
.nav a
{
	font-size: 12px;
	color: #003399;
	text-decoration: none;
}
.nav a:hover
{
	text-decoration: underline;
}
.nav-selected
{
	padding-top: 3px;
}
.nav-selected a
{
	font-size: 12px;
	color: #ffffff;
	text-decoration: none;
}
.nav-selected a:hover
{
	text-decoration: underline;
}
.btn-1
{
	background: url(images/btn_over.gif) no-repeat;
	text-align: center;
	width: 77px;
	height: 30px;
}
.btn-1-selected
{
	background: url(images/btn_over_sel.gif) no-repeat;
	text-align: center;
	width: 77px;
	height: 30px;
}
.btn-2
{
	background: url(images/btn_features.gif) no-repeat;
	text-align: center;
	width: 76px;
	height: 30px;
}
.btn-2-selected
{
	background: url(images/btn_features_sel.gif) no-repeat;
	text-align: center;
	width: 76px;
	height: 30px;
}
.btn-3
{
	background: url(images/btn_map.gif) no-repeat;
	text-align: center;
	width: 115px;
	height: 30px;
}
.btn-3-selected
{
	background: url(images/btn_map_sel.gif) no-repeat;
	text-align: center;
	width: 115px;
	height: 30px;
}
.main-img
{
	margin-right: 10px;
}
.main-title
{
	font-size: 18px;
	font-weight: bold;
}
.sub-title
{
	font-size: 16px;
	font-weight: bold;
}
.overview-td
{
	background: url(images/overview_bg.gif) right repeat-y;
	padding-top: 20px;
}
.overview-txt
{
	margin-right: 20px;
	line-height: 18px;
}
.score-txt
{
	font-size: 11px;
}
.score
{
	color: #003399;
	font-size: 14px;
	font-weight: bold;
	background-color: #afdfff;
	width: 15px;
	text-decoration: none;
	padding: 0px 2px;
}
.style1
{
	color: #CCCCCC;
}



/* for the tabs */
/* Not required for Tabs, just to make this demo look better... */body
{
	font-size: 16px; /* @ EOMB */
}
* html body
{
	font-size: 100%; /* @ IE */
}
body *
{
	font-size: 87.5%;
	font-family: "Trebuchet MS" , Trebuchet, Verdana, Helvetica, Arial, sans-serif;
}
body * *
{
	font-size: 100%;
}
h1
{
	margin: 1em 0 0;
	font-size: 18px;
}
h2
{
	margin: 2em 0 1.5em;
	font-size: 16px;
}
p
{
	margin: 0;
}
pre, pre + p, p + p
{
	margin: 1em 0 0;
}
code
{
	font-family: "Courier New" , Courier, monospace;
}
#update
{
	margin: 1.5em 0;
	border: 2px solid;
	padding: .75em;
	font-size: 16px;
}
#update, #update *
{
	color: red;
}
