/*
CSS file for Theme
*/
/*
Text
*/

.heading{
	Color : #990000;
	Font-Family : Tahoma;
	Font-Weight : Bold;
	Font-Size : 16px;
	}

.sub_heading{
	Color : #3366CC;
	Font-Family : Tahoma;
	Font-Weight : Bold;
	Font-Size : 14px;
	}

.normal_bold_text{
	Color : #5B5B5B;
	Font-Family : Tahoma;
	Font-Weight : Bold;
	Font-Size : 12px;
	}

.normal_text{
	Color : #5B5B5B;
	Font-Family : Tahoma;
	Font-Weight : Normal;
	Font-Size : 12px;
	}
	
.normal_white_text{
	Color : #FFFFFF;
	Font-Family : Tahoma;
	Font-Weight : Normal;
	Font-Size : 14px;
	}
	
.normal_error_text{
	Color : #FF0000;
	Font-Family : Tahoma;
	Font-Weight : Normal;
	Font-Size : 14px;
	}

.normal_small_bold{
	Color : #5B5B5B;
	Font-Family : Tahoma;
	Font-Weight : Bold;
	Font-Size : 11px;
	}

.normal_small_text{
	Color : #5B5B5B;
	Font-Family : Tahoma;
	Font-Weight : Normal;
	Font-Size : 11px;
	}

/*
Table / Row
*/

#list_row_BG1,.list_row_BG1{
	Background-Color : #CEE7FB;
	}

#list_row_BG2,.list_row_BG2{
	Background-Color : #ffffff;
	}

#Application_Table{
	border-spacing : 10pt;
	padding : 5px;	
	Width : 100%;		
	font-family : "verdana";
	font-size : 10pt;
	}

#Form_Table{
	border-spacing : 10pt;
	padding : 0pt;	
	Width : 415px;
	Font-Family : Arial;
	Font-Size : 10pt;
	}

.TableBackGroundColor
{
    BACKGROUND-COLOR: #C1D9F2;
}

.more {
font:10px Tahoma, Arial, Helvetica, sans-serif; font-weight:normal; text-decoration:underline; color:#16466C;}

.more:hover {
font:10px Tahoma, Arial, Helvetica, sans-serif; font-weight:normal; text-decoration:none; color:#16466C;}

.copyright {
font:10px Verdana, Arial, Helvetica, sans-serif; color:#ffffff; text-decoration:none; font-weight:normal}

.phone{
	Color : #5B5B5B;
	Font-Family : Tahoma;
	Font-Weight : Normal;
	Font-Size : 11px;
        Text-Decoration:None;
	}

.phone:hover{
	Color : #5B5B5B;
	Font-Family : Tahoma;
	Font-Weight : Normal;
	Font-Size : 11px;
        Text-Decoration:underline;
	}

a{
	Color : #073F7C;
	Font-Family : Tahoma;
	Font-Weight : bold;
	Font-Size : 11px;
        Text-Decoration:Underline;
	}

a:hover{
	Color : #073F7C;
	Font-Family : Tahoma;
	Font-Weight : bold;
	Font-Size : 11px;
        Text-Decoration:None;
	} 
.buttonfontstyle{
	font:normal 11px   Tahoma, Arial, Helvetica, sans-serif;
	color:#00; padding:0 12px 0 5px; height:15px;
	}
