/* @override http://www.sandiego.edu/css/usd/sql.css */

table.list th {
	vertical-align: top;
}

p.error {
	color: red;
}

div.controls {
	clear: both;
	text-align: center;
	border-style: solid;
	border-width: .1em;
	border-left-style: none;
	border-right-style: none;
}

table.display img {
	border-style: none;
}

.badvalue {
	background-color: red;
}

table.list tr.odd {
	background-color: #EEEEFF;
}

ul.options {
	list-style-type: none;
}

table.results {
	border: none;
}

table.mceLayout {
	width: 90% !important;
}

form.single {
	white-space: nowrap;
}

a.preview {
	font-weight: bold;
}

input[type='image'] {
	background-color: inherit;
}

table.list td, table.results td {
	padding: .3em;
}
