/* onArcade 2.2 CSS */
body {
	margin: 0px;
	padding: 0px;
	background-image:url(images/bg.gif);
	background-repeat:repeat-x;
	background-color:#131C29;
	color: #707070;
	font-size: 12px;
	font-family: Tahoma, sans-serif;
	text-align: left;
}
form {
	margin: 0px;
	padding: 0px;
}
input, textarea {
	margin: 2px;
	padding: 2px;

}
p {
	margin:4px 0px;
}
fieldset {
	margin-top: 7px;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
}
legend {
	font-weight: bold;
}
a:link, a:visited {
	color: #45afe1;
	text-decoration: underline;
}
a:hover {
	color: #45afe1;
	text-decoration: none;
}
/* the header of the site  */
#header {
	width: 1100px;
	height: 157px;
	margin-left: auto;
	margin-right: auto;
	background-image:url(images/header_bg.gif);
	background-position:center;
	background-repeat:no-repeat;
	text-align: left;
	position: relative;
}
#logo {
	width: 315px;
	height: 143px;
	background-image: url(images/logo.gif);
	cursor: pointer;
}
#header_ad {
	position: absolute;
	top: 20px;
	right: 0px;
	width: 750px;
}
/* menu with links to different parts of site */
#navigation {
	width: 1067px;
	height: 42px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}
#navigation ul {
	margin: 0px;
	padding: 0px;
	position: absolute;
	top: 3px;
	left: 280px;
	color: #FFFFFF;
}
#navigation li {
	list-style-type: none;
	float: left;
	width: auto;
	padding-left:10px;
	padding-right:10px;
	height:25px;
	text-align:center;
}
#navigation a:link, #navigation a:visited {
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	width: 74px;
	height: 25px;
	padding-top: 10px;
}
#navigation a:hover {
	color: #97daf8;
	text-decoration: none;
	background-image: url(images/rollover.gif);
	background-repeat: no-repeat;
}
#navigation #add_fav {
	position: absolute;
	top: 0px;
	right: 15px;
	cursor: pointer;
}
/* main part of the website */
#main {
	margin-left: auto;
	margin-right: auto;
	width: 1067px;
}
/* menus */
div#side_menu {
	float: left;
	width: 254px;
	margin-left: 2px;
	position: relative;
	background: url(images/silverseamless_bg.gif);
}
div#right_menu {
	float: left;
	width: 254px;
	background: url(images/silverseamless_bg.gif);
}
div#middle_contents {
	float: left;
	width: 547px;
	margin-left: 4px;
	margin-right: 4px;
	margin-top:4px;
}
div#main_contents {
	float: left;
	width: 805px;
	margin-top:4px;
	margin-left:4px;
}
/* headers of content boxes */
h2 {
	background-image: url(images/featuredicon.gif);
	background-position: left;
	background-repeat: no-repeat;
	margin: 0px 0px 10px 0px;
	padding: 5px;
	padding-left: 35px;
	color: #00A2D0;
	font-size: 16px;
	font-weight: normal;
	position: relative;
}
h3 {
	background: #0099CC url(images/blankheading.gif);
	color: #FFFFFF;
	font-weight: bold;
	font-size: 12px;
	margin: 0px;
	padding: 15px 35px;
	height:14px;
}
h4 {
	background-image: url(images/gamesicon.gif);
	background-position: right;
	background-repeat: no-repeat;
	margin: 0px;
	padding: 5px;
	font-size: 14px;
	color: #F67521;
	margin-bottom: 10px;
}
h4 a:link, h4 a:visited {
	color: #F67521;
	text-decoration: none;
	font-size: 14px;
	font-weight: normal;
}
/* content is inside these boxes */
.content_box {
    background-image: url(images/maincontentbg.gif);
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	margin-bottom: 2px;
	padding: 10px;
}
.content_box_2 {
	background-image:url(images/silverbottom_bg.gif);
	background-repeat:no-repeat;
	background-position:bottom;
	padding:10px;
}
.content_box_3 {
	background-image: url(images/bluetop_bg.gif);
	background-position: top;
	background-repeat: no-repeat;
	padding: 10px;
	color: #FFFFFF;
}
.content_box_3_bg {
	background-image:url(images/blueseamless_bg.gif);
	background-repeat:repeat-y;
}
.content_box_4 {
    background-image: url(images/maincontent_minibg.gif);
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	margin-bottom: 2px;
	padding: 10px;
}
.content_box .left {
	width: 100px;
	float: left;
	margin-top: 2px;
	margin-bottom: 2px;
	font-weight: bold;
}
.content_box .right {
	float: left;
	margin-top: 2px;
	margin-bottom: 2px;
}
/* top lists */
.content_box_2 ol {
	padding: 0px;
	margin: 0px;
	list-style-position: inside;
}
.content_box_2 ol li {
	margin: 2px 0px;
	padding: 0px;
}
/* top rated games header */
#toprated_header {
	position: absolute;
	top: -42px;
	left: -2px;
	width: 259px;
	height: 42px;
	float: left;
	background-image: url(images/toprated.gif);
	z-index: 10;
}
/*  login box */
.label {
	float: left;
	padding-top: 7px;
	color: #4A99D2;
}
input.textfield {
	width: 152px;
	height: 19px;
	padding: 5px;
	color: #666666;
	background-image: url(images/textfield.gif);
	border: 1px solid #666666;
	float: right;
}
/* featured games box sides */
#featured_left {
	float: left;
	width: 460px;
}
#featured_right {
	float: right;
	width: 65px;
	text-align: right;
}
/* files on index page */
.index_files_left {
	margin-bottom: 2px;
	float: left;
	width: 75px;
}
.index_files_right {
	margin-bottom: 2px;
	float: right;
	width: 177px;
}
/* ad under categories on index page */
.icategory_ad {
	height: 70px;
	text-align: center;
}
/* boxes around file on categories pages */
.browse_file_box {
	padding: 4px;
	background: #F0F8FF;
	border: 1px solid #B2DFEE;
}
/* game on scores page */
#score_game {
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 5px;
	padding: 10px;
	border: 1px dotted #CCCCCC;
	width: 300px;
}
/* file rating stars */
#file_rating img {
	width: 16px;
	height: 16px;
	border: 0px;
}
/* file action icons */
img.action_image {
	border: 0px;
	width: 24px;
	height: 24px;
	cursor: pointer;
}
/* contorls are in these boxes */
.controls {
	float:left;
	width: 200px;
	height: 28px;
	border-right: 1px dotted #CCCCCC;
	padding: 4px;
}
.controls img {
	float:left;margin-right:4px;
}
/* link to file */
a.file_link:link, a.file_link:visited {
	font-size: 13px;
	font-weight: bold;
}
.thumbnail {
	border: 1px dashed #b1b1b1;
	padding: 2px;
}
.thumbnail:hover {
	border: 1px dashed #2f818d;
	padding: 2px;
}

