body {
	background: #c0ddff url(images/background.png) repeat-y center;
	color: #707070;
	height: 100%;
	font-family: "Segoe UI", Arial, Sans-Serif;
	font-size: 13px;
	text-align: center; /* IE 5 fix */
	line-height: 1.4;
    margin: 0;
    padding: 0;
}
h1, h2, h3 {
    margin: 0px;
    padding: 0px;
}
.alert {
width: 600px;
height: 20px;
background-color: #c0ddff;
text-align: center;
margin-left: auto;
margin-right: auto;
font-size: 14px;
border-top: #7cb8ff 2px solid;
border-bottom: #7cb8ff 2px solid;
margin-top: 0px;
color: #707070;
}

.alert a{
text-decoration: none;
color: #707070;
}
.alert a:hover{
text-decoration: underline;
color: #707070;
}
#top {
    background: #1b1b1b url(images/top.png) top left repeat-x;
    width: 100%;
    margin-bottom: 0px;
    padding: 0;
    text-align: left;
}
#logo {
    padding-bottom: 0px;
    height: 88px;
	margin-left: auto;
	margin-right: auto;
	width: 700px;
}
a.logo:hover { 
    padding-bottom: 0px;
    height: 88px;
    border-bottom: none;
}
.menu {	
    background: url(images/menu.png) top left repeat-x;
    height: 26px;
    width: 100%;
    word-spacing: 10px;
    padding-bottom: 0px;
    margin-bottom: 0px;
    padding-top: 0px;
}

.menu ul {
	color: #ffffff;
	font-weight: bold;
	text-align: center;
	padding: 4px;
}

.menu ul a:link {
	color: #ffffff;
	text-decoration: none;
}

.menu ul a:visited {
	color: #ffffff;
	text-decoration: none;
}

.menu ul a:hover, .menu ul a:active {
	color: #ffffff;
	border-bottom: 1px dotted #ffffff;
}
.menu ul {
	list-style: none;
	margin: 0;
}

.menu li {
	display: inline;
	padding-left: 5px;
}

.menu img {
	padding-right: 5px;
	vertical-align: top;
}
#memberbar {
	background: #c0ddff;
	width: 1001px;
	color: #707070;
	text-align: left;
	line-height: 18px;
	height: 30px;
	border-bottom: 1px solid #7cb8ff;
	font-size: 12px;
	margin-left: auto;
	margin-right: auto;
}

#memberbar a:link {
	color: #707070;
	padding: 0 4px 0 4px;
	text-decoration: none;
}

#memberbar a:visited {
	color: #707070;
	padding: 0 4px 0 4px;
	text-decoration: none;
}

#memberbar a:hover {
	color: #707070;
	padding: 0 4px 0 4px;
	border-bottom: 1px dotted #707070;
}

#memberbar a:active {
	color: #707070;
	padding: 0 4px 0 4px;
	border-bottom: 1px dotted #707070;
}

#memberbar p {
	padding: 6px;
	margin: 0;
}

#memberbar a img {vertical-align: middle; margin-top: -3px; margin-right: 2px;}

#footerbar {
	background: #c0ddff;
	width: 1001px;
	color: #707070;
	text-align: left;
	line-height: 18px;
	height: 30px;
	border-top: 1px solid #7cb8ff;
	font-size: 12px;
	padding-top: 0px;
	margin-left: auto;
	margin-right: auto;
}

#footerbar a:link {
	color: #707070;
	padding: 0 0 0 0;
	text-decoration: none;
}

#footerbar a:visited {
	color: #707070;
	padding: 0 0 0 0;
	text-decoration: none;
}

#footerbar a:hover {
	color: #707070;
	padding: 0 0 0 0;
	border-bottom: 1px dotted #707070;
}

#footerbar a:active {
	color: #707070;
	padding: 0 0 0 0;
	border-bottom: 1px dotted #707070;
}

#footerbar p {
	padding: 6px;
	margin: 0;
}
#wrapper {
	background: #f1f7fe;
	width: 948px;
	color: #707070;
	border: 0px solid #e5e5e5;
	margin: auto auto;
	text-align: left;
}
#filters {
	float: left;
	margin: 15px;
}
#search {
	float: right;
	margin: 15px;
	text-align: right;
}
#content {
	clear: both;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 20px;
}
#copyright {
	margin: 10px;
	text-align: center;
}

