﻿body, td, tr
{
    font-family: Century Gothic;
    font-size: 11px;
    text-decoration: none;
}

.style1
{
    font-family: Century Gothic;
    font-size: 9px;
    color: White;
    text-decoration: none;
}

.style2
{
    font-family: Century Gothic;
    font-size: 10px;
    color: White;
    text-decoration: none;
}


.gridvalue{color:Black;}

.highestrange{color:Red;}

.loginTable
{
	font-family: Century Gothic;
	font-size: 12px;
	color: #FFFFFF;
}

.contentHeader
{
	font-family: Century Gothic;
	font-size: 25px;
	color: #3B8391;
	font-weight:bold;
}

.contentHeaderText
{
	font-family: Century Gothic;
	font-size: 14px;
	font-weight: bold;
}

.text
{
	font-family: Century Gothic;
	font-size: 11px;
}

.textbox 
{ 
	color: #000000;
	background-color: #FFFFFF;  
	font-size: 11px; 
	border: #999999 1px solid;
	font-family: Century Gothic;
}

.errorText
{
    color:Red;
	background-color: #FFFFFF;  
	font-size: 11px; 
	font-family: Century Gothic;
}

.modalBackground 
{
	background-color:Gray;
	filter:alpha(opacity=70);
	opacity:0.7;
}

.modalPopup 
{
	background-color:#ffffdd;
	border-width:3px;
	border-style:solid;
	border-color:Gray;
	padding:3px;
	width:250px;
}


.collapseregion
{
    width:550px;
    margin:5px 5px 5px 5px;
    border:1px solid #000000;
}

.collapsePanelHeader
{
    color:White;
    background-color:Gray;
    padding:2px 2px 2px 2px;
}

.collapsePanel 
{
	height:0px;
	background-color:white;
	overflow:hidden;
}

.smalltext
{
    font-family: "Trebuchet MS";
	font-size: 9px;
}
/*
ul{margin: 0 auto;}
*/
ul.horizontal_list li
{
    text-align: left;
    float: left;
    list-style: none;
    padding: 3px 10px 3px 10px;
    margin: 5px;
    border: 1px solid #CCC;
}

.sectionheader
{
    font-family: Century Gothic;
	font-size: 14px;
}

.gridTableInner 
{
	border: 0px;
	padding: 0px;
}

.gridTableInner th 
{
	background-color: Gray;
	color:#FFFFFF;
	padding: 3px;
	border: none;
}

.gridTable 
{
	border: 0px;
	padding: 0px;
}

.gridTable th 
{
	background-color: #771200; 
	font-weight: bold;
	color:#FFFFFF;
	padding: 3px;
	border: none;
}

.gridTable th a:link, .gridTable th a:visited 
{
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	padding: 0px;
}

.gridTable th a:hover, .gridTable th a:visited:hover 
{
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: underline;  
}

.gridTable tr:hover{background: #DBEDC9;}

.gridTable td 
{
	padding: 4px;
    border-bottom: 1px dashed #CCCCCC;
    border-right: 1px dashed #CCCCCC;
    border-left: 0px dashed #CCCCCC;	
}







/*-------------- FOR FAQs ---------------*/
/* added by jason 2009-06-10 */

div.faq-subheader {
	font-weight:bold;
	text-decoration:underline;
	padding-bottom:15px;
}
div.faq-qn {
	font-weight:bold;
}
div.faq-ans {
	/*nothing yet*/
}
div.faq-spacer {
	height:15px;
}
table.faq-comparison {
	border:solid 1px #FF9900;
}
table.faq-comparison td, table.faq-comparison th {
	border:solid 1px #FF9900;
	text-align:center;
	width:130px;
}