/*
CSS file for Theme
*/
/*
Text
*/

span.heading{
	Color : #990000;
	Font-Family : Arial;
	Font-Weight : Bold;
	Font-Size : 16px;
	}

span.sub_heading{
	Color : #3366CC;
	Font-Family : Arial;
	Font-Weight : Bold;
	Font-Size : 14px;
	}

span.normal_bold_text{
	Color : #000000;
	Font-Family : Arial;
	Font-Weight : Bold;
	Font-Size : 11px;
	}

span.normal_text{
	Color : #000000;
	Font-Family : Arial;
	Font-Weight : Normal;
	Font-Size : 11px;
	}
	
span.normal_white_text{
	Color : #FFFFFF;
	Font-Family : Arial;
	Font-Weight : Normal;
	Font-Size : 11px;
	}
	
span.normal_error_text{
	Color : #FF0000;
	Font-Family : Arial;
	Font-Weight : Normal;
	Font-Size : 11px;
	}

span.normal_small_bold{
	Color : #000000;
	Font-Family : Arial;
	Font-Weight : Bold;
	Font-Size : 11px;
	}

span.normal_small_text{
	Color : #000000;
	Font-Family : Arial;
	Font-Weight : Normal;
	Font-Size : 11px;
	}

/*
Table / Row
*/

#list_row_BG1{
	Background-Color : #B4BEC1;
	}

#list_row_BG2{
	Background-Color : #FFFFFF;
	}
