/* CSS Document */
body{
	background-image:url(images/background.gif);
	font-family:Trebuchet MS, Verdan, Arial, Helvetica, Geneva, Swiss, SunSans-Regular, sans-serif;
	font-size:11px;
	color:#999999;
}

pre{
	font-family:Trebuchet MS, Verdan, Arial, Helvetica, Geneva, Swiss, SunSans-Regular, sans-serif;
	font-size:11px;
}

a, a:visited{
	color:#FF9900;
	text-decoration:none;
}

a:hover{
	text-decoration:underline;
	color:#FFCC00;
}

/*h1{
	padding-top :0;
	padding-left: 5px;
	margin-top: 0;
	margin-bottom:2px;
	font-size: 14px;
	font-weight:bold;
	color: #fa6705;
	border-left: 10px solid #ddd;
	border-top: 1px solid #ddd;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	background-color: #f9f9f9;
	text-align:left;
}*/

input, textarea, select {
	font-size : 1em;
	font-family: Arial, Helvetica, sans-serif;
	color:#666666;
	/*border-color:#999999;*/
	/*border-style:solid;*/
	/*border-width:1px;*/
}

/* Background change on focus (Opera / mozilla) */
input[type=text]:focus, input[type=password]:focus, textarea:focus{
	background-color:#F8F8F8;
}

/* Border change on hover (Opera / mozilla) */
input[type=text]:hover, input[type=password]:hover, textarea:hover{
	border-color:#666666;
}

/* Opera checkbox */
input[type=checkbox]{
	border-width:1px;
	margin:2px 4px 2px 0;
}

input[type=text], input[type=password], input[type=submit], textarea{ /* , input[type=button] */
	font-size : 1em;
	font-family: Arial, Helvetica, sans-serif;
	color:#666666;
	padding-left:2px;
	padding-right:2px;
	border-color:#999999;
	border-style:solid;
	border-width:1px;
}

input[disabled="disabled"]{
	background-color:#EEEEEE;
}

input[type=file]{
	padding-left:2px;
	padding-right:2px;
}

label{
	font-weight:bold;
	cursor:pointer;
}

form{
	margin:0;
	padding:0;
}

#mainDiv{
	width:1000px;
	/*height:1500px;*/
	border:#999999 solid 1px;
	background-color:#FFFFFF;
	margin-left:auto;
	margin-right:auto;
}

#banner{
	height:174px;
	/*margin:5px;
	/*background-color:#EEEEEE;*/
	background-image:url(images/banner.png);
	background-repeat:no-repeat;
	/*border:#999999 solid 1px;*/
}

#menuTop p{
	float:left;
	margin:0 5px 5px 5px;
}

#mainContent{
/*	height:1300px;
	clear:both;*/
}

#mainBottom{
	margin:5px;
	text-align:right;
}

#mainBottom img{
	border:0;
}

.tableLeft{
	float:left;
	width:380px;
	margin:5px;
	text-align:left;
}

.tableRight{
	float:right;
	width:380px;
	margin:5px;
	text-align:left;
	border-bottom:#ddd groove 1px;
}

.tableLeft table, .tableRight table{
	width:100%;
}

.moreInfo{
	text-align:right;
}

.server_left{
	float:left;
	margin:3px 0 10px 0;
	width: 215px;
	border:#CCCCCC groove 1px;
	color:#666666;
	padding: 0px 4px 0px 4px;
}

.server_right{
	float:right;
	margin:3px 0 10px 0;
	width: 215px;
	border:#CCCCCC groove 1px;
	color:#666666;
	padding: 0px 4px 0px 4px;
}

.server1{
	background-color: #F5F5F5;
}

.server2{
	background-color: #FAFAFA;
}

.servera{
	background-color: #F0F0F2;
}

.serverb{
	background-color: #ECEAF4;
}
.server3{
	background-color: #70E564;
}

.server4{
	background-color: #FFFF00;
}

.server{
	margin:0px 0 4px 0;
	padding: 0px 0px 0px 8px;
}

.tool{
	float:left;
	margin:0px 0 4px 0;
	width: 285px;
	/*border:#CCCCCC groove 1px;
	color:#666666;*/
	padding: 0px 0px 0px 12px;
}


.tLeft{
	float:left;
}

.tLeft p{
	margin:0;
	padding:0;
}

.tRight{
	float:right;
}

.tRight img{
	border:0;
}

.tRules{
	font-size:10px;
	font-weight:bold;
	text-align:left;
	padding:2px 0 5px 10px;
}

.serverMode{
	font-size:10px;
	text-align:left;
}

.details{
	clear:both;
	font-size:10px;
	font-weight:bold;
	margin:0 0 0 20px;
	padding:0;
	text-align:right;
	border:0;
}

.details img{
	border:0;
}

.tableTitle{
	font-size:10px;
	font-weight:bold;
}

#add_tournament{
	clear:both;
	text-align:left;
	margin:5px;
}

.error{
	color:#FF0000;
	font-weight:bold;
}

.tournamentsData{
	width:250px;
	float:left;
}

.tournamentsData p{
	margin: 4px 0 4px 0;
}

.tournamentsData p img{
	border:0;
}

.tournamentsResults{
	width:520px;
	float:right;
}

.resultLine{
	clear:both;
}

.divLeft{
	width:250px;
	float:left;
	margin-bottom:10px;
}

.divLeft table, .divRight table{
	width:100%;
}

.divRight{
	width:250px;
	float:right;
	margin-bottom:10px;
}

.divSpacer{
	clear:both;
	line-height:4px;
	margin:0;
	padding:0;
}

.kicked td{
	text-decoration:line-through;
	color:#FF5B5B;
}

.start{
	color:#006600;
}

