/*
CSS file for Theme
*/
/*
Text
*/

.heading{
	Color : #605790;
	Font-Family : Arial;
	Font-Weight : Bold;
	Font-Size : 14px;
	}

.sub_heading{
	Color : #4A64A3;
	Font-Family : Arial;
	Font-Weight : Bold;
	Font-Size : 13px;
	}

.normal_bold_text{
	Color : #4E4E4E;
	Font-Family : Arial;
	Font-Weight : Bold;
	Font-Size : 11px;
	}

.normal_text{
	Color : #4E4E4E;
	Font-Family : Arial;
	Font-Weight : Normal;
	Font-Size : 12px;
	}
	
.normal_white_text{
	Color : #FFFFFF;
	Font-Family : Arial;
	Font-Weight : Normal;
	Font-Size : 11px;
	}
	
.normal_error_text{
	Color : #e11b22;
	Font-Family : Arial;
	Font-Weight : Normal;
	Font-Size : 11px;
	}

.normal_small_bold{
	Color : #4E4E4E;
	Font-Family : Arial;
	Font-Weight : Bold;
	Font-Size : 11px;
	}

.normal_small_text{
	Color : #4E4E4E;
	Font-Family : Arial;
	Font-Weight : Normal;
	Font-Size : 11px;
	}

/*
Table / Row
*/

#list_row_BG1,.list_row_BG1{
	Background-Color : #F1F1F1;
	}

#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 : 100%;
	Font-Family : Arial;
	Font-Size : 10pt;
	}

.TableBackGroundColor
{
    BACKGROUND-COLOR: #F1F1F1;
}

body {
	margin:0px;
	background-color:#efefef;
	}

input {
       font-family:Arial;
       font-size:10px; 
       }

a {
	color:#605790;
	text-decoration:underline;
 }
a:hover {
	color:#605790; 
	text-decoration:none;
	}

td{
	Color : #4E4E4E;
	Font-Family : Arial;
	Font-Weight : Normal;
	Font-Size : 12px;
	}

.purplelink{
	Color : #605790;
	Font-Family : Arial;
	Font-Weight : Normal;
	Font-Size : 11px;
	text-decoration:underline;
	}
.purplelink:hover{
	Color : #605790;
	Font-Family : Arial;
	Font-Weight : Normal;
	Font-Size : 11px;
	text-decoration:none;
	}
	
.copyright{
	Color : #353535;
	Font-Family : Arial;
	Font-Weight : Normal;
	Font-Size : 11px;
	}
	
.footerlink{
	Color : #6A5ACD;
	Font-Family : Arial;
	Font-Weight : Normal;
	Font-Size : 11px;
	text-decoration:underline;
	}
.footerlink:hover{
	Color : #6A5ACD;
	Font-Family : Arial;
	Font-Weight : Normal;
	Font-Size : 11px;
	text-decoration:none;
	} 
.buttonfontstyle{
	font-family: Arial, Helvetica, sans-serif; 
	font-size:11px; 
	color:#fff;	
	line-height:17px;
	font-weight:bold;
	padding:0 0 0 4px;
	}
