* {
    margin: 0;
    padding: 0;
}
html { overflow-y: scroll; }
blockquote, q { quotes:none; }

blockquote:before, blockquote:after,
q:before, q:after { content:''; content:none; }

a { margin:0; padding:0; font-size:100%; vertical-align:baseline; background:transparent; }

ins { background-color:#ff9; color:#000; text-decoration:none; }

mark { background-color:#ff9; color:#000; font-style:italic; font-weight:bold; }

del { text-decoration: line-through; }

abbr[title], dfn[title] { border-bottom:1px dotted; cursor:help; }

/* таблицы всё равно нуждаются в cellspacing="0" */
table { border-collapse:collapse; border-spacing:0; }

hr { display:block; height:1px; border:0; border-top:1px solid #ccc; margin:1em 0; padding:0; }

input, select { vertical-align:middle; }
table td { vertical-align:top;}

body {
    font:13px/1.231 Arial, Tahoma, Verdana, sans-serif; *font-size:small;
    width: 100%;
}

select, input, textarea, button { font:99% sans-serif; }

/* нормализуем размеры моноширинных шрифтов 
 * en.wikipedia.org/wiki/MediaWiki_talk:Common.css/Archive_11#Teletype_style_fix_for_Chrome
 */
pre, code, kbd, samp { font-family: monospace, sans-serif; }


a {text-decoration: none;}
a:hover {text-decoration: underline;}
a:hover, a:active { outline: none;}

ul, ol { margin-left: 1.8em; }
ol { list-style-type: decimal; }

sub { vertical-align: sub; font-size: smaller; }
sup { vertical-align: super; font-size: smaller; }

pre { 
  padding: 15px; 
  
  /* www.pathf.com/blogs/2008/05/formatting-quoted-code-in-blog-posts-css21-white-space-pre-wrap/ */
  white-space: pre; /* CSS2 */
  white-space: pre-wrap; /* CSS 2.1 */
  /*white-space: pre-line;*/ /* CSS 3 (and 2.1 as well, actually) */
  word-wrap: break-word; /* IE */
}
 
textarea { overflow: auto; } /* thnx ivannikolic! www.sitepoint.com/blogs/2010/08/20/ie-remove-textarea-scrollbars/ */
.ie6 legend, .ie7 legend { margin-left: -7px; } /* thnx ivannikolic! */

input[type="button"], input[type="submit"], input[type="reset"], input[type="file"], button {padding: 1px 6px;cursor: pointer;  }
select:focus,
input:focus {outline:none;}



/* исправляем кнопки для IE    
   www.viget.com/inspire/styling-the-button-element-in-internet-explorer/ */
button {  width: auto; overflow: visible; }
 
/* бикубическое изменение размеров для IMG с не-нативными размерами
   code.flickr.com/blog/2008/11/12/on-ui-quality-the-little-things-client-side-image-resizing/ */
.ie7 img { -ms-interpolation-mode: bicubic; }
.hidden { display: none; visibility: hidden; }

/* >> Великолепный CLEARFIX: Update to prevent margin-collapsing on child elements << j.mp/bestclearfix */
.clearfix:before, .clearfix:after {
  content: "\0020"; display: block; height: 0; visibility: hidden;    
} 

.clearfix:after { clear: both; }
/* Fix clearfix: blueprintcss.lighthouseapp.com/projects/15318/tickets/5-extra-margin-padding-bottom-of-page */
.clearfix { zoom: 1; }
.clear{height:0;line-height:0!important;font-size:0!important;overflow:hidden;clear:both;}
.w50 {width: 50%;}
.br {margin-bottom: 1em;}
.all{background: url(i/all.png) no-repeat 0 0; width: 35px; height: 15px; display:block}
.all:hover{background-position: 0 -15px;}
.clear_lite {overflow: hidden;}

p {
    margin: 0 0 1em
}
img {
    border: none;
}
input {
    vertical-align: middle;
}
#wrapper {
    width: 1003px;
    margin: 0 auto;
}


/* Header
-----------------------------------------------------------------------------*/
#header {height: 249px;position: relative;}
#top-content{background: url(i/bg/top-content.gif) repeat-x 0 0 #ababab; font-size: 11px; line-height: 13px; color:#d8d8d8; padding: 12px 26px 11px;}
#top-content-bottom{background: url(i/bg/top-content-bottom.gif) repeat-x 0 0;height:3px}
#site-logo {position: absolute; display: block; width:164px;height: 96px; background: url(i/bg/site-logo.png) no-repeat 0 0; left:34px; top:100px}
#partner-logo {position: absolute; display: block; width:124px;height: 96px; background: url(../../../upload/sgu.gif) no-repeat 0 0; right:0; top:100px}
/* #site-logo {position: absolute; display: block; width:164px;height: 96px; background: url(/upload/logo.png) no-repeat center 0; left:34px; top:100px} */
#conf-name-div {position: absolute; left:256px; top:80px; }
#conf-title{color:#a63f3f;font-size: 24px; line-height: 24px;}
#conf-name {color:#525252;font-size: 32px; line-height: 32px;margin:0 0 14px; width:623px}
#conf-date {color:#b21118;font-size: 15px;font-weight: bold;}

#top-menu {position: absolute; left:256px; top:212px; width: 720px;}
#top-menu-center{float: left; height: 38px; background: url(i/bg/top-menu.png) repeat-x 0 0; }
#top-menu ul{list-style:none;float:left; height: 38px; margin: 0;}
#top-menu li{float:left; height: 38px;}
#top-menu a {color:#FFFFFF; font-size: 16px; line-height: 16px;padding:11px 20px 0; font-weight: bold; height: 27px; display: block; float: left;}
#top-menu .first a {padding-left: 19px; background: url(i/bg/top-menu-left.png) no-repeat 0 0; }
#top-menu .last a {padding-right: 18px; background: url(i/bg/top-menu-right.png) no-repeat 100% 0; }
#top-menu a.selected,
#top-menu a:hover {text-decoration: none;background-color: #ae0700;height:27px}
#top-menu .first a.selected,
#top-menu .first a:hover {background-position: 0 -38px}
#top-menu .last a.selected,
#top-menu .last a:hover {background-position: 100% -38px}
#top-content a {color:#d8d8d8}

#sideLeft .sectionHeader{margin:0 0 13px; font-size:0px;line-height: 0; zoom:1}
#sideLeft .sectionHeader h2{padding:3px 9px; width: 190px; font-weight: normal; margin: 0;}
.sectionHeaderRed-top{background: url(i/bg/sectionheaderred-top.png) no-repeat 0 0; height: 4px; width: 208px;margin:1em 0 0}
.sectionHeaderRed-bottom {background: url(i/bg/sectionheaderred-bottom.png) no-repeat 0 0; height: 4px;width: 208px; margin:0 0 1em}
.sectionHeaderRed{background: url(i/bg/sectionheaderred.png) no-repeat 0 0 #a00300;width: 208px; color:#FFFFFF; font-size: 18px; line-height: 18px;}

#sideRight .sectionHeaderRed-top{background: url(i/bg/sectionheaderred-top2.png) no-repeat 0 0; width: 240px;}
#sideRight .sectionHeaderRed-bottom {background: url(i/bg/sectionheaderred-bottom2.png) no-repeat 0 0; width: 240px;}
#sideRight .sectionHeaderRed{background: url(i/bg/sectionheaderred2.png) no-repeat 0 0 #a00300;width: 240px;}


#sideRight a {color:#005699}
#sideRight .sectionHeader{margin:0 0 13px; font-size:0px;line-height: 0; zoom:1}
#sideRight .sectionHeader h2{padding:2px 15px; width: 210px; font-weight: normal; margin: 0;}
.sectionHeaderGray-top{background: url(i/bg/sectionheadergray-top.png) no-repeat 0 0; height: 4px; width: 240px;margin:1em 0 0}
.sectionHeaderGray-bottom {background: url(i/bg/sectionheadergray-bottom.png) no-repeat 0 0; height: 4px;width: 240px; margin:0 0 1em}
.sectionHeaderGray{background: url(i/bg/sectionheadergray.png) no-repeat 0 0 #505050;width: 240px; color:#FFFFFF; font-size: 18px; line-height: 18px;}

#sponsors-div{margin:0 0 1em;overflow: hidden;}
#sponsors-div table {width: 208px; }
#sponsors-div td {vertical-align: middle;text-align: center;}
#sponsors-div td a {display: block;margin:10px 0}

#reg-education-system,
#reg-business-bommunity {display: block;background: url(i/bg/reg.png) repeat-y 0 0; width:240px; height:50px; margin: 0 0 1em;}
#reg-business-bommunity {background-position: 0 -50px;}

#personal-menu-right-div {border:3px solid #e8e8e8; margin: 0 0 1em; width: 235px; background: #f5f5f5; position: relative;}
#personal-menu-right-div .icon {width:9px; height:9px; position: absolute; right:10px; top:16px; background: url(i/ar.gif) no-repeat 0 -9px;}
#personal-menu-right-div.opened .icon {background-position: 0 0px;}
#sideLeft #personal-menu-right-div {width: 208px;}
#personal-menu-right-div #personal-menu-slider{display:none}
#personal-menu-right-div.opened #personal-menu-slider{display:block}
#personal-menu-right-div h2 {color:#333333; font-size:18px; line-height: 18px; margin:10px}
#personal-menu-right-div h3 {color:#c20e00; font-size:15px; line-height: 15px; margin:10px}


/* Middle
-----------------------------------------------------------------------------*/
#middle {
    width: 100%;
    height: 1%;
    position: relative;
    background: url(i/bg/middle.gif) repeat-y 0 0
}
#middle:after {
    content: '.';
    display: block;
    clear: both;
    visibility: hidden;
    height: 0;
}
#container {
    width: 100%;
    float: left;
/*    overflow: hidden;*/
    background: url(i/bg/container.gif) no-repeat 0 0
}

body.sideleft #content {
    padding: 0 20px 20px 246px;
}
body.sideboth #content {
    padding: 0 287px 20px 246px;
}
#content-div {margin: 34px 0 1em 11px;line-height: 1.5385em;}

