/*
CSS file for Theme
*/
/*
Text
*/

.heading{
	Color : #990000;
	Font-Family : Tahoma;
	Font-Weight : Bold;
	Font-Size : 14px;
	}

.sub_heading{
	Color : #3366CC;
	Font-Family : Tahoma;
	Font-Weight : Bold;
	Font-Size : 13px;
	}

.normal_bold_text{
	Color : #575757;
	Font-Family : Tahoma;
	Font-Weight : Bold;
	Font-Size : 11px;
	}

.normal_text{
	Color : #000066;
	Font-Family : Tahoma;
	Font-Weight : Normal;
	Font-Size : 12px;
        line-height : 18px;
	}
	
.normal_white_text{
	Color : #ffffff;
	Font-Family : Tahoma;
	Font-Weight : Normal;
	Font-Size : 12px;
	}
	
.normal_error_text{
	Color : #FF0000;
	Font-Family : Tahoma;
	Font-Weight : Normal;
	Font-Size : 12px;
	}

.normal_small_bold{
	Color : #000066;
	Font-Family : Tahoma;
	Font-Weight : Bold;
	Font-Size : 12px;
	}

.normal_small_text{
	Color : #000066;
	Font-Family : Tahoma;
	Font-Weight : Normal;
	Font-Size : 12px;
	}

/*
Table / Row
*/

#list_row_BG1,.list_row_BG1{
	Background-Color : #C1D9F2;
	}

#list_row_BG2,.list_row_BG2{
	Background-Color : #FFFFFF;
	}

#Application_Table{
	border-spacing : 10pt;
	padding : 5px;	
	Width : 100%;		
	font-family : "Tahoma";
	font-size : 10pt;
	}

#Form_Table{
	border-spacing : 10pt;
	padding : 0pt;	
	Width : 415px;
	Font-Family : Tahoma;
	Font-Size : 10pt;
	}

.TableBackGroundColor
{
    BACKGROUND-COLOR: #C1D9F2;
}

.blue {
      font-family:Tahoma, 
      font-size:12px;
      color:#0E5AC2;
     font-weight:bold;
     text-decoration:none;
     line-height:19px;
}
.blue:hover {
	text-decoration:underline;
}

.white {
	font-family:Tahoma;
        font-size:9px;
        font-weight:bold;
        color:#FFFFFF;
}

.white1 {
	font-family:Tahoma;
        font-size:11px; 
        font-weight:bold;
        color:#FFFFFF;
}

a {
	font-family:  Tahoma,
        font-size: 9px;
        color: #0c1281; 
        font-weight:bold;
        text-decoration:underline; 
}
a:hover {
       text-decoration:none; 
}

.email {
	font-family:  Tahoma,
        font-size: 9px;
        color: #FFFFFF; 
        font-weight:bold;
        text-decoration:none; 
}
.email:hover {
       text-decoration:underline; 
}


BODY
{		   
	margin-left: 0px;
	margin-top: 34px;
	margin-right: 0px;
	margin-bottom: 17px;
	background-color:#FFFFFF;
	background-image:url(/sw/themes/10453/site_images/pg_bg.gif);
	background-repeat:repeat-x;
	background-position:top left;
} 
.buttonfontstyle{
	font:normal 11px   Arial, Helvetica, sans-serif;
	color:#FFF; padding:0 0 0 0; height:20px; 
	}
