﻿/*

The Blue            #0A387C;
The Green           #318C18;

*/


body
{
    font-family: Verdana, Arial;
    font-size: 10pt;
	background-image: url('../images/efx/efx_background1.jpg');
	background-repeat: repeat;
	margin: 0px;
}

p
{
    margin: 0px;    
    padding: 0px;
    text-align: justify;
}

a
{
    text-decoration: none;
    font-weight: bold;
    color: #336699;
}

a:hover
{
    color: #8BCB2F;
}

img
{
    border: 0px;
}

h1
{ 
    font-size: 12pt;
    font-weight: bold;
}

ul
{
    text-align: left;
}

.clsPaper
{
    width: 950px;
    min-height: 800px;
    margin: auto;
    background-color: #ffffff;
    padding-bottom: 10px;
    padding: 20px;
    padding-top: 5px;
    color: #666666;
    border: 1px solid #0A387C;
}

.clsHeader
{
    width: 950px;
    height: 100px;
    text-align: right;
    background-image: url('../images/logo/lgo_banner.jpg');
}

.clsMenuBar
{
    background-color: #0A387C;
    padding-bottom: 5px;
    border-bottom: 4px solid #318C18;
    font-family: Century Gothic;
    color: #ffffff;
    font-weight: normal;
    font-size: 12pt;
    padding-left: 10px;
    padding-right: 10px;
}

.clsMenuBar td
{
    text-align: center;
}

.clsMenuBar a
{
    color: #ffffff;
    font-weight: normal;
}

.clsMainMenu
{
    width: 200px;
    height: 500px;
    background-color: #318C18;
}

.clsMainMenu li
{
    font-family: Century Gothic;
    font-size: 11pt;
    padding-bottom: 13px;
    padding-top: 13px;
    margin-right: 10px;
    border-bottom: 1px dashed #0A387C;
    color: #0A387C;
}

.clsMainMenu li a
{
    font-weight: normal;
    color: #ffffff;
}

.clsContentArea
{
    padding: 20px;
    text-align: justify;
}

.clsTitle_Blue
{
    background-image: url('../images/efx/efx_titleback_blue.gif');
    font-size: 12pt;
    font-weight: normal;
    background-repeat: no-repeat;
    height: 50px;
    width: 300px;
    color: #ffffff;
    padding-top: 10px;
    text-align: center;
    margin-bottom: 5px;
}

.clsTitle_Green
{
    background-image: url('../images/efx/efx_titleback_green.gif');
    font-size: 12pt;
    font-weight: normal;
    background-repeat: no-repeat;
    height: 50px;
    width: 300px;
    color: #ffffff;
    padding-top: 10px;
    text-align: center;
    margin-bottom: 5px;
}

.clsList_Blue li
{
    list-style-image: url('../images/icon/ico_bullet_blue.gif');
    padding-left: 10px;
    height: 25px;
}

.clsList_Green li
{
    list-style-image: url('../images/icon/ico_bullet_green.gif');
    padding-left: 10px;
    height: 25px;
}

.clsInfoBox
{
    width: 300px;
    font-family: Verdana;
}

.clsInfoBoxTitle_Blue
{
    background-image: url('../images/efx/efx_infoboxtitle_blue.gif');
    color: #ffffff;
    padding: 5px;
    height: 20px;
    font-size: 12pt;
    text-align: center;
}

.clsInfoBoxBody_Blue
{
    border: 1px solid #0A387C;
    background-color: #eeeeff;
    font-size: 10pt;
}

.clsInfoBoxTitle_Green
{
    background-image: url('../images/efx/efx_infoboxtitle_green.gif');
    color: #ffffff;
    padding: 5px;
    height: 20px;
    font-weight: bold;
    font-size: 12pt;
    text-align: center;
}

.clsInfoBoxBody_Green
{
    border: 1px solid #318C18;
    background-color: #eeffee;
    font-size: 10pt;
}

.clsAppointBox
{
    border: 1px solid #666666;
    background-color: #bbccdd;
    font-weight: bold;
    color: #114477;
    padding: 10px;
}

.clsFooter
{
    width: 950px;
    text-align: center;
    font-size: 8pt;
}

.clsFooterBar
{
    background-color: #0A387C;
    color: #ffffff;
    font-weight: bold;
    height: 20px;
    margin-bottom: 10px;
    border-bottom: 4px solid #318C18;
    border-top: 4px solid #318C18;
    padding-top: 4px;
} 

.clsQuestion
{
    font-weight: bold;
    color: #0A387C;
    width: 100px;
}

.clsError
{
    color: #CC0000;
    font-weight: bold;
}
    

    