﻿body 
{
    margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF  ;
    text-align:center;
}
a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}
a:active {
	text-decoration: none;
	color: #FFFFFF;
}   
.accordion_header
{
    background-color: #213365;
	font-size: 12px;
	font-weight: bold;
    padding: 5px;
    margin-top: 5px;
    cursor: pointer;    
    vertical-align:middle;
}
.accordion_header_selected
{
    background-color: #466fb1;
	font-size: 12px;
	font-weight: bold;
    padding: 5px;
    margin-top: 5px;
    cursor: pointer;
    color:#FFCC00;
}
.accordion_detail
{
    background-color: #D3DEEF;
    border: 1px dashed #2F4F4F;
    border-top: none;
    padding: 15px 10px 15px 10px;
    cursor:auto;
    color:#444444;
    font-size:12px;
    font-weight:900;
    line-height:20px;
}
.home_ajax_grid
{
    font-size:13px;
    font-weight:bold;
    text-align:left;
    line-height:20px;
    color: #b4b4b4;
    font-style:oblique;
    padding: 35px 15px 5px 35px;
}
.ajax_panel
{
    height:0px;
    overflow:hidden;
}
.ajax_panel_header
{
    height:15px;
    cursor: pointer; 
    vertical-align:middle;
	text-align:left;
    color:White; 
    font-weight:bold; 
	padding: 5px;
    background-color: #213365;
}
.ajax_panel_detail
{
    font-weight:bold;
    font-size:11px; 
    background-color: #879EC8;
    border: dashed 1 gray;
}
list_lite_left
{
    background-color:#466fb1;
}
.list_dark_left
{
     background-color:#213365;
}
.list_dark_right
{
    background-color:#213365;width:150px;
}
.list_light_right
{
    background-color:#466fb1;
    width:150px;
}
#menu_table{height:100%;}
.master
{
     background-image:url('images/backgrade.jpg');
     background-color:#333333;
     width:1024px;
}
.master_menu_table
{
    width:133px;
    background-image:url('images/gradient_menu2.gif');
}
.master_content_table
{
    width:879px;
    background-color:#6A84AB;
    text-align:left;
}
.master_footer
{
    height:100%;
    background-image:url('images/footer.png');
}
.master_header
{
    height:100%;
}
.master_middle
{
    width:1024px;
    height:100%;
}
.modal_popup {
	background-color:#606060;
	border-width:3px;
	border-style:solid;
	border-color:Gray;
	width:300px;
}
.modal_popup_header {
    cursor: move;
    background-color:#415d92;
    border:solid 1px Gray;
    color:#213365;
    text-align:center;
    font-size:12px;
    font-weight:bold;
    vertical-align:middle;
    height:20px;
    line-height:20px;
}
.modal_popup_detail {
    line-height:18px;
    padding:5px 15px 5px 15px;
}
.modal_popup_background {
	background-color:#000000;
	filter:alpha(opacity=75);
	opacity:0.75;
}
.content_main_table
{
    width:100%;
}
.content_left_table
{
    width:620px;
    text-align:justify;
}
.content_right_table
{
    width:230px;
}
.small_white_text
{
    color:#FFFFFF;
    font-size:10px;
    font-weight:normal;
}
.small_italic_text
{
    font-size:10px;
	font-style: italic;
}
.medium_white_text
{
    color: #FFFFFF; 
    font-weight: bold; 
    font-size: 12px; 
}
.medium_italic_text 
{
	font-size: 12px;
	font-style: italic;
}
.bold_yellow_text        
{
	font-size:14px;
	color: #FFCC00;
	font-weight: bold;
}
.yellow_text        
{
	font-size:12px;
	color: #FFCC00;
}
.large_yellow_text        
{
	color: #FFCC00;
	font-weight: bold;
    font-size:12px;
}
.quote_cat        
{
	color: #FFCC00;
	font-weight: bold;
    font-size:12px;
	width:30%;
	text-align:left;
	white-space:nowrap;	
}
.bold_white_text        
{
	font-weight: 700;
    font-size:12px;
    font-family:Verdana, Arial, Helvetica, sans-serif;
}
.c_textbox
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size:10px; 
    font-weight:700;
    height:12px;
    width:240px;    
}
.c_textarea
{
    font-size:10px;
    height:120px;
    width:240px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.c_dropdown
{
    font-size:10px;
    height:16px;
	font-family:  Arial, Verdana,Helvetica, sans-serif;
}
.privacy
{
     line-height:18px;
}
.Masked_Edit_Focus
{
    background-color: #ffffcc;
    color: #000000;
}
.Masked_Edit_Error
{
    background-color: #ffcccc;
    color:Navy;
}
.MaskedEditMessage
{
	color: #ff0000;
	font-weight: bold;
}