/*
 * Main Page Styles
 */
body.sh {
	background: transparent;
}

body.sh,
body.sh table {
	font-family: Verdana, Arial, Helvetica, sans;
	font-size: 10pt;
	color: black;
}

h1 {
	text-align: left;
	margin: 0;
}

h2 {
	font-style: italic;
	margin: 0 0 .2em 0;
}

h3 {
	margin: 0;
	font-size: 14pt;
}

a {
	text-decoration: none;
}

form { margin: 0 }

/*
 * Search
 */
table.sh_search {
	margin: auto;
}

table.sh_search td {
	text-align: center;
}

table.sh_search th {
	font-style: italic;
	font-size: 85%;
}

/*
 * Search Results
 */
div.sh_listoptions {
	text-align: left;
	margin: .5em 0;
}

table.sh_results {
	margin: auto;
	width: 100%;
	background: #ccffff;
	border-spacing: 0;
	border-collapse: collapse;
	table-layout: fixed;
	clear: both;
}

table.sh_results th,
table.sh_results td {
	border: 2px outset lightgrey;
	vertical-align: middle;
	overflow: hidden;
}

table.sh_results th {
	font-size: 75%;
	line-height: 150%;
}

tr.sh_inactive {
	background: #999999;
}

/*
 * Job Form
 */
table.sh_job {
	margin: auto;
	width: 100%;
	background: #ccffff;
	border-spacing: 0;
	border-collapse: collapse;
}

table.sh_job td {
	border: 2px outset lightgrey;
	vertical-align: top;
	padding: .2em;
}

table.sh_job textarea {
	width: 100%;
}

table.sh_job table td {
	border: none;
	padding: 0;
	vertical-align: middle;
}

/*
 * Admin Options
 */
table.sh_users {
	border-collapse: collapse;
	border-spacing: 0;
}

table.sh_users th,
table.sh_users td {
	border: 2px solid black;
	padding: .5em 1em;
	text-align: center;
}

/*
 * Misc
 */
hr.sh_hr {
	width: 95%;
	border: 1px outset black;
}

div.sh_copyright {
	text-align: right;
	font-size: smaller;
	font-style: italic;
}

td.l {
	text-align: right;
	padding-right: 1em;
}

div.sh_backlink {
	font-style: italic;
	float: left;
}

div.sh_error {
	color: red;
	text-align: center;
}