/* CSS Document */


/* Login Status */

#login_status {

border: 1px solid #e9e9e9;
padding: 10px;
width: 400px;

}


#registration_form {
border: 1px solid #e9e9e9;
border-right: 2px solid #e9e9e9;
border-bottom: 2px solid #e9e9e9;
padding: 10px;
width: 470px;
margin: 0 auto;
}

#vacancy_form {
border: 1px solid #e9e9e9;
border-right: 2px solid #e9e9e9;
border-bottom: 2px solid #e9e9e9;
padding: 10px;
width: 470px;
margin: 0 auto;
}

#resource_form {
border: 1px solid #e9e9e9;
border-right: 2px solid #e9e9e9;
border-bottom: 2px solid #e9e9e9;
padding: 10px;
width: 470px;
margin: 0 auto;
}

#company_form {
border: 1px solid #e9e9e9;
border-right: 2px solid #e9e9e9;
border-bottom: 2px solid #e9e9e9;
padding: 10px;
width: 470px;
margin: 0 auto;
}

fieldset {
padding-bottom: 20px;
}

legend {
text-transform: uppercase;
padding: 5px 15px 5px 15px;
font-size: 0.9em;
letter-spacing: 0.9em;
}

.radio_button {
width: auto;
padding: 0 5px 0 5px;
}

.radio_label {
width: auto;
padding: 0 5px 0 5px;
}

/* General Forms */

form p {
clear: both;
padding: 10px;
}

form p label {
 width: 200px;
 display: block;
 float: left;
 text-align: left;
}

form p input {
 width: 230px;
 border: 1px solid #e9e9e9;
 margin-left: 5px;
 padding: 2px 5px 2px 5px;
 float: left;
 color: #999999;
}

form p input:focus {
 background: #e9e9e9;
}

form p textarea {
 width: 430px;
 border: 1px solid #e9e9e9;
 margin-left: 5px;
 padding: 2px 5px 2px 5px;
 float: left;
 color: #999999;
 margin-top: 10px;
 font-size: 0.95em;
}

form p textarea:focus {
 background: #e9e9e9;
}

form p select {
 width: 245px;
 border: 1px solid #e9e9e9;
 margin-left: 5px;
 float: left;
 font-size: 0.95em;
 padding: 2px 5px 2px 5px;
 color: #999999;
}

form p select:focus {
 background: #e9e9e9;
}

form p select.required {
 border-left: 5px solid #283c57;
 margin-left: 0px;
}

form p select#title {
 width: 120px;
}

form p select#valid_from_month {
 width: 100px;
}

form p select#valid_from_year {
 width: 100px;
}

form p select#expires_month {
 width: 100px;
}

form p select#expires_year {
 width: 100px;
}

form p select#card_type {
 width: 150px;
}

form p input#reference {
 width: 120px;
}

form p input#hours_pw {
 width: 120px;
}

form p input#postcode {
 width: 120px;
}




form p.check {
 text-align: center;
 padding: 5px;
 clear: both;
 margin-left: 30px;
 margin-right: 30px;
}

form p input.check {
 float: left;
 width: auto;
 margin: 10px;
}

form p label.check {
 float: left;
 width: auto;
 margin: 10px;
}

form p input.required {
 width: 230px;
 border-left: 5px solid #283c57;
 margin: 0px;
 padding: 2px 5px 2px 5px;
}

form p textarea.required {
 width: 430px;
 border-left: 5px solid #283c57;
 margin: 0px;
 padding: 2px 5px 2px 5px;
 height: 150px;
 margin-top: 10px;
 margin-bottom: 10px;
 clear: both;
}

form p textarea.short {
 height: 75px;
}

form div.submit {
clear: both;
margin: 0 auto;
margin-top: 15px;
width: 400px;
text-align: center;
padding: 10px;
border: 1px solid #e9e9e9;
border-right: 2px solid #e9e9e9;
border-bottom: 2px solid #e9e9e9;
}

form div.submit input {
width: 230px;
text-align: center;
border: 1px solid #e9e9e9;
border-right: 2px solid #e9e9e9;
border-bottom: 2px solid #e9e9e9;
background: #fff;
color: #999999;
padding: 5px 20px 5px 20px;
cursor: pointer;
cursor: hand;
}

form div.submit input:hover {
width: 230px;
text-align: center;
border: 1px solid #e9e9e9;
border-right: 2px solid #e9e9e9;
border-bottom: 2px solid #e9e9e9;
background: #e9e9e9;
color: #999;
padding: 5px 20px 5px 20px;
cursor: pointer;
cursor: hand;
}

form div.error_message {
width: 460px;
clear: both;
padding: 3px;
color: #CC0000;
font-weight: 500;
text-align: center;
font-size: 0.8em;
}

form div.wordcount {
width: 460px;
clear: both;
padding: 3px;
color: #999999;
font-weight: 500;
text-align: right;
font-size: 0.8em;
margin-top: -10px;
height: 30px;
}

table tbody tr.offline, table tbody tr.offline td {
color: #cccccc;
}

table tbody tr.offline, table tbody tr.offline td a {
color: #cccccc;
}

/* ICONS */

label.page-type-1 {
width: 16px;
height: 16px;
overflow: hidden;
background: url(../img/icons/document.png) top left;
text-indent: -1000em;
margin: 0 auto 0 auto;
display: block;
cursor: help;
}

label.page-type-2 {
width: 16px;
height: 16px;
overflow: hidden;
background: url(../img/icons/document_gear.png) top left;
text-indent: -1000em;
margin: 0 auto 0 auto;
display: block;
cursor: help;
}

label.page-type-3 {
width: 16px;
height: 16px;
overflow: hidden;
background: url(../img/icons/mail.png) top left;
text-indent: -1000em;
margin: 0 auto 0 auto;
display: block;
cursor: help;
}

label.page-protected {
width: 16px;
height: 16px;
overflow: hidden;
background: url(../img/icons/lock.png) top left;
text-indent: -1000em;
margin: 0 auto 0 auto;
display: block;
cursor: help;
}

ul.actions {
list-style: none;
list-style-image: none;
}

ul.actions li a{
width: 16px;
height: 16px;
overflow: hidden;
text-indent: -1000em;
margin: 0 auto 0 auto;
display: block;
cursor: pointer;
cursor: hand;
float: left;
}

ul.actions li.edit a{
background: url(../img/icons/document_edit.png) top left;
}

ul.actions li.delete a{
background: url(../img/icons/document_delete.png) top left;
}

ul.actions li.move-top a{
background: url(../img/icons/up2.png) top left;
}

ul.actions li.move-up a{
background: url(../img/icons/up.png) top left;
}

ul.actions li.move-down a{
background: url(../img/icons/down.png) top left;
}

ul.actions li.move-bottom a{
background: url(../img/icons/down2.png) top left;
}

ul.actions li.status-1 a{
background: url(../img/icons/trafficlight_red.png) top left;
}

ul.actions li.status-2 a{
background: url(../img/icons/trafficlight_green.png) top left;
}

ul.actions li.status-0 a{
background: url(../img/icons/trafficlight_off.png) top left;
}

ul.actions li.sub a{
background: url(../img/icons/right.png) top left;
}