@charset "utf-8";
/* CSS Document */

body {
	background: #fff;
	color: #5f5f5f;
	font: 0.86em Tahoma, Arial, Helvetica, sans-serif;
	text-align: justify;
	margin: 0px;
	padding: 0px;
}

#wrap {
	width: 95%
}

#TopHeader {
	display: none
}

#Logo {
	display: none
}

#RegisterTab {
	display: none
}

#ImageHeader {
	display: none
}

#MainContent {
	
}

#MainContent2 {
	
}

#LeftBlock {
	
}

#RightBlock {
	display: none
}

.LatestVacancies {
	
}

.LatestTop {
	
}

.LatestBottom {
	
}

#Footer {
	display: none
}

.Footer {
	display: none
}

.FooterLeft {
	display: none
}

.FooterRight {
	display: none
}

div.Locations {
	background: url(../images/bg/right-block-middle.jpg) repeat-y top center;
	width: 275px;
}

div.LocationsTop {
	background: url(../images/bg/right-block-top.jpg) no-repeat top center;
	height: 25px;
}

div.LocationsBottom {
	background: url(../images/bg/right-block-bottom.jpg) no-repeat bottom center;
	height: 29px;
}

/* styles */

h1 {
	margin: 0px;
	padding: 0px;
	border-bottom: 1px solid #5f5f5f;
	font-size: 2em;
	color: #026432;
	font-weight: 400
}

#RightBlock h2 {
	margin: 0px 10px 10px 10px;
	padding: 0px;
	border-bottom: 1px solid #5f5f5f;
	font-size: 2em;
	color: #fff;
	font-weight: 400;
}

#RightBlock h3 {
	margin: 0px;
	padding: 0px 25px 5px 25px;
	font-size: 1.1em;
	color: #026432;
}

h3 {
	margin: 0px;
	padding: 15px 0px 5px 0px;
	font-size: 1.1em;
	color: #8ec73f;
}

#LeftBlock p {
	padding: 15px 0px;
	margin: 0px;
}

.LatestVacancies p, .Locations p {
	padding: 5px 25px 0px 25px;
	margin: 0px;
	font-size: 12px
}

.LatestVacancies a {
	font-weight: bold;
	color: #8ec73f;
	text-decoration: none
}

#RegisterTab p {
	margin: 0px;
	padding: 16px;
	font-size: 12px
}

#RegisterTab p span {
	color: #026432;
	font-size: 1.2em;
	font-weight: bold;
}

span#FirstChoice, span.FirstChoice {
	color: #8ec73f;
	font-weight: bold
}

table.Locations {
	font-size: 0.9em;
}

table.Categories td {
	border-bottom: 1px solid #d2e9b2;
}

table.Categories td.OddRow {
	background: #e8f4d9;
}

.InputField {
	border: 1px solid #8ec73f;
	background: #fff;
	color: #5f5f5f;
	padding: 2px
}

.Button {
	background: url(../images/reg-but.gif) no-repeat top center;
	width: 71px;
	height: 20px;
	border: none;
	color: #fff;
	padding: 0px 2px 1px 2px;
	cursor: pointer
}

a:link, a:visited {
	color: #8ec73f;
	text-decoration: underline;
}

a:hover {
	color: #026432;
	text-decoration: none;
}

/* TOP NAV */

#TopNav {
	display: none
}

