/* CSS Reset */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { 
	border:0;
}

* {
	outline: none;
}

.right {float: right;}
.left {float: left;}
.combined {float:left; }
body {
	font-size: 62.5%;	/*  1em = 10px */
	font-family: Arial, Helvetica, sans-serif;
}

h1 {
	display: none;
}

select {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	border: 1px solid #cccccc;
	padding: 2px;
	margin-left: 4px;
}

.left {float: left}
.right {float: right}

.bottom {padding-bottom: 10px;}


/* Layout */
body {
	background: url(../img/bg.jpg) repeat-x #78496B;
	text-align: center;
}

#map{width: 478px; height: 620px;}

#votecontent_sms {
	clear: both;text-align: left;margin-top: 10px;margin-left: 10px; background: #1f9dc2; width: 440px; 
}

#votecontent {
	 text-align: left;margin-top: 10px;margin-left: 20px; background: #1f9dc2; width: 440px;
}

#pagecontainer {
	margin-left: auto;
	margin-right: auto;
	width: 988px;
	background: url(../img/content_bg.png) repeat-y transparent;
}

h2 {
	background: url(../img/h1_logo.png) no-repeat #49182d;
	width: 988px;
	height: 120px;
	margin-left: auto;
	margin-right: auto;
}

#footer {
	height: 70px;
	width: 988px;
	background: url(../img/footer_bg.png) bottom no-repeat transparent;
	margin-left: auto;
	margin-right: auto
}

#footerstrap {
	width: 970px;
	height: 74px;
	background: url(../img/footer_strap.png) bottom no-repeat transparent;
	margin-left: auto;
	margin-right: auto
}

#footer p {
	text-align: center;
}


#mainmenu {
	background: url(../img/menu_bg.png) no-repeat;
	width: 980px;
	height: 40px;
	margin-left: auto;
	margin-right: auto;
}

#mainmenu ul { height: 40px; text-align: left;}
#mainmenu ul li { list-style: none; display: inline; }

/*
 * 
 * 	Main Menu
 * 
 */

#mainmenu ul li a.home {
	width: 78px;
	height: 40px;
	display: block;
	background: url(../img/home_btn.png) 0px 0px no-repeat;
	float: left;
}


#mainmenu ul li a.about {
	width: 58px;
	height: 40px;
	display: block;
	background: url(../img/about_btn.png) 0px 0px no-repeat;
	float: left;
}

#mainmenu ul li a.news {
	width: 53px;
	height: 40px;
	display: block;
	background: url(../img/news_btn.png) 0px 0px no-repeat;
	float: left;
}


#mainmenu ul li a.winners {
	width: 78px;
	height: 40px;
	display: block;
	background: url(../img/winners_btn.png) 0px 0px no-repeat;
	float: left;
}

#mainmenu ul li a.login {
	width: 117px;
	height: 40px;
	display: block;
	background: url(../img/login_btn.png) 0px 0px no-repeat;
	float: left;
}

#mainmenu ul li a.vote {
	width: 79px;
	height: 40px;
	display: block;
	background: url(../img/vote_btn.png) 0px 0px no-repeat;
	float: left;
}

.quicklink {
	width: 312px;
	border: 1px solid #cccccc;
	margin-left: 10px;
	margin-bottom: 10px;
}


#votenow_panel{
	background: url(../img/votenow_panel.gif) 0px 0px no-repeat;
}

#latestnews_panel{
	background: url(../img/latestnews_panel.gif) 0px 0px no-repeat;
}

#poster_panel{
	background: url(../img/poster_panel.gif) 0px 0px no-repeat;
}

#megaphone_panel{
	background: url(../img/megaphone_panel.gif) 0px 0px no-repeat;
}


#pressrelease_panel{
	background: url(../img/pressrelease_panel.gif) 0px 0px no-repeat;
}


#footermenu {
	height: 35px;
	width: 970px;
	padding-top: 12px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	/*background: url(../img/footer_menu_bg.png) 0px 0px no-repeat;*/
}

#menudrop {
	background: url(../img/content_top.png) top center no-repeat #ffffff;
	width: 980px;
	height: 8px;
	margin-left: auto;
	margin-right: auto;
	
}

#latestscores {
	background: url(../img/latest_scores_bg.png) no-repeat;
	width: 970px;
	height: 35px;
	margin-top: 4px;
	margin-bottom: 4px;
	margin-left: auto;
	margin-right: auto;
}


