﻿@charset "UTF-8";
/* CSS Document */
body {
	margin: 0px;
	background-color:#6bb8ff;
	background-image:url(images/back.gif);
	background-repeat:repeat-x;
	background-position:top;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	color: #2c3a49;
}
td {
	font-size:12px;
}
.ser {
	color:#929fb7; 
}
.not {
	font-style: italic;
	color:#868e98;
	font-size:12px;
}
.blu {
	color:#607589; 
}
.page {
	border: 1px solid #cccccc;
	background-color: #f0f0f0;
	padding: 2px;
}
p {
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
	text-align: left;
	text-indent: 20px;
	margin-left: 10px
}
.found {
	background-image: url(images/found.gif);
	background-repeat: repeat-x;
	font-weight: bold;
}
.sml {
 font-size: 12px;
 color: #606060;
}
/* Links <a> */
a:link {
	color: #065aed;
	text-decoration: none;
}
a:visited {
	color: #065aed;
	text-decoration: none;
}
a:hover {
	color: #fa3b00;
	text-decoration: none;
}
a:active {
	color: #0045e1;
	text-decoration: none;
}
/* Links class SA */
.sa:link {
	color: #0657de;
	text-decoration: none;
}
.sa:visited {
	color: #003c99;
	text-decoration: none;
}
.sa:hover {
	color: #FF5000;
	text-decoration: none;
}
/* Search */
.find:link {
	color: #FFFFFF;
	text-decoration:none;
}
.find:visited {
	color: #FFFFFF;
	text-decoration:none;
}
.find:hover {
	color: #FFFFFF;
	text-decoration:underline;
}
.pol:link {
	color:#0040ff;
	text-decoration:none;
}
.pol:visited {
	color:#0040ff;
	text-decoration:none;
}
.pol:hover {
	color: #002080;
	text-decoration:underline;
}
.button:link {
display:block;
width:150px;
height:17px;
background-image:url(images/manu_button.gif);
background-repeat:repeat-x;
background-position:top;
text-decoration:none;
font-size:13px;
padding-left:8px;
padding-top:3px;
color:#374654;
}
.button:visited {
display:block;
width:150px;
height:17px;
background-image:url(images/manu_button.gif);
background-repeat:repeat-x;
background-position:top;
text-decoration:none;
font-size:13px;
padding-left:8px;
padding-top:3px;
color:#354a65;
}
.button:hover {
display:block;
width:150px;
height:17px;
background-image:url(images/manu_button.gif);
background-repeat:repeat-x;
background-position:bottom;
text-decoration:none;
font-size:13px;
padding-left:8px;
padding-top:3px;
color:#000000;
}
.sch1 {
	width: 16px;
	height: 32px;
	background-image: url('images/poisk_l.gif');
	background-repeat: no-repeat;
	background-position: left;
}
.sch2 {
	width: 368px;
	height: 32px;
	background-image: url('images/blu32.jpg');
	background-repeat: repeat-x;
	font-size:12px;
	color:#FFFFFF;
	padding-bottom:5px;
}
.sch3 {
	width: 16px;
	height: 32px;
	background-image: url('images/poisk_r.gif');
	background-repeat: no-repeat;
	background-position: right;
}
.descript:link {
	display: block;
	width: 84px;
	height: 17px;
	background-image:url(images/description.gif);
	background-position: top left;
	background-repeat: no-repeat;
	cursor: pointer;
}
.descript:visited {
	display: block;
	width: 84px;
	height: 17px;
	background-image:url(images/description.gif);
	background-position: top left;
	background-repeat: no-repeat;
	cursor: pointer;
}
.descript:hover {
	display: block;
	width: 84px;
	height: 17px;
	background-image:url(images/description.gif);
	background-position: bottom left;
	background-repeat: no-repeat;
	cursor: pointer;
}
#name {
  background-color: #FFFFFF;
}
/* Styles for tables */
#lightbox{
	background-color:#ffffff;
	padding: 7px;
	border: 1px solid #000000;
	color:#000000;
	}
#lightboxDetails{
	font-size: 12px;
	padding-top: 4px;
	}	
#lightboxCaption{ float: left; }
#keyboardMsg{ float: right; }
#closeButton{ top:7px; right:7px; }

#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");
}