/* NEW TABLES */
form {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

table.standard {
	border-spacing: 0;
	border-collapse: collapse;
	width: 100%;
	margin: 0 0 1em 0;
	text-align: left;
}

table.standard th, table.standard td {
	padding: 0.5em;
	text-align: left;
}

table.standard thead, table.standard {
	border-bottom: 2px solid #990000;
	text-align: left;
}

table.standard thead tr th {
	border-bottom: 2px solid #990000 !important;
}

table.standard th,
table.standard td {
	border: none;
	text-align: left;
}

table.standard th {
	background: transparent;
	color: #990000;
}

table.standard th a {
	display: inline;
	width: auto;
	height: auto;
	color: #990000 !important;
}

table.standard th a:hover {
	text-decoration: underline;
}

table.standard td {
	border-bottom: 1px solid #c4c4c4;
}

table.standard tr.search {
	height: auto;
}

table.standard tr.search,
table.standard tfoot td {
	background: #fbecdd;
}

table.standard tr.even td {
	background: #f9fef4;
}

table.standard tr.thissite td {
	background: #eeeeee;
}

table.standard tr.new td {
	background: #ffcccc;
}

table.standard th a {
	color: #fff !important;
}

table.standard input[type=submit],
table.standard input[type=button],
table.standard input.button {
	border: 1px solid #077f09;
	background: #489f12 url('../img/navigation-tile.png') repeat-x top left;
	color: #fff;
	font-weight: bold;
	padding: 0.25em;
}

table.standard input[type=submit]:hover,
table.standard input[type=button]:hover,
table.standard input.button:hover {
	color: #000;
	background: #fff;
}

table.standard input[type=text].search,
table.standard input.text.search {
	background: #fff url('../img/magnifying-glass.png') no-repeat 0.3em 0.5em;
	padding-left: 1.3em;
	width: 10.8em;
}

table.standard input[type=submit],
table.standard input[type=text],
table.standard input.button {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	background-color: #fff;
	border: 1px solid #bbb;
	color: #bbb;
	font-size: 1.1em;
	padding: 0.3em 0.2em;
	width: 10em;
	margin: 0.2em 0;
}

table.standard input.button {
	width: 8em;

}

table.standard select,
table.standard input.text {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	background-color: #fff;
	border: 1px solid #bbb;
	color: #bbb;
	font-size: 1.1em;
	padding: 0.3em 0.2em;
	width: 10em;
	margin: 0.2em 0;
}

table.standard select:focus,
table.standard input.text:focus,
table.standard textarea.textbox:focus {
	color: #000;
	border: 1px solid #000;
}

table.standard select {
	padding: 0.23em 0.18em;
}

table.standard select.reduced {
	padding: 0.23em 0.18em;
	width: 6em;
}

table.standard select.age {
	padding: 0.23em 0.18em;
	width: 4em;
}

table.standard input[type=checkbox] {
	padding: 0.23em 0.18em;
	width: 1em;
}

table.standard tr.off:hover td {
	background-color: #FFF;
}

table.standard textarea.textbox {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	background-color: #fff;
	border: 1px solid #bbb;
	color: #bbb;
	font-size: 1.1em;
	padding: 0.3em 0.2em;
	width: 20em;
	height: 10em;
	margin: 0.2em 0;
}

table.nobottomborder {
	border-bottom: 0;
}

table.vtop tr {
	vertical-align: top;
}

table.standard th.thright, th.thright, .thright,
table.standard td.tdright, td.tdright, .tdright {
	text-align: right;
}

tr.grey {
	background-color: #EEE;
}