/* -------------------------------------------------------------------------- */
/* standard elements */
* {
    margin: 0;
    padding: 0;
    font-family: "Lucida Sans Unicode",sans-serif;
}
root {
    display: block;
}
a {
    color: #36C;
    font-size: 13px;
    text-decoration: none;
}
a:hover {
    color: #06F;
    text-decoration: underline;
}
body {
    background: #EEE url(../img/bg.gif);
    color: #444;
    font-style: normal;
    font-size: 64.5%;
}
input {
    font: italic 1.2em Georgia;
    color: #898989;
}
p,ul {
    font-size: 1.2em;
    margin-bottom: 10px;
}
h1 {
    font-size: 1.6em;
    margin-bottom: 4px;
}
h1,h2,h3 {
    color: #367EA6;
    padding-top: 6px;
    padding-bottom: 8px;
}
h4 {
    color: #367EA6;
    font-size: 1.1em;
}
table thead tr {
    text-align: center;
    /*font-family: 'Andika', cursive;*/
}
td {
    border: 1px solid silver;
    padding: 3px;
    vertical-align: middle;
}

label, input { display:block; }
input.text { margin-bottom:12px; width:95%; padding: .4em; }
fieldset { padding:0; border:0; margin-top:25px; }
input { border: 1px darkgray solid; }


pre {
    font:.9em "Courier New", Monaco, Courier, monospace;
}

/* -------------------------------------------------------------------------- */
/* Layout*/

.clearer {
    clear: both;
}

.container {
    background: url(../img/bgcontainer.gif) repeat-y;
    margin: 0 auto;
    padding-bottom: 6px;
    width: 1000px;
}

.header {
    background: url(../img/header.gif) repeat-x;
    border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px;
}

.logo {
    /*background-image: url(../img/logo3.png);
    background-repeat: no-repeat;*/
    position: absolute;
    margin-top: 5px;
    margin-left: 3px;
    width: 331px;
    height: 56px;
    border: 0;
}

.titlePage {
    color: #FFF;
    font-size: 3em;
    height: 150px;
    line-height: 150px;
    margin-bottom: 8px;
    text-align: center;
}

.mainLayer {
    clear: both;
    padding: 8px 18px;
}

/* main left */
.sidenav {
    float: left;
    width: 200px;
    margin-bottom: 25px;
    clear: left;
}
.sidenav li a {
    color: #555;
    font-size: 1.0em;
}


/* content */
.content {
    float: right;
    width: 726px;
    padding: 6px 12px;
    border: 1px solid #EEE;
    background: #FFF;
    border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px;
    margin-bottom: 8px;
}
.content li {
    list-style: url(../img/li.gif);
    margin-left: 18px;
}

/* footer */
.footer {
    background: #FFF;
    border: 1px solid #EEE;
    border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px;
    color: #666;
    font-size: 1.1em;
    margin: 0 auto;
    text-align: center;
    padding: 6px;
    width: 950px;
}
.footer a {
    color: #36C;
    text-decoration: none;
}
.footer a:hover {
    color: #06F;
    text-decoration: underline;
}

/* info */
.info {
    float: left;
    clear: left;
    width: 193px;
    font-size: 1.14em;
    border: #DDD 1px solid;
    border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px;
    padding: 5px;
    margin-top: 40px;
    background-color: #fff;
}
.info_title {
    /*font-size: 1.0em;*/
    /*font-weight: bold;*/
}

.webInfo {
    border: #AAA 1px dashed;
    padding: 10px;
    float: left;
    margin-top: -65px;
    margin-left: 50px;
    border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px;
}

/* breadcrumbs */
#breadcrumbs {
    text-align: left;
    margin-bottom: 5px;
    padding-bottom: 10px;
    height: 10px;
    border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px;
}






/* -------------------------------------------------------------------------- */
/* Qualification */
table.programs {
    text-align: center;
    font-size: 1.3em;
}

table.programs .name {
    text-align: justify;
    vertical-align: middle;
    padding: 10px;
    width: 300px;
}
table.programs .name a {
    color: #36C;
    text-decoration: none;
}
table.programs .name a:hover {
    color: #06F;
    text-decoration: underline;
}
table.programs .request {
    background-image: url(../img/request.png);
    background-position: center;
    margin: 0 auto;
    background-repeat: no-repeat;
    width: 48px;
    height: 48px;
}
table.programs .autors {
    padding: 0px;
    white-space: nowrap;
    /*white-space: pre-wrap;*/
}



/* -------------------------------------------------------------------------- */
/* form */

#searchbar {
    width: 173px;
    height: 20px;
    padding: 5px 2px 2px 5px;
    padding-left: 28px;
    float: left;
    background: #ededed;
    border: 1px solid #CCC;
    border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px;
    outline: none; /*Для Chrome и Safari*/
}
#searchbtn {
    width: 24px;
    height: 24px;
    float: left;
    margin: -25px 0 0 3px;
    background: url(/img/search.png);
    border-width: 0px;
    text-indent: -9999px;
    cursor: pointer;
}

.member {
    font-size: 1.3em;
}



/* -------------------------------------------------------------------------- */
/* jQuery UI */

/* Кнопка "Написать"  */
.ui-button { width: 193px; }
/* Меню */
.ui-menu { width: 200px; }
.ui-menu .ui-menu-item {
    border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px;
}
/* Диалог - Почта */
.ui-dialog .ui-state-error { padding: .3em; }
.validateTips {
    border: 1px solid transparent;
    padding: 0.3em;
}

#toTop {
    width: 100px;
    text-align: center;
    padding: 5px;
    position: fixed;
    bottom: 10px;
    right: 10px;
    cursor: pointer;
    color: #666666;
    text-decoration: none;
}

