﻿body 
{
	background-color :#282828;	
	margin:0;
	color:#282828;
}

.BGLeft
{
	background-image:url(../images/bgLeft.gif);
	background-position:right ;
	background-repeat:repeat-y ;
	width:25%;
}

.BGRight
{
	background-image:url(../images/bgRight.gif);
	background-position:left  ;
	background-repeat:repeat-y ;
	width:25%;
}

.Green{color:#ECF9E5;}
.Orange{color:#FF9C16;}
.Beige{color:#FFEEDC;}

.OrangeBG{background-color: #FF9C16;}
.GreenBG{background-color: #96D2D5;}
.BeigeBG{background-color: #FFEEDC;}

.BG
{
	background-image:url(../images/bg.jpg);
	background-repeat:repeat-x;
	background-position:top;
}

a {border:none; text-decoration:none; color:#D17902;}
a:hover {text-decoration:underline;}

.ListItemRed {border:none; text-decoration:none; color:#330101;}
/*.ListItemBlue {border:none; text-decoration:none; color:#CCCCFF;}*/
.ListItemGreen {border:none; text-decoration:none; color:#CCFFCC;}
.ListItemBlack {border:none; text-decoration:none; color:#000000;}

td {font-size:13px; font-family:Tahoma; vertical-align:top; white-space:normal;}
.text {font-size:13px; font-family:Tahoma; color:#000000;}


button, .button ,.Button 
{
	background-color: #FFFFFF;	
	color:#FFFFFF;	
	border: 0px ;
	font-weight:bold;
	background-repeat:repeat-x;
	background-image :url(../images/Button.png);
	height:24px;
	cursor:hand;	
}

.VoteButton
{
	background-image:url(../images/Vote.png);
	background-color:White;
	width :75px;
	height:24px;
	border: 0px;
	cursor:hand;	
}

.VotedButton
{
	background-image:url(../images/Voted.png);
	background-color:White;
	width :75px;
	height:24px;
	border: 0px;		
}
/****************************************************/
.Invisible { visibility:hidden ;}
.header1 {color:#282828; font-size:18px; font-weight:bold;}
.txt1 {color:#000000; font-size:16px;}
.txt2 {color:#000000; font-size:14px; font-weight:bold;}


.TitleCell
{
	background-image:url(../images/Bar.png);
	background-repeat:repeat-x;
	background-color:#282828;
	color:#FFFFFF; 
	font-size:16px;
	font-weight:bold;
	height:24px;	
	text-align:center ;
}

.Bar
{
	background-image:url(../images/Bar.png);
	background-repeat:repeat-x;
	color:#FFFFFF; 
	font-size:16px;
	font-weight:bold;
	height:26px;
}

.Bar a
{
	color:#FFFFFF; 
	font-size:15px;		
	cursor:hand;
}

.comment,.Comment
{
	color :#000000;
	font-size:10px;	
}

.ImageFrame
{
	border-width:3px;
	border-color:White;
	border-style:solid;
	width :250px;
}

.Card
{
	cursor:hand;
	height:50px;
	vertical-align:middle;
	text-align:center;
	background-repeat:no-repeat;
	background-position:center;
	background-position:top;
	background-image:url(../images/Card.png);
}

.Card2
{	
	width:1%;
	border:1px;
	text-align:center;
}


.NomineeCircle
{
	Height:325px;
	width:255px;
	background-image:url(../images/Nominees.png);
	background-position:top;
	background-repeat:no-repeat ;
}

/*//////////////////////////////////////////////////*/
.SidePromo
{
	width: 160px;		
	background-color: #1E4E54;	
	color: #FFFFFF;
	font-size: 13px;
	text-align:left ;
	font-family:arial,sans-serif;
}

.SidePromo table
{
	border-color :#196B73;
	border-width: 3px;	
}

.SidePromo a
{
	color: #FF3D1D;
	font-size: 14px;
}

/*//////////////////////////////////////////////////*/

.Promo
{
	width: 100%;
	height: 100%;
	background-color: #282828;
	color: #FFFFFF;
	font-size: 14px;
}


.ListBoxDiv
{
	overflow:auto;
	height:300px;
	width:100%;
	background-color:#FFEEDC;
}

.Popup
{
	background-image:url(../images/Popup.png);
	background-repeat:no-repeat;
	width:300px;
	height:200px;	
}

.PopupName , a
{
	font-size:14;
	font-weight:bold;
}

.Error
{
	color:Red;
	}