@CHARSET "ISO-8859-1";
a:link{
	color:black;
}

a:hover{
	color:black;
}

a:visited{
	color:#333;
}

dt {
	padding: 0 0 5px 0;
}

dd {
	padding: 0 0 10px 10px;
}

dt label {
	font-weight: bold;
	font-size: 12px;
}

dt label.required:before {
	content: "* ";
	color: #ff0000;
}

ul.errors {
	padding: 5px 0 5px 25px;
	color: #ccc;
	font-weight: bold;
	text-shadow: 2px 2px 7px black;
}

table.spreadsheet {
	margin: 10px 0;
	border: #999 1px solid;
}

table.spreadsheet th {
	background: #ccc;
	font-weight: bold;
	font-size: 12px;
	padding: 8px;
}

table.spreadsheet td {
	
	font-size: 12px;
	border-top: #999 1px solid;
	padding: 8px;
}

.mysmallfont{
	font-size: 12px;
	
}

table.listings {
	margin: 10px 0;
	border: #999 1px solid;
}

table.listings th {
	background: #ccc;
	font-weight: bold;
	font-size: 11px;
	padding: 8px;
}

table.listings td {
	border-top: #999 1px solid;
	padding: 8px;
	font-size: 11px;
	background: url(/images/detail-back.png);
}