#content-div .nolist,
#content-div .section-ito,
#content-div .nolist ul,
#content-div .nolist ol,
#content-div .section-ito ul,
#content-div .section-ito ol {list-style:none;}


#content-div .table_zebra ol,
#content-div .table_zebra ul,
#content-div .line ol,
#content-div .line ul {margin-bottom: 1em;}


#content-div .greed-div {overflow:auto;overflow-y: hidden; overflow-x: auto;}

#content-div ul.ul-red{list-style:none;margin: 2.4em 0;}
#content-div ul.ul-red li{background: url(i/li.gif) no-repeat scroll 1px 4px; padding: 0 0 0 20px; line-height: 17px; margin: 1em 0;}
#content-div a {color:#226ca6}
#content-div a:hover {color:#2d8bd3}

#content-div  h1 {color:#525252; font-weight: bold; font-size:22px;margin: 0 0 15px;}
#content-div  h2 {color:#525252; font-weight: bold; font-size:20px;margin: 0 0 15px;}

#title-about{background: #f4f4f4;padding: 24px 9px 8px 18px; line-height: 20px;width: 422px; margin: 0 0 1em;}
#title-about h1 {color:#525252; font-weight: bold; font-size:22px;margin: 0 0 15px;}

#title-dates h2{color:#242323; font-size: 1em; line-height: 1.5385em; margin: 1.5em 0 .4em}
.dateline {background: none repeat scroll 0 0 #B31117;color: #FFFFFF;font-size: 1em;font-weight: bold;line-height: 1em;margin: 0 0 1px;padding: 9px 0 9px 12px;width: 437px;}

/* Sidebar Left
-----------------------------------------------------------------------------*/
#sideLeft {
    float: left;
    width: 226px;
    margin-left: -100%;
    position: relative;
}
#sideLeft .sidebar-div {margin:37px 0 0 18px}

