﻿html{
	width: 100%;
 	font-family: Calibri, Helvetica, Arial;
 	padding: 0;
 	margin: 0;
}

.all{
	position: relative;
	width: 450px;
	margin: 0px auto;
	border-radius: 5px;
	-moz-box-shadow: 0 25px 45px rgba(68, 83, 101, 0.3);
	-webkit-box-shadow: 0 25px 45px rgba(68, 83, 101, 0.3);
	box-shadow: 0 25px 45px rgba(68, 83, 101, 0.3);
}

.all_page{
	position: relative;
	width: 960px;
	margin: 0px auto;
	border-radius: 5px;
	-moz-box-shadow: 0 25px 45px rgba(68, 83, 101, 0.3);
	-webkit-box-shadow: 0 25px 45px rgba(68, 83, 101, 0.3);
	box-shadow: 0 25px 45px rgba(68, 83, 101, 0.3);
}

.all_page_admin{
	position: relative;
	width: 1200px;
	margin: 0px auto;
	border-radius: 5px;
	-moz-box-shadow: 0 25px 45px rgba(68, 83, 101, 0.3);
	-webkit-box-shadow: 0 25px 45px rgba(68, 83, 101, 0.3);
	box-shadow: 0 25px 45px rgba(68, 83, 101, 0.3);
}

.content{ margin: 30px 30px 20px 30px; padding-bottom: 30px; }

.logo{
	width: 100%;
	/*width: 30%;*/
	/*float: left;*/
	background: url("../img/logo_olimp.png") center center no-repeat;
	height: 100px;
}

.name{
	width: 100%;
	/*width: 70%;
	float: left; */
	 text-align: center;
}

.p1,.p2,.p3{ line-height: 1.3em; }

.p1{ color: #000; font-size: 18px; text-transform: uppercase; font-weight: bold;}
.p2{ color: #000; font-size: 18px; 	font-weight: bold; text-transform: uppercase; text-align: center;}
.p3{ color: #000; font-size: 18px; color: #939393; text-align: center;}

.block_form{ border-top: 1px solid #565657; }
.zag{ font-size: 18px; font-weight: bold;  text-transform: uppercase; }
.form .inp, .form .inp_s, .form .inp_b, .form .inp_submit { padding: 8px 12px; color: #565657; font-size: 20px; border: 1px solid #b2b2b2; border-radius: 3px;}
.form .inp {width: 360px;}
.form .inp_s {width: 180px;}
.form .inp_b, .form .inp_submit {width: 386px;}
.form .inp_submit {background: #f9f9f9; cursor: pointer;}
.form .disclaimer{ font-size: 11px; color: #ce0000; line-height: 1.2em; width: 386px; text-align: justify;}

.copyright{ font-size: 14px;
	color: #565657;
	text-align: center;
}

.tb_result, .tb_apeall { border: 0; }
.tb_result tr th { font-weight: bold; background: #5ab97f; padding: 5px 0;  text-align: center;}
.tb_apeall tr th {  font-weight: bold; background: #dc7d43; padding: 5px 0;  text-align: center; } 
.tb_result tr td, .tb_apeall  tr td{ text-align: center; border: 1px solid #e4e4e4; padding: 7px 5px; }
table.notb_result tr td{ text-align: center; border: none ; padding: 5px; }
/*.tb_result tr td.l{ text-align: left; }*/
a {color: #007fff; text-decoraion: underground;}
/*a:hover{color: #007fff;} */
.user{ color: #939393; text-align: right; }
.exit{ text-align: right; margin: -5px 0 0px 0; }
.exit a{ text-align: right; font-size: 90%; }

.user span:first-letter {
    font-family: Calibri, Helvetica, Arial; /* Гарнитура шрифта первой буквы */
    font-size: 200%; /* Размер шрифта первого символа */
   }

h3{ text-align: center; }

.manual { border-top: 1px solid #f4f4f4; margin-top: 20px; }

span.file {
     display: inline-block;
}

.file {
     padding-left: 36px;
     color: #999;
}

/*.file_big.PDF i {
     background-position: -156px -110px;
}*/
.file_big i {
     width: 26px;
     height: 32px;
     margin-left: -32px;
}
.PDF i {
  	background: url(../img/icons_document.png) no-repeat;
     background-position: 0 0;
}

.DOC i {
  	background: url(../img/icons_document.png) no-repeat;
     background-position: -26px 0;
}

.XLS i {
  	background: url(../img/icons_document.png) no-repeat;
     background-position: -52px 0;
}

.PPT i {
  	background: url(../img/icons_document.png) no-repeat;
     background-position: -78px 0;
}

.JPG i {
  	background: url(../img/icons_document.png) no-repeat;
     background-position: -104px 0;
}
/*.XLS i, .PDF i { background: url(../images/icons_document.png) no-repeat; } */
.file i {
    float: left;
    margin: 0 10px 0 -32px;
    width: 26px;
    height: 32px;
}

.text_left{
    text-align: left !important;
}

.disclaimer_apeall, .disclaimer_apeall2{ 
	border: 1px solid red;
	border-radius: 5px;
	padding: 6px;
	margin: 5px 0;
 }
 
 .disclaimer_apeall2{ 
	font-size: 17px;
 }
 
 .disclaimer_apeall span, .disclaimer_apeall2 span{ background-color: yellow; }