/* CSS Document */
body {
	background-color:#858585;
}

#global {
     position:absolute;
     left: 50%; 
     width: 800px;
     margin-left: -400px; /* half of the width */
	 background-color:#000000;
	 margin-top:10px;
	 
	 }

.titles{
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
}
	 
.scrolldiv{
	border:solid; 
	border-width:1px; 
	border-color:#4e2700; 
	padding:10px; 
	background-color:#ffffff;
	padding-right:0px;
	overflow-y:scroll;
	scrollbar-face-color:#999999; 			/* Moving part of scroll bar and arrow surround*//*
	scrollbar-track-color: #000000;   		/* Track *//*
	scrollbar-arrow-color: #000000;   		/* Arrows *//*
	scrollbar-3Dlight-color: #000000;  		/* Inner top/left of moving part of scroll bar and arrow surround*//*
	scrollbar-highlight-color: #000000;  	/* Outer top/left of moving part of scroll bar and arrow surround*//*
	scrollbar-shadow-color: #000000;  		/* Inner bottom/right of moving part of scroll bar and arrow surround*//*
	scrollbar-darkshadow-color: #000000; 	/* Outer bottom/right of moving part of scroll bar and arrow surround*/
}

.t11_grey {  
	font-family:Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	color: #ffffff;
	text-align:justify;
	line-height:20px;
}

.t11_blue_vacancy {  
	font-family:Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	color:#333333;
	text-align:justify;
	line-height:20px;
}

.t11_black_vacancy_header {  
	background-color:#000000;
	font-family:Arial, Helvetica, sans-serif; 
	font-size: 12px;
	color:#ffffff;
	text-align:justify;
	line-height:20px;
	padding-left:10px;
}

.t11_silver_vacancy_header {  
	background-color:#cbcdcc;
	font-family:Arial, Helvetica, sans-serif; 
	font-size: 12px;
	color:#000000;
	text-align:justify;
	line-height:20px;
	padding-left:10px;
}




.t11_blue {  
	font-family: tahoma; 
	font-size: 12px; 
	font-weight: bold; 
	color: ffffff;
}

.t11_blue_small {  
	font-family: tahoma; 
	font-size: 11px; 
	font-weight: bold; 
	color: 0a317a;
}



.t11_grey_heading {  
	font-family: tahoma; 
	font-size: 12px; 
	color: 6B6B6B;
	text-align:justify;
	font-weight:bold;
}

.t11_grey_heading_regular {  
	font-family: tahoma; 
	font-size: 12px; 
	color: 6B6B6B;
	text-align:justify;
}

.t11_blueCopy {
	font-family: tahoma; 
	font-size: 12px; 
	font-weight: bold; 
	color: ffffff;  /*350CF2;*/
}

.t11_white {  
	font-family: tahoma;
	font-size: 12px; 
	color: #FFFFFF;
	font-weight:bold;
}
.t11_blue_footer {  
	font-family: tahoma; 
	font-size: 10px; 
	font-weight: bold; 
	color: 000000;
}


label{
	padding: 0 0 0 0px;
	float: left;
	width: 90px;
	font-weight: bold;
	margin: 0 0 15px 0;
	text-align: left;
	font-family: tahoma; 
	font-size: 11px; 
	color: ffffff;
	}

label1{
	padding: 0 0 0 0px;
	float: left;
	font-weight: bold;
	margin: 0 0 15px 0;
	text-align: left;
	font-family: tahoma; 
	font-size: 11px; 
	color: 6B6B6B;
	}


br{
	clear: left;
	}
input, textarea{
	width: 200px;
	margin-bottom: 12px;
	border: 1px solid #999;
	padding: 4px;
	font-family:Arial, Helvetica, sans-serif;
	color:#666666;
	font-size:12px;
	
	}
select{
	width: 234px;
	margin:0 0 12px 0;
	border: 1px solid #999;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	height: 20px;
	}
textarea{
	width: 380px;
	height: 70px;
	}
.radio {
	border: none;
	width: auto;
	height: auto;
	margin: 0;
	}
.submitbutton{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #fff;
	background: #0c4a7c;
	padding: 4px;
	margin-left: 165px;
	margin-top: 5px;
	width: 70px;
	}

.continuebutton{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #fff;
	background: #0c4a7c;
	padding: 4px;
	margin-left: 165px;
	margin-top: 5px;
	width: 70px;
	}
	
.style1 {
	color: #666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	text-decoration: none;
}

a{
  color:#cecece;
}

.stylelinks {
	color: #ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	text-decoration: none;
}

a.stylelinks:hover{font-weight:bold; text-decoration:underline; color:#ffffff;}



.sector{
	color: #ffffff;
	text-decoration: none;
}

a.sector:link {
     color: #ffffff;
}
a.sector:visited {
     color: #ffffff;
}
a.sector:active {
     color: #ffffff;
}
a.sector:hover {
     color: #ffffff;
	 text-decoration:underline;
}



.toolTip {
        padding-right: 20px; 
        color: #ff0000;
        cursor: hand; 
        position: relative;
		z-index:999;
		font-family:Arial, Helvetica, sans-serif;
        font-weight: bold;
        font-size: 8pt; 

}

.toolTipWrapper { 
        width: 375px;
        position: absolute;
        top: 20px;
        display: none; 
		margin-left:-225px;
		margin-top:0px;
}
.toolTipTop { 
        width: 375px;
        height: 30px;
        background: url(images/bubbleTop.gif) no-repeat;
}
.toolTipMid { 
        /*padding-left: 0px;
        padding-right: 15px;
		padding-top:3px;
		padding-bottom:3px;
		border:solid;
		border-top:none;
		border-bottom:none;
		border-width:3px;
		border-color:#ff0000;
        background: #ffffff; 
		
		padding-left:10px;*/
        height:36px;
		background: url(images/bubbleMid_full.gif) no-repeat;
		
}
.toolTipBtm {
        width: 375px;
        height: 13px;
        background: url(images/bubbleBtm.gif) no-repeat;
}

