body {
	margin:0px;
	background:url(../img/bg_body.png);
	overflow-x:hidden;
}
body, td {
	color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
}


/* DESIGN */
#wrapper {
	z-index:2;
	position:absolute;
	width:100%;
	height:100%;
	top:0px;
	left:0px;
}
#shadow_t {
	width:100%;
	height:75px;
	top:0px;
	left:0px;
	position:absolute;
	background-image:url(../img/bg_shadow_t.png) repeat-x;
	 _background: none;
	 _filter: progid:dximagetransform.microsoft.alphaimageloader(src="../img/bg_shadow_t.png", sizingmethod="scale");
	z-index:1;
}
.shadow_r {
	background:url(../img/bg_shadow_r.png) repeat-y;
	 _background: none;
	 _filter: progid:dximagetransform.microsoft.alphaimageloader(src="../img/bg_shadow_r.png", sizingmethod="scale");
}
.shadow_l {
	background:url(../img/bg_shadow_l.png) repeat-y;
	 _background: none;
	 _filter: progid:dximagetransform.microsoft.alphaimageloader(src="../img/bg_shadow_l.png", sizingmethod="scale");
}
.main_menu {
	background:url(../img/bg_main_menu.png) no-repeat;
}
.banner {
	background:url(../img/bg_countdown.png) no-repeat;
}
.footer {
	background:url(../img/bg_footer.png) no-repeat;
	font-size:11px;
}


/* CONTENT BOX */
.box {
	border:#82283b 1px solid;
	background-color:#541724;
	margin:0 5px 15px 0;
}
.box_header {
	background:url(../img/box_top.png) repeat-x;
	height:23px;
	padding:2px 0px 2px 0px;
}
.box_header_left {
	background:url(../img/box_left.png) no-repeat;
	padding-left:5px;
	float:left;
}
.box_header_right {
	background:url(../img/box_right.png) no-repeat;
	float:right;
	width:140px;
}
.box_content {
	padding:10px 10px 5px 15px;
}
.albumbox {
	border:#82283b 1px solid;
	background-color:#000000;
}
.picbox {
	border:#82283b 1px solid;
	background-color:#000000;
	float:left;
	margin-right:3px;
	padding:3px;
	width:150px;
	height:105px;
}


/* TEXT STYLES */
.header_narrow {
	font-size:15px;
	letter-spacing: -1px;
}
.header_narrow_bold {
	font-size:15px;
	letter-spacing: -1px;
	font-weight:bold;
}
.header_small {
	font-size:11px;
	color:#e80535;
	font-weight:bold;
}
.small {
	font-size:11px;
}
.error {
	color:#ffffff;
}
.red {
	color:#e80535;
}


/* LINKS */
a:link,a:hover,a:visited,a:active {
	color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	text-decoration:underline;
}
a.red:link,a.red:hover,a.red:visited,a.red:active {
	color:#e80535;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	text-decoration:none;
}
a.boldred:link,a.boldred:hover,a.boldred:visited,a.boldred:active {
	color:#e80535;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:bold;
	text-decoration:none;
}
a.noline:link,a.noline:hover,a.noline:visited,a.noline:active {
	color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	text-decoration:none;
}


/* IMAGES */
img {
	border:none;
}
.img_border {
	border:#82283b 1px solid;
}
.img_white {
	border:#FFFFFF 5px solid;
}


/* FORM */
form {
	display:inline;
}


/* COUNTDOWN */
#countdowncontainer {
	padding-left:25px;
}
.countdown {
	font-size:36px;
	font-family:Stencil;
	text-align:center;
}


/* POLL */
/* Label for each option above graph - i.e. results */
.result_pollerTitle{
	font-size:11px;
	color:#FFFFFF;
	font-weight:bold;
}
.result_pollerOption{
	font-size:11px;
	margin:0px;
}
/* Don't change this one, it is used to get the left and right image(the corner) positioned correctly */
.result_pollGraph img{
	float:left;
}
/* The <div> tag where the percentage result is shown */
.result_pollGraph div{
	float:left;
	height:16px;
	background-repeat:repeat-x;
	font-size:11px;
	color:#FFF;
	line-height:16px;
	border:1px #82283b solid;
}
/* Graph div - parent of both the corner images and the div displaying percentage votes */
.result_pollGraph{	
	height:16px;
}
/* Message when Ajax is working getting restults fromt the server */
.poller_waitMessage{
	display:none;	
}	
.result_totalVotes{
	clear:both;
	font-size:0.8em;
	margin-top:10px;
	font-style:italic;
}
