﻿/* 
Menu Background         #DAE8F5
Menu Border             #9BBCDD
Menu Text               #015CB2
Mouse Over              #E34C20
*/

body
{
    background-color: #dedede;
    margin-top: 5px;
    margin-left: 0px;
    margin-right: 0px;
    background-image: url('../images/efx/efx_bg.jpg');
	background-position : center;
	background-repeat : repeat-y;
	background-attachment: fixed;
}

a
{
    text-decoration: none;
    color: #336699;
    font-weight: bold;
}

a:hover
{
    color: #E34C20;
}

img
{
    border: 0px;
}

ul	
{
    float: left;
    margin-left: 25px;
	list-style-image:url('../images/efx/efx_bullet.gif');
	vertical-align: top;
}

li
{
    padding-bottom: 20px;
    vertical-align: top;
}

.clsValidationMsg
{
	color: Red;
	font-weight: bold;
	font-size: 12pt;
	text-align: center;
}

.clsHighlight
{
    color: #E34C20;
}

.clsPaper
{
    background-color: #ffffff;
    border: 0px solid #9BBCDD;
    width: 740px;
    height: 600px;
    margin: auto;
}

.clsLogoBarDiv
{
    height: 90px;
	overflow: hidden;
}

.clsNavMenuDiv
{
    float: left;
    background-color: #DAE8F5;
    border: 1px solid #9BBCDD;
    width: 160px;
    height: 600px;
    padding: 3px;
    margin-left: 5px;
}

.clsNavMenu
{
    font-family: helvetica;
    font-size: 0.85em;
    font-weight: bold;
    padding-left: 5px;
}

.clsNavMenuItem
{
    color: #015CB2;
    height: 30px;
    border-bottom: 1px solid #9BBCDD;
    width: 150px;
    padding-left: 5px;
}

.clsNavMenuItemOver
{
    color: #E34C20;
    height: 30px;
    border-bottom: 1px solid #9BBCDD;
    width: 150px;
    padding-left: 5px;
}

.clsHomeTitleDiv
{
    font-weight: bold;
    font-size: 10pt;
    font-family: helvetica;
    color: #E34C20;
    text-align: left;
    padding-left: 30px;
    background-image: url(../images/efx/efx_carrot.jpg);
    background-position: 230px 100px;
    background-repeat: no-repeat;
    height: 330px;
}

.clsHomeDiv
{
    width: 520px;
    color: #555555;
}

.clsMainDiv
{
    float: left;
    padding-left: 10px;
    padding-right: 10px;
    width: 530px;
    font-size: 10pt;
    font-weight: normal;
    font-family: verdana;   
}

.clsFooterDiv
{
    width: 100%;
    float: left;
    margin: 5px;
    text-align: center;
    font-family: Arial;
    font-size: 8pt;
}

.clsSectionTitle
{
    font-family: Arial;
    font-size: 14pt;
    font-weight: bold;
    text-align: right;
    padding-right: 20px;
    background-color: green;
}

.clsSubTitle
{
    font-size: 11pt;
    font-weight: bold;
    color: #000000;
}

.clsTableTitle
{
    font-size: 10pt;
    color: #000000;
    font-weight: bold;
}

.clsFormDiv
{
    font-size: 8pt;
}

.clsFormLabel
{
    font-weight: bold;
    width: 150px;
    text-align: right;
    color: #003366;
    padding-right: 3px;
}

.clsFormError
{
    color: Red;
    font-size: 12pt;
    font-weight: bold;
}
.clsButton
{
    color: #ffffff;
    background-color: #E34C20;
    border: 1px solid #000000;
    font-weight: bold;
    cursor: hand;
}

.clsThumbTD
{
    border: 2px solid #AD68EE;
    width: 100px;
    height: 70px;
}

/* Website Portfolio */

.clsWebsiteScreen
{
	border: 1px solid #9BBCDD;
}

.clsWebsiteTitle
{
    color: #000000;
	font-weight: bold;
	font-size: 10pt;
}

/* End Website Portfolio */

.clsTabStripDiv
{
    background-color: #015CB2;
    height: 25px;
    width: 547px;
    color: #ffffff;
    font-weight: bold;
    font-size: 10pt;
    text-align: center;
    padding-top: 3px;
}

.clsTab
{
    background-image: url('../images/efx/efx_tab_unselected.gif');
    width: 85px;
    height: 25px;
    text-align: center;
    color: #000000;
}

.clsTabSelected
{
    background-image: url('../images/efx/efx_tab_selected.gif');
    color: #ffffff;
}

.clsTab a
{
    background-image: none;
    font-weight: normal;
}

.clsList a
{
	color: #336699;
	height: 10px;
	padding: 0px;
	margin: 0px;
}

.clsList a:Hover
{
    color: #E34C20;
}

.clsNoteBoxDiv
{
    background-color: #DAE8F5;
    border: 1px solid #9BBCDD;
    color: #015CB2;
    padding: 10px;
    padding-left: 40px;
    background-image: url('../images/icon/ico_info.gif');
    background-repeat: no-repeat;
    background-position: 5px 5px;
}