/*
CSS file for Theme
*/
/*
Text
*/

.heading{
	Color : #000;
	Font-Family : Arial;
	Font-Weight : Bold;
	Font-Size : 14px;
	}

.sub_heading{
	Color : #187DAE;
	Font-Family : Arial;
	Font-Weight : Bold;
	Font-Size : 13px;
	}

.normal_bold_text{
	Color : #03151C;
	Font-Family : Arial;
	Font-Weight : Bold;
	Font-Size : 12px;
	}

.normal_text{
	Color : #03151C;
	Font-Family : Arial;
	Font-Weight : Normal;
	Font-Size : 12px;
	}
	
.normal_white_text{
	Color : #FFFFFF;
	Font-Family : Arial;
	Font-Weight : Normal;
	Font-Size : 12px;
	}
	
.normal_error_text{
	Color : #FF0000;
	Font-Family : Arial;
	Font-Weight : Normal;
	Font-Size : 12px;
	}

.normal_small_bold{
	Color : #03151C;
	Font-Family : Arial;
	Font-Weight : Bold;
	Font-Size : 11px;
	}

.normal_small_text{
	Color : #03151C;
	Font-Family : Arial;
	Font-Weight : Normal;
	Font-Size : 11px;
	}

/*
Table / Row
*/

#list_row_BG1,.list_row_BG1{
	Background-Color : #EBEBEB;
	}

#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: #EBEBEB;
}

body{
	padding:0; margin:0;}
td{
	Color : #03151C;
	Font-Family : Arial;
	Font-Weight : Normal;
	Font-Size : 12px;
	}
a{
	Color : #03151C;
	Font-Family : Arial;
	text-decoration:underline;
	}
a:hover{
	Color : #03151C;
	text-decoration:none;
	}
a.more{
	background:url(/sw/themes/11171/site_images/morebg.gif) repeat-y 0 0;
	font:bold 10px/17px Tahoma, Arial, Helvetica, sans-serif;
	color:#FFF; padding:0 0 0 7px; text-decoration:none;
	display:block; }
a.more:hover{
	text-decoration:underline;
	color:#FFF;
	}
a.moreorg{
	background:url(/sw/themes/11171/site_images/morebg-org.gif) repeat-y 0 0;
	font:bold 10px/17px Tahoma, Arial, Helvetica, sans-serif;
	color:#FFF; padding:0 0 0 7px; text-decoration:none;
	display:block; }
a.moreorg:hover{
	color:#FFF;
	text-decoration:underline;}
.copyright{
	font:normal 10px/12px Arial, Helvetica, sans-serif;
	color:#FFF;
	}
a.moreText{
	background-color:#93A993;
	font:bold 12px/15px Arial, Helvetica, sans-serif;
	color:#FFF; text-decoration:none; text-align:center;
	width:57px; display:block; float:left;
	margin:5px 0 0 0;}
a.moreText:hover{
	background-color:#648964;
	color:#FFF;}
		
 
.buttonfontstyle{
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size:10px; 
	color:#fff;	
	line-height:20px;
	font-weight:bold;
	padding:0 0 0 6px;
	}
