body {
	font-family:'lucida grande',tahoma,verdana,arial,sans-serif;
	font-size:12px;
}



.post {
    background: white;
    border: solid 1px #FFF;
    margin: 0 0 5px;
    padding: 3px;
	width:900px;
	height:900px;
	border-radius: 4px 4px 4px 4px;
    behavior: url(border-radius.htc);
}
.post:hover {
	background: #DFE8F6;
}

h5 {
    border-bottom: solid 1px #BFC4F7;
    background: #EDECEC ;
    padding: 5px;
    margin: -3px -3px 3px -3px;
    font-family: Arial, Helvetica, sans-serif;;
    font-size: 13px;
    font-weight: bold;
	color:#000;
    zoom: 1;
}

   .menuyaz {

    position: fixed; /* Фиксированное положение */
    right: 70px; /* Расстояние от правого края окна браузера */
    top: 85%; /* Расстояние сверху */
    padding: 10px; /* Поля вокруг текста */ 
    
    border: 0px solid #333; /* Параметры рамки */ 
   }
   .text {
    height: 1000px;
   }

   .menu {
     background: #fa0303;
    position: fixed; /* Фиксированное положение */
    right: 170px; /* Расстояние от правого края окна браузера */
    top: 80%; /* Расстояние сверху */
    padding: 10px; /* Поля вокруг текста */ 
    scrolling:yes;
    border: 1px solid #333; /* Параметры рамки */ 
   }
   .text {
    height: 1000px;
   }