ul#promos {
	width: 970px;
	margin-left: auto;
	margin-right: auto;
}

ul#promos li {
	list-style: none;
	float: left;
	display: block;
	background: url(../img/promo_bg.png) no-repeat;
	width: 323px;
	height: 155px;
	margin-bottom: 40px;
}

ul#promos li img.promo {
	float: right;
	padding-right: 15px;
	padding-top: 20px;
}

ul#promos li img.heading {
	padding-top: 20px;
	padding-bottom: 10px;
}

.more {
	float: left;
	margin-top: 40px;
	margin-left: 10px;
}

ul#promos li div.layout {
	width: 170px;
	height: 84px;
	float: left;
	padding-left: 15px;
	padding-right: 10px;
	text-align: left;
}

ul#promos li div.content {
	height: 62px;
	width: 164px;
	display: block;
	float: left;
}

#banner {
	width: 980px;
	height: 248px;
	background: url(../img/banner_1.jpg) no-repeat;
	margin-left: 4px;
	margin-bottom: 10px;
}

#banner_sub {
	width: 980px;
	height: 132px;
	background: url(../img/banner_sub.jpg) no-repeat;
	margin-left: 4px;
	margin-bottom: 10px;
}

#slider ul li {
	height: 200px;
}

#header {
	width: 970px;
	margin-left: auto;
	margin-right: auto;
}

.home_panel_left {
	width: 478px;
	
	sborder-bottom: 1px solid #cccccc;
	sborder-left: 1px solid #cccccc;
	sborder-right: 1px solid #cccccc;
	float: left;
	margin-left: 10px;
	margin-bottom: 10px;
}

.home_panel_right {
	width: 465px;
	border-bottom: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}

.home_panel_combined {
	width: 966px;
	border-bottom: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	float: left;
	margin-left: 10px;
	margin-bottom: 10px;
}

.left_home_menu {
	margin-left: 10px;
}

.right_home_menu {
	margin-right: 10px;
}


#contentarea {
	border: 1px solid #cccccc;
	width: 968px;
	margin-left: auto;
	margin-right: auto;
}

#tab_contentarea {
	border: 1px solid #cccccc;
	border-top: 0px;
	width: 968px;
	margin-left: auto;
	margin-right: auto;
}

#news #tab_contentarea { float: left; }

#content_scroll {
	width: 968px;
	height: 400px;
	margin-left: auto;
	margin-right: auto;
	overflow: auto;
}

#news #tab_contentarea {
	border: 1px solid #cccccc;
	border-top: 0px;
	width: 615px;
	margin-left: 12px;
	float: left;
}

#news #content_scroll {
	width: 615px;
	height: 400px;
	margin-left: auto;
	margin-right: auto;
	overflow: auto;
}


#news #tab_contentarea_shrt {
	border: 1px solid #cccccc;
	border-top: 0px;
	width: 333px;
	margin-right: 12px;
}

#news #content_scroll_shrt {
	width: 272px;
	height: 400px;
	margin-left: auto;
	margin-right: auto;
	overflow: auto;
}

#news_holder_shrt {
	width: 252px;
	min-height: 380px;
	margin-left: auto;
	margin-right: auto;
	border: 1px solid #cccccc;
	margin-top: 10px;
	text-align: left;
}

#news_holder_shrt .header {
	width: 232px;
	background: #bc9bb4;
	line-height: 1.4em;
	padding-left: 10px;
	padding-right: 10px;
}

#contentarea_content img {
	padding-top: 15px;
	padding-bottom: 15px;
}

#contentarea_content {
	border: 1px solid #cccccc;
	width: 928px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 30px;
	margin-top: 10px;
	text-align: left;
	padding-left: 10px;
}

#newscontent {
	width: 460px;
	min-height: 162px;
	margin-left: auto;
	margin-right: auto;
	border: 1px solid #cccccc;
	margin-top: 10px;
	text-align: left;
}

#news_content_text {
	padding-left: 10px;
	padding-right: 10px;
	text-align: left;
}


#news_content_text img {
	margin-right: 10px;
	margin-top: 20px;
	border: 1px solid #622a54;
}

#newsdate {
	width: 440px;
	background: #e2e7eb;
	line-height: 1.4em;
	padding-left: 10px;
	padding-right: 10px;
}

