/*@charset "windows-1251";*/
/* CSS Document */

html, body {
    width: 100%;
    min-height: 100%;
    padding: 0;
    margin: 0;
    background: url(../images/theme/news.png) repeat-y center top;
    background-size: cover; /* растягиваем картинку на экран */
    background-attachment: fixed; /* фон остаётся на месте при прокрутке */
}

.cont {
    width: 100%;       /* растягиваем контейнер на весь экран */
    margin: 0 auto;
    background: transparent; /* фон перенесён на body */
}

h3 {
    color: #8f0000;
    text-align: center;
    display: block;
    margin-top: 20px;
}

#tbl {
    width: 1000px;
}

.psi_main_reg {
    height: 401px;
    background: #EDD7AE;
}

#op_tbl {
    color: #000;
}

#op_tbl thead {
    font-weight: bold;
    font-size: 17px;
}

#op_tbl td {
    border: 1px solid #000;
    padding: 5px;
}

.rgfrm {
    position: relative;
    top: 120px;
    bottom: 0px;
}

hr {
    border: 0;
    border-bottom: 1px solid #aeaeae;
}

a, a:visited {
    text-decoration: none;
    font-weight: bold;
    color: #003388;
}
a:active {
    color: #6F0000;
}
a:hover {
    color: #0066FF;
}

.cp {
    cursor: pointer;
}

.psi_main {
    background-color: #0e0e0e;
}

.psi_btn {
    width: 179px;
    height: 50px;
    background-image: url(../images/psi_btn1.png);
    background-position: 0 -50px;
    display: inline-block;
}

.psi_btn:hover {
    background-position: 0 0px;
    cursor: pointer;
}

.psi_btn:active {
    background-position: 0 1px;
    cursor: pointer;
}

.psi_logo {
    background-image: url(../images/combatz_logo.png);
    width: 436px;
    height: 227px;
}

.psi_fix {
    position: relative;
}

.psi_mainin {
    padding-left: 22px;
    padding-right: 22px;
}

.psi_mleft {
    background-image: url(../images/leftl.png);
}

.psi_mright {
    background-image: url(../images/rightl.png);
}

.psi_tline {
    background-image: url(../images/top_line.png);
    background-repeat: repeat-x;
    background-position: bottom;
}

.psi_dline {
    background-image: url(../images/bottom_line.png);
}

.psi_dlimg {
    background-image: url(../images/leftd.png);
}

.psi_drimg {
    background-image: url(../images/rightd.png);
}

.psi_tlimg {
    background-image: url(../images/left.png);
    background-repeat: repeat-x;
    background-position: bottom;
}

.psi_trimg {
    background-image: url(../images/right.png);
    background-repeat: repeat-x;
    background-position: bottom;
}

/* psi_check1 */
.psi_check1 {
    width: 19px;
    height: 19px;
    background-image: url(../images/psi_checkbox.png);
    background-position: 0 0;
    position: relative;
    vertical-align: bottom;
    cursor: pointer;
}

.psi_check1s {
    width: 19px;
    height: 19px;
    background-image: url(../images/psi_checkbox.png);
    background-position: 0 -19px;
    position: relative;
    vertical-align: bottom;
    cursor: pointer;
}

/* input 1 */
.psi_input1_none {
    background-color: #232323;
    border: solid 1px #3e3e3e;
    padding: 5px;
    color: #cccccc;
}

.psi_input1_green {
    background-color: #232323;
    border: solid 1px #5d8d00;
    padding: 5px;
    color: #cccccc;
}

.psi_input1_red {
    background-color: #232323;
    border: solid 1px #ae1313;
    padding: 5px;
    color: #cccccc;
}

.psi_list {
    display: inline-block;
}

.psi_list select {
    background-color: #3e3e3e;
    border: solid 1px #3e3e3e;
    color: #cccccc;
}

/* radio 1 */
.radio1txt {
    color: #515860;
}

.radio1txt:hover {
    color: #5A636B;
}

.psi_radio1 {
    height: 19px;
    background-image: url(../images/pri_radio.png);
    background-position: 0 0px;
    background-repeat: no-repeat;
    position: relative;
    vertical-align: bottom;
    cursor: pointer;
    display: inline-block;
}

.psi_radio1s {
    height: 19px;
    background-image: url(../images/pri_radio.png);
    background-position: 0 -19px;
    background-repeat: no-repeat;
    position: relative;
    vertical-align: bottom;
    cursor: pointer;
    display: inline-block;
    color: #f4bb48;
}

.tip {
    display: inline-block;
    position: relative;
}

/*Стиль для кнопки, если она есть*/
.tip em,
.linktip em {
    background: #FD6E00;
    text-align: center;
    border-radius: 20px;
    border: 1px solid #ccc;
    color: #fff;
    font: normal bold 12px Arial;
    text-decoration: none;
    cursor: pointer;
    padding: 0 4px;
}

/*Стиль для изображения в подсказке*/
.tip > span > img {
    max-width: 50%;
    max-height: auto;
    margin: 3px;
    float: right;
}

/*Стиль для кнопки закрытия подсказки(кристик)*/
.answer > b,
.answer-left > b {
    position: absolute;
    font: normal bold 14px Comic Sans MS;
    color: #999;
    cursor: pointer;
    padding: 4px;
    font-size: 9px;
    padding-top: 2px;
}

.answer > b {
    top: 0;
    right: 0;
}

.answer-left > b {
    top: 0;
    right: 0;
}

.answer > b:hover,
.answer-left > b:hover {
    color: #000;
}

/*Стиль для блока подсказки*/
.answer,
.answer-left {
    display: none;
    position: absolute;
    z-index: 9999;
    background: #EDEDED;
    border-radius: 3px;
    border: 1px solid #ccc;
    color: #000;
    font: normal 500 14px Trebuchet MS;
    text-align: left;
    text-shadow: 0 1px 2px #fff, 0 0 10px #E0F1FF;
    text-decoration: none;
    opacity: 1;
    cursor: default;
    margin-top: -30px;
    width: 255px;
    min-height: 20px;
    max-height: auto;
    white-space: normal;
}

.answer {
    box-shadow: 5px 5px 0.5em -0.1em rgba(0,0,6,0.5);
    right: -240px;
    padding: 5px 20px 7px 7px;
}

.answer-left {
    box-shadow: -5px 5px 0.5em -0.1em rgba(0,0,6,0.5);
    left: 25px;
    padding: 5px 7px 7px 20px;
}

.a-top {
    bottom: -10px;
}

/*Стили для уголка*/
.a-top:before,
.answer:before,
.answer-left:before {
    content: "";
    position: absolute;
    width: 9px;
    height: 15px;
}

.answer:before {
    left: -9px;
    margin-top: 10px;
    background-position: 0 0;
}

.answer-left:before {
    left: -9px;
    margin-top: 10px;
    background-position: 1px 0;
}

.a-top:before {
    bottom: 10px;
}

/*Для отображения клик-подсказки без скрипта, только на CSS*/
.tip > a:focus ~ span.answer,
.tip > a:focus ~ span.answer-left {
    display: block;
}

.tip > a[tabindex="1"]:focus {
    outline: none;
}

.tip > a[tabindex="1"]:focus > em {
    background: #FF4F19;
}