@charset "utf-8";

html,body{
	margin:0;
	padding:0;
}
body{
	font-family:Trebuchet MS, Arial, Helvetica, sans-serif;
	font-family:Arial;
	background-color:#ACA8A1;
}
a,a:visited{
	text-decoration:none;
	outline:none;
}
a:active{
	outline:none;	
}
#glGamesTable th a{
	color:#007;
}
img{
	border:none;	
}

h1{
	color:#555;	
}
h3{
	margin:0;	
}

header,article{
	 display:block;
}

#hdr_container{
	width:100%;
	height:93px;
	background:url(images/hdr_bg.png) repeat-x;
	margin:0;
}
#hdr{
	width:996px;
	height:108px;
	margin:0 auto;
}
#hdr_menu{
	float:left;
	margin:0 0 0 -320px;
}
#hdr_menu a{
	display:block;
	float:left;
	color:white;
	font-size:12px;
	font-weight:bold;	
	padding:5px 10px 4px 10px;
}
#hdr_menu a:active{
	color:#3C0;
}
#hdr_menu a:visited{
	color:white;
}
.top_menu_link_down{
	background-color:#3b6018;
}
#hdr_logo{
	margin:5px 0 0 10px;
	float:left;
}
#hdr_text_logo{
	width:304px;
	height:48px;
	background:url(images/hdr_text.png) no-repeat;
	float:left;
	margin:38px 0 0 0;
}
#hdr_user_info{
	width:154px;
	height:83px;
	background:url(images/hdr_userinfo.png) no-repeat;
	float:right;
	margin:24px 10px 0 0;
	padding:0px 6px 0 13px;
	font-size:10px;
	color:black;
	line-height:13px;
}
#hdr_user_info img{
	float:left;
	margin-right:4px;
}
#hdr_user_info a{
	color:white;
	font-size:10px;
	text-decoration:none;

}	

#hdr_search{
	height:21px;
	width:226px;
	background:url(images/hdr_search.png) no-repeat;
	float:right;
	margin:42px 0 0 0;
}
#search_input_display,#search_input_real{
	margin:1px 0 1px 1px;
	border:solid 0 #fff;
	width:170px;
	height:16px;
	outline:none;
	padding-left:4px;
	padding-top:2px;
	position:absolute;
	background-color:transparent;
}
#search_input_display{
	color:#666;	
}
#search_input_real{
	display:none;
}
#search_submit{
	border:solid 0 #fff;
	background: url(images/hdr_search.png) no-repeat;
	background-position:right;
	width:48px;
	height:21px;
	float:right;
	outline:none none;
	cursor:pointer;
}

#page_content{
	width:968px;
	margin:10px auto;
	/*background:url(/templates/bamboo/images/border_top.png) no-repeat;*/
	padding-top:4px;
}
#page_content_middle{
	width:968px;
	/*background:url(/templates/bamboo/images/border_middle.png) repeat-y;*/
}
#page_content_content{
	width:944px;
	margin:0 auto;
	padding:7px;
	background-color:#e8e8e8;
	color:black;
	font-size:12px;
	/*border:1px solid #555;*/
}
#page_content_footer{
	width:100%;
	height:4px;
	/*background:url(/templates/bamboo/images/border_bottom.png) no-repeat;
	background-position:bottom middle;*/
}

.cup{
	background-color:white;	
	border:1px solid #aaa;
}
.cup h3{
	width:100%;
	height:22px;
	font-size:15px;
	/*border-bottom:1px solid #ccc;*/
	color:black;
	text-align:center;
	padding-top:8px;
	background:url(/templates/bamboo/images/cup_hdr_bg.png) repeat-x;
	text-transform:capitalize;
}

.cup div{
	margin:4px 8px 4px 16px;
}
.cup div a{
	display:block;
	font-weight:bold;
}
.cup hr{
	width:75%;
	margin:0 auto;
	border-color:#eee;
}

#featured_items,#big_images{
	background-color:black;
	width:650px;
	height:300px;
	color:white;
	text-align:left;	
}
#featured_items #menu{
	margin-top:-75px;
	z-index:1000;
	width:650px;
	height:100px;
	position:relative;	
	text-align:center;
}
#featured_items #menubg{
	background-color:black;
	width:650px;
	height:80px;
	position:relative;
	margin-top:-112px;	
	opacity:0.50;
	z-index:999;
	border:1px solid #ccc;
}
#featured_items #menu a{
	width:120px;
	height:55px;
	margin:10px 15px 10px 15px;
}
#featured_items #menu a img{

}

