div.bodywrap{
    width: 100%;
    height: 1000px;
    overflow: auto;
    padding: 0px;
    margin: 0px;
	border: 0px;
	position: absolute;
	top: 0;
	left: 0;
}

.content{
    width: 50%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
	margin-top: 20px;
    min-width: 550px; 
   	top: 20px;
   	font-family: Verdana,clean;
   	font-size:74.5%;
   	font-style:normal;
   	font-variant:normal;
   	font-weight:normal;
   	line-height:122%;
   	color: #505050;
   	border: 0px; 
}

div.searchbox{
   width: 100%;
   min-width: 300px;
   margin-left: auto;
   margin-right: auto;
}

div.searchbox_north{
   height: 50px;
   background-image: url('/images/default/header_bg.gif');
   background-repeat: repeat-x;
   border-top: 1px solid #808080;
   border-left: 1px solid #808080;
   border-right: 1px solid #808080;
   vertical-align: middle;
   cursor: pointer;
}

div.searchbox_south{
   height: 35px;
   border-bottom: 2px solid #808080;
   margin-bottom: 10px;
}

div.searchbox_center{
   margin-right: auto;
   margin-left: auto;
   width: 90%;
   padding-top: 10px;
   padding-bottom: 5px;
   display: block;
}

input.searchbutton{
   float: right;
   width: 150px;
   height: 25px;
   display: inline;
   padding: 0px;
   margin: 0px;
   background-image: url('/images/default/150_24_button.gif');
   background-repeat: no-repeat;
   border: none;
   background-color: #FFFFFF;
   cursor: pointer;
   vertical-align: middle;
}

input.button{
   height: 27px;
   width: 100px;
   display: inline;
   padding: 0px;
   margin: 0px;
   background-image: url('/images/default/100_24_button.gif');
   background-repeat: no-repeat;
   border: none;
   background-color: #FFFFFF;
   cursor: pointer;
   vertical-align: middle;
}


option, select, optgroup{
   color: #505050; 
}

.header{
  color: #47A0D4;
  font-size: 12pt;
  font-weight: bold;
  padding-left: 10px;
}

.search_toggle{
  float: right;
  padding-right: 8px;
  font-weight: bold;
  font-size: 10pt;
  color: #47A0D4;
  cursor: pointer;
}

div.listing{
    width: 100%;
	min-width: 500px;
    top: 20px;
	background-color: #FFFFFF;
}

div.listing_north{
    height: 50px;
	width: 100%;
    border-top: 1px solid #808080;
    border-left: 1px solid #808080;
    border-right: 1px solid #808080;
    background-image: url('/images/default/header_bg.gif');
    background-repeat: repeat-x;
	background-color: #ffffff;
}

div.listing_center{	
	width: 100%;
}

div.listing_south{   
   	height: 30px;
    width: 100%;
    border-top: 2px solid #808080;
}

div.listing_east{
	float: right;
}

div.listing_sortby{
    float: right;
    padding-top: 28px;
    padding-right: 10px;
	padding-bottom: 20px;
}

div.navigate{
	float: right;
}

.apply{
	font-weight: normal;
}

a:link{
	color: #47A0D4;
	text-decoration: none;
	font-weight: normal;
}

a:hover{
	color: #666666;
}

a:visited{
	text-decoration: none;
	font-weight: normal;
}

hr{
	width: 100%;
	border: 1px double #666666;
}

h1{
	font-size: 12pt;
	line-height: 150%;
}

h2.location{
	font-size: 11pt;
	font-weight: bolder;
}

h2,h3,h4,h5,h6{
	font-size: 10pt;
	font-weight: bold;	
}

img.link{
   border: 0;
}

.joblisting {
	border-bottom:1px dotted #999999;
	border-top:1px solid #FFFFFF;
	margin:0pt 0pt 0.8em;
	vertical-align: top;	
}

cite.jobtitle {
	 display:block;
	 font-size:110%;
	 font-style:normal;
	 font-weight:bold;
	 padding-left: 20px;
	 cursor: pointer;
}

.jobposted{
	 padding-left: 30px;
	 font-weight: lighter;
	 font-size: smaller;
}

.jobinfo {
	float: right;
	/*text-align:right;*/
	top:0pt;
	padding-right: 5px;
	display: block;
}

.joblocation {
	display:block;
	/*float:right;*/
	font-weight:normal;
	/*text-align:right;*/
}

.apply{
	font-family: Verdana,clean;
   	font-size:74.5%;
   	font-style:normal;
   	font-variant:normal;
  	font-weight:normal;
   	line-height:122%;
 	color: #505050;
}

.error{
	color: red;
	font-family: Verdana,clean;
   	font-size:74.5%;
   	font-style:normal;
   	font-variant:normal;
  	font-weight:normal;
   	line-height:122%;
}

/*GREY BOX SECTION*/
.browseframe{
    position: absolute;
    border-style: hidden;
    height: 0%;
    width: 0%;  
    top: 0px;
    left: 0px;
    visibility: hidden;
    padding: 0px;
    margin: 0px;
}
.transparentground{
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    border-style: hidden;
    z-index: 10;
    background-color: #3f414a;
    -moz-opacity: 0.8;
    filter: alpha(opacity=80);
    opacity: 0.8;
}

.inframe{
    position: absolute;
    border: 3px solid #808080;
    padding: 0;
    min-width: 600px;
    min-height: 300px;
    top: 4%;
    left: 15%;
    width: 70%;
    height: 80%;
    background-color: white;
    overflow: hidden;
    z-index: 20;
}

.indexlabel{
  color: #47A0D4;
  font-size: small;
}
