/*  Main
 --------------------- */
* 
{
	/* Reset browsers default margin, padding and font sizes */
	margin: 0;
	padding: 0;
}

html 
{
	font-size: 100%;
}

body 
{
	/* Text-Sizing with ems: http://www.clagnut.com/blog/348/ */
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 62.5%; /* This sets the default font size to be equivalent to 10px */
	background: #ede7cc url(images/body_bg2.jpg) no-repeat top center scroll;
	width: 100%;
	height: 100%;
	margin: 0 auto;
	color: #000000;
}

.tbl_wrapper
{
 text-align: center;
 width: 978px;
 margin:0 auto;
}

/* Custom
--------------------- */
A:link.admin_link,
A:active.admin_link,
A:visited.admin_link { text-decoration: none; color: #229922; }
A:hover.admin_link { text-decoration: underline; color: #229922; }

td.siteMap { width: 120px; }
td.siteMap A:link, td.siteMap A:active, td.siteMap A:visited { text-decoration: none; color: #13395B } 
td.siteMap A:hover { text-decoration: underline; color: #13395B }

.main 
{
	text-align: center;
	width:978px;
	border-collapse:collapse;
}
.main td 
{
  vertical-align:top;
}
.signup_login_top
{
	position: relative;
	width: 100%;
	text-align: right;
	clear: both;
	margin: 0;
	padding: 0;
	font-size: 15px;
	font-weight: bold;
	color: #000000;
	background:url(images/top_gradient.gif) top center;
}
.centerContainer 
{
  width:978px;
  border-right:1px solid #000000;
  border-left:1px solid #000000;
  /*background-color: #ede7cc;*/
  background-color: #ffffff;
}

.content
 {
  left: 0px;
  top: 0px;
  position:relative;
  width: 978px;
  min-height:1500px;
}


.content .left
 {
  position: relative;
  width: 630px;
  padding: 30px 0px 10px 35px;
}

.content .right 
{
  width:245px;
  position:absolute;
  padding: 10px;
  top:28px;
  right:24px;
}


/* Article Layout */
.article
 {
  display:block;
  width: 100%;
  font-size: 1.5em;
  font-family: Tahoma, Verdana, Arial, sans-serif;
  text-align: justify;
  color: #000000;
  padding: 0px;
  margin: 0px;
}

.article p 
{
	font-size: 1.0em;
}
.article ul
{
	padding: 8px 20px 3px 30px;
}
.article h1 
{
	font-size: 1.3em;
	color: #13395B;
	font-weight:bold;
	border-bottom:1px solid #dcdcdc;
	padding:0px 0px 5px 0px;
}

.article h2 
{
	font-size: 1.15em;
	color: #de4c0d;
	font-weight: bold;
	text-decoration: underline;
}

.article h3 
{
	font-size: 1.10em;
	font-weight: bold;
}

.article hr
{
    border: 0;
	color: #dcdcdc;
	background-color: #dcdcdc;
	height: 1px;
}

.article table
{
	width: 100%;
	padding: 5px;
}
.article th 
{
	color: #FFA34F;
	font-size: 1.0em;
	font-weight: bold;
	background-color: #000000;
	white-space: nowrap;
	padding-left: 6px;
	padding-right: 6px;
	color: #c0c0c0;
	height:25px
}
.article td 
{
	font-size: 1.0em;
	padding: 3px 2px 2px 3px;
	color: #464646;
}

.article small
{
	font-size: 0.8em;
}
.article strong
{
	font-weight: bold;
}

.article form 
{
	margin: 0;
	border: 0;
	padding: 0px 0px 0px 20px;
}

.article input 
{
	font-size: 0.95em;
	font-weight: normal;
	padding: 1px;
	border: 1px solid #555555;
	background-color: #ffffff;
}

.article select 
{
	font-size: 0.95em;
	font-weight: normal;
	border: 1px solid #A9B8C2;
	padding: 1px;
}

.comment
{
	border:1px solid #000000; 
	width:592px;
	height: auto;
	font-size: 11px;
}
.commentHeader
{
	background: #343434;
	font-weight: bold;
}
.commentHeader td
{
	color: #ffffff;
}
.commentBody td.cbleft 
{
	border: 1px dotted #565656; 
	width:50px; 
	text-align:center;
}
.commentBody td.cbright
{
	text-align: justify;
	font-size:12px;
	width: 538px;
}

.boxTop 
{
	background: url(images/box_top01a.jpg) no-repeat top center scroll;
	background-size: 100%;
	width: 220px;
	font-size: 17px;
	font-weight: bold;
	height: 31px;
	padding: 5px 0px 0px 5px;
	margin: 0;
	text-align: left;
	text-height: 17px;
	vertical-align: bottom;
}

.boxMain 
{
	width: 220px;
	vertical-align: top;
	height: auto;
	padding: 5px 5px 5px 5px;
	font-size: 15px;
	line-height: 20px;
	font-weight: bold;
	border-right: 1px solid #DCDCDC;
	border-left: 1px solid #DCDCDC;
	text-align: left;
	font-family: Tahoma, Verdana, Arial, sans-serif;
}
.boxMain hr
{
	width: 100%;
    border: 0;
	color: #dcdcdc;
	background-color: #dcdcdc;
	height: 1px;
}
.boxBottom
{
	width: 220px;
	background: url(images/box_bottom01a.jpg) no-repeat top center scroll;
	background-size: 100%;
	height: 6px;
}

.announceContainer
{
	border: 1px solid #BABABA;
	width: 590px;
	font-family: Tahoma, Verdana, Arial, sans-serif;
}

.announceTop
{
	border-bottom: 1px solid #323232;
	font-size: 15px;
	background: #de4c0d;
	font-weight: bold;
	padding: 3px 3px 3px 3px;
	color: #ffffff;
}

.announceMain 
{
	font-size: 14px;
	font-weight: normal;
	padding: 5px 9px 9px 5px;
	text-align: justify;
}

input.nrfl_button_1
{
	color: #000000;
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 13px;
	font-weight: bold;
	padding: 1px 5px 1px 5px;
	border: 1px solid #555555;
	background-color: #ffffff;
}
input:hover.nrfl_button_1
{
	color: #000000;
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 13px;
	font-weight: bold;
	padding: 1px 5px 1px 5px;
	border: 1px solid #555555;
	background-color: #dedede;
}

.footer 
{
    text-align: left;
	background:#dcdcdc;
	font-size: 17px;
	font-weight: normal;
	position:relative;
	padding:30px;
}

.footer .logo 
{
	background:url(images/assets/bottom_logo01a.jpg) top left no-repeat;
	position:absolute;
	right:1px;
	top:-33px;
	width:368px;
	height:152px;
}

.footer .menu
 {
	display:block;
	width:600px;
	line-height:20px;
}

.videoOption
 {
	width: 570px;
	height: auto;
	border:2px solid #000000;
	background: #000000 url(images/vtile1.jpg) repeat top center scroll;
	padding:10px 10px 10px 10px;
	color: #ffffff;
	z-index:-1;
}

.videoOption span 
{
	border-top:1px solid #DCDCDC;
	display:block;
	padding:5px;
	font-weight: bold;
	margin-top:20px;
}

.castVote 
{
	text-align:right;
	font-weight:bold;
	font-size:14pt;
	padding:10px 0px 0px 0px;
}

.vPreview 
{
	border:10px solid black;
	margin:0 auto;
}

.top5 
{
	width:180px;
	border-collapse:collapse;
	border:1px dotted #000000;
	padding:0px;
	font-family: Tahoma, Verdana, Arial, sans-serif;
}
.top5_content
{
	background:url(images/top5bkg.jpg) white center no-repeat;

	font-size: 12px;
	line-height: 16px;
	padding: 5px 12px 5px 12px;
	text-align: left;
	font-weight: bold;
}

.top5_header
{
	text-align:center;
	background: #112211;
	color: #fefefe;
	font-size: 14px;
	font-weight: bold;
	padding: 0px 3px 0px 3px;
	font-family: Arial, Tahoma, Verdana, sans-serif;
}

.pollPreviewLink 
{
	display:block;
	clear:both;
	height:70px;
	margin-bottom:10px;
	padding-left:3px;
	line-height:14px;
	font-size: 17px;
}

.pollPreviewLink.region,
.pollPreviewLink.pp, 
{
	margin:0px;
}

.pollPreviewLink.pp form 
{
	float:right;
	width:150px;
	margin:10px;
}

.pollPreviewLink.pp img,
.pollPreviewLink.pp:hover img 
{
	border:0px;
}
.pollPreviewLink:hover 
{
	background:#B62712;
	background:#FFAE00;
	color:#FFFFFF;
	text-decoration:  none;
}

.pollPreviewLink  small,
.pollPreviewLink  strong 
{
	color:#000000;
	font-size:10px;
	padding:0px;
	margin:0px;
	padding-left:15px;
}

.pollPreviewLink:hover img 
{
	border:0px solid #FFFFFF;
}
.pollPreviewLink img 
{
	width:80px;
	border:0px solid #EE2623 ;
	margin:4px;
	float:right;
}


.table 
{
	width:100%;
	border-collapse:collapse;
	border-left:1px solid #FFAE00;
	border-top:1px solid #FFAE00;
}
.table td 
{
	font-size:11px;
	border-right:1px solid #FFAE00;
	border-bottom:1px solid #FFAE00;
}
.table td a 
{
	font-size:11px;
	color:#000000;
}
.table tr.gold
 {
	background:yellow;
}

.table tr.silver
 {
	background:gray;
}

.table tr.platinum 
{
	background:silver;
}

.table tr:hover 
{
	background:#DDDDDD;
}

.theader 
{
	border:0px;
	background:#FFAE00;
	text-align:left;
	color:#FFFFFF;
	font-weight:bold;
	font-size:14px;
}

/* Links
 ------------ */
a:link 
{
	color: #de4c0d;
	text-decoration: none;
}

a:active,
a:visited 
{
	color: #de4c0d;
	text-decoration: none;
}

a:hover 
{
	color: #de4c0d;
	text-decoration: underline;
}

th a,
th a:visited 
{
	color: #918cbc; !important;
	text-decoration: none;
}

th a:hover 
{
	text-decoration: underline;
}

/* Form Elements
 ------------ */
form 
{
	margin: 0;
	padding: 0;
	border: 0;
}

input 
{
	color: #000000;
	font-size: 1.0em;
	font-weight: normal;
	padding: 1px;
	border: 1px solid #555555;
	background-color: #ffffff;
}

select 
{
	color: #000000;
	background-color: #ffffff;
	font-size: 1.0em;
	font-weight: normal;
	border: 1px solid #A9B8C2;
	padding: 1px;
}

option 
{
	padding: 0 1em 0 0;
}

textarea 
{
	background-color: #ffffff;
	color: #000000;
	font-size: 1.0em; 
	line-height: 1.4em;
	font-weight: normal;
	border: 1px solid #555555;
	padding: 2px
}


/* Misc
 ------------ */
img 
{
	border: none;
}

pre 
{
	font-size: 12px;
	font-family: Console, Arial, Helvetica;
	background-color: #ababab;
	color: #000000;
	text-align:left;
}
span.error 
{
  display:block;
  padding:2px;
  margin:2px;
  color:red;
  border:2px solid red;
  margin-left:0px;
}

.refinfobox
{
    display: none;
	position: absolute;
	width: 200px;
	height: auto;
	background-color: #000000;
	border-style: solid;
	border-width: 2px;
	color: #de4c0d;
	display:none;
	z-index: 100;
	font-size: 11px;
}
.refinfobox_content
{
	position: relative;
	margin: 5px;
	color: #ffffff;
	width: 95%;
	height: auto;
	z-index: 100;
	text-align: justify;
	font-weight: normal;
	font-size: 11px;
	font-family: Tahoma, Verdana, Arial, sans-serif;
}

.uinfobox
{
    display: none;
	position: absolute;
	width: 120px;
	height: auto;
	background-color: #000000;
	border-style: solid;
	border-width: 2px;
	color: #de4c0d;
	display:none;
	z-index: 100;
	text-align: center;
	font-size: 11px;
}
.uinfobox_header
{
	position: relative;
	font-size: 14px;
	font-weight: bold;
	height: 20px;
	color:#de4c0d;
	background-color: #ffffff;
    text-align: center;	
	font-family: Tahoma, Verdana, Arial, sans-serif;
}

.uinfobox_content
{
	position: relative;
	margin: 1px;
	color: #ffffff;
	height: auto;
	font-weight: normal;
	font-size: 11px;
	font-family: Tahoma, Verdana, Arial, sans-serif;
}

#mouseOverBox1
{
    display: none;
	position: absolute;
	width: 230px;
	height: auto;
	background-color: #000000;
	border-style: solid;
	border-width: 2px;
	color: #de4c0d;
	display:none;
	z-index: 100;
}
#mouseOverInfoHeader1
{
	position: relative;
	width: 100%;
	font-size: 14px;
	font-weight: bold;
	height: 20px;
	cursor: pointer;
	color:#de4c0d;
	background-color: #ffffff;
    text-align: left;	
	z-index: 100;
	font-family: Tahoma, Verdana, Arial, sans-serif;
}
#mouseOverInfoContent1
{
	position: relative;
	font-size: 11px;
	margin: 5px;
	color: #ffffff;
	width: 94%;
	height: auto;
	z-index: 100;
	text-align: justify;
	font-family: Tahoma, Verdana, Arial, sans-serif;
}

