body {
    background-color: #747474;
    font-family: Tahoma, Geneva, sans-serif;
    font-size: 13px;
    text-align: center;
    padding: 0; margin: 0;
    
    
}

#container{
    width: 906px;
    margin: 0 auto;
    text-align: left;
}

#titlebar {
    width: 906px; height: 113px;
    background: url('../images/bkg_top.png');
}

#smallnav {
    padding: 85px 50px 0 50px;
    font-size: 12px;
    text-align:center;
}
#smallnav a {
    padding: 2px 5px 0 5px;
    color: #3D4E70;
    text-decoration: none;
}
#smallnav a:hover {
    color: #FFFFFF;
}

#navigation {
    width: 906px; height: 45px;
    background: url('../images/bkg_navigation.png');
    
    
}

#maincontainer {
    width: 906px;
    background: url('../images/bkg_main.png');
    
}
#lowercontainer {
    width: 906px;
    background: url('../images/bkg_main_end.png');
    background-repeat: no-repeat;
    background-position: top left;
    padding-top: 20px;
}

#lower_end {
    width: 906px;
    height: 33px;
    background: url('../images/bkg_lower_end.png');
}

#footer , #footer a{
    text-align: center;
    margin-bottom: 20px;
    font-size: 12px;
    color: #CCCCCC;
}

#lowerbody {
    width: 906px;
    background: url('../images/bkg_lower.png');
    background-repeat: repeat-y;
    padding: 4px 50px 4px 50px;
    
}
#mainbody {
    padding: 8px 30px 8px 27px;
    
    
}

#votequestion {
    text-align: center;
    padding: 10px 0 10px 0;
    color: #666666;
    font-size: 18px;
}

#votequestion h1 {
    color: #2a3a5b;
    font-size: 28px; line-height: 28px;
    font-family: Impact, Tahoma, Geneva, sans-serif;
    margin: 0; padding: 5px;
    font-weight: normal;
}

#votewindow {
    width: 852px;
    height: 377px;
    background: url('../images/bkg_vote.png');
}

#skipbox{
    text-align: center;
    /*clear:both;*/
    padding-top: 340px;
}
#skipbox div a{
    padding: 1px 6px 1px 6px;
    border:1px solid #999999;
    background-color: #FFFFFF;
    color: #999999;
    text-decoration: none;
    font-size: 10px;
    white-space: nowrap;
}
#skipbox div {
    margin-right: 10px;
    padding: 5px;
    text-align: center;
}
#skipbox div a:hover{
    background-color: #e1e1e1;
}

.statbox {
    float: right;
    border: 1px solid #6c778f;
    margin: 5px;
    padding: 3px;
    background-color: #abafb7;
    width: 247px;
    height: 50px;
}

.statbox_dark {
    background-color: #2a3958;
    float: right;
    width: 123px;
    height: 50px; 
}
.statbox_dark div {
    color: #ffffff;
    font-size: 28px;
    font-weight: bold;
    padding: 7px 0 0 0;
    text-align:center;
}

.statbox_light {
    background-color: #3d4e70;
    float: right;
    width: 124px;
    height: 50px;
}
.statbox_light div {
    color: #ffffff;
    font-size: 12px;
    padding: 12px 0 0 0;
    text-align: center;
}

.navpad {
	float: left;
	width: 102px;
	
}

.navbox {
	float: left;
	width: 159px; height: 32px;
	margin-left: 3px;
	text-align: center;
	padding-top: 6px;
}

.navbox a{
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	font-size: 15px;
}

.active {
	background: url('../images/nav_active.png');
}
.active a{
	color: #27385a;
}

#leftbox {
	width: 300px;
	float: left;
	padding-left: 90px;
	text-align: left;
}

#rightbox {
	width: 300px;
	float: right;
	padding-right: 90px;
	text-align: left;
}

.boxtitle {
	padding-top: 15px;
	font-size: 14px;
	color: #27385a;
	font-weight: bold;
	text-align: center;
    white-space:nowrap;
}

.boxpic {
	width: 250px; height: 194px;
	padding: 30px 0 0 20px;
	text-align: center;
    position:relative;
}

