/* CSS Document */

body {
	margin-top: 10px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #2d5082;
	background-image: url(/images/layout/bg_TopLeft.jpg);
	background-position: top left;
	background-repeat:no-repeat;
	color:#000;
	
}

td.headernav {
	color:#FFFFFF;
}


td,th {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	padding-left:4px;
	padding-right:4px;
}

.titletext{
	color:#2d5082;
	font-size:12px;
	font-weight:bold;
	margin-top:5px;
	margin-left:2px;
}
.titletextgreen{
	color:#666666;
	font-size:14px;
	font-weight:bold;
	margin-left:2px;
}


.basetext{
	color:#fff;
	font-size:9px;
}

/* Normal A Style, Dont Mess It Up With Navigation Based A Elements */
a {
	text-decoration: none;
	color:#fff;
}
a:visited {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: underline;
}

.navbar {
	text-decoration:none;
	color: #FFFFFF;
	padding-left:5px;
	padding-right:5px;
}

.navbar a {
	text-decoration:none;
	color: #FFFFFF;
	padding-left:5px;
	padding-right:5px;
}
.navbar a:visited {
	text-decoration:none;
	color: #FFFFFF;
	padding-left:5px;
	padding-right:5px;
}
.navbar a:hover {
	text-decoration:underline;
	color: #FFFFFF;
	padding-left:5px;
	padding-right:5px;
}

.toppic {
	background-image: url(/images/layout/toppic.png);
	background-repeat: no-repeat;
	width:693px;
	height:170px;
}

.searchbar {
	background-image: url(/images/layout/searchbar_bg.gif);
	background-repeat: no-repeat;
	width:693px;
	height:40px;
	margin:10px 0px 10px 0px;
}

.homepagetextarea {
	background-image: url(/images/layout/homepagetext_bg.jpg);
	background-repeat: no-repeat;
	width:693px;
	height:211px;
}

.latestjobs {
	background-image: url(/images/layout/lastestjobs.jpg);
	background-repeat: no-repeat;
	width:215px;
	height:177px;
	margin-bottom:10px;
}

.tablefooter{
	margin-top:10px;
}


input.search {
	border: 1px solid #2d5082;
	height: 15px;
	font-size: 11px;
	width: 190px;
}

input {
	border: 1px solid #2d5082;
	height: 15px;
	font-size: 11px;
	width: 250px;
	
}

.radio {
	border: 1px solid #fff;
	height: 15px;
	font-size: 11px;
	width: 15px;
	
}

textarea {
	border: 1px solid #2d5082;
	height: 60px;
	font-size: 11px;
	width: 250px;
}

.combo /* look&fell of scriptaculous select box*/
{
  display : block;
  text-align:left; 
  font-size: 11px;
  height:15px;
  cursor: pointer;
  border: 1px solid #2d5082;
  width:150px; 
  height:15px;
  background-image:url(/images/buttons/greyArrowDown.gif);
  background-position: 140px;
  background-repeat:no-repeat;
}

.combo:hover {
	  background-image:url(/images/buttons/blueArrowDown.gif);
}


h1 {
	font-size: 13px;
	font-weight: bold;
	text-transform: capitalize;
	color: #2d5082;
	padding-left:4px;
}
hr {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #000066;
}


select {

	border: 1px solid #2d5082;
	font-size: 11px;
	
}

.jobwrapper {
	background-image:url(/images/layout/topmain.jpg);
	background-repeat:no-repeat;
	background-position:top left;
	background-color:#FFFFFF;
	margin-bottom:10px;
	zoom:1;
}

.jobwrapper_bottom{
	background-image:url(/images/layout/bottommain.jpg);
	background-repeat:no-repeat;
	background-position:bottom left;
}

.contentjob{
	padding:5px;
}

.displayjobdetails td {
	text-align:left;
}

.displayjobdetails a{
	color:#2d5082;
	text-decoration:none;
	font-weight:bold;
}

.displayjobdetails a:hover {
	text-decoration:underline;
}

.latestjobsdiv {
	color:#666;
	font-weight:bold;
	margin-top:5px;
	zoom:1;
}

#latestjobsdiv a{
	color:#666;
	text-decoration:none;
}

#latestjobsdiv a:active{
	color:#666;
	text-decoration:none;
}

#latestjobsdiv a:visited{
	color:#666;
	text-decoration:none;
}

#latestjobsdiv a:hover{
	text-decoration:underline;
}