/* Sidebar Right
-----------------------------------------------------------------------------*/
#sideRight {
    float: left;
    margin-right: -3px;
    width: 267px;
    margin-left: -267px;
    position: relative;
}
#sideRight .sidebar-div {margin:37px 26px 0 0}


/* Footer
-----------------------------------------------------------------------------*/
#footer {height: 100px; position: relative;background: url(i/bg/bottom.gif) repeat-y 0 0}

#footer-left {width: 8px; height: 73px;background: url(i/bg/footer-left.png) no-repeat 0 0; height: 73px;float: left; margin-left: 16px;position: relative;}
#footer .conteiner {background: url(i/bg/footer.gif) repeat-x 0 0; height: 73px; float: left; width: 942px;position: relative; overflow: hidden;font-size:12px}
.ie6 #footer .conteiner {width: 920px;}


#footer-right {width: 8px; height: 73px;background: url(i/bg/footer-right.png) no-repeat 0 0; height: 73px;float: left;position: relative;}
#footer-left-text {position: absolute; top:16px; left:20px;width: 450px; }
#footer-left-text a{color:#7f8080; text-decoration: underline;}
#footer-left-text a:hover {text-decoration: none;}

#footer-right-text {position: absolute; top:16px; right:20px;width: 450px; text-align: right;}
#footer-right-text a{color:#005699; text-decoration: underline;}
#footer-right-text a:hover {text-decoration: none;}

/* 
 * стили для печати
 * прямо в файле, чтобы избежать дополнительного HTTP запроса www.phpied.com/delay-loading-your-print-css/ 
 */
