* {
	padding: 0;
	margin: 0;
}

body {
	font-family: arial, helvetica, sans-serif;
	font-size: 10px;
	
}
.panel {
	clear: both;
	display: none;
	width:800px;
}

.panel.active-tab-body {
	display: block;
	width:800px;
}

#tabs {
	/*position: absolute;
	top: 55px;*/
	height: 48px;
	list-style: none;
	margin:10 0 0 0;
	padding:0;
	width:456px;
}

#tabs li {
	display:inline;
	margin:0;
	padding:0;
}

#tabs a {
	float: left;
	display: inline;
	padding:0;
	margin: 0px;
	display:block;
	text-indent:-9999px;
}

a#forwardsLink{
	background:url(/allstar2008/asb/images/asb08_ballot_poshdr_forwards.gif) no-repeat  0px -48px;
	width:152px;
	height:48px;
}

a#guardsLink{
	background:url(/allstar2008/asb/images/asb08_ballot_poshdr_guards.gif) no-repeat  0px -48px;
	width:152px;
	height:48px;
}

a#centersLink{
	background:url(/allstar2008/asb/images/asb08_ballot_poshdr_centers.gif) no-repeat  0px -48px;
	width:152px;
	height:48px;
}


#tabs a.active-tab {
	background-position: 0 0;

}
#mainmenu{
}
#container{
	margin:0 auto;
}

#rightSide{
	_margin-top:10px;
	float:right;
	height:48px;
	width:399px;
	_width:396px;
	overflow:hidden;
	display: inline;
	background:url(/allstar2008/asb/images/asb08_ballot_poshdr_right.gif) no-repeat;

}



.panel {
    zoom:1;
    }
.panel:after {
    content:".";
    display:block;
    clear:both;
    height:0;
    width:0;
    line-height:0;
    visibility:hidden;
}		


