
body, td, p {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
}


form {
	margin: 0px;
}



/****** standard size fonts *****/


.bold {
	font-weight:bold; 
}

.rocks {
	color: #008400
}

.blows {
	color: #9C561C
}

.gray {
	color: #848484
}

.gray_bold {
	color: #333333;
	font-weight:bold; 
}

.black {
	color: #000000
}


.white {
	color: #FFFFFF
}


.bright_link {
	color: #0A7A0A;
	font-weight:bold; 
}


.warning {
	color: #E71000;
	font-weight:bold; 
}

.error {
	color: #FF0000
}

/****** small fonts *****/


.white_label {
	font-size: 11px;
	color: #FFFFFF
}

.small {
	font-size: 11px;
}

.s_link {
	color: #CCCCCC;
	font-size: 11px;
}




/****** large fonts *****/


.rocks_headline {

	color: #007B00;
	font-weight:bold; 
	font-size: 16px;
}

.sucks_headline {
	
	color: #8C3908;
	font-weight:bold; 
	font-size: 16px;
}




.location {
	font-size: 18px;
	font-weight:bold; 
}

.page_headline {
	font-size: 24px;
	font-weight:bold; 
	line-height: 28px;
}

.callout {
	font-size: 18px;
	line-height: 25px;
}

.callout_green {
	font-size: 18px;
	color: #008400;
	line-height: 28px;
}

.callout_white {
	font-size: 16px;
	color: #FFFFFF;
}


/****** large fonts *****/

.black_link {
	color: #000000;
	text-decoration : none;
}



/****** Tables *****/

.viewcount {
	width: 45px;
	margin-right: 2px;
	font-weight: bold; 
	color: #FFFFFF;
	text-align: center;
}

.rocks_viewcount {
	background-color: #118913;
}
.blows_viewcount {
	background-color: #AA4505;
}



.rocks_table {
	border-top: 3px solid #008400;
	border-left: 1px solid #008400;
	border-right: 1px solid #008400;
	border-bottom: 1px solid #008400;

	background-color: #D6EFD6;
}

.sucks_table {
	border-top: 3px solid #8C3908;
	border-left: 1px solid #8C3908;
	border-right: 1px solid #8C3908;
	border-bottom: 1px solid #8C3908;
	
	
	background-color: #E4CEBA;
}

.needs_review_table {
	border-top: 3px solid #969795;
	border-left: 1px solid #969795;
	border-right: 1px solid #969795;
	border-bottom: 1px solid #969795;
	
	background-color: #FAFAFA;
}


.contest_table {
	border-top: 1px solid #969795;
	border-left: 1px solid #969795;
	border-right: 1px solid #969795;
	border-bottom: 1px solid #969795;
	
	background-color: #FAFAFA;
}




