/*
CSS file for Theme 1
*/
/*
Text
*/
.heading{
	Color : #3366CC;
	Font-Family : "arial";
	Font-Size : 12pt;
	Font-weight : bold;
	}


.sub_heading{
	Color : #3366CC;
	Font-Family : "arial";
	Font-Size : 10pt;
	Font-weight : bold;
	}


.normal_white_text{
	Color : #FFFFFF;
	Font-Family : "arial";
	Font-Size : 10pt;
	Font-weight : bold;
	}


.normal_bold_text{
	Font-Family : "arial";
	Font-Size : 10pt;
	Font-weight : bold;
	Color : #3366CC;
	}


.normal_error_text{
	Color : #FF1100;
	Font-Family : "arial";
	Font-Size : 10pt;
	}


.normal_small_bold{
	Font-Family : "arial";
	Font-Size : 8pt;
	Font-Weight : bold;
	Color : #3366CC;
	}


.normal_small_text{
	Font-Family : "arial";
	Font-Size : 8pt;
	Color : #3366CC;
	}


.normal_text{
	Font-Family : "arial";
	Font-Size : 10pt;
	Color : #3366CC;
	}


span.title_error_text{
	Color : #FF1100;
	Font-Family : "arial";
	Font-Size : 10pt;
	}


span.title_text{
	Font-Family : "arial";
	Font-Size : 4;
	}


span.mandatory_field_text{
	Color : #3366CC;
	Font-Family : "arial";
	Font-Size : 8pt;
	}


span.list_total_text{
	Color : #6699CC;
	Font-Family : "arial";
	Font-Size : 13;
	Font-Weight : bolder;
	}


span.navigation_text_disabled{
	Color : #666666;
	Font-Family : "arial";
	Font-Size : 12;
	Font-Weight : bolder;
	}


span.navigation_text_enabled{
	Color : #FFFFFF;
	Font-Family : "arial";
	Font-Size : 12;
	Font-Weight : bolder;
	}


table.normal_text{
	Font-Family : "arial";
	Font-Size : 10pt;
	}


#normal_text{
	Font-Family : "arial";
	Font-Size : 10pt;
	}

/*
Table / Row
*/
#table_row_blue{
	Background-Color : #367cba;
	}


#list_row_BG1,.list_row_BG1{
	Background-Color : #FFCC66;
	}


#list_row_BG2,.list_row_BG2{
	Background-Color : #FFFFFF;
	}


#navigation_cell{
	text-align : center;
	}


#navigation_row{
	Background-Color : #6699cc;
	border-spacing : 20pt;
	padding : 10pt;
	width : 100%;
	}


#Navigation_Table{
	Background-Color : #f4e7c6;
	border-spacing : 10pt;
	padding : 0pt;
	Width : 100%;
	}


#Application_Table{
	Background-Color : #ffffff;
	border-spacing : 10pt;
	font-family : "arial";
	font-size : 10pt;
	padding : 5px;
	Width : 100%;
	}


#Form_Table{
	Background-Color : #FFFFFF;
	border-spacing : 10pt;
	Font-Family : "arial", "helvetica", "sans-serif";
	Font-Size : 10pt;
	padding : 0pt;
	Width : 415px;
	}


#Photo_Table{
	Background-Color : #FFFFFF;
	border-spacing : 10pt;
	Font-Family : "arial", "helvetica", "sans-serif";
	Font-Size : 8pt;
	padding : 0pt;
	Width : 70%;
	}



/*#Navigation_First_Arrow_Enabled{
	Background : url(../img/first.gif);
	Border : 0;
	}

#Navigation_First_Arrow_Disabled{
	Background : url("../img/first_disable.gif");
	Border : 0;
	}


#Navigation_Last_Arrow_Enabled{
	List-Style-Image : url(../img/end.gif);
	Border : 0;
	}

#Navigation_Last_Arrow_Disabled{
	List-Style-Image : url(../img/end_disable.gif);
	Border : 0;
	}


#Navigation_Next_Arrow_Enabled{
	List-Style-Image : url(../img/forwardarrow.gif);
	Border : 0;
	}

#Navigation_Next_Arrow_Disabled{
	List-Style-Image : url(../img/forwardarrow_disable.gif);
	Border : 0;
	}

#Navigation_Previous_Arrow_Enabled{
	List-Style-Image : url(../img/backwardarrow.gif);
	Border : 0;
	}

#Navigation_Previous_Arrow_Disabled{
	List-Style-Image : url(../img/backwardarrow_disable.gif);
	Border : 0;
	}
*/

.TableBackGroundColor
{
    BACKGROUND-COLOR: #FFCC66;
} 
.buttonfontstyle{
	font:bold 11px   Tahoma, Arial, Helvetica, sans-serif;
	color:#FF9900; padding:0 0 0 0; height:20px;
	}
	
