/* ==================== */
/* = General elements = */
/* ==================== */

body
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #616161;
	font-weight:normal;
	text-align:left;
}
a
{
	color: #008b00;
	text-decoration:none;
}
a:hover
{
	color: #008b00;
	text-decoration:underline;
}
h1
{
	font-size: 20px;
	color: #008b00;
	margin-top:0;
}
h2
{
	font-size: 13px;
	color: #008b00;
	font-weight: bold;
	background-color: #dcdcdc;
	display: block;
}
h3
{
	font-size: 11px;
	color:#008b00;
	font-weight:bold;
}
ul
{
	list-style-image: url(../Images/selector.gif);
	/*margin-left:20px;*/
}
li
{
	height:15px;
}
hr
{
	color: #a7a7a7;
}


/* =================== */
/* = Layout classes = */
/* =================== */
.PageHolder
{
	display:block;
	width:970px;
	margin-left:auto;
	margin-right:auto;
}
.PageHeader
{
	margin-top: 10px;
	margin-bottom: 10px;  /*allows room after header before content starts*/
}
.PageFooter
{
	clear:left;
}
.footerText p
{
	display: block;
	text-align: center;
}
.ContentImage
{
}
.GreenText
{
	color: #008b00;
}
.SmallHeading
{
	display:block;
	font-weight:bold;
	padding-bottom:5px;
	color: #008b00;
}

/* ======================== */
/* = table layout classes = */
/* ======================== */
.TableColumns
{
	width: 970px;
}
.TableLeftColumn
{
	background-color: #EFEFEF;
	width: 200px;
	vertical-align: top;	
}
.TableRightColumn
{
	width: 200px;
	background-color: #EFEFEF;
	vertical-align: top;
}
.TableMiddleColumn
{
	width: 100%;
	vertical-align: top;
}
.Column
{
	padding-left:10px;
	padding-right:10px;
	padding-bottom:10px;
	padding-top:5px;
	text-align:justify;
}


/* ======================== */
/* = Form control classes = */
/* ======================== */
.wLabel_1
{
	font-weight: bold;
	vertical-align:top;
	margin:2px;
}
.wLabel_2
{
	font-weight: bold;
	font-size: 12px;
	vertical-align:top;
	margin:2px;
}
.wTextbox_1
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #616161;
	margin:2px;
}
.wValidator
{
	font-weight: bold;
	font-size: 20px;
}
.wGrid
{
}
.wGridAltRow
{
	background-color: #e8e9e9;
}
.wGridRow
{
	background-color: #ffffff;
}
.wGridPager
{
	color: #616161;
	font-size: 15px;
}

.wLinkButton_B
{
	font-weight:bold;
}
.wDropDownlist
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #616161;
	margin-right: 10px;
	margin-bottom: 5px;
	border-right: thin solid;
	border-top: thin solid;
	border-left: thin solid;
	border-bottom: thin solid;
}

.Pager A:active
{
	background-color:#f0f0f0;
}

.Menu
{
}
.Menu h2
{
	font-size: 12px;
	color: #008b00;
	margin-bottom: -10px;
	display: block;
	font-weight: bold;
}
.Menu A:hover
{
	background-color: #008b00;
	color: #ffffff;
	display: block;
	margin-right: 10px;
	text-decoration: none;
}
.MenuItem1
{
	color: #008b00;
	text-decoration:none;
	display: block;
	margin-right:10px;
}

/*used to preload images.*/
.PreLoader
{
	position:absolute;
	top:-1000px;	/*Hidden from view*/
	height:100px;
	width:100px;
	overflow:hidden;
}

.recentVacancies
{
	text-align:left;
}


