body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 75%;
	line-height: 140%;
}
input, textarea, select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	padding: 2px;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 150%;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 180%;
	font-weight: normal;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 130%;
}
a {
	color: #333;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}


table {
	clear: both;
	width: 100%;
	border-collapse: separate;
}
th, td {
	padding: 4px;
}
th, tr.no_hover th {
	background: #B5C8D2;
	color: #FFF;
}

.admin_details_table th {
	text-align: right;
	padding-right: 10px;
	vertical-align: top;
}
td {
	vertical-align: top;
	background-color: #EAEFF2;
}
tr:hover td {
	background-color: #C9D7DE;
}
tr.no_hover th, tr.no_hover td {
	background: none;
}
tr.heading th {
	background: #B5C8D2;
	padding: 5px 3px;
}


.valid {
	
}
.invalid input, .invalid textarea {
	background-image: url(../_images/_structure/invalid.jpg);
	background-position: right top;
	background-repeat: no-repeat;
	border: solid 1px #990033;
	padding: 3px;
}



/* form layout */

.pagination {
	padding: 10px 0;
}
.pagination .numeric_link {
	font-weight: bold;
	display: block;
	float: left;
	width: 18px;
	border: solid 1px #999;
	margin-right: 2px;
	text-align: center;
	background-color: #B5C8D2;
	color: #000;
	padding: 2px 0px;
}
.pagination a.numeric_link {
	font-weight: normal;
	text-decoration: none;
	background: none;
	color: #CCC;
}
.pagination a.numeric_link:hover {
	background-color: #E6EDF0;
	color: #000;
}
.textinput, .textarea {
	width: 98%;
}
td.date {
	width: 98%;
}

.smalltextarea,
.smalltextinput {
	width: 100px;
}

.currency {
	text-align: right;
	padding-right: 5px;
	width: 100px;
}
tr.totals {
	
}
tr.totals td {
	padding: 15px 5px!important;
	font-weight: bold;
	border-top: solid 1px #999999;
	border-bottom: solid 1px #999999;
}
.to_remove td, tr.to_remove:hover td {
	background: #993333;
	color: #FFFFFF;
}
tr.no_hover th {
	background: #B5C8D2;
	color: #FFF;
	vertical-align: top;
}
.disclaimer {
	font-size: 90%;
}
.outline {
	background: #E6EDF0;
	padding: 3px;
	margin: 5px 0 3px 0;
	font-weight: bold;
	border-top: solid 1px #999999;
	border-bottom: solid 1px #999999;
}
.outstanding {
	color: red;
}
.col_total, .col_vat, .col_invoice_total, .col_outstanding {
	width: 80px;
	text-align: right;
}
.page_details {
	font-weight: normal;
	padding: 10px 0;
	border-bottom: solid 1px #ccc;
}

.link {cursor: pointer; }

.button, .btn {display: inline-block; padding: 3px 5px; background: #ffffff; /* Old browsers */ background: -moz-linear-gradient(top,  #ffffff 0%, #dfdfdf 100%); /* FF3.6+ */ background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#dfdfdf)); /* Chrome,Safari4+ */ background: -webkit-linear-gradient(top,  #ffffff 0%,#dfdfdf 100%); /* Chrome10+,Safari5.1+ */ background: -o-linear-gradient(top,  #ffffff 0%,#dfdfdf 100%); /* Opera 11.10+ */ background: -ms-linear-gradient(top,  #ffffff 0%,#dfdfdf 100%); /* IE10+ */ background: linear-gradient(to bottom,  #ffffff 0%,#dfdfdf 100%); /* W3C */ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#dfdfdf',GradientType=0 ); /* IE6-9 */ border: solid 1px #DEDEDE; color: #666666; border-radius: 3px; text-decoration: none; font-size: 12px; min-width: 30px; text-align: center; cursor: pointer; }


.textinput.medium {width: 200px; }