@media print {
  * { background: transparent !important; color: #444 !important; text-shadow: none !important; }
  a, a:visited { color: #444 !important; text-decoration: underline; }
  a.showlink:after { content: " (" attr(href) ")"; } 
  abbr:after { content: " (" attr(title) ")"; }
  .ir a:after { content: ""; }  /* Не показывать ссылки к картинкам */
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; } /* css-discuss.incutio.com/wiki/Printing_Tables */ 
  tr, img { page-break-inside: avoid; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3{ page-break-after: avoid; }
}


.def {display:none;position:absolute;width:115px;z-index:5000;}
.top-help {background: url('../../../images/top-help.png') no-repeat top;height: 7px;}
.bottom-help {background: url('../../../images/bottom-help.png') no-repeat top;height: 24px;}
.content-help {border-left: 2px solid #fcf097;border-right: 2px solid #fcf097;font-size: 11px;line-height: 110%;font-family: Arial;color: #736e6e;}
.content-help div{padding: 0px 10px;background-color: #faffce;}
.button-help {display: inline; width: 20px; height: 18px; line-height: 14px; font-size: 18px; cursor: help; margin:0 0 -4px}



input[type=text] {min-height: 16px;}
/* Form styles */
.h5f fieldset    
{
    margin: 0 0 20px;
    padding: 20px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
    .h5f ol
    {
        list-style-type: none;
        padding: 0;
        margin: 0;
    }
    .h5f li
    {
        margin: 0 0 12px;
        position: relative;
    }
    .h5f label
    {
        width: 150px;
        display: inline-block;
        vertical-align: top;
    }
    .ie7 .h5f label {width:140px}
    .h5f input[type="text"],
    .h5f input[type="password"],
    .h5f textarea,
    .h5f select
    {
        background: url(i/ico_validation.png) no-repeat 100% 24px #FFFFFF;
        display: inline-block;
        padding: 0 25px 0px 3px;
        padding-right: 25px!important;
/*        width: 371px;
        border: 1px solid #fff;
        padding: 3px 26px 3px 3px;*/
        
        -moz-transition: background-color 1s ease;
        -webkit-transition: background-color 1s ease;
        -o-transition: background-color 1s ease;
        transition: background-color 1s ease;
/*        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;*/
    }
    #authform-div .h5f input[type="text"],
    #authform-div .h5f input[type="password"],
    #authform-div .h5f textarea,
    #authform-div .h5f select {padding:0 !important}
    
    .h5f select        { width: 401px; padding: 3px; }
    .h5f #postcode    { padding: 3px; width: 400px; }
    

.h5f input::-webkit-input-placeholder,
.h5f input:-moz-placeholder {
    color: #A6A6A6;
}

.h5f .validation01
{ 
    background: red;
    color: #fff;
    display: none;
    font-size: 12px;
    padding: 3px;
    position: absolute;
    right: -160px;
    text-align: center;
    top: 0;
    width: 150px;
    outline: 0;
    
    -moz-box-shadow: 0px 0px 4px #ffffff;
    -webkit-box-shadow: 0px 0px 4px #ffffff;
    box-shadow: 0px 0px 4px #ffffff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.h5f input:focus + .validation01                             { display: block; }

.h5f input:focus:required:invalid + .validation01 .valid,
.h5f input.error:focus + .validation01 .valid,
.h5f input.required:focus + .validation01 .valid,
.h5f input:focus + .validation01 .valid                    { display: none; }

.h5f input:focus:required:valid + .validation01,
.h5f input.valid:focus + .validation01                    { background: green; }

.h5f input:focus:required:valid + .validation01 .invalid,
.h5f input.valid:focus + .validation01 .invalid            { display: none; }

.h5f input:focus:required:valid + .validation01 .valid,
.h5f input.valid:focus + .validation01 .valid                { display: block; }

.h5f fieldset input:required:valid
{ 
    background-color: #fff;
    background-position: 100% -64px;
}

/* Enhanced error styling */
.h5f input.error
{
    background-color: pink; 
    background-position: 100% 3px;
    outline: none; 
}
.h5f input.required
{
    background-color: #fff; 
    background-position: 100% -32px;
}
.h5f input.valid
{ 
    background-color: #fff;
    background-position: 100% -64px;
} 

#authform-div .h5f input.error,
#authform-div .h5f input.required,
#authform-div .h5f input.valid {background: none;}

.h5f input.error::-webkit-input-placeholder,
.h5f inputerror :-moz-placeholder {
    color: #fff;
}































.grey-bg{background-color: #F2F3F7;}

/*------список слева (для лент новостей)------*/
ul.news-list-ul {    
    list-style-type: none;    
    margin: 0px;    
    padding:0px 0px 4px 0px;
}
ul.news-list-ul li {
    margin: 0px;    
    padding: 0px;    
    background: url('i/bullit-green.gif') no-repeat top left;
    padding-left: 11px;
    position: relative;        
}
#right-col .news-list-ul {
    padding-top: 10px;
}
/*--------------------------------------*/

/*------------Меню левое----------------*/
ul#left-menu {
    border-top: 1px solid #e6e6e6;
    position:relative !important;
}
ul#left-menu li{
    margin: 0px;    
    padding: 0px;    
    background: url('i/bullit-menu.gif') no-repeat top left;
    padding: 5px 7px 5px 27px;        
    border-bottom: 1px solid #e6e6e6 !important;    
    position: relative !important;
}
ul#left-menu ul{
    padding-top: 3px;
    padding-bottom: 3px;
    padding-left: 17px;
    margin: 0px;
}
ul#left-menu ul li{
    margin: 0px;        
    background: none;
    padding: 0px 7px 0px 0px;        
    border-bottom: 0px solid #e6e6e6 !important;
}

/*--------------------------------------*/

ul.bullit2 {
    padding: 0px 0px 0px 0px;
    margin: 0px;
}
ul.bullit2 li {
    background: #ebf1f7 url('../../../images/bullit2.gif') no-repeat top left;
    padding: 4px 5px 5px 36px;    
}

.event-tab{   
    padding: 0px;
}
.event-pic{   
    padding-top: 5px;
}

.place_time
{
    padding: 0px;
}

.place_time .p-t-td1
{
    padding-right: 20px;
    text-align: right;
}

.raspisanie {
     background-color: #ebf1f7; 
     height: 26px; 
     padding-top: 5px; 
     padding-left: 11px;
     padding-right: 11px; 
     margin-bottom: 5px;    
}
.list-autor {
    background-color: #ebf1f7; 
    height: 26px; 
    padding-top: 5px; 
    padding-left: 11px;
    padding-right: 11px;
}

ul.section-ito ul
{
    padding-left: 24px;
    padding-bottom: 0px !important;
}
ul.section-ito li
{
    background: none;
    padding: 0px;
}

.title-left-col, #left-col h2 {
    font-size: 18px;    
    font-family: Arial;
    color: #0f4663;
    font-weight: bold;
    margin: 0px;
    padding: 0px;
}
#left-col p {
    padding-bottom: 10px;
}


