@charset "UTF-8";
/* CSS Document */
body {
	margin:0px;
	background-color: white;
}
body, td {
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
}
p {
	font-size:14px;
	margin-bottom: 5px;
	margin-top: 5px;
	text-indent: 20px;
}
.menu {
	width:115px;
	text-align:center;
	background-image:url(images/p1.gif);
	background-repeat:no-repeat;
	background-position:left top;
	font-size:14px;
}
.mact {
	width:115px;
	text-align:center;
	background-image:url(images/p2.gif);
	background-repeat:no-repeat;
	background-position:left top;
	font-size:14px;
}
/* Class HERE */
.here:link {
	display:block;
	width:113px;
	height:36px;
	background-image:url(images/pa2.gif);
	background-repeat:repeat-x;
	text-decoration:none;
	color:#FFFFFF;
	margin-left:2px;
}
.here:visited {
	display:block;
	width:113px;
	height:36px;
	background-image:url(images/pa2.gif);
	background-repeat:repeat-x;
	text-decoration:none;
	color:#FFFFFF;
	margin-left:2px;
}
.here:hover {
	display:block;
	width:113px;
	height:36px;
	background-image:url(images/pa2.gif);
	background-repeat:repeat-x;
	text-decoration:none;
	color:#FFFFFF;
	margin-left:2px;
}
/* Class BOT */
.batn:link {
	display:block;
	width:113px;
	height:36px;
	text-decoration:none;
	color:#000000;
	margin-left:2px;
}
.batn:visited {
	display:block;
	width:113px;
	height:36px;
	text-decoration:none;
	color:#000000;
	margin-left:2px;
}
.batn:hover {
	display:block;
	width:113px;
	height:36px;
	background-image:url(images/pa1.gif);
	background-repeat:repeat-x;
	text-decoration:none;
	color:#000000;
	margin-left:2px;
}
/* Submenu links */
.pod:link {
	font-size: 14px;
	display:block;
	width:100%;
	padding-top: 1px;
	padding-bottom: 2px;
	background-color: #f4f4f4;
	border-bottom: 1px solid #000000;
	text-decoration:none;
	color: #000000;
}
.pod:visited {
	font-size: 14px;
	display:block;
	width:100%;
	padding-top: 1px;
	padding-bottom: 2px;
	background-color: #f4f4f4;
	border-bottom: 1px solid #000000;
	text-decoration:none;
	color: #000000;
}
.pod:hover {
	font-size: 14px;
	display:block;
	width:100%;
	padding-top: 1px;
	padding-bottom: 2px;
	background-color: #1a42e6;
	border-bottom: 1px solid #000000;
	text-decoration:none;
	color: white;
}
/* Links */
a:link {
	color: #0055e1;
	text-decoration: none;
}
a:visited {
	color: #003899;
	text-decoration: none;
}
a:hover {
	color: #FF5000;
	text-decoration: underline;
}
a:active {
	color: #0055e1;
	text-decoration: none;
}
.sa:link {
	color: #0055e1;
	text-decoration: none;
}
.sa:visited {
	color: #0055e1;
	text-decoration: none;
}
.sa:hover {
	color: #FF5000;
	text-decoration: underline;
}
.admina:link {
	color: #000000;
	text-decoration: none;
}
.admina:visited {
	color: #000000;
	text-decoration: none;
}
.admina:hover {
	color: #000000;
	text-decoration: none;
}
.ma:link {
	color: #740008;
	text-decoration: none;
}
.ma:visited {
	color: #740008;
	text-decoration: none;
}
.ma:hover {
	color: #ff1801;
	text-decoration: underline;
}
/* Misc */
.fbig {
	font-size:14px;
	font-weight:bold;
	background-color:#0030bb;
	padding:1px;
	color:#FFFFFF;
	border:1px solid #2E2E2E;
}
.block {
	display:block;
	padding-top:9px;
}
.dscrp {
	color:#808080;
}
.trans {
opacity:0.8; filter:alpha(opacity=80);
}
.trans2 {
opacity:0.9; filter:alpha(opacity=90);
}
/* Rounded Tables */
.t_coner {
width:10px;
height:10px;
}
.t_top {
height:10px;
background-image: url(images/b.gif);
background-repeat: repeat-x;
background-position: top;
background-color:#FFFFFF;
}
.t_bot {
height:10px;
background-image: url(images/b.gif);
background-repeat: repeat-x;
background-position: 0 bottom;
background-color:#FFFFFF;
}
.t_midl {
background-color:#FFFFFF;
border-left:1px solid #404040;
border-right:1px solid #404040;
}
.addiv {
width:160px;
margin-left: 5px;
margin-right: 5px;
}
.poisk {
background-color:#800000;
color: white;
}
#lightbox{
	background-color:#eee;
	padding: 10px;
	border: 1px solid #000000;
	}
#lightboxDetails{
	font-size: 12px;;
	padding-top: 4px;
	}	
#lightboxCaption{ float: left; }
#keyboardMsg{ float: right; }
#closeButton{ top: 5px; right: 5px; }

#lightbox img{ border: none; clear: both;} 
#overlay img{ border: none; }

#overlay{ background-image: url(images/overlay.png); }

* html #overlay{
	background-color: #333;
	background-color: transparent;
	background-image: url(images/trans.gif);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="images/overlay.png", sizingMethod="scale");
}
