/*** Shared on Multiple Pages ***/
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 0px; 
	margin: 0px;
	background: #1ce07d;
}
/* #page_shadow {
	background: url("../images/shadow.png") repeat-y scroll center top transparent;
} */
#page_container {
	background: #FFF;
	width: 1000px;
	margin: 0px auto;
}
a, a:visited {
	color: #333333;
}

/*** HEADER ***/
#header {
	padding: 5px 10px;
	background: white;
	margin: 0px;
	color: #666;
}
#header #tools {
	border: 0px;
	width: 190px;
	float: right;
	padding-top: 15px;
}

#header #logo {
	border: 0px;
	width: 263px;
	height: 82px;
}
#header #gamecats {
	padding-left: 0px;
	display: block;
	height: 50px;
	margin: 0px;
}
#header #gamecats li {
	width: auto;
	padding-left: 12px;
	padding-right: 4px;
	float: left;
	list-style: none;
}
#header #gamecats img {
	border: 0px;
	cursor: pointer;
}
#header #gamecats .handle {
	cursor: move;
/*	z-index: 500;
	position: relative;
	left: 10px;
	top: -20px;
	bottom: 5px; */
}
#header h1 {
	padding: 5px 20px;
	margin: 5px 0px 0px 0px;
	color: #FFF;
}
#header #gamelists {
	padding: 0px 30px;
	display: block;
	height: 68px;
	margin: 0px;
}
#header #gamelists li {
	text-align: center;
	width: auto;
	float: left;
	padding-left: 50px;
	padding-right: 50px;
	list-style: none;
}
#header #gamelists img {
	border-width: 0px;
}
.topban1 {
	width: 236px;
	height: 90px;
	background: url('background/grad_bg_left.png') repeat-y;
	border: 0px;
	margin: 4px 0px 4px 10px;
	float: left;
}
.topban2 {
	width: 728px;
	height: 90px;
	background: #CCCCCC;
	border: 0px;
	margin: 4px 15px 4px 10px;
	float: left;
}
.rs_ad_top {
	width: 300px;
	height: 250px;
	float: right;
	padding: 3px;
	margin: 0px 15px 10px 10px;
	border: 1px solid #555;
	background: #444444;
}
.sky_ad_top {
	width: 160px;
	height: 600px;
	float: right;
	padding: 3px;
	margin: 0px 15px 10px 5px;
	border: 1px solid #555;
	background: #444444;
}

/*** FOOTER ***/
#footer {
	margin-top: 5px;
	padding: 10px;
	background: #222;
	color: #FFF;
}
#footer #links {
	float: right; 
}
#footer a, #botnav a:visited {
	color: #FFF;
	padding: 10px;  margin: 10px;
}
.botban1 {
	width: 728px;
	height: 90px;
	background: #CCCCCC;
	border: 0px;
	margin: 4px 10px 4px 15px;
	float: left;
}
.botban2 {
	width: 236px;
	height: 90px;
	background: url('background/grad_bg_right.png') repeat-y;
	border: 0px;
	margin: 4px 0px 4px 0px;
	float: left;
}
.rs_ad_bot {
	width: 300px;
	height: 250px;
	float: left;
	padding: 3px;
	margin: 0px 10px 0px 0px;
	border: 1px solid #555;
	background: #444444;
}




/*** Admin Page ***/ /*
#logoutlink {
	font-size: 12px;
	font-weight: bold;
} */

/*** Form Styles ***/ 
form {
	margin-left: 20px;
}
.form_errors {
	color: #990000;
	padding-left: 10px;
}
form .required{
	color: #FF6600;
	font-weight: bold;
	font-size: 16px;
	padding-left: 5px;
}
/*
form .text input {
	width: 300px;
}
form .text label {
	width: 100px;
	display: block;
	float: left;
	margin-left: 10px;
}
form .text textarea {
	margin-left: 10px;
}
*/
form p {
	padding-left: 15px;
}
form p input[type=text],
form p input[type=password] {
	width: 200px;
}
form p label {
	width: 130px;
	display: block;
	float: left;
}
.inputtip {
	font-size: 9px;
	color: #999999;
}


/**** Game List ****/
#games {
	list-style: inside;
	font-size: 10px;
	padding-left: 20px;
	margin: 0px;
}
#games li {
	width: 100px;
	float: left;
	list-style: none inside none;
	padding-bottom: 5px;
	margin: 10px;
	text-align: center;
}
#games li img.icon {
	border: 1px solid black;
}
#games li:hover {
	background: #eaeaea;
	color: #ffffff;
}
#games li .info {
	text-decoration: underline;
	height: 26px;
	color: #333333;
	overflow: hidden;
}


