/* onArcade 2 CSS: Default */
body {
	background-color: #333333;
	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 #E03B2F;
	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: 795px;
	padding: 0px;
	background-color: #FFFFFF;
	border: 2px solid #E03B2F;
}
#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 #333333;
	margin-bottom: 5px;
}
.content_box_header {
	background-color: #333333;
	color: #FFFFFF;
	font-weight: bold;
	text-align: left;
	padding: 2px;
	padding-left: 4px;
	margin: 2px;
}
.content_box_2 {
	border: 1px solid #E03B2F;
	margin-bottom: 5px;
}
.content_box_2_header {
	background-color: #E03B2F;
	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 #333333;
}
.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 #333333;
	margin-top: 5px;
}
.redirection_box {
	border: 1px solid #333333;
	background: #FFFFFF;
	margin-top: 50px;
	padding: 5px;
	width: 400px;
	text-align: center;
}
.ad_box {
	border: 1px solid #333333;
	text-align: center;
    padding: 3px;
    margin-bottom: 5px;
}
.ad_box_2 {
	border: 1px solid #E03B2F;
	text-align: center;
    padding: 3px;
    margin-bottom: 5px;
}
#champion_box {
	background: #FFFFFF url('images/cup.gif') no-repeat 25% 50%;
	border:1px solid #E03B2F; margin-top:1px; margin-bottom:5px; padding:3px; text-align:center; background-repeat:no-repeat
	
}
.file_link:link, .file_link:visited {
	color: #E03B2F;
	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 #E03B2F;
}
.popup_box {
	border: 1px solid #E03B2F;
	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 #E03B2F;
	margin: 2px;
	margin-bottom: 6px;
	padding: 3px;
}
#footer {
	background-color: #333333;
	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;
}
/* onArcade 2 CSS */