/*===============================================
HTML
===============================================*/
BODY {
	background-image: url('/media/in_game/in_game_temp/main_bg.gif');
	background-position: left top;
	background-repeat: repeat-x;
	margin: 0px;
	background-color: #76BC41;
	color: #4C4C4C;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 150%;
	height: 100%;
}

H1 {
	font-size: 13px;
	padding: 0px;
	margin: 0px;
	display: inline;
	font-weight: normal; 
}

H2 {
    display: inline;
    font-size: 13px;
    font-weight: normal;
}

H3 {
    display: inline;
    font-size: 13px;
    font-weight: bold;
}

A {
	color: #273F7F;
	text-decoration: none;
}

A:HOVER {
	text-decoration: underline;
}

FORM {
	margin: 0px;
}

LABEL {
	font-weight: bold;
}

INPUT {
	border: 1px solid #339900;
	margin: 1px;
	padding: 1px;
}

TABLE {
	font-size: 13px;
	line-height: 150%;
	margin: 0;
	padding: 0;
}



/*===============================================
TEMPLATE
===============================================*/
div#body_container {
	background-color: #FFF;
	width: 1008px;/*1008*/
	_width: 990px;
	margin: 0 auto 20px auto;
	-webkit-border-bottom-right-radius: 14px;
	-webkit-border-bottom-left-radius: 14px;
	-moz-border-radius-bottomright: 14px;
	-moz-border-radius-bottomleft: 14px;
	border-bottom-right-radius: 14px;
	border-bottom-left-radius: 14px;	
	padding: 10px;
}

#login_bar {
	text-align: right;
	background-image: url('/media/out_game/homepage/login_bar_bg.gif');
	background-position: left top;
	background-repeat: repeat-x;
	color: #FFF;
	padding: 6px 10px 6px 0;
}

div.content_box {
	border: 1px solid #339900;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	margin: 0 0 20px 0;
	overflow: hidden;
	background-color: #E2F9CA;/*#CCFF99;*/
}

div.content_box B.heading {
	padding: 10px 0 10px 10px;
	margin: 0 0 0 0;
	background-image: url('/media/out_game/content_box_header_bg.gif');
	background-position: left top;
	background-repeat: repeat-x;
	color: #FFF;
	display: block;
    font-size: 18px;
}

div.content_box .content_box_body {
	padding: 10px;
	
}

#tblSignup TD {
	padding: 2px 0;
}

#login_button {
	background-color: #339900;
	color: #FFF;
	text-align: center;
	font-weight: bold;
	padding: 1px 0 1px 0;
	width: 70px;
	border: 1px solid #FFF;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	cursor: pointer;
	font-size: 11px;
}

#sign_up_button {
	background-color: #339900;
	color: #FFF;
	text-align: center;
	font-weight: bold;
	padding: 3px 0 3px 0;
	width: 100px;
	border: 1px solid #336600;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	cursor: pointer;
	font-size: 13px;
}

.sign_up_button_grey {
	background-color: #999 !important;
	border: 1px solid #000 !important;
	color: #000 !important;
}

.validation_icon {
	display: none;
}

.red_cross, .green_tick {
	vertical-align: middle;
	margin: 0 0 3px 0;
}

.form_error_msg_row {
	display: none;
}

.form_error_msg {
	color: red;
	text-align: center;
	padding: 0 0 10px 0 !important;
}

.no_js_error {
	background-color: #FF9999;
}

#features_ul2 {
	margin-right: 20px;
}



/*===============================================
PICKACHOOSE
===============================================*/
.pikachoose {width: 520px; margin: 0 auto;}
.pika-stage {
	position: relative;
	/*width: 500px;
	height: 250px;
	-moz-box-shadow: 10px 10px 5px #888;
	-webkit-box-shadow: 10px 10px 5px #888;
	box-shadow: 10px 10px 5px #888;
	border: 2px solid black;*/
}

	.pika-stage .pika-aniwrap, .pika-stage .main-image {position: absolute; top: 0; left: 0;}
	.pika-stage .pika-aniwrap{width:100%;}
	.pika-stage .pika-ani {position:relative;display: none;z-index:2;margin:0 auto;}
	.pika-stage img {border:0;height:100%;}

.pika-stage .caption {position: absolute; background:#000; background: rgba(0,0,0,0.75);  border: 1px solid #141414; font-size: 13px; color: #fafafa; padding: 10px; text-align: right; bottom: 20px; right: 10px;}
	.pika-stage .caption p {padding: 0; margin: 0; line-height: 14px;}
.pika-textnav, .pika-imgnav {display:none;}
.pika-counter{position: absolute;bottom: -20px;left:15px;font-size:11px;}

#pikame{display:none;}