/*-----Наши спонсоры в левой колонке-----*/
.sponsors{margin: 20px 0px;}
.sponsors h3{
    padding: 2px 7px;
    background-color: #fffad7;
    border: 3px solid #f3f1b5 !important;    
    display: block;
    font-weight: bold;
    color: #4C4C4C;
    font-size: 13px;
}
.sponsors ul {
    color: #4c4c4c;
    position: relative !important;    
    list-style-type: none;    
    margin: 4px 0px 6px;
    padding: 0px 0px 7px 10px;
}
.sponsors li strong{
    border: 0px solid #f3f1b5 !important;
    background-color: #fff;
}
.sponsors li{    
    position: relative !important;    
    margin: 0px;    
    padding: 0px;    
    background: #fff url('i/bullit-green.gif') no-repeat top left;
    padding-left: 11px;        
}
/*---------------------------------------*/

/*--------------Футер--------------------*/

.footer {
    xdisplay:block;
    height:142px;            
    margin-top: 68px;    
    xmargin-bottom: 57px;    
}
.footer .top-line {
    height: 8px;
    background: #fff url('i/foot-bg-t.gif') repeat-x top left;
    width: 100%;
}
.footer .content-footer {        
    border-left: 1px solid #e1e1e1;
    border-right: 1px solid #e1e1e1;    
}
.footer .content-footer-in {    
    margin: 0px 3px;    
    padding: 6px 16px 12px 16px;    
    background: #fff url('i/foot-bg.gif') repeat-x top left;
    color: #7f8080;
    height: 41px;
}
.footer .bottom-line {
    height: 8px;
    background: #fff url('i/foot-bg-b.gif') repeat-x top left;
    width: 100%;
}

/*---------------------------------------*/

/*---------------header------------------*/
#search-block {
    line-height: 100%;
    padding-left: 236px;
    padding-top: 9px;
}
#search-block form {
    width: 360px;
    float: left;
}
.search-input {
    width: 189px;
    border: 1px solid #c3c3c3;
    vertical-align: middle;
    padding: 3px;
    color: #848484;
    font-size: 12px;
    font-family: Arial;
}
.search-select {
    color: #848484;
    font-size: 12px;
    font-family: Arial;
    width: 118px; 
    height:22px;
}

