* {
	padding: 0;
	margin: 0;
}

.hidden {
	display: none;
}

body {
	background-color: white;
	color: #010101;
	font-family: Arial, sans-serif;
	font-size: 13px;
	line-height: 15px;
	position: relative;
}

body.framed {
	height: 100%;
	overflow: hidden;
	width: 100%;
}

body.fanned {
	background: #666;
}

h2 {
	margin-bottom: 9px;
}
a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a img {
	border: 0;
}

select,input,button,textarea {
	font: 99% arial,helvetica,clean,sans-serif;
}


span.nobr {
	white-space: nowrap;
}

table {
	margin: 0;
	padding: 0;
	border-collapse: collapse;
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
/* external links */

table.external_page {
	height: 100%;
	width: 100%;
}

td.external_page {
	height: 100%;
	overflow: hidden;
	vertical-align: top;
}
iframe#external_page {
	width: 100%;
	height: 100%;
	border-top: 1px solid gray;
	border-width: 1px 0 0;
}
/* Center Ad */
#center-block
{
	margin:20px auto;
	position:relative;
	width:600px;
	height:16px;
	text-align:center;

}
#ad
{
	float:left;
	margin-left:40px;
}
#vote
{
	float:left;
}
a.button:hover 
{
	text-decoration:none;
}
.button
{
	-moz-border-radius-bottomleft:3px;
	-moz-border-radius-bottomright:3px;
	-moz-border-radius-topleft:3px;
	-moz-border-radius-topright:3px;
	background:#222222 none repeat scroll 0 0;
	border:4px solid transparent;
	padding:5px;
}
.hover
{
	border-color:#840000;
}
#thanks
{
	float:left;
	color:white;
}
/* share bar */

div#share_bar {
	position: fixed;
	bottom: 0;
	width: 100%;
	background: url(../img/share_bar.png) repeat;
	height: 65px;
	border-top: 2px solid gray;
	z-index: 1000;
}

div#share_bar img {
	opacity: 1.0;
}

div.share_logo {
	position: absolute;
	top: 6px;
	left: 7px;
}
div.more_links
{
	position:absolute;
	top:12px;
	left:120px;
}
div#share_bar a, 
div#share_bar a:visited {
	color: white;	
}

div#share_bar div.close_share_bar {
	position: absolute;
	top: 10px;
	right: 10px;
}
