/*margin:  top right bottom left*/
body
{
	margin:0px;
	padding:0px;
	color:#CCCCCC;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	/*background:#484848 url(/images/bg.jpg) repeat-x;*/
	background:#000000 url(/images/bg.jpg) no-repeat;
	background-position:top center;
}

a:link
{
	color:#FFF;
	text-decoration:none;
}

a:visited
{
	color:#FFF;
	text-decoration:none;
}

a:hover
{
	text-decoration:underline;
}

img
{
	border:0;
	background-color: transparent;
}

a img
{
	border:0;
	background-color: transparent;
}

#wrapper
{
	width:1026px;
	margin:0 auto;
}

header
{
	/*background:#000000 url(/images/headerBg.jpg) repeat-x;
	background-position:bottom;*/
	width:1026px;
	height:165px;
	padding:0px;
}

.logo
{
	float:left;
	/*margin-left:0px;
	margin-top:20px;*/
}

.login
{
	float:right;
	margin-right:1em;
	color:#FFFFFF;
}

.loginUsername
{
	float:left;
}

.loginPassword
{
	float:left;
	padding-left:3px;
}

.loginSubmit
{
	float:right;
	position:relative;
	margin-top:17px;
	padding-left:3px;
}

.forgotPassword
{
	/*float:right;*/
	padding-top:3px;
}

.rememberMe
{
	/*float:left;*/
	position:relative;
	margin-left:2em;
}

.headerAdContainer
{
	float:right;
	margin-top:1em;
	margin-right:10px;
}

.searchForm
{
	float:left;
	margin-left:6em;
	margin-top:3px;
}

.greetingContainer
{
	float:right;
	margin-bottom:1em;
	margin-right:1em;
	margin-top:10px;
	color:#FFFFFF;
}

nav
{
	background-image:url(/images/navbar_bg.png);
	width:1026px;
	height:35px;
	clear:both;
	margin-bottom:10px;
}

nav ul
{
	list-style-type:none;
	margin:0;
	padding:0;
	padding-top:9px;
	padding-bottom:9px;
	float:left;
}

nav li
{
	display:inline;
	float:left;
}

nav a:link,a:visited
{
	border-left:1px solid #333;
	border-right:1px solid #555;
	font-weight:bold;
	color:#FFFFFF;
	text-align:center;
	padding:9px 10px;
	text-decoration:none;
	font-size:14px;
}

nav a:hover
{
	background:#666666;
	color:white;
	text-decoration:none;
}

.registerButton a
{
	background-image:url(/images/register-bg.png);
	color:white;
	text-decoration:none;
}

.registerButton a:hover
{
	background:#82b93a;
	color:white;
	text-decoration:none;
}

#contentWrapper
{
	width:1026px;
	/*background:#222222;*/
	overflow:auto;
}

#content
{
	width:700px;
	/*background:#292929;
	padding-left:3px;
	padding-right:3px;
	padding-top:3px;*/
	float:left;
}

#sidebarWrapper
{
	width:300px;
	padding:10px 9px;
	float:right;
	background-color:#222222;
	border:1px solid #444;
	border-radius:5px;
	-moz-border-radius:5px; 
	-webkit-border-radius:5px;
}

footer
{
	clear:both;
	width:1026px;
	text-align:center;
	margin-bottom:20px;
}

.badgeContainer
{
	float:left;
	margin-right:10px;
	text-align:center;
}

.awardContainer
{
	float:left;
	margin-right:10px;
	text-align:center;
}

.badges
{
	float:left;
	margin:0 5px 10px 0;
}

/*.badge
{
	float:left;
	text-align:center;
	margin-right:10px;
}

.badge p
{
	margin:-49px 0 29px 0;
    font-size:16px;
    font-weight:bold;
	color:#000;
}

.badge span
{
	clear:both;
}*/

.paragraph
{
	line-height:1.5em;
}

.error
{
	color:red;
}

.success
{
	color:green;
}

