@charset "ISO-8859-1";
		
div#content span.range {
	display:block;
	margin: 10px 0 20px 0;
	text-align: right;
	border-top: 1px solid #BBB;
}

div#content span.range span.current {
	font-weight: bold;
}

table#list  {
	width: 100%;
}

div#content tr.odd {
	color: inherit;
	background-color: #BDD8E5;
}

table#list td  {
	padding: 4px 8px;
}

a.listlink  {
	display: block;
	width: 100%;
	text-decoration: none;
}

a.listllink:hover {
	color: blue;
	background-color: inherit;
}

div#content {
	color: inherit;
	background-color: #FBF8D6;
}

div#content a:hover {
	color: #B11;
	background-color: inherit;
}

img.smallStatus {
    height: 16px;
    margin-bottom: -4px;
}

img.largeStatus {
    margin-bottom: -8px;
}
