/* onArcade 2.2 CSS */

body {

	margin: 0px;

	padding: 0px;

	background: #137697;

	color: #333333;

	font-size: 11px;

	font-family: Arial, Tahoma, sans-serif;

	text-align: left;

}

form {

	margin: 0px;

	padding: 0px;

}

input, textarea {

	margin: 2px;

	padding: 2px;

	background: #F7F7F7;

	border: 1px solid #99CC66;

	font-size: 11px;

}

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: #003366;

	text-decoration: underline;

}

a:hover {

	color: #FF6347;

	text-decoration: none;

}

/* the header of the site  */

#header {

	height: 127px;

	width: 792px;

	margin-left: auto;

	margin-right: auto;

	background: url(images/header.jpg) no-repeat bottom left #272E7F;

	text-align: left;

	position: relative;

}

#header h1 {

	margin: 6px 0px 0px 10px;

	float: left;

	font-family: Verdana, sans-serif;

	font-size: 11px;

	color: #FFFFFF;

	font-weight: normal;

}

/* menu with links to different parts of site */

#main_menu {

	margin-bottom: 0px;

	margin-right: 6px;

	margin-top: 6px;

	float: right;

	color: #FFFFFF;

	font-family: Verdana, sans-serif;

}

#main_menu li {

	list-style-type: none;

	display: block;

	float: left;

	margin-right: 4px;

}

#main_menu a:link, #main_menu a:visited {

	color: #FFFFFF;

	text-decoration: none;

}

#main_menu a:hover {

	text-decoration: underline;

}

/* top categories menu */

#categories {

	margin: 0px;

	padding: 0px;

	position: absolute;

	top: 110px;

	left: 2px;

	color: #FFFFFF;

	font-size: 11px;

	font-weight: bold;

}

#categories li {

	list-style-type: none;

	display: block;

	float: left;

	margin-right: 4px;

}

#categories a:link, #categories a:visited {

	color: #FFFFFF;

	text-decoration: none;

}

#categories a:hover {

	color: #FF6347;

}

/* main part of the website */

#main {

	margin-left: auto;

	margin-right: auto;

	padding: 2px;

	width: 786px;

	background: #FFFFFF;

	border-left: 1px solid #336699;

	border-right: 1px solid #336699;

}

/* menu */

div#side_menu {

	float: left;

	width: 160px

}

/* content of the page */

div#main_contents {

	float: right;

	width: 622px;

}

/* boxes where ads are in */

.ad_box {

	margin-bottom: 4px;

	padding: 3px;

	border: 1px solid #0099CC;

	background: #FFFFFF;

	color: #333333;

	text-align: center;

}

.ad_box_2 {

    padding: 3px;

    margin-bottom: 4px;

	border: 1px solid #99CC66;

	background: #FFFFFF;

	color: #333333;

	text-align: center;

}

/* headers of content boxes */

h2 {

	background: #99CC66 url(images/topbar2.png);

	color: #FFFFFF;

	margin: 0px 0px 2px 0px;

	padding: 2px 2px 2px 4px;

	position: relative;

	font-weight: bold;

	font-size: 11px;

}

h3 {

	background: #0099CC url(images/topbar.png);

	color: #FFFFFF;

	margin: 0px 0px 2px 0px;

	padding: 2px 2px 2px 4px;

	font-weight: bold;

	font-size: 11px;

}

h2 a:link, h2 a:visited {

	color: #FFFFFF;

	text-decoration: underline;

}

h2 a:hover {

	text-decoration: none;

}

/* content is inside these boxes */

.content_box {

    margin-bottom: 4px;

    padding: 2px;

	border: 1px solid #99CC66;

	background: #FFFFFF;

}

.content_box_2 {

	margin-bottom: 4px;

	padding: 2px;

	border: 1px solid #0099CC;

	background: #FFFFFF;

}

.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;

}

.content_box_2 input {

	border: 1px solid #0099CC;

}

/* top lists */

.content_box_2 ol {

	padding: 0px;

	margin: 0px;

	list-style-position: inside;

}

.content_box_2 ol li {

	margin: 2px 0px;

	padding: 0px;

}

/* files on index page */

.index_files_left {

	margin-bottom: 2px;

	float: left;

	width: 75px;

}

.index_files_right {

	margin-bottom: 2px;

	float: right;

	width: 228px;

}

/* 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: 3px;

	border: 1px solid #CCFF99;

	width: 300px;

}

/* file rating stars */

#file_rating img {

	width: 16px;