* {margin:0; padding:0}
html {
	background: #000000 url(../images/stars_1.png) repeat;
}
body {
	background: url(../backgrounds/1_planet1.jpg) no-repeat 0 0px;
	color: #ffffff;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	height: 100%;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}
.clear {
	clear: both;
	height: 0px;
	overflow: hidden;
}

#container {
	min-width: 850px;
	
	padding-right: 50px;
}
a.logo {
	margin-top: 27px;
	margin-left: 75px;
	display: block;
	float: left;
}
a#changeBack{
	float: left;
}

/* ------ header ------ */
.login_container {
	padding-top: 50px;
	float: right;
}
.login_container table {
	width: auto;
	border-collapse: collapse;
	margin-right: 15px;
}
.login_container table td{
	padding: 0;
}

.login_cont_left {
	height: 31px;
	width: 11px;
	background: url(../images/but-left.png) no-repeat 0 0;
}
.login_cont_right {
	height: 31px;
	width: 11px;
	background: url(../images/but-right.png) no-repeat 0 0;
	
}
.login_cont_middle {
	height: 24px;
	padding-top: 7px;
	background: url(../images/but-middle.png) repeat-x;
}

.login_cont_middle a{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #FEFFBF;
	text-decoration: none;
}
.login_cont_middle a:hover{
	color: #fff;
}

.login_cont_middle .log_line {
	font-weight: bold;
	font-size: 13px;
	margin: 0 5px;
}

.main {
	width: 780px;
	float: right;
	margin-top: 5px;
	z-index: 1;
	position: relative;
	margin-bottom: 20px;
}
.main_top {
	width: 780px;
	height: 37px;
	overflow: hidden;
	background: url(../images/box_top3.png) no-repeat;
}
.main_bottom {
	width: 780px;
	height: 37px;
	overflow: hidden;
	background: url(../images/box_bottom3.png) no-repeat;
}
.main_content {
	background: url(../images/box_middle3.png) repeat-y;
	width: 730px;
	padding: 0 25px;
}

.menu {
	padding: 0 0 15px 0;
	margin-bottom: 20px;
	text-align: right;
	border-bottom: 1px solid #b7c4c1; 
	font-size: 16px;
	color: #cbf6f7;
	font-weight: bold;
}
.menu a{
	font-size: 16px;
	color: #c0ffb2;
	margin-left: 15px;
	font-weight: bold;
	text-decoration: none;
	padding-bottom: 2px;
}
.menu a:hover{
	text-decoration: underline;
	color: #CBF6F7;
}
.menu a.games, .menu .games-selected {
	background: url(../images/ico_joystick_front.png) no-repeat 0px 0px;
	padding-left: 22px;
}
.menu a.games:hover, .menu .games-selected {
	background-position: 0 -41px;
}
.menu a.team-games, .menu .team-games-selected {
	background: url(../images/ico_flag_blue_front.png) no-repeat 0px 0px;
	padding-left: 22px;
}
.menu a.team-games:hover, .menu .team-games-selected {
	background-position: 0 -41px;
}
.menu a.players, .menu .players-selected {
	background: url(../images/ico_players_front.png) no-repeat 0px 0px;
	padding-left: 23px;
}
.menu a.players:hover, .menu .players-selected {
	background-position: 0 -40px;
}
.menu a.total-stats, .menu .total-stats-selected {
	background: url(../images/ico_chart_front.png) no-repeat 0px 0px;
	padding-left: 23px;
}
.menu a.total-stats:hover, .menu .total-stats-selected {
	background-position: 0 -42px;
}
.menu span{
	margin-left: 15px;
	text-decoration: underline;
	padding-bottom: 2px;
}
.game_select {
	float: left;
}
/* ------ footer ------- */

.footer {
	padding-top: 5px;
	padding-right: 10px;
	margin-top: 20px;
	border-top: 1px solid #b7c4c1;
	color: #ccc;
	text-align: right;
	overflow: hidden;
}

/* ------ Content ------ */
a {
	color: #c0ffb2;
	outline: none;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
a img {
	border: 0px solid;
}
/*
h1 {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 16px;
	color: #d5d3d3;
}*/

h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	
	color: #FEFFBF;
}

