﻿.peint,
.body{
	margin : 0; 
	padding : 0; 
	color : #000000; 
	font-family : Verdana; 
	font-size : 11px; 
} 
.peint{
	display:none;
}
table {
	font-family : Verdana; 
	font-size : 11px; 
} 
img{
	border:0px;
	}
.peint A:link, A:active, A:visited {
	color : #88422b; 
	font-size : 10px; 
	font-weight : bold; 
} 
.peint A:hover {
	color : #5bb40b; 
	font-size : 10px; 
	font-weight : bold; 
} 

div.peint{
	padding:3px;
}

.peint td{
	padding:1px;
	border:1px solid #0066FF;
}
.peint .head{
	background-color:#C6DEEC;
	text-align:center;
	font-weight:bold;
	font-variant:small-caps;
	}
.peint .info1{
	background-color:#E1EDF4;
	text-align:center;
}
.peint .info2{
	background-color:#E1E3F4;
	text-align:center;
}
.peint .number{
	font-weight:bold;
}
.peint .focusField{
	border:solid 2px #73A6FF;
	background:#EFF5FF;
	color:#000;
}
.peint .focusFieldError{
	border:solid 2px #990000;
	background:#FFD9D9;
	color:#000;
}

.peint .idleField{
	background-color:#D7E6FF;
	border: 2px solid #BEBEBE;
	color:#666666;
	}
.peint #addInfo,
.peint #addtoDb,
.body #rmaill,
#agree{
	cursor:pointer;
	color : #88422b; 
	font-size : 10px; 
	font-weight : bold;
}
.peint #addInfo:hover,
.peint #addtoDb:hover,
.body #rmaill:hover,
#agree:hover{
	text-decoration:underline;
}
.peint #toInput td{
	border:0px;
}
.body #loading{
	border:solid 2px #73A6FF;
	background:#EFF5FF;
	width:100%;
	height:29px;
	display:none;
	}
.body #error{
	border:2px solid #990000;
	display:none;
	font-weight: bold;
	color: #C40000;
	background-color: #FFD9D9;
	text-align: center;
	vertical-align: middle;
}
.body #error hr{
	padding:0px;
	color:#000099;
	}
.peint .small{
	color:#000000;
	font-size:10px;
	}
.peint .disabled{
	background-color:#CCCCCC;
	font-weight:bold;
	color:#000000;
	}
.peint #saveDb{
	position:fixed;
	width:100%;
	height:100%;
	left:0px;
	top:0px;
	background:#999999;
	display:none;
	}
.peint label{
	display:block;
}

#hura{
	border: 2px solid #003300;
	width: 400px;
	display: none;
	font-weight: bold;
	color: #008000;
	background-color: #CFEFD6;
	text-align: center;
	vertical-align: middle;
	font-size: 16px;
}
.peint p{
	margin:3px;
}

.infoDiv{
	position:absolute;
	right:5px;
	width:400px;
}
.players td{
	border:1px black solid;
	text-align:center;
	padding:2px;
}
.players .fio{
	text-align:left;
}
.players{
	border:1px solid; 
	border-collapse:collapse;
	width:100%;
}
.players .leader{
	background:silver;
}