/* BEG Search Page */
#searchFormContainer{
	margin:20px 0 20px 0;
}
#searchForm{
	width:100%;
	text-align:center;
}
#searchResults{
	width:100%;
}
#searchResults ul{
	list-style-type:none;
	margin:0;
	padding:0 0 10px 0;
	padding-top:10px;
}
#searchResults ul li{
	list-style:none;
	padding:0;
	margin:0;
}
#searchResults ul li a{
	text-decoration:underline;	
}
#searchResults ul li i{
	color:green;
	font-size:0.9em;
}
.searchPagination{
	width:100%;
	text-align:center;
}
.searchPagination li{
	display:inline;
}
/* END Search Page */


/* BEG add game page */
.addGame{
	width:94%;
	margin:0 auto;
}
.addGame tr td input[type=text]{
	width:350px;
}
.addGame tr td textarea{
	width:350px;
	height:60px;
}
.addGame tr .first{/*first TD*/
	width:200px;
	text-align:right;
	vertical-align:top;
	padding-top:10px;
}
.campaign, .multiplayer{
	display:none;	
}
/* END add game page */

/* BEG Selector */

.selector, .selector a, .selectorDown, .selectorDown a{
	background:url('/templates/bamboo/images/select_slim.png') no-repeat;
	width:129px;
}

.selector, .selectorDown{
	/*height:60px;*/
	padding-top:3px;
	text-align:center;
	font-weight:bold;
	float:left;
	margin:5px;
}
.selector{
	background-color:#E2E2E2;
	color:black;
}
.selectorDown{
	background-position:right top;
	background-color:#a0dc4f;
	color:white;
}

.selector a,.selectorDown a{
	margin-top:3px;
	height:0;
	padding-top:37px;
	display:block;
	overflow:hidden;	
}
.selector a{
	background-color:#aaa;
	background-position:left bottom;	
}
.selectorDown a{
	background-color:#8dc63f;
	background-position:right bottom;
}

.selector input[type=checkbox],.selectorDown input[type=checkbox]{
	display:none;	
}

/* END Selector */


#gt_suggestions{
	width:400px;
	border:1px solid #666;
	display:none;
	position:absolute;
	background-color:#e2e2e2;
}
#gt_suggestions h3{
	margin:5px;	
}
#gt_suggestions ul{
	list-style-type:none;
	margin:0;
	padding:0;
}
#gt_suggestions ul li{
	list-style-type:none;
	margin:0;
	background-color:#CCC;
	height:60px;
	overflow:hidden;
	border-bottom:1px solid #aaa;
	padding:5px 0px 5px 0px;
}
#gt_suggestions ul li:hover{
	background-color:#BBB;
	cursor:pointer;	
}
#gt_suggestions ul li h3{
	font-weight:bold;
	margin:0;
}
#gt_suggestions ul li div{
	font-size:0.9em;
	color:#444;
}
#gt_suggestions ul li img{
	float:left;
	margin:5px;
}


/* INTERFACE */
.ButtonBlue,.ButtonGreen,.ButtonYellow,.ButtonRed{
	background:url('/images/icons/interface/button_bg.png') no-repeat;
	height:24px;
	padding:6px 8px 0px 6px;
	display:block;
	float:left;
	width:auto;
	color:white;
	font-weight:bold;
	font-size:16px;
	margin-right:4px;
}
.ButtonBlue:hover,.ButtonGreen:hover,.ButtonYellow:hover,.ButtonRed:hover{

}
.ButtonBlue{
	background-position:-0px -30px;
	border:1px solid #2a42a9;	
}
.ButtonBlue:hover{
	background-position:0px 0px;
	border:1px solid #1a3299;
}
.ButtonGreen{
	background-position:-0px -90px;
	border:1px solid #42a92a;
}
.ButtonGreen:hover{
	background-position:0px -60px;
	border:1px solid #32991a;
}
.ButtonYellow{
	background-position:0px -150px;	
	border:1px solid #ae9725;
}
.ButtonYellow:hover{
	background-position:0px -120px;
	border:1px solid #9e8715;
}
.ButtonRed{
	background-position:0px -210px;
	border:1px solid #781111;
}
.ButtonRed:hover{
	background-position:0px -180px;
	border:1px solid #680101;
}

.pForm .section{
	width:600px;
	clear:both;	
	margin:8px 2px 8px 2px;
	padding:4px;
}
.pForm label{
	display:block;	
}
.pForm input[type=text]{
	width:500px;
	font-size:14px;
	padding:2px;
}
.pForm textarea{
	width:500px;
	height:150px;
	font-size:14px;
	padding:2px;	
}
.pForm .datepicker{
	width:75px !important;	
}
.pForm .formError{
	color:red;
	font-weight:bold;
}



.star-rating-wrap{
	white-space:nowrap;
}

