html, body {
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
	background-color: #000000;
	color: #FFFFFF;
	font-size: 9pt;
	font-family: Arial, Helvetica, sans-serif;
}

a {
	color: #D0AE74;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

img {
	border: 0px;
}

form {
	margin: 0px;
}

.forminput, .searchStr, textarea {
	font-size: 8pt;
	color: #000000;
	background-color: #FFFFFF;
	border: 1px solid #000000;
}

.searchStr {
	height: 16px;
	@height: 18px;
	width: 450px;
}

.button, .buttonGreen {
	font-size: 8pt;
	color: #EA9603;
	border: 1px solid #7B4E00;
	height: 20px;
}

.button {
	background: #000000;
}

.buttonGreen {
	background: #111111;
}

.icon {
	margin: 0px 8px 8px 0px;
	border: 1px solid #CCCCCC;
}

optgroup, option {
	font-size: 9pt;
	font-weight: normal;
	font-style: normal;
	font-family: 'Courier New', Courier, monospace;
}

hr {
	height: 1px;
	margin-top: 15px;
	margin-bottom: 15px;
	background: #777777;
	border: 0px;
	clear: both;
}

/* IE6 out low */
optgroup {
	color: #000000;
	background: #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
}

option {
	color: #000000;
	background: #FFFFFF;
}

/* comments */

.commentTitle {	
	margin-top: 10px;
	padding-bottom: 4px;

	color: #9F9F6F;
	font-size: 10pt;
	text-align: left;
}

.commentTitle a b {
	font-size: 11pt;
}

.commentBody {
	border: 1px dashed #A9A9A9;
	padding: 3px 4px 3px 4px;
	margin-bottom: 20px;
}

.commentComplaint {
    background: #2B0D03;
    font-size: 10pt;
    padding: 8px 5px 8px 5px;
}

.commentComplaint div {
	margin-top: 5px;
}

.emptyCell {
	text-align: center;
	padding: 40px 40px 20px 40px;
}

.voteStars {
    padding-bottom: 5px;
    margin-bottom: 7px;
    border-bottom: 1px dashed #A9A9A9;
}

.clear {
    clear: both;
}