.clear
{
	clear:both;
}

.button, .button:visited
{
	background: #517325 url(/images/button-transparent-bg.png) repeat-x; 
	display: inline-block; 
	padding: 8px 14px 9px; 
	margin-left:5px;
	margin-bottom:5px;
	color: #fff !important; 
	text-decoration: none;
	border-radius:5px;
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px;
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
	border-bottom: 1px solid rgba(0,0,0,0.25);
	position: relative;
	cursor: pointer;
	font-size: 14px;
	font-weight: bold;
	line-height: 1;
}

.button:hover
{
	background-color: #6b9730;
	color: #fff;
}
.button:active
{
	top: 1px;
}

.promoteButton, .promoteButton:visited
{
	background: #222222 url(/images/button-transparent-bg.png) repeat-x; 
	display: inline-block; 
	padding: 8px 14px 9px; 
	margin-left:5px;
	margin-bottom:5px;
	color: #fff !important; 
	text-decoration: none;
	border-radius:5px;
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px;
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
	border-bottom: 1px solid rgba(0,0,0,0.25);
	position: relative;
	cursor: pointer;
	font-size: 14px;
	font-weight: bold;
	line-height: 1;
}

.promoteButton:hover
{
	background-color: #111111;
	color: #fff;
}
.promoteButton:active
{
	top: 1px;
}

.demoteButton, .demoteButton:visited
{
	background: #2daebf url(/images/button-transparent-bg.png) repeat-x; 
	display: inline-block; 
	padding: 8px 14px 9px; 
	margin-left:5px;
	margin-bottom:5px;
	color: #fff !important; 
	text-decoration: none;
	border-radius:5px;
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px;
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
	border-bottom: 1px solid rgba(0,0,0,0.25);
	position: relative;
	cursor: pointer;
	font-size: 14px;
	font-weight: bold;
	line-height: 1;
}

.demoteButton:hover
{
	background-color: #007d9a;
	color: #fff;
}
.demoteButton:active
{
	top: 1px;
}

.heading
{
	/*padding:4px 10px 0px 10px;
	background:url(../images/titleBg.jpg) repeat-x;
	border-bottom:1px solid #777;*/
	border-bottom:1px solid #69C;
	margin:0 0 15px 0;
	color:#69C;
}

.seeAll
{
	float:right;
	margin-top:-3em;
	font-size:0.9em;
	font-weight:bold;
}

.subContainer
{
	padding:5px 10px 10px 10px;
	background:#333333;
	overflow:auto;
	border:1px solid #444;
	border-radius:5px;
	-moz-border-radius:5px; 
	-webkit-border-radius:5px;
	/*-moz-box-shadow: 0 0 3px 1px #111;
	-webkit-box-shadow: 0 0 3px 1px #111;
	box-shadow: 0 0 3px 1px #111;*/
}

.subContainer a:link
{
	color:#CF3;
}

.subContainer a:visited
{
	color:#CF3;
}

.subContainerLeft
{
	float:left;
	width:323px;
	padding:5px 10px;
	background:#333333;
	overflow:auto;
	border:1px solid #444;
	border-radius:5px;
	-moz-border-radius:5px; 
	-webkit-border-radius:5px;
	/*-moz-box-shadow: 0 0 3px 1px #111;
	-webkit-box-shadow: 0 0 3px 1px #111;
	box-shadow: 0 0 3px 1px #111;*/
}

.subContainerLeft a
{
	color:#CF3;
}

.subContainerRight
{
	float:right;
	width:323px;
	padding:5px 10px;
	background:#333333;
	overflow:auto;
	border:1px solid #444;
	border-radius:5px;
	-moz-border-radius:5px; 
	-webkit-border-radius:5px;
	/*-moz-box-shadow: 0 0 3px 1px #111;
	-webkit-box-shadow: 0 0 3px 1px #111;
	box-shadow: 0 0 3px 1px #111;*/
}

