/* incorrect rule for WinIE */
.preWrapper {
  width: 100%;
  overflow-x: auto;
}

/* hide from WinIE using the html>body hack */
html>body .preWrapper {
  overflow: auto;
}

body {
	color:#333;
	background-color:white;
	margin:20px;
	padding:0px;
	font:11px verdana, arial, helvetica, sans-serif;
	}
h1 {
	margin:0px 0px 15px 0px;
	padding:0px;
	font-size:28px;
	font-weight:900;
	color:#ccc;
	}
h2 {
	font:bold 14px verdana, arial, helvetica, sans-serif;
	margin:0px 0px 5px 0px;
	padding:0px;
	}
h3 {
	font:bold 13px verdana, arial, helvetica, sans-serif;
	margin:0px 0px 5px 0px;
	padding:0px;
	}
h4 {
	font:bold 12px verdana, arial, helvetica, sans-serif;
	margin:0px 0px 5px 0px;
	padding:0px;
	}
h5 {
	font:bold 11px verdana, arial, helvetica, sans-serif;
	margin:0px 0px 5px 0px;
	padding:0px;
	}

.nominate {
	font:bold 16px verdana, arial, helvetica, sans-serif;
	margin:0px 0px 5px 0px;
	padding:0px;
	text-align: center;
	}	

p  { font: 11px/14px Verdana, Arial, Helvetica, sans-serif; margin: 0; padding: 0 }

.Content>p {margin:0px;}
.Content>p+p {text-indent:30px;}

a {
	color:#09c;
	/*font-size:11px;*/
	font-family:verdana, arial, helvetica, sans-serif;
	font-weight:600;
	text-decoration:none;
	}
