﻿body 
{		
	margin: 0px;
	font-family: Arial,Verdana,Tahoma;
	font-size: 14px !important;
}
hr{height:0;border-width:1px 0px 0px 0px;border-style:solid;border-color:#004F99;line-height:2px;} 
/*********************************************************************
 LABEL STYLES
*********************************************************************/
.lbl
{
    font-size:12px;
}
.lbl_AdminTitle
{
    color:White;
    font-size:14px;
    font-weight:bold;
}
.lbl_PageTitle
{
    font-family: Sans-Serif, Arial, Verdana;
    color:#E5E5E5;
    font-size:74px;
    font-weight:bold;    
}
.lbl_Title
{
    color:#D72D46;
    font-size:15px;
    font-weight:bold;
}
.lbl_Footer
{
    color:white;
    font-size:10px;    
}
.lbl_FooterTitle
{
    color:white;
    font-size:11px;
    font-weight:bold;
}
.lbl_Disclaimer
{
    color:gray;
    font-size:12px;
    font-style:italic;
}
.lbl_TopicsTitle
{
    color:#D72D46;
    font-size:12px;
    font-weight:bold;
}
.lbl_WhatsNewDate
{
    font-size:11px;
    font-weight:bold;
}
.lbl_WhatsNew
{
    font-size:11px;
}
/*********************************************************************
 LINKBUTTON STYLES
*********************************************************************/
.lb
{
    color:black;
    text-decoration:none;
}
.lb:hover
{   
    color:gray;
}
.lb_AskUs
{
    color:#D72D46;
    font-size:15px;
    font-weight:bold;
    text-decoration:none;
}
.lb_AskUs:hover
{   
    color:gray;
}
/*********************************************************************
 IMAGEBUTTON STYLES
*********************************************************************/
.ib
{
}
.ib:hover
{   
    cursor:pointer;
}
/*********************************************************************
 TEXTBOX STYLES
*********************************************************************/
.tb
{
    font-family: Arial,Verdana,Tahoma; /*needed for multiline textboxes*/
}
/*********************************************************************
 DROPDOWNLIST STYLES
*********************************************************************/
.ddl
{
}
.ddl_Option
{
    font-size:12px;
}
/*********************************************************************
 CHECKBOX STYLES
*********************************************************************/
.cb
{
    font-size:12px;
}
/*********************************************************************
 TABLE STYLES
*********************************************************************/
.tbl_Module
{            
    border: solid 1px gray;   
}
.tc_Title
{
    background-color:#D72D46;
    height:20px;
    /*text-align:left;   */
    vertical-align:middle;    
    white-space:nowrap;
}
.tc_Label
{
    font-size:11px;
    width:90px;
    text-align:right;   
    /*vertical-align:top;
    padding: 3px 0px 0px 0px;*/
    white-space:nowrap;
}
.tc_LabelLeft
{
    font-size:11px;
    width:90px;
    text-align:left;   
    /*vertical-align:top;*/
    white-space:nowrap;
}