.star-rating,
.star-rating a:hover,
.star-rating a:active,
.star-rating a:focus,
.star-rating li.current-rating{
	background: url(/images/icons/interface/star.png) left -1000px repeat-x;
}
.star-rating{
	position:relative;
	width:100px !important;
	height:25px !important;
	overflow:hidden !important;
	list-style:none;
	margin:0 !important;
	padding:0 !important;
	background-position: left top;
	display: block;
}
.star-rating li{
	display: inline;
	background: none !important;
	border: 0 !important;
}
ul.star-rating a, 
ul.star-rating li.current-rating{
	position:absolute;
	top:0;
	left:0;
	text-indent:-9999px;
	height:25px !important;
	line-height:25px !important;
	outline:none;
	overflow:hidden;
	border: none;
	padding: 0 !important;
	margin: 0 !important;
}
.star-rating a:hover,
.star-rating a:active,
.star-rating a:focus{
	background-position: left bottom;
}
.star-rating a.one-star{
	width:20%;
	z-index:6;
}
.star-rating a.two-stars{
	width:40%;
	z-index:5;
}
.star-rating a.three-stars{
	width:60%;
	z-index:4;
}
.star-rating a.four-stars{
	width:80%;
	z-index:3;
}
.star-rating a.five-stars{
	width:100%;
	z-index:2;
}
.star-rating li.current-rating{
	z-index:1;
	background-image: url(/images/icons/interface/star.png) !important;
	background-position: left center !important;
}	


#vgTopMenu{
	margin:-8px -7px 0px -7px;
	background-color:#030;
	height:17px;
	padding:4px 0px 4px 8px;
	color:#090;
	font-size:12px;
}
#vgTopMenu a{
	color:lime;	
}
#vgTitle{
	background-color:#49791c;
	padding:3px 3px 5px 5px;
	margin:0px -7px 0px -7px;
	color:white;
	font-size:32px;
}
#vgMenu{
	font-size:14px;
	color:gray;
	background-color:#030;
	margin:0px -7px 10px -7px;
	padding:0px;
	height:24px;
}
#vgMenu a{
	color:white;
	float:left;
	padding:3px 8px 3px 8px;
}
#vgMenu a.linkDown{
	background-color: rgb(73, 121, 28);
}
#vgLeftMenu{
	float:left;
	width:160px;
	padding:0px 8px 8px 3px;
}
#vgRightMenu{
	float:right;
	width:140px;
	padding:0px 3px 8px 8px;	
}
.vgMenuItem{
	border:1px solid #BBB;
	background-color:#EEE;
	margin:0px 0px 10px 0px;
	padding:3px;
	text-align:center;	
}
#vgOwnsSection span{
	font-size:18px;
}
#vgOwnsSection div{
	font-size:10px;	
}

#gsSortList{
	list-style-type:none;
	margin:0;
}
#gsSortList li{
	float:left;
	padding:2px 4px 2px 4px;
	margin:2px 2px 2px 2px;	
}
#gsSortList li.active{
	border:1px solid #999;	
}

#glGamesTable{
	width:90%;
	text-align:left;
}

.vgamAchievement{
	display:block;
	width:500px;height:64px;
	margin:10px 5px 5px 20px;
	padding:0px;
	border:1px solid #ccc;
}
.vgamAchievement:hover{
	border:1px solid #ccc;
	background-color:#eeb;
	text-decoration:none;
}
.vgamAchievement .title{
	font-weight:bold;
	color:#060;
	font-size:16px;
	margin-top:10px;
}
.vgamAchievement .description{
	color:#222;
	font-weight:normal;
}
.vgamAchievement .points{
	float:right;
	font-size:18px;	
	color:#555;
	padding:20px 10px 10px 10px;
}
.vgamAchievement img{
	float:left;
	margin-right:5px;	
	height:64px;
	width:64px;
}


/* BEG INTERFACE */

/* unchecked/radio button looks, can be used anywhere */
.unchecked,.checked,.radioUnchecked,.radioChecked{
	display:block;
	float:left;
	cursor: pointer;
	outline:none;
	padding: 4px 5px 5px 32px;
	padding-left:24px;
	margin:2px;
	background-position:4px 50% !important;
	width:auto;
}
.unchecked input[type=checkbox],.checked input[type=checkbox],.radioUnchecked input[type=radio],.radioChecked input[type=radio]{
	position:absolute;
	left:-9999px;
}
.unchecked{
	background:url(/images/icons/interface/check_off.png) no-repeat;
	background-color:#f2f2f2;
	border:1px solid #c2c2c2;
}
.checked{
	background:url(/images/icons/interface/check_on.png) no-repeat;	
	background-color:#D3FBBB;
	border:1px solid #B1D999;
}
.radioUnchecked{
	background:url(/images/icons/interface/radio_off.png) no-repeat;
	background-color:#f2f2f2;
	border:1px solid #c2c2c2;
}
.radioChecked{
	background:url(/images/icons/interface/radio_on.png) no-repeat;	
	background-color:#f2f2f2;
	border:1px solid #6c6c6c;
}