#tabs a {
    font-size: 1.1em;
}
#tabs-1 {
    font-size: 80%;
}
#tabs-2, #tabs-3, #tabs-4, #tabs-5 {
    font-size: 80%;
}
a[href^="#tabs-"] {
    font-weight: bold;
}
#accordion a {
    color: #36C;
}

#accordion .accordion_title {
    font-size: 1.1em;
    font-weight: bold;
}

#current {
    background: darkgrey;
}





/* -------------------------------------------------------------------------- */
/* pagination */
.paginationControl {
    text-align: center;
    clear: both;
    font-size: 1.1em;
    border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px;
}
.paginationControl a {
    border: 1px solid #EEE;
    border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px;
    background: #FFF;
    padding: 1px 7px;
    margin-left: 2px;
    margin-right: 2px;
}
.paginationControl .disabled {
    border: 1px solid #EEE;
    background: #FFF;
    border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px;
    padding: 1px 7px;
    margin-left: 2px;
    font-size: 1.1em;
}



/* -------------------------------------------------------------------------- */
/* Plan Info Block */
.planInfoTable {
    border-spacing: 0;
    width: 100%;
}
.planInfoTable .tdName {
    font-size: 1.2em;
    width: 165px;
    border: 0;
    border-bottom: #BBB 1px solid;
}
.planInfoTable .tdInfo {
    font-size: 1.1em;
    font-style: italic;
    border: 0;
    border-bottom: #BBB 1px solid;
}

.searchTable a {
    font-size: 1em;
}
.searchTable .tdName {
    font-size: 1.1em;
}
.searchTable .tdInfo {
    font-size: 1.1em;
    font-style: italic;
}



/* -------------------------------------------------------------------------- */
/* Gos Table */
.GosTableDiv {
    width: 750px;
    padding-top: 15px;
    height: auto;
}
.GosTable {
    width: 97%;
    margin: 0;
    padding: 0;
    font-size: 1.3em;
}
.GosTable td {
    padding-left: 4px;
    padding-right: 4px;
    padding-bottom: 2px;
    padding-top: 2px;
    margin: 0;
}



/* -------------------------------------------------------------------------- */
/* Plan Table */
.GraphDesc {
    font-weight: bold;
    font-size: 1.1em;
    margin: 0px;
    padding: 0.5px;
    letter-spacing: 0;
    width: 20px;
    height: 20px;
}
.GraphDesc1  {
    /*border: #1E7CAB 1px dotted;*/
}
.GraphDesc2  {
    border: #1E7CAB 1px solid;
}


.SubjectDesc {
    text-align: justify;
    font-size: 1.2em;
    margin: 0px;
    padding-left: 5px;
    padding-right: 5px;
    letter-spacing: 0;
}

.PlanyTable {
    margin: 0;
    padding: 0;
    font-size: 1.1em;
}
.PlanyTable tr {
    text-align: center;
}






/* -------------------------------------------------------------------------- */
/* news */
.news {
    width: 750px;
    padding-top: 15px;
    height: 865px;
}
.news .descr {
    color: darkslategray;
    margin-bottom: 6px;
    font-size: 1.4em;
    clear: both;
}
.news .descr .img {
    background: url(../img/news.png);
    background-repeat: no-repeat;
    background-position: left;
    margin-right: 3px;
    float: left;
    width: 16px;
    height: 16px;
    padding: 0px;
    border: 0;
}
.news .item {
    border: 1px solid #EEE;
    margin-bottom: 8px;
    margin-left: 10px;
    font-size: 1.1em;
    width: 710px;
}
.news .item .text {
    border-left: #30b6e3 solid 2px;
    padding-left: 10px;
    padding-right: 2px;
    text-align: justify;
    font-size: 0.95em;
}
.news .item .date {
    float: right;
    border-left: 1px solid #EEE;
    border-bottom: 1px solid #EEE;
    border-right: 1px solid #FFF;
    border-top: 1px solid #FFF;
    margin-left: 5px;
    margin-right: -1px;
    margin-top: -1px;
    text-align: center;
}
.news .editbar {
    text-align: center;
    margin: 20px;
    clear: both;
}
.news .check {
    float: left;
}
.news .img {
    background-position: center;
    background-repeat: no-repeat;
    border: 1px solid #EEE;
    width: 48px;
    height: 48px;
    margin: 0 auto;
    padding-right: 10px;
}
.news .img.new {
    background: url(../img/new.png);
}
.news .img.edit {
    background: url(../img/edit.png);
}
.news .img.delete {
    background: url(../img/delete.png);
}
.news a {
    color: #36C;
    text-decoration: none;
}
.news a:hover {
    color: #06F;
    text-decoration: underline;
}
.news .more {
    border: 1px solid darkgray;
    background: #EEE;
}






/* -------------------------------------------------------------------------- */
/* misc */

.errors {
    color: #F00;
    font-size: 2em;
}

.colorLine1 {
    background-color: #DDD;
}

.colorLine2 {
    background-color: #EEE;
}

.centerText {
    text-align: center;
}

.verticalTextTd {
    vertical-align: top;
}

.verticalText {
    text-wrap: none;
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    width: 1em;
    padding-left: 8px;
    white-space: nowrap;
}

.verticalTextIE {
    width: 1em;
}

.separatorText {
    height: 1em;
}

.graphActiveWeek {
    background: #BBEEAA;
}

.text {
    border-left: #30b6e3 solid 2px;
    text-align: justify;
    margin-right: 10px;
    padding-left: 10px;
}

.titleText {
    background: url(../img/news.png);
    background-repeat: no-repeat;
    background-position: left;
    padding-left: 20px;
    padding-top: 5px;
    border: 0;
}