/**** Single Game ****/
#game {
	padding-left: 15px;
}
/* Header bar with title and share */
#game #gameheader {
	margin-left: 10px;
	float: left;
	width: 785px;
	height: 26px;
	border-bottom: 1px solid #006F36;
}
#game #gameheader #title {
	font-size: 20px;
	font-weight: bold;
	color: #666666;
	float: left;
	width: 380px;
	overflow: hidden;
}
#game #gameheader #sharelinks {
	padding-top: 2px;
	float: right;
	width: 400px;
}
#game #gameheader #sharelinks a{
	color: #000;
	padding: 0px 5px;
} 
#sharedialog label {
	float: left;
	width: 120px;
	display: block;
}
/* Edit tools */
#game #game_edit_tools img {
	border: 0px;
	vertical-align: middle;
}
/* Play box */
#game #game_play {
	float: left;
	height: 0px;
	width: 775px;
	padding: 10px;
	display: none;
	background: #EEE;
/*	border: 1px solid #CEFDE8;
/*	opacity: 0.1;
	filter:alpha(opacity=10);  */
}
#game #game_play_embed {
	width: 775px;
	overflow: hidden;
}
/* #game #game_play_extra {
	float: right;
	width: 160px;
	background: #FFF;
	border: 1px solid black;
	padding: 20px 10px;
} */
/* Game info */
#game #txt_holder {
	float: left;
	width: 470px;
	padding-top: 10px;
}
/*#game #description {
	padding-right: 10px 10px;
} */
#game #rating_show,
#game #rating_form {
	display: block;
	height: 15px;
	overflow: hidden;
}
/* Game Images */
#game #sc_holder {
	display: block;
	width: 320px;
	float: left;
}
#game #screencaps {
	margin: 0px;
	padding: 10px 0px 0px 0px;
}
#game #screencaps li {
	list-style: none; 
	float: left;
	display: block;
	margin: 10px;
	height: 102px;
	width: 132px;
}
#game #screencaps li img {
	border: 1px solid black;
	height: 100px;
	width: 130px;
}
#game #screencaps.edit li img {
	cursor: pointer;
}
#game #screencaps li input {
	top: -21px;
	position: relative;
	margin: 0px 10px 0px auto;
	display: block;
}
#game #imageuploading {
	display: none;
	height: 16px;
	width: 16px;
	vertical-align: middle;
}
#game #image_add_form form {
	margin-left: 5px;
}
/* Play button */
#game_play_btn {
	border: 0px;
	height: 90px;
	width: 236px;
	cursor: pointer;
}
/* Top rated Listing */
#game #top_rated {
	float: left;
	width: 450px;
	height: 236px;
	overflow: hidden;
	background: #eee;
	border: 1px solid #aaa;
	padding: 10px;
	font-weight: bold;
}
#game #top_rated h3 {
	border-bottom: 1px solid #999;
	margin: 0px 0px 10px 0px;
	color: #999999;
}
#game #top_rated a { 
	color: #666;
	text-decoration: none;
}
#game #top_rated a:hover { 
	color: #1CE07D;
	font-weight: bold;
}
#game #top_rated ol#col1 { 
	counter-reset: item;
	display: block;
	float: left;
	width: 210px;
	margin: 0px;
	padding-left: 10px;
}
#game #top_rated ol#col2 { 
	counter-reset: item 10;
	display: block;
	float: left;
	width: 210px;
	margin: 0px;
	padding-left: 10px;
}
#game #top_rated li {
	display: block;
	padding-bottom: 6px;
	width: 210px;
	height: 15px;
	overflow: hidden;
}
#game #top_rated li:before {
	content: counter(item) ". ";
	counter-increment: item;
	display: inline;
	color: #666;
}


/**** Pagination ****/

.pagination {
	padding: 5px 40px;
	height: 16px;
}
.pagination a {
	margin: 0px 1px;
	text-decoration: none;
}

/**** Fancy Forms ****/
.fancyform {
}
.fancyform label {
	font-weight: bold;
}
.fancyform label.text, 
.fancyform input.text {
	padding: 4px;
}
.fancyform input.error {
	background-image: url('../images/inputerror.png');
	color: #FFF;
}
.fancyform .error_msgs {
	color: #990033;
}

/**** Ratings *****/
div.rating-cancel,div.star-rating{float:left;width:17px;height:15px;text-indent:-999em;cursor:pointer;display:block;background:transparent;overflow:hidden}
div.rating-cancel,div.rating-cancel a{background:url("rating/delete.gif") no-repeat 0 -16px}
div.star-rating,div.star-rating a{background:url("rating/star.gif") no-repeat 0 0px}
div.rating-cancel a,div.star-rating a{display:block;width:16px;height:100%;background-position:0 0px;border:0}

div.star-rating-on a{background-position:0 -16px!important}
div.star-rating-hover a{background-position:0 -32px}
/* Read Only CSS */
div.star-rating-readonly a{cursor:default !important}
/* Partial Star CSS */
div.star-rating{background:transparent!important;overflow:hidden!important}
/* END jQuery.Rating Plugin CSS */