#news_holder {
	width: 600px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	text-align: left;
	
}

#news_holder .header {
	line-height: 1.4em;
	padding-left: 10px;
	padding-right: 10px;
	font-weight: bold;
	margin-top: 20px;
}

.indicator {
	background: url(../img/link_indicator.gif) left center no-repeat;
	padding-left: 10px;	
}

.tabs {
	float: left; 
	width: 970px; 
	margin-left: 12px; 
	background: url('../img/tabs_bg.gif') bottom repeat-x #ffffff;
}

#news .tabs_shrt {
	float: left; 
	width: 334px; 
	margin-right: 9px; 
	background: url('../img/tabs_bg.gif') bottom repeat-x #ffffff;
}


#news .tabs {
	float: left; 
	width: 617px; 
	margin-left: 12px; 
	background: url('../img/tabs_bg.gif') bottom repeat-x #ffffff;
}

#home .tabs {
	float: left; 
	width: 467px; 
	margin-left: 10px; 
	background: url('../img/tabs_bg.gif') bottom repeat-x #ffffff;
}

#home .tabscombined {
	float: left; 
	width: 968px; 
	margin-left: 10px; 
	background: url('../img/tabs_bg.gif') bottom repeat-x #ffffff;
}

#home .noindent {
	margin-left: 0px; 	
}

.tab {
	float: left; 
	line-height: 26px; 
	padding-left: 20px; 
	padding-right: 20px; 
	height: 26px; 
	width: auto; 
	border-bottom: 1px solid #ffffff; 
	border-top: 1px solid #cccccc; 
	border-left: 1px solid #cccccc; 
	border-right: 1px solid #cccccc; 
	margin-right: 0px;
}

.tabcomb {
	margin-left:10px;
}

#home .tab, #home .tab_inactive  {
	margin-right: 0px;
}

.tab_inactive {
	padding-left: 20px; 
	padding-right: 20px; 
	background: #f0efe9; 
	float: left; 
	line-height: 26px; 
	width: auto; 
	height: 26px; 
	border-bottom: 1px solid #cccccc; 
	border-top: 1px solid #cccccc; 
	border-left: 1px solid #cccccc; 
	border-right: 1px solid #cccccc; 
	margin-right: 0px;
}

/* Typography */


#news_holder .header,#news_holder_shrt .header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	color: #000000;	
}

#news_holder_shrt p a {
	padding-left: 10px;
	line-height: 1.5em;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	color: #1f2555;
	text-decoration: none;
	background: #e7ecef;
	border-bottom: 1px solid #ffffff;
	width: 242px;
	/*height: 1.5em;*/
	display: block;
}

ul#promos li div.content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	color: #333333;	
}

#contentarea_content p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	color: #454545;	
}

#newsdate {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	color: #1f2555;	
}

.quicklink p {
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 30px;
	margin-left: 10px;
	margin-right: 10px;
	text-align: left;
	font-size: 1.2em;
	color: #454545;	
}

#tab_contentarea_shrt p {
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 20px;
	margin-left: 10px;
	margin-right: 10px;
	text-align: left;
	font-size: 1.2em;
	color: #454545;	
}

#news_content_text p, .home_panel_right p, .home_panel_combined p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	color: #454545;	
	padding-top: 10px;
	text-align:  left;
}

 .home_panel_right p, .home_panel_combined p {
 	padding-left: 10px;
 	padding-right: 10px;
 }


a.latest {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	color: #1f2555;
	font-weight: bold;
	text-align: left;
	float: left;
	margin-left: 10px;
	margin-top: 10px;
}

#news_content_text p a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	color: #1f2555;
	font-weight: bold;
}

#footer p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #333333;
	text-align: center;
}

#footermenu, #footermenu a {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 1.1em;
	color: #565656;
}


.tab, .tab a {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 1.1em;
	color: #1f2555;
	text-decoration: none;
}

.tab_inactive, .tab_inactive a {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 1.1em;
	color: #1f2555;
	text-decoration: none;
}

/* Filters */

#filters {
	text-align: left;
	padding-left: 10px;	
	margin-top: 10px;
	vertical-align: middle;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 1.1em;
	color: #622a54;
}

.capt {
	font-size:10px; 
	font-weight: normal; 
	font-style:italic;
	line-height:12px;
	margin-top:5px;
	display:block;
}


