/* CSS Document */

body{
margin-top:0px;
background-color:#FFFFFF;
color:#666666;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
}

a{
color:#666666;
text-decoration:none;
}

a:hover{
color:#666666;
text-decoration:none;
}

.table_main{
border-left:#DFDFDF solid 1px;
border-right:#DFDFDF solid 1px;
background-color:#FFFFFF;
}

.table_left_menu{
border:#D2D2D2 solid 1px;
}

.table_body{
padding-top:10px;
padding-left:10px;
padding-right:10px;
padding-bottom:10px;
}
.tr_left_menu_table{
height:30px;
background-color:#D4D4D4;
color:#656565;
}


.td_left_menu_table{
height:30px;
vertical-align:bottom;
text-transform:lowercase;
border-bottom:#A7A4A4 solid 1px;
}

.table_subscriber{
background-color:#C6C6C6;
}

.table_testimonial{
background-color:#B9B9B9;
}

hr{
border-bottom:#DAD8D8 solid 1px;
width:250px;
}

.text_white_10{
color:#FFFFFF;
font-size:10px;
}

.text_white_11{
color:#FFFFFF;
font-size:11px;
}

.text_white_12{
color:#FFFFFF;
font-size:12px;
}

.text_white_12_bold{
color:#FFFFFF;
font-size:12px;
font-weight:bold;
}

.text_grey_10{
color:#676767;
font-size:10px;
}

.text_grey_11{
color:#676767;
font-size:11px;
}

.text_grey_12{
color:#676767;
font-size:12px;
}

.text_grey_12_bold{
color:#676767;
font-size:12px;
font-weight:bold;
}

.text_grey_14{
color:#676767;
font-size:14px;
}

.heading_maron_14{
color:#96282B;
font-size:14px;
}

.heading_maron_16{
color:#96282B;
font-size:16px;
text-transform:uppercase;
}

.heading_maron_12_bold{
color:#96282B;
font-size:12px;
font-weight:bold;
}

.heading_maron_14_bold{
color:#96282B;
font-size:14px;
font-weight:bold;
}

.heading_maron_16_bold{
color:#96282B;
font-size:16px;
font-weight:bold;
text-transform:capitalize;

}

#footer{
color:#FFFFFF;
font-size:12px;
}

#footer a{
color:#FFFFFF;
text-decoration:none;
}

#footer a:hover{
color:#FFFFFF;
text-decoration:none;
}

.button_maroon {
BORDER-RIGHT: #C6C6C6 1px solid; 
BORDER-TOP: #C6C6C6 1px solid; 
FONT-WEIGHT: bold; 
FONT-SIZE: 11px; 
MIN-HEIGHT: 21px; 
BORDER-LEFT: #C6C6C6 1px solid; 
COLOR: white; 
BORDER-BOTTOM: #C6C6C6 1px solid; 
BACKGROUND-REPEAT: repeat-x; 
FONT-FAMILY: Arial; 
BACKGROUND-COLOR: #96282B;
}

.button_grey {
BORDER-RIGHT: #FFFFFF 1px solid; 
BORDER-TOP: #FFFFFF 1px solid; 
FONT-WEIGHT: bold; 
FONT-SIZE: 11px; 
MIN-HEIGHT: 21px; 
BORDER-LEFT: #FFFFFF 1px solid; 
COLOR: white; 
BORDER-BOTTOM: #FFFFFF 1px solid; 
BACKGROUND-REPEAT: repeat-x; 
FONT-FAMILY: Arial; 
BACKGROUND-COLOR: #D2D2D2;
}


.textfield {
FONT-SIZE: 11px; 
FONT-FAMILY: Arial, Helvetica, sans-serif;
BORDER-RIGHT: #8B92B9 1px solid; 
BORDER-TOP: #8B92B9 1px solid; 
BORDER-LEFT: #8B92B9 1px solid; 
BORDER-BOTTOM: #8B92B9 1px solid; 
HEIGHT: 15px; 
BACKGROUND-COLOR: #F2F2F9;
}

.textarea {
FONT-SIZE: 11px; 
FONT-FAMILY: Arial, Helvetica, sans-serif;
BORDER-RIGHT: #8B92B9 1px solid; 
BORDER-TOP: #8B92B9 1px solid; 
BORDER-LEFT: #8B92B9 1px solid; 
BORDER-BOTTOM: #8B92B9 1px solid; 
BACKGROUND-COLOR: #F2F2F9;
}


/* classes related to dynamic menu */

#dropmenudiv{
position:absolute;
background-color: #EBEBEB;
border:1px solid #515151;
border-bottom-width: 0;
font:normal 12px Verdana;
line-height:18px;
z-index:100;
}

#dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid black;
padding: 1px 0;
text-decoration: none;
font-weight: bold;
text-transform:lowercase;
}

#dropmenudiv a:hover{ /*hover background color*/
background-color: #D3D3D3;
}

/* Sample CSS definition for the example list. Remove if desired */
.navlist li {
list-style-type: square;
width: 135px;
background-color: #FFFFB9;
}

/* end of these clases */