p {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #fff;
	padding-top: 20px;
}
ul {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #fff;
	padding-top: 20px;
}
.go_left {
	float: left;
}

option {
	padding-right: 10px;
}

table.games {
	width: 100%;
	border: 0px solid;
	border-collapse: collapse;
/*	border-top: 1px solid #aecdc7; */
}
table.games th{
	text-align: left;
	border-bottom: 1px solid #aecdc7;
	padding: 10px 0;
	
}
a.sort-down {
	padding-right: 10px;
	background: url(../images/triangle-down.gif) no-repeat right 5px;
}
a.sort-up {
	padding-right: 10px;
	background: url(../images/triangle-up.gif) no-repeat right 5px;
}
table.games td{
	border-bottom: 1px solid #aecdc7;
	padding: 5px 0;
	text-align: left;
}
table.games td.score {
	font-size: 14px;
	padding-left: 5px;
}
table.games a{
	color: #C0FFB2;
}
table.games tr:hover td {
	background-color: #353535;
	
}

#updated {
	float: right;
	width: 220px;
	text-align: right;
	padding-top: 20px;
	padding-right: 10px;
	color: #CBD3FF;
	font-weight: bold;
}
#updated a{
	font-weight: normal;
}
.switch-wrap {
	padding-bottom: 10px;
}
.paging_links {
	padding-top: 20px;
	padding-bottom: 5px;
	font-size: 14px;
}
.paging_links a{
	margin-right: 4px;
}
.paging_links .selected {
	margin-right: 4px;
}
.paging_links .not_active_prev, .paging_links .not_active_first, .paging_links .not_active_next, .paging_links .not_active_last {
	margin-right: 4px;
	color: #A5A5A5;
}
.show_pages {
	padding-top: 5px;
}
.login_form {
	margin-top: 15px;
}
.login_form .info_row{
	padding-bottom: 8px;
}
.login_form label{
	padding-left: 8px;
}
.login_form input.text_field {
	width: 143px;
}
.register {
	border-top: 1px solid #aecdc7;
	margin-top: 20px;
	padding-top: 5px;
	width: 350px;
	line-height: 20px;
}

/* profile */
hr {
	margin: 20px 0;
	height: 0px;
	overflow: hidden;
	background-color: #fff;
	border: 0px solid;
	border-top: 1px solid #ccc;
}
.profile_info {
	padding: 0 10px;
}
.profile_info h3{
	padding-bottom: 10px;
}

.profile_info .info_row {
	padding-bottom: 8px;
}
.profile_info label {
	padding-left: 5px;
	font-weight: bold;
	font-size: 13px;
}

.profile_info input.submit_btn {
	display: block;
	margin-top: 15px;
}
.profile_info input.text_field {
	width: 150px;
}
.personal_info {
	width: 360px;
	float: left;
	border-right:1px solid #B7C4C1;
}
.profile_pass {
	width: 310px;
	padding: 0 0 0 35px;
	float: left;
}

input.url_text_field {
	width: 121px;
}

.profile_info select {
	width: 154px;
}
.avatar_img img {
	display: block;
	border: 1px solid #fff;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}
.profile_list {
	width: 280px;
	padding-right: 20px;
	float: left;
}
.profile_list .avatar_img{
	padding-top: 10px;
}

.profile_info_row {
	padding-top: 5px;
	font-weight: bold;
}
.profile_info_txt {
	color: #BFFFFE;
	font-weight: normal;
}

.personal_stats {
	width: 430px;
	float: left;
}

.segment_list {
	display: none;
	float: left;
	width: 154px;
}
.profile_info #segment label {
	padding-left: 7px;
	padding-top: 2px;
	display: block;
	float: left;
}

.register_form {
	margin-top: 15px;
}
.register_form .info_row{
	padding-bottom: 8px;
}
.register_form label{
	padding-left: 8px;
}