#search-block table td{    
    padding-right: 6px;    
}
/*
.button-120, .button-85, .button-56, .button-150, .button-180, .button-220
{
    font-family: Verdana;
    height: 22px;
    font-size: 13px;
    line-height:13px;
    border: none;    
    cursor: pointer;
    color: #313131;    
    padding-bottom: 1px;
    vertical-align: middle;            
    background: url('i/button85.gif') no-repeat center center;    
    width: 85px;
}

.button-56
{    
    background: url('i/button56.gif') no-repeat center center;    
    width: 56px;            
}
.button-120
{    
    background: url('i/button120.gif') no-repeat center center;    
    width: 120px;            
}
.button-150
{    
    background: url('i/button150.gif') no-repeat center center;    
    width: 150px;            
}
.button-180
{    
    background: url('i/button180.gif') no-repeat center center;    
    width: 180px;            
}
.button-220
{    
    background: url('i/button220.gif') no-repeat center center;    
    width: 220px;            
}
*/
/*---------------------------------------*/
#top-content .bx-component-border, #top-content .bx-component-border-over {
    padding: 0px;
    border: 0px;
}
/*--------------------------------------*/

/*---------------полосатая табличка-------------*/
/*table td
{
    padding: 1px;
}
*/
table th
{
    background: #e7eaf5 !important;
    color: #313131;
    font-size: 110%;
    padding: 5px 12px;
    font-family: Arial;
    border: 1px solid #e3e3e3;
}

.table_zebra, #center-col2 table {
    width: 100%;
    border: 1px solid #e3e3e3;
    margin-bottom: 18px;
}
.table_zebra td, #center-col2 table td {
    border: 1px solid #e3e3e3;
    padding: 10px 12px;
}
.noborder, .noborder td {border:0!important}
.table_zebra tr.forread,.table_zebra tr.forread td, #center-col table tr.forread, #center-col table tr.forread td{background: #F2FFEE !important;}

#center-col table.lite, #center-col .lite table{border: none; margin: 0;}
#center-col table.lite td, #center-col .lite table td{border: none;}
#center-col .lite table td{padding: 0;}

.table_zebranoborder td {
    border-left: 0px !important;
    border-right: 0px !important;
}

.b-admin 
{
    width: 120px;
    line-height: 180%;    
}
.b-admin a span
{
    font-size: 85%;    
}


/*----------------------------------------------*/

.del, .album-delete {
    background: url('i/del.gif') no-repeat center left !important;    
    padding-left: 25px;
    pading-top: 1px;
    padding-bottom: 2px;
}

.edit, .album-edit {
    background: url('i/edit.gif') no-repeat center left !important;    
    padding-left: 25px;
    pading-top:1px;
    padding-bottom: 2px;    
}




/* form */
.i_form {
    width: 458px;
    background-color: #f1f1f2;
    margin-bottom: 18px;
}
.i_form_l {
    background-image: url(i/form_l.gif);
    background-repeat: repeat-y;
    background-position: left top;
}
.i_form_r {
    background-image: url(i/form_r.gif);
    background-repeat: repeat-y;
    background-position: right top;
}
.i_form_t {
    background-image: url(i/form_t.gif);
    background-repeat: repeat-x;
    background-position: left top;
}
.i_form_b {
    background-image: url(i/form_b.gif);
    background-repeat: repeat-x;
    background-position: left bottom;
}
.i_form_tl {
    background-image: url(i/form_tl.gif);
    background-repeat: no-repeat;
    background-position: left top;
}
.i_form_tr {
    background-image: url(i/form_tr.gif);
    background-repeat: no-repeat;
    background-position: right top;
}
.i_form_bl {
    background-image: url(i/form_bl.gif);
    background-repeat: no-repeat;
    background-position: left bottom;
}
.i_form_br {
    background-image: url(i/form_br.gif);
    background-repeat: no-repeat;
    background-position: right bottom;
}
.i_form_cont {
    padding:30px 25px;
}

.i_form .title {
    color: #0f4663;
    font-family: Arial;
    font-size: 18px;
    margin: 12px 0;
}
.i_form .fname {
    color: #4c4c4c;
    font-size: 13px;
    font-weight: bold;
}
.i_form .f_lite {
    padding: 3px;
    margin-bottom: 5px;
}
.i_form .f_req {
    background-color: red;
    padding: 1px;
    margin-bottom: 5px;
    font: 12px/1.231 Arial,Tahoma,Verdana,sans-serif;
}
.i_form .f_err {
    background-color: #e78c41;
    padding: 3px;
    margin-bottom: 5px;
}
.i_form .form_foot {
    margin: 10px 0px 0px;
    height: 30px;
}
.i_form .buttons {
    float: left;
/*    width: 224px;*/
}
.i_form .required_info{
    background-image: url(i/form_required.gif);
    background-repeat: no-repeat;
    background-position: left top;
    color: #7f8080;
    font-size: 10px;
    float: right;
    width: 161px;
    padding-left: 15px;
}

