html {
	font-size: 75%;
}

body{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
}

div, p, table, td, th, input, select {
	font-size: 100%;
}

form {
	margin-bottom: 4px;
	margin-top: 4px;
}

.smalltext {
	font-size: 84%;
}

/* ============ */

td.inverted {
	color: #003366;
	background-color: #FFFFFF;
}

td.dashbot {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #FFFFFF;
	line-height: 0%;
}

a:link, a:visited, a:hover {
	color: #FFF799;
}

.sortable {
	height: 18px;
	line-height: 18px;
	background-color: #ACB9D1;
	white-space: nowrap;
	font-weight: bold;
	padding: 0px;
}

.sortable a:link, .sortable a:visited, .sortable a:hover {
	color: #FFFFFF;
	text-decoration: none;
	padding: 4px;
	display: block;
}

.sortable a:hover {
	background-color: #6B88A6;
}

.sortable img {
	float: right;
	position: relative;
	top: 5px;
}
