/* onArcade 2 CSS: Default */
body {
	background-color: #4682B4;
	font-size: 11px;
	font-family: Arial;
	text-align: left;
	margin: 5px;
	padding: 0px;
}
form {
	margin: 0px;
	padding: 0px;
}
input, textarea {
	background-color: #FFFFFF;
	border: 1px solid #99CC66;
	font-size: 11px;
	padding: 2px;
	margin: 1px;
}
fieldset {
	margin-top: 7px;
	-moz-border-radius: 8px;
}
a:link, a:visited  {
	color: #003366;
	text-decoration: underline;
}
a:hover {
	color: #FF6347;
	text-decoration: none;
}
#main_body {
	width: 790px;
	padding: 0px;
	background-color: #FFFFFF;
	border: 2px solid #336699;
}
#header {
	padding: 5px;
	text-align: left;
}
#main_content {
	background-color: #FFFFFF;
	padding: 5px;
}
#main_content_left {
	float: left;
	width: 21.5%;
}
#main_content_right {
	float: right;
	width: 78%;
}
.content_box {
	border: 1px solid #0099CC;
	margin-bottom: 5px;
}
.content_box_header {
	background-color: #0099CC;
	color: #FFFFFF;
	font-weight: bold;
	text-align: left;
	padding: 2px;
	padding-left: 4px;
	margin: 2px;
}
.content_box_2 {
	border: 1px solid #99CC66;
	margin-bottom: 5px;
}
.content_box_2_header {
	background-color: #99CC66;
	color: #FFFFFF;
	font-weight: bold;
	text-align: left;
	padding: 2px;
	padding-left: 4px;
	margin: 2px;
}
.box_text {
	font-size: 11px;
	color: #333333;
	text-align: left;
    margin: 2px;
    padding: 1px;
}
.content_box input {
	background-color: #FFFFFF;
	border: 1px solid #0099CC;
}
.content_box_2_header a:link, .content_box_2_header a:visited {
	color: #FFFFFF;
	text-decoration: underline;
}
.content_box_2_header a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
.content_text_left {
	float: left;
	font-weight: bold;
	margin-top: 2px;
	margin-bottom: 2px;
}
.content_text_right {
	float: right;
	margin-top: 2px;
	margin-bottom: 2px;
}
.news_line {
	border-top: 1px dotted #0099CC;
	margin-top: 5px;
}
.redirection_box {
	border: 1px solid #0099CC;
	background: #FFFFFF;
	margin-top: 50px;
	padding: 5px;
	width: 400px;
	text-align: center;
}
.ad_box {
	border: 1px solid #0099CC;
	text-align: center;
    padding: 3px;
    margin-bottom: 5px;
}
.ad_box_2 {
	border: 1px solid #99CC66;
	text-align: center;
    padding: 3px;
    margin-bottom: 5px;
}
#champion_box {
	background: #FFFFFF url(images/cup.gif);
	background-repeat: no-repeat;
	background-position: 25% 50%;
	border: 1px solid #99CC66;
	margin-top: 1px;
	margin-bottom: 5px;
	text-align: left;
	padding: 3px;
	text-align: center;
	
}
.file_link:link, .file_link:visited {
	color: #336699;
	font-weight: bold;
	text-decoration: none;
}
.file_link:hover {
	color: #FF6347;
	font-weight: bold;
	text-decoration: underline;
}
.comment_box {
	width: 100%;
	margin-bottom: 5px;
	padding-bottom: 3px;
	border-bottom: 1px dotted #99CC66;
}
.popup_box {
	border: 1px solid #99CC66;
	background: #FFFFFF;
	margin: 5px;
	padding: 3px;
}
.frame_text {
    width: 49%;
	padding: 4px;
	font-size: 12px;
	color: #FFFFFF;
}
.frame_text a:link, .frame_text a:visited {
	color: #FFFFFF;
	text-decoration: underline;
	font-weight: bold;
}
.frame_text a:hover {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
.browse_file_box {
	background: #F0F8FF;
	margin: 1px;
	padding: 1px;
}
.played {
	font-size: 9px;
}
.error_box {
	border: 1px solid #FF3300;
	margin-bottom: 5px;
	color: #FF3300;
	text-align: left;
    padding: 3px;
}
.register_right {
	margin-bottom: 1px;
	font-weight: bold;
	float: right;
	width: 70%;
}
.register_left {
	margin-bottom: 1px;
	font-weight: bold;
	float: left;
	width: 30%;
}
.quote {
	border: 1px dotted #009933;
	margin: 2px;
	margin-bottom: 6px;
	padding: 3px;
}
#footer {
	background-color: #0099CC;
	color: #FFFFFF;
	text-align: center;
	padding: 2px;
}
.footer_link:link, .footer_link:visited {
	color: #FFFFFF;
	text-decoration: underline;
	font-weight: bold;
}
.footer_link:hover {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
/* Sponsor link looks like this */
#sponsor {
	border: 1px dotted #FF3300;
	background: #FFCC33;
	margin-bottom: 5px;
	text-align: center;
	padding: 4px;
	font-weight: bold;
}
.pagination {
	margin: 1px;
	text-align: center;
}
.pagination a {
	padding: 1px;
	border: 1px solid #CCCCCC;
	color: #000000;
	text-decoration: none;
}
.pagination a:hover {
	border: 1px solid #99CC66;
	color: #000000;
}
.pagination b {
	padding: 1px;
	border: 1px solid #CCCCCC;
}
/* onArcade 2 CSS */