.votebutton {
	padding-left: 20px;
	
}
.votebutton a{
	text-align: center;
	border: 1px solid #976309;
	color: #FFFFFF;
	font-size: 16px;
	text-decoration: none;
	font-weight: bold;
	display: block;
	width: 248px;
	height: 32px;
	background: url('../images/votebutton_bkg.png');
	line-height: 30px;
}

.voteoption {
	padding-top: 10px;
	text-align: center;
}
.voteoption a{
	color: #333333;
	font-size: 12px;
}


#popupdetail {
        display: none;
        position: absolute;
        margin: 0 auto;
        padding-left: 150px;
        top: 250px;
        z-index: 15;
        width: 500px; height: 300px;
}

.detail_top {
        background: url(../images/topshadow.png);
        width: 597px; height: 18px;
}

.detail_middle {
        width: 597px;
        height: 333px;
        position: relative;
}

.detail_left{
        width: 18px; height: 333px;
        position:absolute; top:0; left: 0;
        background: url(../images/leftshadow.png);
}

.detail_right {
        width: 17px; height: 333px;
        position:absolute; top:0; left: 580px;
        background: url(../images/rightshadow.png);
}

.detail_content {
        position:absolute; top:0; left: 18px;
        width: 562px; height: 333px;
        background: url(../images/background2.jpg);
}

.detail_bottom {
        background: url(../images/bottomshadow.png);
        width: 597px; height: 18px;  
}

.detail_message {
        padding: 20px;
}
.detail_title {
        text-align: center;
        color: #666666;
        font-size: 18px;
        padding-bottom: 20px;
}
.detail_votefor {
        padding: 5px 0 0 100px;
}
.detail_comment {
        padding: 5px 0 0 100px;
}
.detail_comment textarea {
        width: 300px;
        height: 50px;
        padding: 5px;
        color: #2a3a5b;
        font-family: sans-serif;
        font-size: 12px;
        border: 1px solid #2a3a5b;
}

.detail_votebutton {
        padding: 15px 0 0 110px;
}
.detail_cancel {
        padding-top: 5px;
        text-align: center;
}
.detail_cancel a{ color: #666666;}

/* Listall page */

.map {
        float: right;
        width: 125px;
        height: 125px;
        border: 1px solid #000000;
        overflow: hidden;
}
#mapphoto {
        float: right;
        width: 166px;
        height: 125px;
        margin-right: 20px;
}
#mapinfo {
        float: right;
        margin-right: 20px;
        width: 240px;
        color: #333333;
        text-align: right;
}
#mapinfo h3{
        padding:0; margin: 0;
}

#mapintro {
        float: left;
        font-size: 12px;
        color: #333333;
        width: 270px;
}
.resttable tr td{
        border: 1px solid #aaaaaa;
        margin: 2px;
}