/* overlay looks */
.overlay{
	display:none;	
	background-image:url(/images/interface/popper_overlay_curve.png);
	width:608px;		
	padding:35px;
	font-size:11px;
	color:black;
}
.overlay .close{
	background-image:url(/images/interface/overlay_close.png);
	position:absolute; right:5px; top:5px;
	cursor:pointer;
	height:35px;
	width:35px;
}

.overlay h1{
	width:100%;
	text-align:center;
	color:#030;
	margin:0px;
	font-size:18px;
	padding-bottom:6px;
}

.overlay ul{
	list-style-type:none;	
}
.overlay ul li{
	clear:both;
}
.overlay ul > li > label,.overlay > .wrapper > ul > li > label{
	font-size:16px;
	display:block;
}
.overlay ul li input{
	font-size:14px;
	width:96%;
	padding:4px;
}
.overlay ul li textarea{
	font-size:14px;
	width:96%;
	padding:4px;
	height:100px;
}
.overlay ul li select{
	padding:4px;
}

/* END INTERFACE */



/* BEGIN edit */

#vgFist{
	background:url(/images/interface/fist_green.png) no-repeat;
	height:100%;
	width:11px;	
	background-position:4px 3px;
	position:relative;
	z-index:2;	
	height:17px;
	border:1px solid #030;
	border-bottom:none;
}
#vgFist.menuopen{
	border-color: #222;
	background-color:#e2e2e2;	
}

#editGameMenu{
	display:none;
	
	position:absolute;	
	border:1px solid #222;
	margin:-11px 0px 0px -7px;
	1-index:1;
	padding:4px 0px 4px 0px;
	background-color:#e2e2e2;
}
#editGameMenu.menuopen{
	display:block;
}
#editGameMenu a{
	display:block;
	padding:4px 8px 4px 8px;
	font-size:12px;
	color:green !important;
}
#editGameMenu a:hover{
	text-decoration:none;
	background-color:#c2c2c2;
}

/* END edit */


/* BEGIN popper forms */

form.popper .section{
	clear:both;
}

form.popper .section h2{
	margin:0;
	color:#039;
}

form.popper .section .hint{
	font-size:12px;
	font-style:italic;
}

form.popper .section .element{

}

form.popper .section .element .leftLabel{
	display:block;
	font-size:14px;
	float:left;
	width:80%;
}

form.popper .section .element input{
	font-size:14px;
	padding:3px;
	width:80%;
}

form.popper .section .element textarea{
	width:80%;
	height:100px;
}

form.popper .section .date{
	float:left;
	margin-left:6px;
}

form.popper .section .date label{
	display:block;
}

form.popper .section .date input.datepicker{
	width:75px;	
}

/* END popper forms */


/* BEGIN comments/images/interface/comment_x.png */


.acComment{
	margin:10px;
	border-top:1px solid #ccc;
	padding:8px 6px 0px 6px;
	width:500px;
}
.acComment:hover{
		
}
.acComment .text{
	font-size:1.2em;
}
.acComment .username{
	
}
.acComment .when{
	color:#555;
}
.acComment .menu{
	float:right;	
	display:none;
}
.acComment .menu.open{
	display:block;	
}
.acComment .menu .deleteComment,.acComment .menu .flagComment{
	background:url(/images/interface/acComments.png) no-repeat;
	display:block;
	margin:4px;
}
.acComment .menu .deleteComment{
	width:15px;
	height:15px;
}
.acComment .menu .deleteComment:hover{
	background-position:0px -16px;
}
.acComment .menu .flagComment{
	height:15px;
	width:12px;
	background-position:-15px 0px;
}
.acComment .menu .flagComment:hover{
	background-position:-15px -16px;
}

/* END comments */

/* popper */
div.popper{
	display:none;	
}

/* Voter */
.voter{
	width:90px;	
	margin:5px 5px 5px 0px;
	float:left;
}
.voter .vote_up,.voter .vote_down{
	background:url(/images/interface/votes_thumbs.png) no-repeat;
	height:20px;
	display:block;
	text-decoration:none;
	color:#999;
	padding-left:16px;
	line-height:20px;
	margin-left:60px;
}
.voter .vote_up{
	background-position:0px -20px;
	color:#090;
}
.voter .vote_up.active{
	background-position:0px 0px;	
}

.voter .vote_down{	
	background-position:0px -40px;
	color:#900;	
}
.voter .vote_down.active{
	background-position:0px -60px;
}

.voter .current_rating{
	font-size:24px;
	height:40px;
	text-align:center;
	float:left;
	width:60px;
	line-height:40px;
}

/* begin table list*/
table.standard{
	width:80%;
	text-align:left;
}
/* end table list */