.redborder input{
	border: 2px solid red;
}
.js_redborder {
	border: 2px solid red;
}
.error {
	font-size: 13px;
	font-weight: bold;
	color: #FF7108;
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid #b7c4c1;
}
.messages {
	font-size: 13px;
	font-weight: bold;
	color: #AEEA46;
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid #b7c4c1;
}
.captcha_reg_container {
	margin-top: 10px;
}
.captcha_reg_container .info_row{
	padding-top: 5px;
}
.borderless {
	border: 0px solid;
}

.my_settings {
	padding-top: 20px;
}
.my_settings .info_row {
	padding-bottom: 20px;
	border-top:1px solid #B7C4C1;
	padding-top: 10px;
}

.my_settings .info_row h4 {
	font-size: 13px;
	padding-bottom: 5px;
}
.sendmsg_form {
	padding-top: 10px;
}
.sendmsg_form textarea {
	width: 300px;
	height: 200px;
	margin: 10px 0;
}

/* report game */

h3 span.reported_games {
	float: right;
	font-size: 14px;
	font-weight: normal;
	color: #fff;
}

.add_game_form {
	background-color: #222222;
	padding: 10px;
	border: 2px solid #8B8B8B;
	margin-top: 10px;
	zoom: 1;
}


.add_game_form .info_row{
	margin-bottom: 20px;
}
.add_game_form label {
	padding-right: 5px;
}

input.hour_field {
	width: 22px;
	text-align: center;
}
input.minute_field {
	width: 22px;
	text-align: center;
}
input.date_field {
	width: 65px;
	float: left;
}
.time_row {
	padding-bottom: 10px;
}
.date_row label {
	float: left;
	margin-right: 6px;
}
.date_row a.dp-choose-date {
	margin-right: 5px;
}
.players_choose {
	width: 166px;
	float: left;
	
	
	padding: 5px;
}
.players_choose label{
	display: block;
	padding-bottom: 5px;
}
.players_choose h3 {
	font-size: 18px;
	padding-bottom: 10px;
	
}
label.selectedPlayer {
	color: #585858;
}
label.notSelectedPlayer {
	color: #ffffff;
}

/* my reports */

table.myreports {
	border-top: 1px solid #b7c4c1;
	margin-top: 20px;
	margin-bottom: 20px;
	width: 60%;
}

.messages_top {
	font-size: 13px;
	font-weight: bold;
	color: #AEEA46;
	padding-top: 10px;
	margin-top: 10px;
	border-top: 1px solid #b7c4c1;
}

/* total stats */


table.tot_stats {
	margin-top: 10px;
	margin-bottom: 30px;
	width: 100%;
	border: 0px solid;
	border-collapse: collapse;
/*	border-top: 1px solid #aecdc7; */
}
table.stats_smaller {
	width: 60%;
}
table.tot_stats th{
	text-align: left;
	border-bottom: 1px solid #aecdc7;
	padding: 10px 0;
	font-size: 13px;
	color: #FEFFBF;
}
table.tot_stats th img{
	margin-left: 3px;
}
table.tot_stats td{
	border-bottom: 1px solid #aecdc7;
	padding: 5px 0;
	text-align: left;
}
table.tot_stats td.score {
	font-size: 14px;
	padding-left: 5px;
}
table.tot_stats a{
	color: #DFFED8;
	
}

table.tot_stats td.total_pad {
	padding-top: 15px;
}

table.tot_stats tr.dep_total td {
	padding-top: 10px;
	padding-bottom: 20px;
	color: #B2EFA1;
	font-weight: bold;
}

table.tot_stats tr.total_font td, .total_font{
	color: #B2EFA1;
	font-weight: bold;
}

#score-team-bar h3 {
	padding-bottom: 5px;
}
.sc-team {
	float: left;
}
input.score_field {
	width: 15px;
}
.dev-msg {
	padding-top: 5px;
}
.personal_stats table.games {
	margin-bottom: 20px;
}
.personal-total-stats td {
	font-weight: bold;
	color:#BFFFFE;
}

.fb-connect h3 img {
	border: 1px solid #ffffff;
	margin-right: 10px;
	vertical-align: middle;
}
.fb-connect p {
	padding-top: 0;
}