/* Hyper Links */
a { color: #666; }
a:hover { color: #333; 	 }

#navigation a, .table_top_title a { color: #FFF; }
#navigation a:hover, .table_top_title a:hover {
	color: #CCC;
	text-decoration: none;
	border-bottom: 1px dashed;
}

.table_border {
	border: 1px solid #c0ddff;
	margin-bottom: 10px;
	padding: 1px;
	-webkit-border-top-left-radius: 10px;
-webkit-border-top-right-radius: 10px;
-moz-border-radius-topleft: 10px;
-moz-border-radius-topright: 10px;
border-top-left-radius: 10px;
border-top-right-radius: 10px;
}
/* Top Ranking Style */
.table_top_title {
	background: #c0ddff url("images/cat.png") repeat-x;
	font-size: 12px;
	color: #FFF;
	padding-top: 7px;
	padding-bottom: 7px;
	text-align: center;
	-webkit-border-top-left-radius: 10px;
-webkit-border-top-right-radius: 10px;
-moz-border-radius-topleft: 10px;
-moz-border-radius-topright: 10px;
border-top-left-radius: 10px;
border-top-right-radius: 10px;
}
.table_top_rank {
	background-color: #c0ddff;
	font-size: 16px;
	font-weight: bold;
	padding-left: 5px;
	padding-right: 5px;
	text-align: center;
	color: #0060d1;
}
.table_top_description { }
.table_top_banner {
	float: left;
	padding-left: 10px;
	padding-right: 10px;
}
.table_top_stats {
	background-color: #c0ddff;
	padding: 2px;
}
.table_top_rating {
	background-color: #c0ddff;
	text-align: center;
}
/* Ranking Style */
.table_title {
	background: #4a4a4a url("images/cat.png") repeat-x;
	color: #FFF;
	font-size: 12px;
	font-weight: normal;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;
}
.table_rank {
	background-color: #c0ddff;
	font-size: 16px;
	font-weight: bold;
	padding-left: 5px;
	padding-right: 5px;
	text-align: center;
	color: #0060d1;
}
.table_description { width: 100%; }
.table_stats {
	background-color: #c0ddff;
	padding: 2px;
	text-align: center;
}

/* Stats Style */
.stats_top {
	background: #4a4a4a url("images/cat.png") repeat-x;
	color: #FFF;
	font-size: 12px;
	font-weight: normal;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;
}
.stats_left { background-color: #c0ddff; }
.stats1 {
	background-color: #c0ddff;
	text-align: center;
}
.stats2 {
	background-color: #FFF;
	text-align: center;
}

/* Admin */
.darkbg {
  background-color: #737373;
  color: #fff;
}
.mediumbg {
	background: #4a4a4a url("title.png") repeat-x;
	color: #FFF;
	font-size: 12px;
	font-weight: normal;
	padding-top: 5px;
	padding-bottom: 5px;
}
.lightbg {
	color: #000;
	background-color: #FFF;
}
.lightbgalt {
	color: #000;
	background-color: #DCDCDC;
}

table { width: 100%; }
/* No Borders Images */
img { border: 0; }

textarea, input {
	font-family: sans-serif;
	font-size: 12px;
}

.join_edit_error {
	background-color: #f0f0f0;
	border: 1px solid #f00;
	padding: 2px;
}

a.help { color: #f00; font-weight: bold; text-decoration: none; }
a.help:hover { color: #333; }
a.entervote { 
display: block; 
width: 150px; 
height: 150px; 
background: transparent url(images/enter-vote.png) no-repeat; 
float:left;
margin-left: 275px;
} 
a.entervote:hover { 
background-position: 0 -150px;
border-bottom: none;
}
a.enternovote { 
display: block; 
width: 150px; 
height: 150px; 
background: transparent url(images/enter-no-vote.png) no-repeat;
float:left;
margin-left: 50px;
} 
a.enternovote:hover { 
background-position: 0 -150px;
border-bottom: none;
}