a {
	color: #00C;
}

a:hover { 
	background-color: #e0e0e0;
}

#header a:hover, #main a:hover {
	background-color: transparent;
}

/* orange ==  #f3921c 
  light orange #ffefdc
*/


/* Form related */

label { 
	font-weight: bold;
}

/* quicklogin is the box on the searchpage */


#quicklogin { 
	font-size:11px;
} 


#quicklogin .input-box {
	display: block;
	float: left;
	width: 8em;
	margin: 3px 0;
}

#quicklogin .input-box-label {
	text-align: left;
	margin: 3px 0;
	float: left;
	width: 5em;
	padding: 0;

}

#rememberlabel {
	width:9em;
	float:none;
}

#quicklogin br {
	clear: left;
}

#quicklogin .submit-button {
	clear: both;
}

/* userform from /user/user.cgi */
#userform label {
	width: 10em;	
	float:left;	
	text-align: left;
	clear:both;
	margin:5px;
}

#userform input {
	margin:5px;
	width: 12em;
}

#userform .zipcode-input {
	width: 5em;
}

#userform .telephone-input {
	width: 8em;
}


.readonly {
	border:none;
}

.required {
  padding-right: 0px;
  background: url(/img/star.gif) no-repeat 100% 50%;
}


.formblock {
	float:left;
	margin-left:10px;
}

#login form label {
	display: block;
}



 /* for Writing orange buttons :) */
.feed, .feed:hover {
	border:1px solid;
	border-color:#FC9 #630 #330 #F96;
	padding:0 3px;
	font:bold 10px verdana,sans-serif;
	color:#FFF;
	background:#F60;
	text-decoration:none;
	margin:4px;
}

.cv {
	border: 1px solid black;
	padding: 2px 5px;
	margin: 0.5em;
	background: #ffefdc;
}
.humanjoblist {
}

.humanjoblist table {
/*	border: 1px solid black;*/
	width: 98%;
}

.humanjoblist table tr {
/*	border: 1px solid black; */
}

.humanjoblist table td {
	text-align: center;
}


.humanjoblist_active {
	background-color: #FFFFE0;
}

.humanjoblist_inactive {
	color: gray;
}

#main {
	text-align: center;
}