.inputtext {
    background-color: #ffffff;
    border: solid 1px #b1b1b1;
    width: 389px;
    height: 17px;
    font-family: Verdana;
    font-size: 12px;
    padding: 3px 5px;
}
.i_form .f_req .inputtext {border:0}
textarea, input{font-family: Verdana;}
.textarea, .inputtextarea  {
    background-color: #ffffff;
    border: solid 1px #b1b1b1;
    width: 389px;
    font-size: 12px;
    padding: 5px 5px 0px;
    font-family: Verdana;
}

.select, .inputselectdiv select {
    background-color: #ffffff;
    border: solid 1px #b1b1b1;
    xwidth: 399px;
    width: 401px;
    height: 23px;
    font-family: Verdana;
    font-size: 12px;        
}

.inputfile {
    background-color: #ffffff;
    border: solid 1px #b1b1b1;
    width: 399px;
    margin-left:2px;
    height: 22px;
    font-family: Verdana;
    font-size: 12px;
}
.inputdate {
    background-color: #ffffff;
    border: solid 1px #b1b1b1;
    width: 366px;
    height: 17px;
    font-family: Verdana;
    font-size: 12px;
    padding: 5px 5px 0px;
}
.inputdates input {
    background-color: #ffffff;
    border: solid 1px #b1b1b1;
    width: 148px;
    height: 17px;
    font-family: Verdana;
    font-size: 12px;
    padding: 5px 5px 0px;
}
/* end form */

.fs-0 {
    font-size: 0px; 
    height: 0px; 
    line-height: 0px;
}
.h-43 {
    height: 43px;
}

a.case-title {
    font-size: 135%;    
    line-height: 135%;
}

.take-part1, .take-part2  {
    background: #6AA4CB url('../../../images/take-part.gif') no-repeat;
    width: 177px;
    height: 40px;
    padding-left: 63px;
    padding-top: 10px;
    line-height: 14px;
}
.take-part2  {
    background: #88BC43 url('../../../images/take-part2.gif') no-repeat;
}
.take-part1 a, .take-part2 a 
{
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
}

.full-name {
    font-size: 15px;
    color: #0f4663;
    font-family: Arial;
    font-weight: bold;
    padding-bottom: 5px;
}
.def {
    display: none;
}

.upper-text {
    text-transform:uppercase;
}

.for-print {
    display: none;
}

/*-------------ВДП--------------*/
@media print {
    #center-col ul {
        margin:0px;
        padding: 0px;
    }
    
    #center-col ul li {
        background: none;
        list-style-type: disc;
        margin: 0px 0px 0px 15px;
    }
    ol {
        padding-left:30px;
    }
    #search-block {
        display: none;
    }
    .header {
        padding-top: 23px;
        height: 222px;
        padding-bottom: 20px;
    }
    #container {
        border-left:0px solid #FFFFFF;        
    }
    #inner {        
        margin-left:0px;        
    }
    #left-col {
        display: none;
        left:0px;
        top:4px;    
    }    
    #center-col {        
        margin-left:0px;
        margin-right:0px;
        margin-left:0px;        
    }
    #all {
        width: auto;
        padding-left: 2px;
    }
    .footer {
        margin-top:0px;
    }
    .footer .top-line {
        display: none;
    }
    .footer .content-footer {
        border: 0px;
    }
    .footer .content-footer-in {
        background: none;
        padding: 0px;
    }
    .footer .bottom-line {
        display: none;
    }
    #inner {                    
        margin-right:0px;                    
    }                                                
    #center-col {            
        margin-right:0px;        
    }    
    #container {                    
        border-right: solid 0px #fff !important;
    }    
    #right-col {
        display: none;
    }
    .no-print, .no-print2 {
        display: none;
    }
    .for-print
    {
        display: block;
    }
    
}
/*------------------------------*/

#thesisselect {
    display: block;
}
.select-height-100 {
    height: 100px;
}
.news-rss {
    margin:15px 0 15px 21px;
    float: left;
    
/*    position: relative;
    top: -50px;
    left: 170px;
*/    

}
.news-subscribe {
    margin:15px 10px;
    float: left;
    /*
    position: relative;
    top: -50px;
    left: 180px;
    float: left;
    */
}

