/* General styles */

/* basic layout styles */
#header
{
	height:90px;
	width:100%;
}

#strapline
{
	font:100% Helvetica,Arial,  sans-serif;
	color:#FFFFFF;
	font-weight:bold;
	
}

body
{
	padding:0;
	margin:0;
	color:#CCCCCC;
	background-color:#000000;
	font:70% Verdana, Arial, Helvetica, sans-serif;
}

.wrapper
{
	width:760px;
	margin:10px auto 0 auto;
	padding-bottom:10px;
}

#navbarWrapper
{
	margin:5px 0 0 auto;
}

.navbar
{
	height:36px;
	background-image:url(/images/navbar/base.gif);
}

.navbar img
{
	float:left;
}

.navbar .end
{
	float:right;
}

.navbar div
{
	margin:0 auto;
	width:370px;
}

.navbar a
{
	display:block;
	height:36px;
	line-height:36px;
	background-repeat:repeat-x;
	float:left;
	text-align:center;
	font-weight:bold;
	font-family:Helvetica, Arial, sans-serif;
	font-size:130%;
	
}

.navbar a:hover
{
	background-image:url(/images/navbar/base_o.gif);
}

.navbar a.c
{
	background-image:url(/images/navbar/base_c.gif);
}

.navbar img
{
	display:block;
	float:left;
}

.navbar a
{
	padding:0 10px 0 10px;
}
/*
#navHomeBtn
{
	width:79px;
}
#navGamesBtn
{
	width:108px;
}

#navAboutBtn
{
	width:97px;
}

#navFriendsBtn
{
	width:114px;
}*/

.contentWrapper
{
	background:#000000 url(/images/general/mainPageGradBg.jpg) left repeat-x;
	padding:0 30px 0 30px;
}

.innerContentWrapper
{
	padding-top:10px;
	background-color:#000000;
}


#textNavTbl .t, #textNavTbl .b, #tickerTbl .t, #tickerTbl .b
{
	width:720px;
	height:1px;
	background-color:#323232;
}

#textNavTbl .l, #tickerTbl .l
{
	width:9px;
	height:23px;
	background:#000000 url(/images/footer/ticker_left.png) no-repeat;
}

#textNavTbl .r, #tickerTbl .r
{
	width:9px;
	height:23px;
	background:#000000 url(/images/footer/ticker_right.png) no-repeat;
}

#textNavTbl .c a
{
	color:#616976;
	font-weight:normal;
}

#textNavTbl .c a:hover
{
	color:#FFFFFF;
}

#tickerTbl .c, #textNavTbl .c
{
	height:21px;
	text-align:center;
}

#textNavTbl .c
{
	color:#616976;
}

#footKvIcon
{
	width:76px;
	margin:10px auto;
	text-align:center;
}

.footerLinksDiv
{
	color:#616976;
	font-size:80%;
	text-align:center;
}

.footerLinks
{
	color:#616976; 
	font-weight:normal;
	text-decoration:none;
}

/**/
.pollTbl
{
	background:#15151A;
}

.pollTbl .tl
{
	background: transparent url(/images/poll/tl.gif) no-repeat;
	width:19px;
	height:19px;
}

.pollTbl .tr
{
	background: transparent url(/images/poll/tr.gif) no-repeat;
	width:19px;
	height:19px;
	overflow:hidden;
}

.pollTbl .bl
{
	background: transparent url(/images/poll/bl.gif) no-repeat;
	width:19px;
	height:19px;
	overflow:hidden;
}

.pollTbl .br
{
	background: transparent url(/images/poll/br.gif) no-repeat;
	width:19px;
	height:19px;
	overflow:hidden;
}

.pollTbl .t
{
	background: transparent url(/images/poll/t.gif) repeat-x top;
	height:19px;
	overflow:hidden;
}

.pollTbl .b
{
	background: transparent url(/images/poll/b.gif) repeat-x bottom;
	height:19px;
	overflow:hidden;
}