.played {
	font-size: 9px;
}
/* bot in user online section */
.bot {
	color: #DD7500;
}
/* 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;
}
/* quotes in PMs and forum posts*/
.quote {
	border: 1px dotted #AAAAAA;
	background: #FAFAFA url(images/quote.png) no-repeat;
	background-position:  bottom right;
	margin: 2px 2px 6px 2px;
	padding: 4px;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}
/* icon next to forum post */
.post_icon {
	float: left;
	margin-right: 4px;
	width: 16px;
	height: 16px;
}
/* forum posts */
.forum_post {
	background: #FCFCFC;
	border: 1px solid #E3E3E3;
	margin: 8px 0px;
	position: relative;
}
.forum_post .header {
	border-bottom: 1px solid #E3E3E3;
	width: 80%;
	padding: 2px;
}
/* pagination */
div.pagination {
	padding: 3px;
	margin: 3px;
	text-align: center;
}
div.pagination a:link, div.pagination a:visited {
	padding: 2px 4px;
	border: 1px solid #CCCCCC;
	color: #000000;
	text-decoration: none;
}
div.pagination a:hover {
	color: #000000;
	background: #F2F2F2;
}
div.pagination b {
	padding: 2px 4px;
	border: 1px solid #CCCCCC;
}
div.pagination p {
	margin: 0px 0px 5px 0px;
}
/* CSS 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 #CCCCCC;
	font-size:0px;
	height: 0px;
	clear: both;
}
/* JavaScript "popups" */
.popup {
	position: absolute;
	display: none;
	background: #F0F8FF;
	border: 2px solid #0099CC;
	color: #333333;
	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;
}
#tell_friend_popup {
	width: 380px;
}
#report_broken_popup {
	width: 300px;
}
/* favourites menu */
div#favourites_menu {
	position: absolute;
	background: #F0F8FF;
	width: 150px;
	border: 1px solid #0099CC;
	padding: 4px;
	-moz-opacity: 0.95;
	opacity: 0.95;
	filter: alpha(opacity=95);
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}
div#favourites_menu ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
div#favourites_menu ul li {
	margin: 2px 0px;
}
/* errors */
.error_box {
	margin-bottom: 4px;
	padding: 3px;
	border: 1px solid #FF3300;
	background: #FADFDC;
	color: #FF3300;
	text-align: left;
}
/* comments are in these boxes */
.comment_box {
	margin-bottom: 5px;
	padding-bottom: 3px;
	border-bottom: 1px dotted #CCCCCC;
}
/* news are in boxes like this */
.news_box {
	margin-top: 2px;
	padding-bottom: 2px;
	border-bottom: 1px dotted #3399CC;
}
/* CP icons */
.cp_icon {
	width: 10px;
	height: 10px;
	border: 0;
}
/* tab menu stuff */
.tab_menu {
	position: relative;
	padding: 3px 0;
	margin-left: 0;
	margin-top: 1px;
	margin-bottom: 4px;
	list-style-type: none;
	text-align: left;
	border-bottom: 1px solid #C0C0C0;
}
.tab_menu li {
	display: inline;
	margin: 0;
}
.tab_menu li a, .tab_menu li a:visited {
	position: relative;
	text-decoration: none;
	padding: 3px 7px;
	margin-right: 3px;
	border-top: 1px solid #C0C0C0;
	border-left: 1px solid #C0C0C0;
	border-right: 1px solid #C0C0C0;
	background: #FFFFFF;
}
.tab_menu li a:hover {
	background: #FAFAFA;
}
.tab_menu li a.selected {
	position: relative;
	top: 1px;
	background: #FFFFFF;
}
/* friends in User CP */
div.friend_cp_box {
	border-bottom: 1px solid #C0C0C0;
	margin: 4px 0px;
	padding: 4px 0px;
}
div.friend_cp_box img.avatar {
	float: left;
	margin-right: 8px;
}
/* username on profile */
.profile_username:link, .profile_username:visited {
	margin-bottom: 4px;
	color: #333333;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}
.profile_username:hover {
	color: #666666;
}
/* quote on profile page */
#profile_quote {
	font-style: italic;
}
/* profile content  */
.profile_left {
	float: left;
	font-weight: bold;
	width: 150px;
}
.profile_right {
	float: left;
}
.profile_line {
	clear: both;
	border-bottom: 1px dotted #CCCCCC;
	padding-top: 4px;
	margin-bottom: 4px;
	height: 0px;
	font-size:0px;
}
/* favourite files slider */
div#favourites {
	width: 100%;
	height: 75px;
	overflow: hidden;
	position: relative;
	float: left;
}
div#favourites div.file {
	float: left;
	width: 120px;
	text-align: center;
	margin-bottom: 20px;border:0px;
}
/* arrow that scrolls content */
img.profile_arrow {
	width: 16px;
	height: 16px;
	position: absolute;
	z-index: 10;
	border: 0;
	cursor: pointer;
	display: none;
}
/* friends are in these boxes */
div.friend {
	float: left;
	width: 120px;
	text-align: center;
}
/* info on registration page */
.register_info {
	float: left;
	width: 200px;
	font-weight: bold;
}
/* info about framed game */
.frame {
	font-size: 12px;
	color: #FFFFFF;
	padding: 10px;
}
.frame a:link, .frame a:visited {
	color: #FFFFFF;
	text-decoration: underline;
	font-weight: bold;
}
.frame a:hover {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
/* box on redirection page */
#redirection_box {
	margin-top: 50px;
	margin-left: auto;
	margin-right: auto;
	padding: 5px;
	width: 400px;
	border: 1px solid #336699;
	background: #FFFFFF; 
	text-align: center;
}
/* links */
.f_link {
	background-image: url(images/plusicon.gif);
	background-position: left;
	background-repeat: no-repeat;
	padding: 3px 0px 3px 25px;
	position: relative;
}
.f_link a:link, .f_link a:visited {
	color: #717171;
}
/* footer of the site */
#footer {
	width: 1100px;
	margin-top:10px;
	margin-left: auto;
	margin-right: auto;
	border-top: #45AFE1 1px solid;
	color: #45afe1;
	text-align: center;
	padding: 10px;
}
.footer_ad {
	text-align: center;
	margin-bottom: 6px;
}
/* onArcade 2.2 CSS */