/*  DS-Studio © 2013
    --------------------------------------------------------------
	Design by: musicer ( Daniil Semenov )
	Coded by: ElviS6 ( Dmitrii Surkov )
*/

body, html {
 background:url(/images/background.png);
 background-color: #fff;
 font-family:arial, Verdana; 
 font-size:9pt;
 margin:0px; 
 padding:0px;
 height:100%;
}
.galery {
 filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
 -moz-opacity: 0.5;
 -khtml-opacity: 0.5;
 opacity: 0.8;
}
.galery:hover {
 filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
 -moz-opacity: 0.5;
 -khtml-opacity: 0.5;
 opacity: 1.0;
}
a:link {
 text-decoration:underline; 
 color:#006fb2;
}
a:active {
 text-decoration:underline; 
 color:#006fb2;
}
a:visited {
 text-decoration:underline; 
 color:#006fb2;
}
a:hover {
 text-decoration:none; 
 color:#009fff;
}
.bg_header_l {
 background:url(/images/bg_header.png) right repeat-x; 
 width: 30%; 
 height: 196px;
}
.bg_header_r {
 background:url(/images/bg_header.png) left repeat-x; 
 width: 30%; 
 height: 196px;
}
.karkas_c {
 min-width: 1017px;
}
.karkas_content {
 margin-top: 20px;
}
.content_top {
 background:url(/images/about/content_top.png) top left no-repeat;
 width: 831px;
 height: 110px;
}
.content_l {
 background:url(/images/about/content_l.png) right no-repeat; 
 width: 22px; 
 height: 792px;
}
.content_c {
 background:url(/images/about/content_c.jpg) left no-repeat; 
 width: 787px; 
 height: 792px; 
 font-size: 12pt; 
 color:#224463;
}
.content_r {
 background:url(/images/about/content_r.png) top left no-repeat; 
 width: 22px; 
 height: 792px;
}
.content_footer {
 background:url(/images/about/content_footer2.png) top left no-repeat; 
 width: 831px; 
 height: 70px;
}
.sv_top_logo {
 background:url(/images/sv/top_logo.png) center no-repeat; 
 height: 24px;
}
.sv_bg {
 background:url(/images/bg_sv.jpg) repeat;
}
.sv_krest {
 background:url(/images/sv/krest.png) repeat-x;
}
.sv_bgg {
 background:url(/images/background.jpg) repeat;
}
.sv_bottom_logo {
 background:url(/images/sv/bottom_logo.png) center top no-repeat; 
 height: 91px;
}
.tishadvesti {
 height: 1200px;
}
.sv_content {
 height: 761px;
}
.submit {
 background: transparent url('/images/gb/send.jpg') no-repeat center top;
 border: 0;
 margin: 0;
 padding:0;
 width: 162px;
 height: 50px;

 cursor: pointer; 
 cursor: hand; 
}
/* Поворот букв */
.rotatedBlock {
 -moz-transform: rotate(-2deg);
 -webkit-transform: rotate(-2deg);
 -o-transform: rotate(-2deg);
 -ms-transform: rotate(-2deg); /* для IE9 */
 transform: rotate(-2deg); /* на будущее */
 padding: 20px;
}
/* ------------- */

/* DS-Logo */
#dslogo {
 width: 100%;
 height: 82px;
 left: 0px;
}
#dslogo ul {
 margin: 0 0 0 0px;
 padding: 0;
 list-style-type: none;
}
#dslogo ul li {
 height: 82px;
 float: left;
}
#dslogo ul li a#dslogol {
 width: 57px;
 height: 82px;
 background: url(/images/dslogo.png) no-repeat top;
 display: block;
 text-decoration: none;
}
#dslogo ul li a#dslogol:hover {
 width: 57px;
 height: 82px;
 background: url(/images/dslogo.png) no-repeat bottom;
 display: block;
 text-decoration: none;
 border-bottom: 0px;
}
/* ------------- */

/* DS-Logo White */
#dslogow {
 width: 100%;
 height: 82px;
 left: 0px;
}
#dslogow ul {
 margin: 0 0 0 0px;
 padding: 0;
 list-style-type: none;
}
#dslogow ul li {
 height: 82px;
 float: left;
}
#dslogow ul li a#dslogow {
 width: 57px;
 height: 82px;
 background: url(/images/dslogo_w.png) no-repeat top;
 display: block;
 text-decoration: none;
}
#dslogow ul li a#dslogow:hover {
 width: 57px;
 height: 82px;
 background: url(/images/dslogo_w.png) no-repeat bottom;
 display: block;
 text-decoration: none;
 border-bottom: 0px;
}
/* ------------- */

/* Entry Manage Table */
.manTable {
}
.manTdError {
 color:#FF0000;
}
.manTd1 { 
}
.manTd2 {
}
.manTd3 {
}
.manTdSep {
}
.manHr {
}
.manTdBrief {
}
.manTdText {
}
.manTdFiles {
}
.manFlFile {
}
.manTdBut {
}
.manFlSbm {
}
.manFlRst {
}
.manFlCnt {
}
/* ------------------ */

/* Comments Style */
.cAnswer {
 padding-left:15px;
 padding-top:4px;
 font-style:italic;
}

.cBlock1 {
 background:#FAFAFA; 
 border:1px solid #C2C2C2;
}
.cBlock2 {
 background:#F1F2F3; 
 border:1px solid #C2C2C2;
}
/* -------------- */

/* Comments Form Style */
.commTable {
}
.commTd1 {
 color:#000000;
}
.commTd2 {
 color:#000;width:100%;
 border:0px solid #fff;
}
.commTd3 {
 width:100%;
 height:300px;
 border:0px solid #fff;
}
.commTd4 {
 color:#333333;
 width:100%;
 border:0px solid #fff;
}
.commFl {
 color:#333333;
 width:90%;
 background:#fff;
 border:1px solid #fff;
}
.smiles {
 border:1px inset; 
background:#FFFFFF; 
}
.commReg {
 padding: 10 0 10 0px;
 text-align:center;
}
.commError { 
 color:#FF0000;
}
.securityCode {
 color:#333333;
 background:#fff;
 border:1px solid #ccc;
}
/* ------------------- */