.pollTbl .l
{
	background: transparent url(/images/poll/l.gif) repeat-y left;
	width:19px;
	overflow:hidden;
}

.pollTbl .r
{
	background: transparent url(/images/poll/r.gif) repeat-y right;
	width:19px;
	overflow:hidden;
}

.pollTbl .c
{
	height:100%;
	overflow:hidden;
}


.pollTbl label
{
	font-weight:normal;
}

.barBase
{
	border:1px solid #000000;
	background:#FFFFFF url(/images/poll/bar_fill.gif) top repeat-x;
}

.barFill
{
	height:8px;
	border-left:1px solid #000000;
	background:#000000 url(/images/poll/bar_base.gif) top repeat-x;
	margin:0 0 0 auto;
}

.pagesLinks
{
	text-decoration:none;
	color:#9FA2A7;
}

/*form style*/

input.text
{
	border:1px solid #FFFFFF;
	background-color:#000000;
	color:#FFFFFF;
	font-size:90%;
}

/* general styles */
.clear
{
	clear:both;
}

.left
{
	float:left;
}

.right
{
	float:right;
}

h2
{
	font:Helvetica, Arial, sans-serif;
	color:#FFFFFF;
	padding:0;
	margin:0 0 5px 0;
	font-size:170%;
}

h3, #header h3
{
	font:Helvetica, Arial, sans-serif;
	color:#FFFFFF;
	padding:0;
	margin:0 0 5px 0;
	font-size:130%;
	font-weight:bold;
}

#header h3
{
	text-align:right;
}

h6
{
	font:Helvetica, Arial, sans-serif;
	color:#FFFFFF;
	padding:0;
	margin:0 0 5px 0;
	font-size:8pt;
	font-weight:bold;
	text-decoration:none;
}

label
{
	color:#FFFFFF;
	font-weight:bold;
}

table
{
	empty-cells:show;
}

form
{
	display:inline;
}

img
{
	border:0;
}

a
{
	color:#FFFFFF;
	text-decoration:none;
	font-weight:bold;
}

.stdButton
{
	background:transparent url(/images/general/btnBaseStd.png) no-repeat;
	width:88px;
	height:25px;
	display:block;
	color:#FFFFFF;
	font:bold 130% Helvetica,Arial,  sans-serif;
	line-height:26px;
	text-align:center;
	text-decoration:none;
	border:none;
}

.stdButton:hover
{
	background:transparent url(/images/general/btnBaseStdOver.png) no-repeat;
	color:#000000;
}

.smlButton
{
	background:transparent url(/images/general/btnBaseSml.png) no-repeat;
	width:75px;
	height:22px;
	display:block;
	color:#FFFFFF;
	font:bold 110% Helvetica,Arial,  sans-serif;
	line-height:22px;
	text-align:center;
	text-decoration:none;
	border:none;
	cursor:pointer;
}

.smlButton:hover
{
	background:transparent url(/images/general/btnBaseSmlOver.png) no-repeat;
	color:#000000;
	cursor:pointer;
}
.confirmTxt, .confirmContainer
{
	font-weight:bold;
	color:#00FF00;
}

.confirmContainer
{
	padding:5px;
	border:1px solid #00FF00;
	background-color:#FFFFFF;
}

.errorTxt, .errorContainer
{
	font-weight:bold;
	color:#FF0000;
}

.errorContainer
{
	padding:5px;
	border:1px solid #FF0000;
	background-color:#FFFFFF;
}

.bc
{
	display:none;
}

/*featured.inc.php*/


#kvGamesList a:hover
{
	border:2px solid #FFFFFF;
	padding:0;
}

#kvGamesList a
{
	width:132px;
	height:150px;
	display:block;
	position:relative;
	padding:2px;
}

#kvGamesList a span
{
	display:block;
	width:122px;
	position:absolute;
	bottom:2px;
	padding:5px;
	background-color:#000000;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	filter: alpha(opacity=70);	
	opacity:0.7;
}

#kvGamesList a:hover span
{
	bottom:0;
}