@charset "utf-8";
body {
	margin:0;
	padding:0;
	background-color:#10537D;
	color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
}
a {
	color:#CCCCFF;
	text-decoration:underline;
}
a:hover {
	color:#FFCCCC;
}
form {
	margin:0;
	padding:0;
}
h1 {
	font-size:2em;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	margin:0;
	padding:0;
}
h2 {
	font-size:1.3em;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	margin:0;
	padding:0;
}
h3 {
	font-size:1.1em;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	margin:0;
	padding:0;
}
p, .p {
	margin:0;
	padding:0;
	margin-top:1em;
}
table {
	border-collapse:collapse;
	margin:0;
	padding:0;
	border:none;
}
td, tr{
	text-align:left;
	vertical-align:top;
	margin:0;
	padding:0;
	border:none;
}
form {
	margin:0;
	padding:0;
}
.png {
	behavior: url('/i/pngfix.htc');
}

.text table td, 
.text table th {
	border:1px solid #FFFFFF;
	padding:0.3em;
}

.text table th {
	font-weight:normal;
	background-color:#14699E;
}

.text ul ,
.text ol {
	margin:0;
	padding:0;
	padding-left:3em;
	margin-top:1em;
}
.text li {
	margin:0;
	padding:0;
}
.text .spaced li {
	margin:0;
	padding:0;
	margin-top:1em;
}
.text .spaced li ol li,
.text .spaced li ul li{
	margin-top:0;
}
.text .spaced li .spaced li {
	margin-top:1em;
}
.text .spacedAll li{
	margin-top:1em;
	
}

.text .hili {
	font-size: 1.2em;
}

.text big {
	font-size: 1.3em;
}

.text small {
	font-size: 0.7em;
}

.text .quote {
	font-style:italic;
}
.text .center {
	text-align:center;
}
.text img.right {
	float:right;
	margin-left:0.3em;
}
.text img.left {
	float:left;
	margin-right:0.3em;
}
.text img.clear {
	clear:both;
}
.text h2 {
	margin-top:3em;
}
.text h3 {
	margin-top:2em;
}
.text .first {
	margin-top:0;
}
.author {
	text-align:right;
	font-style:italic;
}

.news_div a {
	text-decoration:underline;
	/*color:#FFFFFF;*/
}
.news_div a:hover {
/*	color:#CCCCFF;*/
}


div.hr {
	height:0px;
	line-height:0px;
	border-top:1px solid rgb(14,75,112);
	border-bottom:1px solid rgb(40,101,138);
}

.noborders td, .noborders th{
	border:none !important;
}

.st_folder, .st_file {
	background-image:url("/ico/folder_closed.png");
	background-repeat:no-repeat;
	background-position:left center;
	padding-left:20px;
	min-height:18px;
}
.st_opened {
	background-image:url("/ico/folder.png") !important;
}
.st_file {
	background-image:url("/ico/unknown.png");
}
.filectime {
	font-size:0.7em;
	color:#9F9;
	margin-left:2em;
}

.thumbnails
{
/* Компенсируем отступы между float-блоками, чтобы они занимали все доступное пространство */
margin: -3em 0 0 -2em;

/* Выравнивание по центру */
text-align: center;
}

.thumbnail
{
/* Убираем подчеркивание у элемента ins,
который был использован для совместимости со старыми версиями Internet Explorer */
text-decoration: none;

/* Следующее правило для Firefox 2 */
display: -moz-inline-box;

/* а это для остальных */
display: inline-block;

vertical-align: top;

/* Убираем выравнивание по центру */
text-align: left;

/* Отступы между блоками */
margin: 3em 0 0 2em;
}

.thumbnail .r
{
/* Если есть необходимость, то свойства padding, border, background и position со значением relative
лучше задавать у этого элемента -- это несколько расширит количество поддерживаемых версий браузеров */

/* Задаем минимальную ширину по тексту */
width: 14em;

/* Минимальная ширина в пикселях будет автоматически рассчитываться по ширине картинки */
float: left;

text-align:center;
}