.serverList{
	float:left;
	width:460px;
	margin:5px;
	text-align:left;
}

.serverListOptions{
	float:right;
	width:300px;
	margin:5px;
	text-align:left;
	border-bottom:#ddd groove 1px;
}

.serverAdmin{
	float:right;
	width:300px;
	margin:5px;
	text-align:left;
}

.right_colomn{
	float:right;
	width:300px;
	text-align:left;
}

.serverConfig{
	float:right;
	width:200px;
	margin:5px;
	text-align:left;
	border-bottom:#ddd groove 1px;
}

.divSpacer{
	clear:both;
	line-height:4px;
	margin:0px;
	padding:0px;
}


/* ===== POPUP SERVER ===== */
.popup_top{
	height:8px;
	background-image:url(images/popup_top.gif);
}

.popup_bottom{
	height:8px;
	background-image:url(images/popup_bottom.gif);
}

.popup_bottom_white{
	height:8px;
	background-image:url(images/popup_bottom_white.gif);
}

.popup_middle{
	background-image:url(images/popup_middle.gif);
}

.popup_middle_white{
	background-image:url(images/popup_middle_white.gif);
}

.popup_table{
	width:600px;
	border:0px;
	border-spacing : 0px 0px;
}

.popup_div{
	display:none;
	position:relative;
	left:100px;
	top:82px;
	width: 555px;
	height: 277px;
}
.popup_middle_table{
	width:594px;
	border:0px;
	border-spacing :0px 0px;
}

.popup_space{
	height:8px;
}

.popup_col1{
	width:190px;
	height:30px;
	text-align:center;
	font-weight: bold;
}

.popup_col_big{
	width:350px;
	height:30px;
	text-align:center;
	font-weight: bold;
}

.popup_col_2{
	width:350px;
	height:30px;
	font-weight: bold;
}

.popup_col2{
	height:155px;
	text-align:center;
	font-weight: bold;
}

.popup_subtitle{
	width:175px;
	text-align:center;
	font-weight: bold;
}

.popup_sep{
	width:20px;
}

.popup_info_table{
	width:100%;
	border:0px;
}

.popup_align_left{
	text-align:left;
}

.popup_align_left_bold{
	text-align:left;
	font-weight: bold ;
}

.popup_name{
	text-align:left;
	font-size:20px;
	font-weight:bold ;
	color:#FF6600;
	padding: 0px 0px 0px 10px;
}

.buttonComment{
	width:35px;
	height:62px;
}

.menuAdmin{
	height:8px;
	padding: 0px 0px 0px 30px;
	border-spacing: 20px 0px;
}

.admin_background{
	background-color:#FCFCFE;
}

.admin_table{
	/*border:#ddd groove 1px; 
	background-color:#F7F7F7;*/
}

.admin_list{
	width:190px;
}

.admin_forum{
	width:350px;
}

.admin_title{
	background-color:#E5E5E5;
	font-size:10px;
}

.text_input1 {
     height: 15px;
	 width: 119px;
     font-size:9px;
     font-family:arial;
}

.text_input2 {
     height: 15px;
	 width: 170px;
     font-size:9px;
     font-family:arial;
}

.text_input3 {
     height: 15px;
	 width: 210px;
     font-size:9px;
     font-family:arial;
}

.text_input4 {
     height: 15px;
	 width: 90px;
     font-size:9px;
     font-family:arial;
}

.text_input5 {
     height: 15px;
	 width: 70px;
     font-size:9px;
     font-family:arial;
}

.text_input6 {
     height: 15px;
	 width: 240px;
     font-size:9px;
     font-family:arial;
}

.text_input7 {
     height: 12px;
	 width:82px;
     font-size:8px;
     font-family:arial;
}

.text_input8 {
     height: 15px;
	 width: 65px;
     font-size:9px;
     font-family:arial;
}

.text_input9 {
     height: 15px;
	 width: 55px;
     font-size:9px;
     font-family:arial;
}

.text_input10 {
     height: 15px;
	 width: 293px;
     font-size:9px;
     font-family:arial;
}

.text_input11 {
     height: 15px;
	 width: 290px;
     font-size:9px;
     font-family:arial;
}

.text_input12 {
     height: 15px;
	 width: 370px;
     font-size:9px;
     font-family:arial;
}

.login {
     height: 13px;
	 width: 100px;
     font-size:9px;
     font-family:arial;
}

.title {
	/*background: #2E2E2E;/888;*/
	color: #000;
	border-bottom: 3px solid #79B4F1;
	border-left: 18px solid #79B4F1;	
	/*border-bottom: 2px solid #79B4F1;*/
	padding: 0px 10px;
	font-size: 12px;
	font-weight : bold
}

.title2 {
	/*background: #2E2E2E;/888;*/
	color: #000;
	border-bottom: 3px solid #1CD74A;
	border-left: 18px solid #1CD74A;	
	/*border-bottom: 2px solid #79B4F1;*/
	padding: 0px 10px;
	font-size: 12px;
	font-weight : bold
}

.title3 {
	/*background: #2E2E2E;/888;*/
	color: #000;
	border-bottom: 3px solid #FF3300;
	border-left: 18px solid #FF3300;	
	/*border-bottom: 2px solid #79B4F1;*/
	padding: 0px 10px;
	font-size: 12px;
	font-weight : bold
}

.title4 {
	/*background: #2E2E2E;/888;*/
	color: #000;
	border-bottom: 3px solid #FFCC33;
	border-left: 18px solid #FFCC33;	
	/*border-bottom: 2px solid #79B4F1;*/
	padding: 0px 10px;
	font-size: 12px;
	font-weight : bold
}

/*select,input,textarea{ background-color: #f0f0f0f; border-color: #ff8800; border-style: solid; border-width: 1px; }*/