/*---------------------------*/
 body.thesis h1{font-size:32px;}
 
 
 
 
 .errortext {
    width: 458px;
    background-color: #fffad7;
    margin-bottom: 26px;
}
.errortext_l {
    background-image: url(i/mes_e_l.gif);
    background-repeat: repeat-y;
    background-position: left top;
}
.errortext_r {
    background-image: url(i/mes_e_l.gif);
    background-repeat: repeat-y;
    background-position: right top;
}
.errortext_t {
    background-image: url(i/mes_e_t.gif);
    background-repeat: repeat-x;
    background-position: left top;
}
.errortext_b {
    background-image: url(i/mes_e_t.gif);
    background-repeat: repeat-x;
    background-position: left bottom;
}
.errortext_tl {
    background-image: url(i/mes_e_tl.gif);
    background-repeat: no-repeat;
    background-position: left top;
}
.errortext_tr {
    background-image: url(i/mes_e_tr.gif);
    background-repeat: no-repeat;
    background-position: right top;
}
.errortext_bl {
    background-image: url(i/mes_e_bl.gif);
    background-repeat: no-repeat;
    background-position: left bottom;
}
.errortext_br {
    background-image: url(i/mes_e_br.gif);
    background-repeat: no-repeat;
    background-position: right bottom;
}
.errortext_cont {
    padding: 10px;
    color: #da6d14;
    font-size: 13px;
    font-weight: bold;
}


.notetext {
    width: 458px;
    background-color: #f3f3f3;
    margin-bottom: 26px;
}
.notetext_l {
    background-image: url(i/mes_ok_l.gif);
    background-repeat: repeat-y;
    background-position: left top;
}
.notetext_r {
    background-image: url(i/mes_ok_l.gif);
    background-repeat: repeat-y;
    background-position: right top;
}
.notetext_t {
    background-image: url(i/mes_ok_t.gif);
    background-repeat: repeat-x;
    background-position: left top;
}
.notetext_b {
    background-image: url(i/mes_ok_t.gif);
    background-repeat: repeat-x;
    background-position: left bottom;
}
.notetext_tl {
    background-image: url(i/mes_ok_tl.gif);
    background-repeat: no-repeat;
    background-position: left top;
}
.notetext_tr {
    background-image: url(i/mes_ok_tr.gif);
    background-repeat: no-repeat;
    background-position: right top;
}
.notetext_bl {
    background-image: url(i/mes_ok_bl.gif);
    background-repeat: no-repeat;
    background-position: left bottom;
}
.notetext_br {
    background-image: url(i/mes_ok_br.gif);
    background-repeat: no-repeat;
    background-position: right bottom;
}
.notetext_cont {
    padding: 10px;
    color: #616060;
    font-size: 13px;
}


.m100 .notetext, .m100 .errortext{
    width: 100%;
}


/* Помощь по статусам */
#status_help{
    position: absolute;
    width: 350px;
    background: #FDF9E1;
    border: 1px solid #ADC3D5;
    font-size: 9px;
    padding: 5px;
    line-height: 12px;
}
#status_help  p {padding: 0 0 5px;}


/**
* закладки
*/
.tab-content div.tab-content_body{padding:22px 23px 13px;}
.tab-content_body  .i_form {width:auto}
/**
* подсказки для админа
*/
.hint {padding:5px; border:1px solid red; background:#c7c7c7;font-size:10px;line-height:1.1em; margin-bottom:1em}
.hidden {display: none}
.w100 {width:100% !important}

.s-label{color:#E0D5F9;margin-right:1em;padding:2px;}


.f_req2 {font: 12px/1.231 Arial, Tahoma, Verdana, sans-serif}
.w100 .fname{ margin-left:3px}
.w100 .inputtext,
.w100 .select {width:100%; padding:0; height:21px; line-height:21px}
.w100 .textarea {width:100%; padding:0}
.w100 .f_req2 .inputtext,.w100 .f_req2 .select{padding:0; height:21px;margin:0px;border:0;}
.w100 .f_req2,.w100 .f_lite {padding:1px; font-size: 0;}
.w100 .f_req2 label,.w100 label.f_lite  label{font-size: 12px;}
.w100 .f_req2 {background: red; border:0; margin-bottom:5px}

.f_req div, 
.f_req2 div,
.w100 .f_req2 div, 
.w100 .f_lite div {font-size: 12px !important;}

ol.lite, ul.lite, ul.lite ul {
    list-style-type: none;
}
ol.lite li,
ul.lite li {
    background: none repeat scroll 0 0 transparent;
    padding-left: 0;
}

.bx-popup-menu {background: #FCFCFC;}