.profileImageContainer
{
	width:300px;
	float:left;
}

.profileInfoContainer
{
	margin-left:1em;
	float:left;
}

.divider
{
	width:100%;
	height:2px;
	background:#444444;
	clear:both;
}

.fileComment
{
	padding-top:5px;
	padding-bottom:5px;
	padding-left:3px;
	padding-right:3px;
	border-bottom:1px solid #555555;
	background:#3f3f3f;
}

.subTitle
{
	font-weight:bold;
	text-decoration:underline;
	padding-bottom:2px;
}

.miniLink
{
	font-size:10px;
}

.languageIcon, .ratingTypeIcon
{
	margin:0 0 -3px 5px;
}

.faq
{
	list-style:none;
	line-height:1.5em;
}

.faq li
{
	margin-left:-30px;
}

.faqAnswers
{
	line-height:1.5em;
}

.faqAnswers dt
{
	font-weight:bold;
	margin-bottom:1em;
	color:#FFFFFF;
}

.faqAnswers dd
{
	margin-bottom:1em;
	margin-left:10px;
}

.gameList
{
	line-height:2em;
	margin:0 0 10px 5px;
	width:329px
}

.gameList img
{
	float:left;
	margin-top:4px;
}

.white
{
	color:#FFFFFF;
}

.white a:link
{
	color:#FFFFFF;
}

.white a:visited
{
	color:#FFFFFF;
}

.whiteLink a:link
{
	color:#FFFFFF;
}

.whiteLink a:visited
{
	color:#FFFFFF;
}

.tableBackground
{
	background:#444444;
}

.tableTitle
{
	font-weight:bold;
	font-size:14px;
	color:#FFFFFF;
	background-image: url(/images/titleBg.jpg);
}

.tableContent
{
	background:#333333;
}

.tabs
{
	padding: 3px 0;
	margin-left: 7px;
	margin-top: 0px;
	margin-bottom: 0;
	font: bold 12px Verdana;
	text-align: left;
}

.tabs a
{
	text-decoration: none;
	position: relative;
	z-index: 1;
	padding: 3px 7px;
	margin-right: 3px;
	border-top: 1px solid #444444;
	border-left: 1px solid #444444;
	border-right: 1px solid #444444;
	/*background:#cbc1b8;*/
	color:#FFFFFF;
	background:#cbc1b8 url(/images/titleBg.jpg) bottom left repeat-x;
	-moz-border-radius-topleft: 5px;
	-webkit-border-top-left-radius: 5px;
	border-top-left-radius: 5px;
	-moz-border-radius-topright: 5px;
	-webkit-border-top-right-radius: 5px;
	border-top-right-radius: 5px;
}

.tabs a:visited
{
	color:#FFFFFF;
}

.tabs a:hover
{
	text-decoration: underline;
	color: #FFFFFF;
}

.tabs a.selected
{
	position: relative;
	/*border-bottom:0px;
	background:#a09689;*/
	background-image: url(/images/tabSelected.jpg);
}

.tabs a.selected:hover
{
	text-decoration: none;
}

.covers
{
	float:left;
	width:130px;
	padding:2px;
}

/* progress bar style */
#progressbox
{
	border: 1px solid #b2da92;
	padding: 1px; 
	position:relative;
	width:400px;
	border-radius: 3px;
	margin: 10px;
	display:none;
	text-align:left;
}
#progressbar
{
	height:20px;
	border-radius: 3px;
	background-color: #b2fa77;
	width:1%;
}
#statustxt
{
	top:3px;
	left:50%;
	position:absolute;
	display:inline-block;
	color: #000000;
}

.notice
{
    background-color: #FBF9E9;
    border: 1px solid #E3CF57;
    color: #212121;
}

.info-box
{
    border-radius: 4px;
    display: block;
    margin: 20px 0px;
    padding: 15px;
    text-align: left;
}

.info-box a:link, .info-box a:visited
{
    color:#3e7cb0;
}