.buttonHesabatverenqirmizi {
  background: #fa0303;
  background-image: -webkit-linear-gradient(top, #fa0303, #d6c0c0);
  background-image: -moz-linear-gradient(top, #fa0303, #d6c0c0);
  background-image: -ms-linear-gradient(top, #fa0303, #d6c0c0);
  background-image: -o-linear-gradient(top, #fa0303, #d6c0c0);
  background-image: linear-gradient(to bottom, #fa0303, #d6c0c0);
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 3px;
  text-shadow: 1px 1px 0px #5e5c5e;
  -webkit-box-shadow: 0px 1px 3px #666666;
  -moz-box-shadow: 0px 1px 3px #666666;
  box-shadow: 0px 1px 3px #666666;
  font-family: Arial;
  color: #ffffff;
  font-size: 13.5px;
  padding: 8px 30px 6px 30px;
  border: solid #e83a3a 0px;
  text-decoration: none;
}

a {
cursor: pointer;
color: blue;
text-decoration: none;
}
a:hover{text-decoration:underline}

select {
	height: 25px;
	font-size:12px;
	-moz-border-radius: 5px;
  	-webkit-border-radius: 5px;
  	-khtml-border-radius: 5px;
    border-radius: 5px 5px 5px;
    behavior: url(border-radius.htc);
}

button,
input,
select,
textarea {
  margin: 0;
  font-size: 100%;
  vertical-align: middle;
}

button,
input {
  *overflow: visible;
  line-height: normal;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}

button,
html input[type="button"],
input[type="reset"] {
  cursor: pointer;
  -webkit-appearance: button;
}

label,
select,
button,
input[type="button"],
input[type="reset"],

input[type="radio"],
input[type="checkbox"] {
  cursor: pointer;
}

fieldset {
	width:250px;
	height:80px;
	margin:0 auto;
    -moz-border-radius: 5px;
  	-webkit-border-radius: 5px;
  	-khtml-border-radius: 5px;
    border-radius: 5px 5px 5px;
    behavior: url(border-radius.htc);
}
/*div.placeholder {
    color: rgb(102, 102, 102);
    background-color: transparent;
    margin-top: 6px;
    margin-left: 9px;
    white-space: nowrap;
}*/

input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
	position:relative;
  display: inline-block;
  height: 15px;
  padding: 4px 4px;
  margin-top: 3px;
  margin-bottom: 3px;
  font-size: 12px;
  line-height: 20px;
  color: #555555;
  vertical-align: middle;
  -moz-border-radius: 4px;
  	-webkit-border-radius: 4px;
  	-khtml-border-radius: 4px;
    border-radius: 4px 4px 4px;
    behavior: url(border-radius.htc);
}
/*.ltr_override {
    direction: ltr;
}*/
textarea,
select,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
	position:relative;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
     -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
     -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
       -o-transition: border linear 0.2s, box-shadow linear 0.2s;
          transition: border linear 0.2s, box-shadow linear 0.2s;
          
}

textarea:focus,
select:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
	position:relative;
  border-color: rgba(82, 168, 236, 0.8);
  outline: 0;
  outline: thin dotted \9;
  /* IE6-9 */

  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
     -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
}

.td-bordered{
	border-right:1px solid;
	border-bottom:1px solid;
}
.table-bordered {
	
  border:1px solid;;
  -moz-border-radius: 4px;
  	-webkit-border-radius: 4px;
  	-khtml-border-radius: 4px;
    border-radius: 4px 4px 4px;
    behavior: url(border-radius.htc);
}
.table-unbordered {
	
  border:0px;
  -moz-border-radius: 4px;
  	-webkit-border-radius: 4px;
  	-khtml-border-radius: 4px;
    border-radius: 4px 4px 4px;
    behavior: url(border-radius.htc);
}


.btnqd {
    border: 0px solid ;
    background: #FFF;
	color:#800000;
    font:bold 13px sans-serif;
	text-align:right;
	
}
.btnqd:hover {
    border: 0px solid;
    background: #800000;
	color:#FFF;
	text-align:right;
}
.btnfl {
    border: 0px solid ;
    background: #FFF;
	color:#700000;
    font:bold 13px sans-serif;
	text-align:right;
	
}
.btnfl:hover {
    border: 0px solid;
    background: #700000;
	color:#FFF;
	text-align:right;
}
.btnhv {
    border: 0px solid ;
    background: #FFF;
	color:#03F;
    font:bold 13px sans-serif;
	text-align:right;
	
}
.btnhv:hover {
    border: 0px solid;
    background: #03F;
	color:#FFF;
	text-align:right;
}
.btnhvm {
    border: 0px solid ;
    background: #FFF;
	color:#F00;
    font:bold 13px sans-serif;
	text-align:right;
	
}
.btnhvm:hover {
    border: 0px solid;
    background: #F00;
	color:#FFF;
	text-align:right;
}
.btnbaw {
    border: 0px ;
    background: #FFF;
	color:#000;
    font:bold 13px sans-serif;
	text-align:right;
	
}
.btnbaw:hover {
    border:0px;
    background: #FFF;
	color:#000;
	text-align:right;
}


.btnexit {
    border: 0px ;
    background: #FFF;
	color:#F00;
    font:bold 12px  sans-serif;
}
.btnexit:hover {
    border: 0px solid #035C94;
    background: #F00;
	color:#FFF;
}

.inputes {
    border: 1px solid #CCCCFF;
    background: #EDECEC;
    font: 12px 'lucida grande',tahoma,verdana,arial,sans-serif;
}
.inputes:hover {
    border: 1px solid #035C94;
    background: #FFFFFF;
}
.input2 {
    border: 1px solid #CCCCFF;
    background: #EDECEC;
    font:bold 12px 'lucida grande',tahoma,verdana,arial,sans-serif;
	text-align:center;
}
.input2:hover {
    border: 1px solid #035C94;
    background: #FFFFFF;
}

.inputm {
    border: 1px solid #CCCCFF;
    background: #EDECEC;
    width:150px;
    font:bold 12px 'lucida grande',tahoma,verdana,arial,sans-serif;
	text-align:left;
}
.inputm:hover {
    border: 1px solid #035C94;
    background: #FFFFFF;
}

.inputb {
    border: 1px solid #CCCCFF;
    background: #EDECEC;
    width:180px;
    font:bold 12px 'lucida grande',tahoma,verdana,arial,sans-serif;
	text-align:right;
}
.inputb:hover {
    border: 1px solid #035C94;
    background: #FFFFFF;
}

.btnpwh {
	border:hidden;
    background: #e1dff6;
    cursor:pointer;
    width:48px;
	height:40px;
    font:bold 15px 'lucida grande',tahoma,verdana,arial,sans-serif;
	text-align:left;
	
}
.btnpwh:hover {
	border:hidden;
    cursor:pointer;
	width:48px;
	height:40px;
    background: #e1dff6;
	color:#e1dff6;
	text-align:left;
}
.button3 {
    border: 1px solid ;
    background: #FFFFFF;
	color:#EE0000;
    font:bold 15px 'lucida grande',tahoma,verdana,arial,sans-serif;
	text-align:center;
	-moz-border-radius: 4px;
  	-webkit-border-radius: 4px;
  	-khtml-border-radius: 4px;
    border-radius: 4px 4px 4px;
    behavior: url(border-radius.htc);
	
}
.button3:hover {
    border: 1px solid #dfe8f6;
    background: #EE0000;
	color:#FFF;
	text-align:center;
	-moz-border-radius: 4px;
  	-webkit-border-radius: 4px;
  	-khtml-border-radius: 4px;
    border-radius: 4px 4px 4px;
    behavior: url(border-radius.htc);
}
.buttonyekun {
    border: 1px solid ;
    height: 25px;
    font:12px 'lucida grande',tahoma,verdana,arial,sans-serif;
    -moz-border-radius: 4px;
  	-webkit-border-radius: 4px;
  	-khtml-border-radius: 4px;
    border-radius: 4px 4px 4px;
    behavior: url(border-radius.htc);
	
}
.buttonyekun:hover {
	border: 1px solid ;
    height: 25px;
	-moz-border-radius: 4px;
  	-webkit-border-radius: 4px;
  	-khtml-border-radius: 4px;
    border-radius: 4px 4px 4px;
    behavior: url(border-radius.htc);
}
.button1 {
    border: 1px solid ;
    height: 25px;
    background: #FFFFFF;
	color:#473C8b;
    font:13px 'lucida grande',tahoma,verdana,arial,sans-serif;
    -moz-border-radius: 4px;
  	-webkit-border-radius: 4px;
  	-khtml-border-radius: 4px;
    border-radius: 4px 4px 4px;
    behavior: url(border-radius.htc);
	
}
.button1:hover {
    border: 1px solid #035C94;
    height: 25px;
    background: #473C8b;
	color:#FFF;
	-moz-border-radius: 4px;
  	-webkit-border-radius: 4px;
  	-khtml-border-radius: 4px;
    border-radius: 4px 4px 4px;
    behavior: url(border-radius.htc);
}
.buttoniri {
    border: 1px   solid #CCCCFF;
    background: #EDECEC;
    font:bold 14px 'lucida grande',tahoma,verdana,arial,sans-serif;
	width:160px;
	height:30px;
	-moz-border-radius: 4px;
  	-webkit-border-radius: 4px;
  	-khtml-border-radius: 4px;
    border-radius: 4px 4px 4px;
    behavior: url(border-radius.htc);
}
.buttoniri:hover {
    border: 1px solid #035C94;
    background: #eef;
    -moz-border-radius: 4px;
  	-webkit-border-radius: 4px;
  	-khtml-border-radius: 4px;
    border-radius: 4px 4px 4px;
    behavior: url(border-radius.htc);
}
label {
    display: inline;
    width: 100px;
    float: left;
    margin: 2px 4px 6px 4px;
    text-align: left;
}
.inputdis {
    border: 1px solid #CCCCFF;
    background: #EDECEC;
    font:bold 12px 'lucida grande',tahoma,verdana,arial,sans-serif;
    color:#777;
}
.inputdis:hover {
    border: 1px solid #035C94;
    background: #EDECEC;
    color:#777;
}
.input {
    border: 1px solid #CCCCFF;
    background: #EDECEC;
    font: 13px 'lucida grande',tahoma,verdana,arial,sans-serif;
    text-align:left;
}
.input:hover {
    border: 1px solid #035C94;
    background: #FFFFFF;
    text-align:left;
}


.select_sol {
    border: 1px solid #CCCCFF;
    background: #EDECEC;
    width:270px;
    font: 13px 'lucida grande',tahoma,verdana,arial,sans-serif;
    text-align:left;
}
.select_sol:hover {
    border: 1px solid #035C94;
    background: #FFFFFF;
    text-align:left;
}
.button {
    border: 1px solid #99bbe8;
    -moz-border-radius: 4px;
  	-webkit-border-radius: 4px;
  	-khtml-border-radius: 4px;
    border-radius: 4px 4px 4px;
    behavior: url(border-radius.htc);
    font:13px 'lucida grande',tahoma,verdana,arial,sans-serif;
	height:25px;
}
.button:hover {
    border: 1px solid #035C94;
    -moz-border-radius: 4px;
  	-webkit-border-radius: 4px;
  	-khtml-border-radius: 4px;
    border-radius: 4px 4px 4px;
    behavior: url(border-radius.htc);
	height:25px;
}
.setrkod
{
 border-left:1px solid #cccccc;
 border-right:1px solid #cccccc;
 text-align:center;
 font-weight:bold;
 background:url(images/setrkod.gif);
 height:24px;
}
.setrcaption1
{
 border-left:1px solid #cccccc;
 border-right:1px solid #cccccc;
 border-bottom:1px solid #cccccc;
 text-align:center;
}
.setrcaption
{
 border-left:1px solid #cccccc;
 border-right:1px solid #cccccc;
 border-top:1px solid #cccccc;
 border-bottom:1px solid #cccccc;
 text-align:center;
}


.blockmenu                                {height:22px; width: 100%;}
.blockmenu a:link,
.blockmenu a:visited                       {color:#222; background-color:#edecec; text-decoration:none;
                                           padding-left:12px; line-height:22px; display:block; font-weight:bold;
                                           border-bottom:1px solid #dad9d9;}
.blockmenu a:hover                         {
	color:#B90000;
	text-decoration:none;
	padding-left:12px;
	line-height:22px;
	display:block;
	font-weight:bold;
	border-bottom:1px solid #dad9d9;
	background: #f9f9f9 url(/images/icon.gif) no-repeat left center;
}
.cf1  {
	border-top: 0px solid #DFDFDF;
	border-bottom: 1px solid #DFDFDF;
	border-right: 1px ;
	border-left: 1px ;
	
}
.cf2  {
	border-top: 1px solid #DFDFDF;
	border-bottom: 4px solid #DFDFDF;
	font: bold 12px Arial, Helvetica, sans-serif;
	color: #FFF;
	text-align: left;
	background: url(/images/title_rvfr.jpg) no-repeat;
	height: 37px;
	width: 250px;
	text-indent: 12px;
	border-right: 1px solid #DFDFDF;
	border-left: 1px solid #DFDFDF;
	padding-bottom: 7px;
	padding-top: 3px;
}
.cf4  {
	padding: 9px;
	font:bold 10px Arial, Helvetica, sans-serif;
	text-align: justify;
	border-right: 1px solid #DFDFDF;
	border-bottom: 4px solid #DFDFDF;
	border-left: 1px solid #DFDFDF;
}
.cf5  {
	border-top: 1px solid #dadcf8;
	border-right: 1px solid #dadcf8;
	border-bottom: 4px solid #dadcf8;
	border-left: 1px solid #dadcf8;
	background: url(/images/kamil.png) repeat;
	font: bold 12px Arial, Helvetica, sans-serif;
	color: #BFFFFF;
	text-align: center;
}
.cf6  {
	border-top: 1px solid #dadcf8;
	border-right: 1px solid #dadcf8;
	border-bottom: 4px solid #dadcf8;
	border-left: 1px solid #dadcf8;
	background: url(./images/cf6.png) no-repeat;
	font: bold 12px Arial, Helvetica, sans-serif;
	color: #BFFFFF;
	text-align: center;
}
.cf7  {
	border-top: 1px solid #dadcf8;
	border-right: 1px solid #dadcf8;
	border-bottom: 4px solid #dadcf8;
	border-left: 1px solid #dadcf8;
}
.ti {
    font:bold 12px Arial, Helvetica, sans-serif;
}
.exit_button {
    background: #DADCF8 url(images/exit.png) no-repeat center;
    vertical-align:middle; 
    border: 0px solid #969184;
	height:50px;
	width:50px;
	margin-left:0px;
}
.cedvelici {
            height: 400px;
            overflow-y: scroll;
            overflow-x: hidden;
        }

div.panel
{
height:60px;
display:none;
}
div.panel
{
margin:0px;
padding:5px;
text-align:center;
background:#cddef3;
border:solid 0px #84a0c4;
}
.fon {
	background-image:url(../images/aaaa.jpg);
	height:180px;
	width:400px;
	}