a:link {color:#09c;}
a:visited {color:#07a;}
a:hover {background-color:#eee;}

a.normal {
	color:#000;
	font-size:11px;
	font-family:verdana, arial, helvetica, sans-serif;
	font-weight:normal;
	text-decoration:none;
	}
a.normal:link {color:#000;}
a.normal:visited {color:#000;}
a.normal:hover {text-decoration:underline;}



a.homepagelink:link {color:#09c;}
a.homepagelink:visited {color:#07a;}
a.homepagelink:hover { color: blue; background-color:#eee; text-decoration: underline; }

a.votenowlink:link {color:#09c;}
a.votenowlink:visited {color:#07a;}
a.votenowlink:hover { color: blue; background-color:#eee; text-decoration: underline; }

a.xmllink:link {color:#09c;}
a.xmllink:visited {color:#07a;}
a.xmllink:hover { color: blue; background-color:#eee; text-decoration: underline; }


a.gofundme {
    background-color: #fff;
}
a.gofundme:hover {
	background-color: 000;
}
/* All the content boxes belong to the content class. */
.content     {
	background-color: white;
	margin: 20px 210px 10px 170px;
	padding: 10px;
	position: relative;
	z-index: 5;
	width: auto;
	min-width: 120px;
	border: solid 1px black
	}

.content2    {
	background-color: white;
	margin: 163px 210px 10px 170px;
	padding: 10px;
	position: relative;
	z-index: 4;
	width: auto;
	min-width: 120px;
	border: solid 1px black
	}



.break      { background-color: white; padding-top: 5px; padding-bottom: 5px; border-bottom: 1px dashed gray }
.lframe      { background-color: #fff; padding: 3px; width: 50%; border: solid 1px #c1c1c1 }
.rframe    { background-color: #fff; margin-left: 5px; padding: 3px; width: 50%; border: solid 1px #c1c1c1 }
.fframe    { background-color: #fff; margin-left: 5px; padding: 3px; width: 100%; border: solid 1px #c1c1c1 }

.lframe-vote      { background-color: #fff; padding: 3px; width: 50%; border: solid 1px #c1c1c1 }
.rframe-vote    { background-color: #fff; margin-left: 5px; padding: 3px; width: 50%; border: solid 1px #c1c1c1 }

.lframe-vote-row      { background-color: #fff; padding: 3px; width: 50%; border: solid 1px #c1c1c1    }
.rframe-vote-row    { background-color: #fff; padding: 3px; width: 50%; border: solid 1px #c1c1c1 }

.lframe-vote-row-mouseover      { background-color: #eee; cursor: pointer; padding: 3px; width: 50%; border: solid 1px #787878   }


.mouseover   { background-color: #eee; cursor: pointer; padding: 3px; width: 50%; border: solid 1px #787878 }
.category-title { font:bold 12px/14px verdana, arial, helvetica, sans-serif; }
.category-spacer-v { width: 10px }
.category-spacer-h { height: 5px }

.topline  { padding-top: 5px; padding-bottom: 5px; border-top: 1px solid #999 }
.bottomline { padding-top: 5px; padding-bottom: 5px; border-bottom: 1px solid #999 }
.bothlines { padding-top: 5px; padding-bottom: 5px; border-bottom: 1px solid #999; border-top: 1px solid #999 }

input.spacing-right  { padding-right: 3px; position: relative; top: 3px }
input.spacing-left  { padding-left: 3px; position: relative; top: 3px }

#navAlpha {
	position:absolute;
	width:150px;
	top:163px;
	left:20px;
	border:1px dashed black;
	background-color:#eee;
	padding:10px;
	z-index:3;

/* Here is the ugly brilliant hack that protects IE5/Win from its own stupidity. 
Thanks to Tantek Celik for the hack and to Eric Costello for publicizing it. 
IE5/Win incorrectly parses the "\"}"" value, prematurely closing the style 
declaration. The incorrect IE5/Win value is above, while the correct value is 
below. See http://glish.com/css/hacks.asp for details.  */
	voice-family: "\"}\"";
	voice-family:inherit;
	width:128px;
	}
/* I've heard this called the "be nice to Opera 5" rule. Basically, it feeds correct 
length values to user agents that exhibit the parsing error exploited above yet get 
the CSS box model right and understand the CSS2 parent-child selector. ALWAYS include
a "be nice to Opera 5" rule every time you use the Tantek Celik hack (above). */
body>#navAlpha {width:128px;}
		
#navBeta {
	position:absolute;
	/* width:190px; */ 
	width:150px;
	top:163px;
	right:20px;
	border:1px dashed black;
	background-color:#eee;
	padding:10px;
	z-index:2;
/* Again, the ugly brilliant hack. */
	voice-family: "\"}\"";
	voice-family:inherit;
	/* width:168px; */
	width:168px;
	}
/* Again, "be nice to Opera 5". */
body>#navBeta {width:168px;}


#headBar  {
	background-color: #333;
	padding: 5px 10px;
	position: absolute;
	z-index: 1; top: 20px; right: 20px; left: 20px;
	width: auto
	}
td.prize_head { color: white; font-weight: bold; background-color: #333; text-decoration: none; width: 250px; padding: 3px; }
td.prize_body { text-decoration: none; width: 250px; padding: 3px; }
input.nom_name { color: gray; font-size: 10px; text-decoration: none; width: 98%; margin-top: 8px; padding: 2px; border: solid 1px; }
input.nom_url { color: gray; font-size: 10px; text-decoration: none; width: 98%; margin-top: 4px; padding: 2px; border: solid 1px; }
input.nom_button { color: black; font-size: 10px; text-decoration: none; margin-right: 4%; padding: 2px; }
input.enduser_name { color: gray; font-size: 10px; text-decoration: none; width: 98%; margin-top: 4px; padding: 2px; border: solid 1px; }
input.enduser_email { color: gray; font-size: 10px; text-decoration: none; width: 98%; margin-top: 4px; margin-bottom: 10px; padding: 2px; border: solid 1px; }
textarea.enduser_comment { font:11px verdana, arial, helvetica, sans-serif; color: gray; font-size: 10px; text-decoration: none; width: 100%; height: 75px; margin-top: 4px; margin-left: 4px; padding: 2px; border: solid 1px; }
input.button { margin-left: 20px; }
input.register_button { margin-left: 5px; margin-top: -2px; }
input.register_clearbutton { margin-left: 5px; margin-top: -2px; }
div.prizes { margin-top: 7px; }


pad2px-left { padding-left: 5px; }
pad2px-right { padding-right: 5px; }
pad2px-all { padding: 5px; }


a.h2lnk:link { font:bold 18px verdana, arial, helvetica, sans-serif; margin:0px 0px 5px 0px; padding:0px; }
a.h2lnk:active { font:bold 18px verdana, arial, helvetica, sans-serif; margin:0px 0px 5px 0px; padding:0px; }
a.h2lnk:hover { font:bold 18px verdana, arial, helvetica, sans-serif; margin:0px 0px 5px 0px; padding:0px; }
a.h2lnk:visited { font:bold 18px verdana, arial, helvetica, sans-serif; margin:0px 0px 5px 0px; padding:0px; }
.voterows { margin-top: 7px; margin-bottom: 7px; }


.head_td {
	border:1px dashed black;
	padding:10px;
	background-color: #333;
}

.head_table_td {
	background-color: #333;
}

.left_column_td {
	width: 160px;
	/*background-color:#eee;*/
	
}

.right_column_td {
	/*background-color:#eee;*/
	width: 160px;
	
}

.page_head_item {
	margin-top: 10px;
	border: solid 1px black;
	background-color: #fff;
}

.page_head_item_td {
	padding: 10px;
	background-color: #fff;
	text-align: left;
}

.column_left_inntertable {
	border:1px dashed black;
	background-color:#eee;
	padding:5px 10px 10px 10px;
	margin-top: 10px;
	margin-right: 10px;
}


.column_left_innertd {
	background-color:#eee;
}

.column_right_inntertable {
	border:1px dashed black;
	background-color:#eee;
	padding:0px 10px 10px 10px;
	margin-top: 10px;
	margin-left: 10px;
}


.column_right_innertd {
	background-color:#eee;
}


.page_main_item {
	margin-top: 15px;
	border: solid 1px black;
	background-color: #fff;
}


.page_main_item_td {
	padding: 10px;
	background-color: #fff;
	text-align: left;

}

.page_foot_item {
	margin-top: 15px;
	border: solid 1px black;
	background-color: #fff;
	
}


.page_foot_item_td {
	padding: 10px;
	background-color: #fff;
	text-align: left;
}

/* Register Podcast Form */
input.reg_name { width: 170px; }
input.reg_email { width: 170px; }
input.reg_phone { width: 170px; }
input.reg_showname { width: 538px; }
input.reg_showurl { width: 538px; }
input.reg_showrss { width: 538px; }
.redbox { border:2px solid red; padding: 10px; }

#twitter-widget-0 {
	width: 100%;
}

.column_left_innertd h2, .right_column_td  h2 {
	padding-top: 5px;
}

