@CHARSET "ISO-8859-1";
 html {
   text-align: center;
   font-size: 12px;
   color: black;
   overflow: auto;
 }

 html img {
   border: none;
 }

 html a {
  text-decoration: none;
  color: #013082;
 }

 html a:hover {
  color: #013082;
  text-decoration: underline;
  
 }
 ul {    margin: 0px 0px 0px 0px;  }
 body 
{	background: url(images/body_bg.jpg) repeat-x scroll center top;
    
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	text-align: center;
	min-width: 934px;
	border: none;
	font-family: Arial, Sans-Serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #333;
	background-color: #4788CF;
}
 p {
  margin: 10px 0px 10px 0px;
  }
  
 body .clearer {
  clear: both;
 }
 b {
 font-weight:bold; 
 color:#013082;
 }
  strong {
 font-weight:bold; 
 color:#013082;
 }
 h1 {
 margin: 3px 3px 3px 3px; 
 color:#0550A1;
 font-size:18px
 }
  h2 {
 margin: 0px 0px 0px 0px; 
 color:#0550A1;
 font-size:16px;
 font-weight:bold;
 }
h3 {
 margin: 0px 0px 0px 0px; 
 color:darkgray;
 font-size:14px;
 font-weight:bold;
 }
h4
{ 
margin: 3px 3px 3px 3px; 
 color:#0550A1;
 font-size:14px
 }
li {
margin: 0px 0px 0px 0px; 
} 
#navstrip {
	margin: 0;
	padding: 0;
	height: 28px;
	background: url(images/toolbar-bg.png) repeat-x;
	
}
#nav li {
	margin: 0;
	padding: 0;
	float: left;
	display: block;
	background: url(images/toolbar-div.png) 100% 0 no-repeat;
}

#nav a {
	text-decoration: none;
	cursor: pointer;
	font-weight: bold;
}

#nav li a {
	display: block;
	float: left;
	height: 28px;
	line-height: 28px;
	padding: 0px 4px 0 4px;
	color: #434343;
}

#nav a:hover {
	color: #eee;
	background: #F4B12C url(images/hover-bg.png) 0 0 repeat-x;
}

#nav a:active {
	color: #333;
}

#page
{
	left: 0px;
	text-align: left;
	width: 934px;
	margin: 0 auto;	
	background-color: #fff;	
}
#header
{  
  background-image: url(images/header.jpg);
  background-repeat: no-repeat;
  height:117px;
  width:934px;
  }

#nav {
	margin: 0 0 0 8px;
	padding: 0;
	height: 28px;
	background: url(images/toolbar-div.png) 0 0 no-repeat;
}

#nav ul {
	padding: 0px;
	margin: 0px;
}

#login {
position:relative;
left:720px;
top:-97px;
height:59px;
width:200px;
background-image: url(images/login.jpg); 
color:white;
font-size:12px
 }
#login input, input.submit{
width:100px;
border:1px solid #36598D;
font-size:10px;
}
.submit input{
width:100px;
border:1px solid #36598D;
font-size:10px;
}
#error {
position:absolute;
left:720px;
top:90px;
color:red; 
font-weight:bold
}
#footer
{  
  background-image: url(images/footer_bg.png);
  background-repeat: no-repeat;
  height:104px;
  width:934px;
  padding-left:-2px;
  }
  
  
/* Recruiter Profile Stuff */
.comment {
	border: 1px solid #92beaf;
	background-color: #d1e4de;
	padding: 5px;
	padding-top: 3px;
}

.reply {
	position: relative;
	margin-left: 40px;
}

.comment .headingleft {
	float: left;
	font-weight: bold;
	color: #0550a1;
}
.comment .padded {
	padding-bottom: 3px;
}

.hidden {
	display: none;
}

.comment .headingright {
	float: right;
}

#graph {
	border: 1px solid #92beaf;
}

#graphcontainer {margin-left: 25px;}

#filtercontainer {
	margin-left: 25px;
	width: 160px;
}

#filtercontainer form {background-color: white}

.float {float: left}
.floatr {float: right}

#filtererror {
	font-weight: bold;
	color: red;
}

.comment .filterlabel {
	float: left;
	padding-top: 3px;
	width: 100px;
}

.comment .filterdropdrown {
	float: left;
	width: 400px;
	text-align: center;
}

.comment .filterdropdown select {
	width: 375px;
}

.comment .centered {text-align: center;}
#sparearticle {
border:double 3px #FFA617;
background-color:#E3EAFF;
padding:5px 5px 5px 5px
}