FORM {
	margin: 0px;
	padding: 0px;
}

.error, DIV.error {
	font-family: 'Lucida Sans',Tahoma,Arial,sans-serif;
	font-size: 11px;
	color: #CC3366;
}

.err-msg, DIV.err-msg {
	border: 2px solid #CC3366;
	padding: 5px;
	background-color: #FFF7F7;
	color: #CC3366;
}

.req {
	font-weight: bold;
	color: #000;
}

TABLE.input {
	border: 0;
	padding: 3px;
}

TABLE.input TH {
	text-align: right;
	vertical-align: top;
	padding-top: 3px;
	font-weight: normal;
}

TABLE.input.left th {
	text-align: left;
}

TABLE.input td {
	vertical-align: top;
}

TABLE.null {
	padding: 0;
	margin: 0;
	border-style: none;
}

TABLE.table {
	color: #ccc;
	text-align: center;
}

TABLE.table TD {
	font-size: 11pt;
	color: #ccc;
}

TABLE.table.sm TD {
	font-size: 10pt;
}

TABLE.table th {
	padding: 3px;
	color: #ccc; 
	font-family: Tahoma,'Lucida Grande',arial,sans-serif;
	font-size: 10px;
	font-weight: bold; 
	text-align: center; 
	background: #333;
}

TABLE.table th a {
	color: #222;
	text-decoration: underline;
}

TABLE.table th a:hover {
	color: #f00000;
	text-decoration: underline;
}

TABLE.table th.on a {
	color: #608000;
}

TABLE.table tr, TABLE.table tr.nohover:hover, TABLE.table.nohover tr:hover {
	background: #404040;
}

TABLE.table tr:hover {
	background: #505050;
}

TABLE.table td {
	padding: 5px;
}

TABLE.table.slim td {
	padding: 3px;
}

