/* Default CSS for Client Works */
* {
	margin:0;
	padding:0;
	}

body {
	background-color:#000000;
	background-image:url(http://www.fhsinventoryservices.co.uk/images/background.jpg);
	background-repeat:repeat-x;
	color: #737373;
	font-family: "Lucida Grande",Verdana,sans-serif;
	font-size: 12px;
}

#header {
	height:150px;
	background-image:url(http://www.fhsinventoryservices.co.uk/images/header.jpg);
	background-repeat:no-repeat;
	margin:0 auto;
	width: 970px;
	}

a, a:visited {
	color: #518db9;
	text-decoration: none;
}

a img {
	border: none;
}

span.subtext {
	color: #949494;
	display: block;
	font-style: italic;
	font-size: 10px;
	margin: 0 0 10px;
}

.good {
	color: #5be631;
}

.bad {
	color: #e63131;
}

p, input, label{
	margin: 0 0 10px;
	display: block;
}

input, .button, textarea{
	background: #fff url(images/form_bg.jpg) repeat-x;
	border: 1px solid #bdbdbd;
	color: #282828;
	display: block;
	font-size: 12px;
	padding: 5px;
}

textarea {
	height: 100px;
	width: 400px;
}

.button {
	color: #282828 !important;
	display: inline-block;
	font-size: 11px !important;
	margin-top: 10px;
	padding: 7px;
}

.download {
	font-size: 13px !important;
}

input.submit {
	display: inline;
}

input.block {
	display: block !important;
}

input.medium {
	display: inline !important;
	width: 300px;
}

input.hidden {
	display: none;
}

.right_button {
	float: right;
}

fieldset {
	border: none;
	margin: 10px 0 0;
	padding: 0px;
}

ol, ul {
	margin: 0px;
	padding-left: 20px;
}

ul {
	list-style: none;
	padding-left: 0px;
}

.filePreview {
	max-width: 800px;
}

.clear {
	clear: both;
}

/* Layout */
#wrap {
	background: #f3f3f3;
	-moz-box-shadow: 0 1px 2px #000;
	-moz-border-radius: 10px;
	margin: 30px auto;
	padding: 25px;
	width: 800px;
	-webkit-border-radius: 10px;
	-webkit-box-shadow: 0 1px 2px #000;
}

#wrap h1 {
	color: #282828;
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 38px;
	font-weight: 100;
	margin: 0 0 10px;
}

#wrap h2 {
	color: #282828;
}

#menu {
	background: #d9d9d9 url(images/tablebg.jpg) repeat-x;
	border: 1px solid #9e9e9e;
	margin-bottom: 10px;
	padding: 5px;
	text-shadow: 0 1px 0 #fff;
}

#menu p {
	margin-bottom: 0px;
}

#menu .right {
	float: right;
}

#menu .left {
	float: left;
}

#left-col {
	float: left;
	width: 500px;
}

#right-col {
	float: right;
	width: 280px;
}

.right-box {
	background: #d4d2d3 url(images/tablebg.jpg) repeat-x;
	border: 1px solid #9e9e9e;
	margin-bottom:10px;
	padding: 10px;
}

.right-box h2 {
	color: #282828;
	font-weight: lighter;
	margin-top: 0px;
	margin-bottom: 5px;
}

#fileTable {
	border: 1px solid #9e9e9e;
}

#fileTable a {
	color: #737373;
}


.fileRow {
	background: #fff url(images/form_bg.jpg) repeat-x;
	border-bottom: 1px solid #e5e5e5;
	padding: 10px;
	color:#0000FF;
}

.fileRow:hover {
	background: #ececec;
	text-shadow: 0 1px 0 #fff;
}

.fileRow img, .button img {
	margin-right: 5px;
}

.admin {
	font-style: italic;
	font-weight: bold;
	color: #FF0000;
}

.margin {
	margin-bottom: 10px;
}

/* Tables */
table {
	border-collapse: separate;
	border-spacing: 0;
}

tr.table_header {
	color: #656565;
	text-shadow: 0 1px 0 #fff;
	text-align: left;
}

tr.table_header th {
	background: #d9d9d9 url(images/tablebg.jpg) repeat-x;
	border-top: 1px solid #9e9e9e;
	border-bottom: 1px solid #9e9e9e;
}

th.left {
	border-left: 1px solid #9e9e9e;
}

th.right {
	border-right: 1px solid #9e9e9e;
}

tr:hover {
	background: #e1e1e1;
}

th, td {
	padding: 5px;
}

td.td2 {
	padding-left: 0px;
}

/* Used for Validation */
span.LV_validation_message{
	display: inline;
    font-weight:bold;
    margin:0 0 0 5px;
}

.LV_valid {
    color:#00CC00;
}
	
.LV_invalid {
    color:#CC0000;
}
    
.LV_valid_field,
input.LV_valid_field:hover, 
input.LV_valid_field:active,
textarea.LV_valid_field:hover, 
textarea.LV_valid_field:active {
    border: 1px solid #00CC00;
}
    
.LV_invalid_field, 
input.LV_invalid_field:hover, 
input.LV_invalid_field:active,
textarea.LV_invalid_field:hover, 
textarea.LV_invalid_field:active {
    border: 1px solid #CC0000;
}
