/*
CSS file for Theme
*/
/*
Text
*/

.heading{
	Color : #000000;
	Font-Family : verdana;
	Font-Weight : Bold;
	Font-Size : 14px;
	}

.sub_heading{
	Color : #317C0B;
	Font-Family : verdana;
	Font-Weight : Bold;
	Font-Size : 12px;
	}

.normal_bold_text{
	Color : #00529F;
	Font-Family : Arial;
	Font-Weight : Bold;
	Font-Size : 12px;
	}

.normal_text{
	Color : #000000;
	Font-Family :Tahoma;
	Font-Weight : Normal;
	Font-Size : 12px;
	}
	
.normal_white_text{
	Color : #FFFFFF;
	Font-Family : verdana;
	Font-Weight : Normal;
	Font-Size : 12px;
	}
	
.normal_error_text{
	Color : #FF0000;
	Font-Family : verdana;
	Font-Weight : Normal;
	Font-Size : 12px;
	}

.normal_small_bold{
	Color : #00529F;
	Font-Family : Tahoma;
	Font-Weight : Bold;
	Font-Size : 11px;
	}

.normal_small_text{
	Color : #000000;
	Font-Family : Tahoma;
	Font-Weight : Normal;
	Font-Size : 11px;
	}

/*
Table / Row
*/

#list_row_BG1,.list_row_BG1{
	Background-Color : #E6E6E6;
	}

#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: #E6E6E6;
}

body{
		background:#FFFFFF;
		padding:0;
		margin:0;
		}
td{
		font:normal 12px Tahoma, Verdana, Arial, Helvetica, sans-serif;
		color:#000;
		}
a{
	Color : #C60000;
	Font-Family :Tahoma;
	text-decoration:underline;
		}
a:hover{
		color:#C60000;
		text-decoration:none;
		}
.picsbottomtext{
		font: bold italic 11px Verdana, Arial, Helvetica, sans-serif;
		color:#686868;
		padding:7px 7px 9px 0;
		}
.picsbottomtext span{
		font: bold italic 11px Verdana, Arial, Helvetica, sans-serif;
		color:#F98C1A;
		}
.picsbottomtext span a{
		font: bold italic 11px Verdana, Arial, Helvetica, sans-serif;
		color:#F98C1A;
		text-decoration:none;
		}	
.picsbottomtext span a:hover{
		font: bold italic 11px Verdana, Arial, Helvetica, sans-serif;
		color:#F98C1A;
		text-decoration:underline;
		}									
				 
.buttonfontstyle{
	font:bold 11px   Arial, Helvetica, sans-serif;
	color:#FFFFFF; padding:0 5px; text-align:center; height:18px;
	}
