/* ADMIN PANEL */
.body_adm 
{
	background-color: #cdc9a5;  
	font-size: 10pt; 
	color: black;
}
.table_log 
{
	text-align: center; 
	font-size: 14pt; 
	border: black solid 1px; 
	width: 500px;
}
.td_log_cap 
{
	text-align: center; 
	background-color: green; 
	font-size: 18pt; 
	font-weight: bold; 
	color: white;
}
.td_log_cap1 
{
	text-align: center; 
	background-color: maroon; 
	font-size: 18pt; 
	font-weight: bold; 
	color: white;
}
.td_log 
{
	text-align: left; 
	background-color: transparent; 
	font-size: 14pt; 
	color: navy;
}
/* END ADMIN PANEL */

/* ADMIN PANEL main.php*/
.body_adm_main 
{
	background-color: #cdc9a5; 
	font-family: monospace; 
	font-size: 8pt;
}
#oDiv 
{
	background-color: white; 
	width: 970px; 
	height: 400px; 
	border: 1px solid blue; 
	overflow: auto; 
	font-weight: normal; 
	font-family: Arial; 
	font-size: 10pt;
}
#oDiv p 
{
	margin: 0cm;
}
.header 
{
	background-color: #228b22; 
	height: 30px; 
	text-align: center; 
	font-size: 15pt; 
	font-weight: bold; 
	color: white;
}
.submit 
{
	font-family: monospace; 
	font-size: 11pt;
}
.adm_close_div 
{
	position: absolute; 
	top: 10px; 
	right: 0px;
	text-align: right;
}
.btn_adm_exit 
{
	border: 2px solid blue; 
	height: 25px; 
	width: 80px; 
	background-color: blue; 
	color: white; 
	font-weight: bold;
}
.btn_adm_exit1
{
	border: 2px solid blue; 
	height: 25px; 
	width: 120px; 
	background-color: blue; 
	color: white; 
	font-weight: bold;
}
.stat_info 
{
	position: absolute;
	right: 130px;
	top: 50px;
	background-color: blue;
	color: white;
	font-weight: bold;
	font-size: 12pt;
	width: 500px;
	height: 20px;
	text-align: center;
}
.stat_info_cancel 
{
	position: absolute;
	right : 130px;
	top: 50px;
	background-color: red;
	color: white;
	font-weight: bold;
	font-size: 12pt;
	width: 500px;
	height: 20px;
	text-align: center;
}
.parol_window 
{
	display: none;
	position: absolute;
	left : 0px;
	top: 0px;
	background-color: blue;
	color: white;
	font-weight: bold;
	font-size: 13pt;
	width: 400px;
	height: 200px;
	text-align: center;
	border: 4px solid black;
}
.parol_window_table 
{
	color: white;
	font-weight: bold;
	font-size: 10pt;
	text-align: center;
}
/* END ADMIN PANEL main.php*/

/* SAYT index.php*/
.sayt_body 
{
	text-align: center; 
	margin: 10px 0px 0px 0px; 
	background: url("../adm/img/fon.jpg"); 
	background-repeat: no-repeat; 
	background-attachment: scroll; 
	background-position: center top;
}
.td_menu 
{
	width: 200px; 
	font-size: 10pt; 
	font-weight: bold; 
	cursor: hand; 
	color: #d2691e;
	vertical-align: top;
	padding: 40px 0px 0px 0px;
	text-align: center; 
}
.menu 
{
	width: 220px; 
	font-size: 10pt; 
	font-weight: bold; 
	cursor: hand; 
	color: #d2691e; 
	vertical-align: top;
	padding: 0px 0px 0px 15px;
	
}
.matn 
{
	SCROLLBAR-HIGHLIGHT-COLOR: #ffe7ba;
	SCROLLBAR-3DLIGHT-COLOR: white;
	SCROLLBAR-SHADOW-COLOR:  black;
	SCROLLBAR-DARKSHADOW-COLOR: white;
	SCROLLBAR-FACE-COLOR: #ffe7ba;
	SCROLLBAR-BASE-COLOR: white;
	SCROLLBAR-ARROW-COLOR: white;
	SCROLLBAR-TRACK-COLOR: white;
	font-size: 13pt; 
	overflow: auto; 
	width: 800px; 
	height: 450px; 
	padding: 0px 30px 0px 30px;
	color: #4d4d4d;
}
.td_over 
{
	background-color: white; color: green;
}
.td_out 
{
	color: #d2691e;
}
/* END SAYT index.php*/
