
/*** Override general ***/

body {
	background-color: #fff;
	margin: 0px; padding: 0px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
}


/*** Override layout ***/

div#wrapper {
	background-color: White;
	width: 960px;
}

div#header {
	padding: 5px 5px 0px 5px;
	font-size: 18px;
	
}

div#menu {
	margin: 0px;
	padding: 5px;
	border-bottom: 1px solid #c8c8c8;
}


/*** Layout ***/

div#search {
	background-color: #E4E4E4;
	padding: 10px 5px 10px 5px;
	border-bottom: 1px solid #c8c8c8;
	text-align: center;
	font-size: 14px;
}

div#content {
	background-image: url(../images/contentbackbig.png);
	background-repeat: repeat-y;
}
div#leftContent {
	background-image: url(../images/leftcontentback.png);
	background-repeat: repeat-y;
}

div.leftColumn {
	float: left;
	width: 170px;
	padding: 5px;
}
div.leftColumn p {
	padding: 0px;
	margin: 4px 0px 4px 0px;
	font-size: 12px;
}

div#soapBox {
	background-color: #FFF5BD;
	border: 1px solid #c8c8c8;
	margin: 5px;
	padding: 10px;
	text-align: center;
}

div#siteMsg {margin-bottom: 10px;}

div.centerColumn {
	float: left;
	width: 590px;
	padding: 5px;
}

div.rightColumn {
	float: right;
	width: 170px;
	padding: 5px;
}
div.rightColumn p {
	padding: 0px;
	margin: 4px 0px 4px 0px;
	font-size: 12px;
}

div#listSponsors {
	float: right;
	width: 780px;
}
div#listSponsors p {
	padding: 0px;
	margin: 4px 0px 4px 0px;
	font-size: 12px;
}
div#listSponsors table.section {
	width: 770px;
	margin: 5px;
	border: 1px solid #E6E6E6;
}
div#listSponsors table.section td {
	border-bottom: none;
}
div#listSponsors #top {
	border: none;
}
div#listSponsors #bottom {
	background-image: none;
}

div.colTitle {
	font-size: 12px;
	background-color: White;
	padding: 2px 5px 2px 5px;
	font-weight: bold;
	text-align: center;
}

div.colSection {
	margin: 5px 2px 10px 2px;
}
div.colSection .title {
	border: 1px solid #c8c8c8;
	padding: 3px 5px 3px 5px;
}

div#sponsorHeader {
	height: 75px;
	border-bottom: 1px solid #c8c8c8;
}
div#sponsorHeader .left{
	width: 180px;
	font-size: 24px;
	height: 75px;
	line-height: 75px;
}
div#sponsorHeader .right {
	width: 180px;
	font-size: 24px;
	height: 75px;
	line-height: 75px;
}
div#sponsorHeader .center {
	width: 600px;
}

div#footer {
	text-align: center;
	margin: 0px;
	padding: 5px;
	background-color: White;
}

tr.subSection {
	background-color: #E6E6E6;
}

tr.subSection p {
	margin: 2px 5px 2px 5px;
}

tr.light {
	background-color: #F0F0F0;
}

tr#membershipBenefits {
	background-color: #E8F5CE;
	padding: 10px;
}

tr#membershipBenefits p {
	margin: 8px 0px 8px 0px;
	font-size: 12px;
}

.news {
	margin-bottom: 10px;
}
.news p {
	padding: 3px 0px 3px 0px;
}
.promo {
	margin-bottom: 10px;
}
.promo p {
	padding: 3px 0px 3px 0px;
}

.comment {
	background-color: #F0F0F0;
	padding: 5px;
	margin: 3px;
}

div.vote
{
	float:left;
	padding:10px 0;
	display:block;
	width:48px;
	text-align:center;
	font:11px Arial;
	background-color: #e0ff92;
	background: url(/images/vote_bg.gif) top center repeat-x;
	line-height: 10px;
	color: #6b656b;
}


div.vote a
{
	border: 0;
	text-decoration: none;
}

div.post
{
	margin-bottom: 20px;
	width: 520px;
	float: right;
	font-size: 11px;
	
}

div.post_small
{
	padding: 3px 0px 3px 0px;
	font-size: 11px;
	color: #666;
}

div.vote_button
{
	display: block;
	padding: 3px 0px 4px 0px;
	margin-top: 6px;
}

div.vote h2
{
	color: #444;
	font-size: 20px;
	padding: 0 0 10px 0;
	margin: 0;
	font-weight: normal;
}


h3.post_title
{
	display: inline;
	margin-bottom: 5px;
	border: 0;
	font-size: 14px;
}

span.user_photo
{
	float: left;
	margin: 5px;
}

span.user_photo img
{
	border: 1px solid #ccc;
	vertical-align: bottom;
	margin-right:10px;
}

div.clr
{
	clear: both;
}

#note
{
	position: absolute;
	width: 400px;
	height: 20px;
  	background: #ffc;
	padding: 10px;
	border: 1px solid #000;
	z-index: 1;
	visibility: hidden;
	color: #000;
	text-align: center;
}

#xclose
{
	position: absolute;
	top: 6px;
	right: 6px;
}

.midtext
{
	font-size: 12px;
}

div.users {
	border: 1px solid #c8c8c8;
	float: left;
	margin: 10px;
	padding: 5px;
}

div.users p {
	margin: 3px 0px 3px 0px;
}

fieldset {
	margin: 5px;
	padding: 5px;
	border: 1px solid #e6e6e6;
	color: #646464;
}

fieldset p {
	margin: 3px 0px 3px 0px;
}

legend {
	color: #778899;
	font-weight: bold;
	font-size: 14px;
}

span.small_date {
	font-size: 9px;
	color: Black;
}

#logo
{
	position: absolute;

}


p.small {
	margin: 2px 0px 4px 0px;
}


/* Winners */
div#winners_title {
	text-align: center;
	font-size: 22px;
	margin-bottom: 10px;
}
table#winners {
	width: 95%;
	margin: auto;
	font-size: 12px;
	margin-bottom: 10px;
}
