/* onArcade 2.2 Admin CP CSS */
body {
	background-color: #EEEEEE;
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	font-family: Arial, Tahoma, sans-serif;
	text-align: left;
	color: #000;
}
form {
	margin: 0px;
	padding: 0px;
}
input, textarea {
	background-color: #F8F8FF;
	border: 1px solid #50A6C2;
	font-family: Arial, Tahoma, sans-serif;
	font-size: 12px;
	margin: 2px;
	padding: 2px;
}
fieldset {
	margin-top: 6px;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
}
a:link, a:visited {
	color: #003366;
	text-decoration: underline;
}
a:hover {
	color: #FF6347;
	text-decoration: none;
}
p {
	margin:4px 0px;
}
h2 {
	font-size: 12px;
	font-weight: bold;
	margin: 8px 0px 2px 0px;
	border-bottom: 1px dotted #CDCDCD;
}
/* header of the site */
div#top_shadow {
	margin: 10px auto auto;
	width: 806px;
	height: 17px;
	background: url(images/top_shadow.png) no-repeat;
}
div#shadow {
	margin: auto auto;
	width: 806px;
	background: url(images/shadow.png) repeat-y;
}
div#top_menu {
	margin: 0px 8px 0px 8px;
	height: 31px;
	background: url(images/top_menu.png) repeat-x;
	color: #00688B;
}
div#top_menu ul {
	margin: 0px;
	padding: 6px 20px;
	list-style-type: none;
}
div#top_menu ul li {
	display: inline;
}
div#top_menu ul a {
	color: #00688B;
	font-weight: bold;
	text-decoration: none;
}
div#top_menu ul a:hover {
	text-decoration: underline;
}
/* main content of the site */
div#main {
	background: url(images/menu_background.png) repeat-y;
	margin-left: 9px;
	width: 785px;
}
/* admin panel side-menu */
div#menu {
	width: 162px;
	float: left;
}
div#menu ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
div#menu ul li {
	border-bottom: 1px solid #E6E6E6;
	padding: 4px 22px 4px;
}
div#menu ul li a:link, div#menu ul li a:visited {
	color: #5C5C5C;
	text-decoration: none;
}
div#menu ul li a:hover {
	text-decoration: underline;
}
/* content of current page */
div#contents {
	width: 616px;
	float: right;
}
/* tables */
.table_header {
	float: left;
	text-align: center;
	font-weight: bold;
}
.table {
	float: left;
	text-align: center;
}
.separator {
	margin-bottom: 1px;
	padding-top: 1px;
	border-bottom: 1px dotted #CDCDCD;
	height: 0px;
	font-size:0px;
	clear: both;
}
/* content parts */
.content_left {
	float: left;
	width: 100px;
	font-weight: bold;
	margin-top: 2px;
	margin-bottom: 2px;
}
.content_right {
	float: right;
	width: 515px;
	margin-top: 2px;
	margin-bottom: 2px;
}
/* pagination */
div.pagination {
	padding: 2px;
	margin: 2px;
	text-align: center;
}
div.pagination a:link, div.pagination a:visited {
	padding: 2px;
	border: 1px solid #CCCCCC;
	color: #000000;
	text-decoration: none;
}
div.pagination a:hover {
	color: #000000;
	background: #F2F2F2;
}
div.pagination b {
	padding: 2px;
	border: 1px solid #CCCCCC;
}
div.pagination p {
	margin: 0px 0px 5px 0px;
}
/* clickable images */
img.click {
	width: 16px;
	height: 16px;
	border: 0px;
	cursor: pointer;
}
/* errors */
.error {
	border: 1px solid #FF3300;
	background: #FFE4E1;
	font-weight: bold;
	margin-bottom: 4px;
	color: #FF3300;
	text-align: left;
	padding: 3px;
}
/* BB code images  */
img.bb {
	border: 1px solid #5E5E5E;
	width: 16px;
	height: 16px;
	padding: 1px;
	cursor: pointer;
}
img.bb:hover {
	border: 1px solid #B3B3B3;
	background: #F7F7F7;
}
/* redirection boxes */
#redirection_box {
	margin-top: 50px;
	margin-left: auto;
	margin-right: auto;
	padding: 5px;
	width: 400px;
	border: 2px solid #CFCFCF;
	background: #FFFFFF; 
	text-align: center;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}
#log_in_box {
	margin-top: 75px;
	margin-left: auto;
	margin-right: auto;
	padding: 5px;
	width: 330px;
	border: 2px solid #CFCFCF;
	background: #FFFFFF; 
	text-align: center;
	border-radius: 20px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
}
/* divs that have hover effect */
.div_hover:hover {
	background: #FAFAFA;
}
/* game pack installation "popup" */
#gp_popup {
	display: none;
	position: absolute;
	top: 25px;
	left: 130px;
	width: 350px;
	background: #F0F8FF;
	border: 2px solid #0099CC;
	color: #333333;
	text-align: center;
	padding: 4px;
	-moz-opacity: 0.9;
	opacity: 0.9;
	filter: alpha(opacity=90);
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	z-index: 10;
}
#gp_popup #loader {
	width: 300px;
	height: 25px;
	background: #FFFFFF;
	margin-left: auto;
	margin-right: auto;
	margin-top: 4px;
	margin-bottom: 4px;
}
#gp_popup #loaded {
	width: 0%;
	height: 100%;
	background: #283A90;
}
/* footer of the site */
div#bottom_shadow {
	margin: auto auto;
	width: 806px;
	height: 15px;
	background: url(images/bottom_shadow.png) no-repeat;
}
div#powered {
	text-align: center;
	margin-bottom: 4px;
}
div#powered a, div#powered a:visited {
	color: #454545;
	text-decoration: none;
	font-weight: bold;
}
div#powered a:hover {
	color: #000;
	text-decoration: none;
}
/* onArcade 2.2 Admin CP CSS */