.resttable tr td a{
        text-decoration: none;
        color: #333333;
        display: block;
        padding: 2px;
        background-color: #DFE0EB;
}
.resttable tr td a:hover{ background-color:#FFFFFF;}
        
h1 {
	margin:20px 0px 0px;
	padding: 20px 55px 27px;
	font: bold 18px Verdana, Arial, Helvetica, sans-serif;
	background: url(../images/old/h1back.jpg) no-repeat center top;
}

.outpad {
	padding: 0px 25px 15px;
}
.outpad p {
	color: #333333;
	font: 12px/17px Verdana, Arial, Helvetica, sans-serif;
	margin: 0px 0px 10px;
	padding: 4px 50px;
}
.paddiv {
	padding: 4px 50px;
}
input.nameemail {
	width: 260px;
	background: #F0F2F7;
	font-size: 12px;
	padding: 3px;
	height: 13px;
	border: 1px solid #46607B;
}
input.nameemail:hover{
	border: 1px solid #6A8CB7;
}
fieldset {
	padding: 12px;
}
input.nameemail2 {
	width: 160px;
	background: #F0F2F7;
	height: 80px;
	font-size: 12px;
	padding: 3px;
	height: 13px;
	border: 1px solid #46607B;
}
.emailmessage {
    width: 260px;
    height: 80px;
    background: #F0F2F7;
    border: 1px solid #46607B;
    font-family: sans-serif;
    overflow: auto;
    font-size: 13px;
    padding: 3px;
}

/* TOP 10 STYLES */

.top10side {
    float:right; width: 180px;
}
.top10main {
    float:right; width: 480px;
}
.top10adblock {
    width:160px; height: 600px; background-color: #E1E1E1;
}

.top10nav {
    text-align: center;
    padding: 5px;
    margin-bottom: 12px;
}

.top10nav a{
    padding: 2px 8px;
    margin: 0 2px 0 0;
    border: 1px solid #000000;
    text-decoration: none;
    background-color: #3D4E70;
    color: #FFFFFF;
}

.top10nav a:hover{
    background-color: #CCCCCC;
}

.top10nav a.active {
    color: #000000;
    background-color: #FFFFFF;
}

.top10line {
    width: 460px;
    background-color: #E5E5FF;
    background: url(../images/top10line.png);
    margin: 0 0 5px 0;
    clear: left;
}

.top10num {
    width: 65px;
    height: 63px;
    font-size: 36px;
    font-weight: bold;
    color: #FFFFFF;
    background: url(../images/topnum.png);
    float:left;
    line-height: 36px;
}
.mytop10num {
    width: 65px;
    height: 63px;
    font-size: 36px;
    font-weight: bold;
    color: #FFFFFF;
    background: url(../images/topnum2.png);
    float:left;
    line-height: 36px;
}
.top10num div, .mytop10num div{
    padding-top: 12px;
}
.top10pic {
    float: left;
    margin: 3px 0 0 8px;
}

.top10text {
    overflow:hidden;
    font-size: 22px;
    line-height: 22px;
    color: #000000;
    text-align: left;
    height: 63px;
    position:relative;
}
.top10text div {
    padding: 18px 0 0px 8px;
}

a.mapit {
    font-size:.8em;
    font-weight:normal;
    color:#666;
    text-decoration:none;
    display:block;
    position:absolute;
    top:30px;
    right:0px;
    border:solid 1px #999;
    padding:.25em .5em;
    background:#fff;
}
.top10text a.mapit  {
    font-size:9px;
    line-height:1em;
    padding:.25em .5em;
    top:0;
    right:0;
}

div#directions  {
    font-size:1.1em;
    width:675px;
    margin:1em auto 0 auto;
    padding:15px;
/*    background:#f5b800 url(../images/orange_grad_bg.jpg) center top repeat-x;
    border:solid #ccc;
    border-width:0 2px 3px 0;*/
    background:url(../images/directions_shadow.jpg) top center no-repeat;
}
div#directions p    {
    width:635px;
    height:60px;
    padding:15px;
    margin:0 auto;
    background:url(../images/blue_arc_grad.jpg) top center no-repeat;
}

div#helpbox {
    display:none;
    width: 250px;
    height: 500px;
    position:absolute;
    top:0;
    right: 0;
    overflow:auto;
    background: #F1E1E1 url(../images/helpgrad.jpg) top center repeat-y;
    text-align: left;
    border: 2px solid #995555;
    z-index: 20;
}

div#helpbox a.closer {
    float: right;
    padding: 2px;
    margin: 2px;
    border: 1px solid #444444;
    color: #444444;
    background-color: #FFFFFF;
    font-size: 10px; line-height: 10px;
    text-decoration: none;
}

div#helpbox div {
    width: 220px;
    padding: 8px;
    clear: right;
}
div#helpbox div p {
    padding: 0;
    margin: 0 0 10px 0;
    font-size: 13px;
    line-height: 15px;
    text-align: justify;
}

div#helpbox div h3 {
    font-size: 12px;
    color: #000000;
    border-bottom: 1px dashed #555555;
    border-top: 1px dashed #555555;
}

div#helpbox div h4 {
    font-size: 12px;
    font-style: italic;
    margin: 0;
    padding: 0;
    line-height: 14px;
    
    
}

div.voteprint {
    text-align: center;
    font-size: 10px;
    color: #888888;
    
}


