@import url(includes/nav.css);
@import url(includes/SimplePanel.css);
@import url(includes/EnhancedPanel.css);
@import url(includes/EnhancedPanelV3.css);
@import url(includes/NiftyCornersPanel.css);
@import url(includes/BusinessCard.css);
@import url(includes/ContactUsProfile.css);
@import url(includes/PlantDetails.css);

/* **************** Base *****************/



html, body 
{
	margin:0;
	height: 100%; 
	padding: 0;
}

body 
{
	text-align:center;
    BACKGROUND: url(/images/main_bg.jpg) #DCCC8B repeat-x 0% 0%;
	font-family: Arial, Helvetica, sans-serif !important;
}

.popupBody 
{
	text-align:center;
    BACKGROUND-image: none !important;
	font-family: Arial, Helvetica, sans-serif !important;
}


#main 
{
	text-align:left;
	margin:0 auto;
	width:780px;
	height:100%;
}




#content 
{
    margin-left:14px; /* IE Hack */
    _margin-left:7px; /* IE Hack */
    float:left;
    width:748px;
    display:table;
    color: #444444;
}



#contentWrapper 
{
    margin-top:15px;
    float:left;
}


.columnHeader
{
    color: #000000;
    font-size: 14px;
}



.clear 
{
    clear:both;
    font-size:1px;
    margin-top:-1px;
}  

/* **************** Splash ****************/
.splash
{
    float:left;
    clear:both;
    margin-left:17px;  
    margin-top: -3px;
    z-index: -500;
}
    
  
/* **************** Links *****************/
a 
{
	font-size:11px;
    color:#214341; /* 214341 */
    text-decoration: none;
}

a:hover
{
	font-size:11px;
    color:#336865;
    text-decoration: underline;
}

.linkDivider
{
    color:#214341;
}

#content a
{
    color:#4A9792;
    font-weight:bold;
    text-decoration: none;
}

#content a:hover
{
    color:#336865;
    text-decoration: underline;
}

a.whiteLink
{
    color:#FFFFFF !important;
    font-weight:bold;
    text-decoration: none;
}

a.whiteLink:hover
{
    color:#CCCCCC !important;
    text-decoration: underline;
}


/* **************** Header *****************/

#header 
{
    background:url(/images/header.jpg) no-repeat;
    width:778px;
    height:55px;
}


/***************** General Styles *****************/
h2 /* Page Header */
{
	font-size: 17px;
	font-weight: 700;
	color: #424242;
	margin: 0px 0 15px;
}

.PageHeader /* Page Header */
{
	text-align:left;
	font-size: 17px;
	font-weight: 700;
	color: #424242;
	padding: 0px 0 15px;
}

h3 /* Section Header */
{
	font-size: 13px;
	font-weight: 700;
	color: #424242;
	margin: 10px 0 5px;
}

.SectionHeader /* Section Header */
{
	font-size: 13px;
	font-weight: 700;
	color: #424242;
	margin: 10px 0 5px;
}

.Center
{
	text-align:center;
}


.instructions
{
}

.note
{
    border:dotted 1px #CCCCCC;
    background-color:#EEEEEE;
    padding:2px;
}


.attention
{
    border:solid 1px TAN;
    background-color:LightGoldenrodYellow;
    padding:2px;
}


.error
{
    border:dotted 1px #CCCCCC;
    background-color:#444444;
    color:White;
    padding:2px;
}


.controlNote
{
	color: #777777;
	font-size: 10px;
}


.acronymLetter
{
	font-size: 20px;
	text-decoration:underline;
}

.requiredAst
{
	color: #214341;
}

ul
{
}

.formDivider
{
	width:100%;
	border-bottom: dotted 1px #777777;
}


.pagerStyle
{
	border: dotted 1px #CCCCCC;
    background-color:#fafaea;
}


/****************** Sales *****************/
.Sales_ProfileDivider
{
    border-top: dotted 1px #777777;
}


.Sales_ProfileTerritoryHeader
{
	font-weight:bold;
}

.Sales_ProfileTerritoryText
{
	font-size: 8pt;
}

/****************** Tables Styles *****************/

.genericTable
{
    border:solid 1px TAN;
	font-size: 10px;
    
    background-color:LightGoldenrodYellow;
}

.genericTable * td
{
	border-bottom: solid 2px white;
	padding: 2px;
}

.genericRow_Header
{
    font-weight:bold;
    color: Black;
    Font-Size:11px; 
    background-color: Tan;
    font-weight:bold;
}


.genericDivider
{
    
    border-top: solid 1px #999999;
}


.genericRow
{
	Font-Size:12px;
}


.genericRow_Alt
{
 	Font-Size:12px;
    background-color: PaleGoldenrod;
}

.selected
{
	background-color: #483D8B;
	color:#FFFFFF;
}



/* **************** Footer *****************/

#footer 
{
    color: #444444;
    margin-top:20px;
    font-size:9px;  
    text-align:center;
}

