a:link {
	color:black;
	text-decoration:underline;
	outline:none;
}
a:active {
	color:black;
	text-decoration:none;
	outline:none;
}
a:hover {
	color:black;
	text-decoration:none !important;
	outline:none;
}
a:visited {
	color:black;
	outline:none;
}
body {
	background-image: url('images/background_blue.png');
	background-color:#000000;
	font-family:Calibri, Arial, Helvetica, sans-serif;
	height:100%;
	margin-bottom:0;
	margin-top:0;
	text-align:center;
}
div {
	border:0px solid #FF0000;
	border-top-width:0;
	text-align:left;
}
hr {
	background-color:#000000;
	border:none;
	color:#000000;
	margin:0;
	height:1px;
}
html {
	height:100%;
}
img {
	border-width:0;
}

.emptyVote {
	border:1px solid black;
	height:20px;
	padding:1px;
	width:200px;
}
.even {
	background-repeat:repeat-x;
	background-position:bottom;
	background-color:#FFCCBB;
}
.odd {
	background-repeat:repeat-x;
	background-position:bottom;
	background-color:#BBCCFF;
}
.preload{
	display:none;
	left:-9001px;
	position:absolute;
	top:-9001px;
}
.title {
	font-size:xx-large;
	font-weight:bold;
}
.vote_blue {
	background-color:#BBCCFF;
	background-image:url("images/voteMeter_blue.png");
	overflow-x:visible;
	padding-left:2px;
}
.vote_red {
	background-color:#FFCCBB;
	background-image:url("images/voteMeter_red.png");
	overflow-x:visible;
	padding-left:2px;
}

#alert {
	color:#FF0000;
}
#background {
	height:100%;
	left:0;
	margin:0;
	overflow:hidden;
	padding:0;
	position:absolute;
	top:0;
	width:100%;
	z-index:-9001;
}
#backgroundLeft{
	position:fixed;
	top:0;
	left:0;
	height:100%;
	display:none;
}
#backgroundRight{
	position:fixed;
	top:0;
	right:0;
	height:100%;
	display: none;
}
#body {
	background-color:#FFFFFF;
	color:#000000;
	min-height:250px;
	padding-bottom:85px;
}
#breakdown {
	clear:both;
}
#container {
	background-color:#FFFFFF;
	border:0px solid black;
	border-bottom-width:0;
	border-top-width:0;
	margin:0 auto 0 auto;
	min-height:100%;
	min-width:760px;
	position:relative;
	width:95%;
}
/* hide from IE/mac \*/
* html #container {
  height: 100%;
  he\ight: 100%;
}
/* end hide */
#diggThis {
	background-color:transparent;
	margin-left:-27px;
	z-index:-9001;
}
#footer {
	background-color:#FFFFFF;
	bottom:0px;
	clear:both;
	margin-top:50px;
	position:absolute;
	text-align:center;
	width:100%;
}
#footerText {
	font-size:small;
}
#header {
	background-image: url('images/background_blue.png');
	background-color:#000000;
	height:271px;
}
#leftMenu_blue {
	background-color:#BBCCFF;
	float:left;
	margin-right:4px;
	padding:4px;
	width:265px;
	-moz-box-shadow: #333 2px 2px 3px;
	-webkit-box-shadow: #333 2px 2px 3px;
}
#leftMenu_red {
	background-color:#FFCCBB;
	float:left;
	margin-right:4px;
	padding:4px;
	width:265px;
	-moz-box-shadow: #333 2px 2px 3px;
	-webkit-box-shadow: #333 2px 2px 3px;
}
#main {
	min-width:500px;
	padding:4px;
}
#menu {
	background-image:url("images/menuGradient.png");
	background-repeat:repeat-x;
	border:1px solid #4E4E4E;
	border-top:1px solid #5E5E5E;
	color:#FFFFFF;
	height:35px;
	margin-top:-35px;
	position:relative;
	-moz-box-shadow:0px 0px 5px 1px #4E4E4E;
	-webkit-box-shadow:0px 0px 5px 1px #4E4E4E;
}
#menu a:link {
	color:white;
	text-decoration:underline;
}
#menu a:active {
	color:white;
	text-decoration:none;
}
#menu a:hover {
	color:white;
	text-decoration:none;
}
#menu a:visited {
	color:white;
	text-decoration:underline;
}
#menu .button_blue {
	background-image:url("images/menuButtonUp_blue.png");
	background-position:center;
	background-repeat:no-repeat;
	color:#FFFFFF;
	font-weight:500;
	height:35px;
	overflow:hidden;
	padding:0;
	text-align:center;
	width:106px;
}
#menu .button_red {
	background-image:url("images/menuButtonUp_red.png");
	background-position:center;
	background-repeat:no-repeat;
	color:#FFFFFF;
	font-weight:500;
	height:35px;
	overflow:hidden;
	padding:0;
	text-align:center;
	width:106px;
}
#menu table {
	padding:0;
	text-align:center;
	width:100%;
}
#menu tr {
	padding:0;
}
#options {
	clear:left;
	float:left;
	width:50%;
}
#poll {
	clear:both;
}
#results {
	/* None? */
}
#userPanel_red {
	background-color:#FFCCBB;
	border-bottom:1px solid black;
	height:22px;
	position:relative;
	text-align:center;
}
#userPanel_blue {
	background-color:#BBCCFF;
	border-bottom:1px solid black;
	height:22px;
	position:relative;
	text-align:center;
}
