@import url("./styles.css");
@import url("./forum.css");

/**/

a {
    color: #0084D2;
    text-decoration: none;
}

a {
    text-decoration: underline;
}

*.modehead {
  color: #FE755B;
  font-size: 24;
  text-decoration:none;
  background-color:#2B1781;
}
*.divback {
  background-color:#FE755B;
}
*.leftback {
  background-color:#B1CCE1;
}
*.contentback {
  background-color:#FFFFFF;
}
*.textbox{
    border: 1px;
    border-style: solid;
    border-color: #B1CCE1;
    background-color: #FCE0DB;
}
*.editbox{
    border: 1px;
    border-style: solid;
    border-color: #B1CCE1;
    background-color: #FCE0DB;
}
*.button {
  color: #FFFFFF;
/*  width: 150;
  height: 30;*/
  border: outset 3px;
  border-color: #FFFFFF;
/*  margin-top: 25;
  margin-bottom: 10;*/
  FONT:bold 14px/1 Tahoma;
  background: #87B2D4;
}

*.smallbutton {
  color: #FFFFFF;
  width: 70;
  height: 25;
  border: outset 3px;
  border-color: #FFFFFF;
  FONT:bold 14px/1 Tahoma;
  background: #87B2D4;
}


*.tbl {
  background-color: #FFFFFF;
  border: solid 1px;
  border-color: #7E71B7;
}

*.mrg5 {
  margin-left: 20pt;
  margin-right: 10pt;
}

*.text {
  font-size: 14;
  font-weight: bold;
  text-decoration:none;
}
*.mainmenu {
  color: #FFFFFF;
  font-size: 15;
  text-decoration:none;
  font-weight:bold;
  background: url(../img/testbullet.gif) no-repeat top left;
  padding:1 1 1 28;
  text-align:left;
}
*.mainmenuact {
  color: #FE755B;
  font-size: 15;
  text-decoration:none;
  font-weight:bold;
  background: url(../img/testbullet.gif) no-repeat top left;
  padding:1 1 1 28;
  text-align:left;
}

*.mainmenuback {
  background: url(../img/mainmenuback.gif) no-repeat top left;
  padding:4 1 6 1;
}

*.submenu {
  color: #FFFFFF;
  font-size: 12;
  text-decoration:none;
  font-weight:bold;
  background: url(img/submenubullet.gif) no-repeat top left;
  padding:1 1 1 24;
  text-align:left;
}

*.sub_menu {
  color: black;
  font-size: 12;
  text-decoration:none;
  font-weight:bold;
  background: url(img/submenubullet.gif) no-repeat top left;
  padding:1 1 1 24;
  text-align:left;
}

*.submenuback {
  padding:3 1 1 1;
}

div.main {
	width: 1200px;
	border: 0px solid #000000;
	position:absolute;
	z-index:1;
	height: 90%; 	
	margin-top:50px;
	margin-left:50px;
	margin-right:10px;
	margin-bottom:30px;
}
/*Слой содержащий заголовок*/
div.top 
{ 
	background-color: #071965; 
	z-index:2;
	position:relative;
	width: 100%; 
	height: 30px; 
} 
/*Слой на котором располагаются меню и содержимое страницы(то что под заголовком)*/

div.line_left
{
	width:3px;
	height:100%;
	background:brown;
	position:relative;
	z-index:4;
	float:left;	
}

div.line_bottom
{
	/*width:100%;*/
	height:3px;
	background:brown;
	position:relative;
	z-index:7;
}
/*правое и левое меню контента и то что находится по центру */
div.left { 
	/*width: 210px; */
	width:20%;
    position:relative;
	float:left;
	z-index:4;
	height:100%;
	background:white;
} 
 
div.right { 
	width:100%;
	position:relative;
	z-index:1;
	float:none;
	height:100%;
	right:2px;
	background:brown;
} 
div.center{
	width:65%;
	position:relative;
	z-index:2;
	float:left;
	background:white;
	height:100%; 
	overflow:auto;
	padding-top:0;
	padding-bottom:0;
	padding-left:5%;
	padding-right:5%;
} 
*HTML div.center{
	/*width:73%;*/
	width:expression(((document.documentElement.clientWidth || document.body.clientWidth) < 1100) ? '68%' : ((document.body.clientWidth > 1282) ? '1280px' : '73%'));
	position:relative;
	z-index:2;
	float:left;
	background:white;
	overflow:visible;
	height:100%; 
	padding-top:0;
	padding-bottom:0;
	padding-left:5%;
	padding-right:5%;
} 

/*Дальше пошли описания менюшек*/ 
/*Элементы левого меню*/
div.left_menu
{
	width:200px;
	position:relative;
	background-image:url(../img/element_of_menu.JPG);
    background-repeat: no-repeat;
	z-index:5;
	right:3px;
	height:33px;
	position:relative;
}
div.left_menu_selected
{
	width:258px;
	position:relative;
	background-image:url(../img/element_of_menu.jpg);
    background-repeat: no-repeat;
	z-index:5;
	height:auto;
	position:relative;
	z-index:5;
}
div.between_menu
{
	width:190px;
	background:#B1CCE1;
	z-index:2;
	height:20;
}
div.on_left_menu
{
	width:190px;
	background:#B1CCE1;
	z-index:2;
	height:40;
}
div.under_left_menu
{
	width:190px;
	background:#B1CCE1;
	position:absolute;
	top:0px;
	z-index:2;
	height:100%;
	float:left;
}
div.local_left_menu
{
	width:190px;
	background:#B1CCE1;
	position:relative;
	z-index:3;
	height:auto;
}
/*правое меню*/

 div.right_menu_cit
{
    position:absolute;
	width: 33px;
    height:121px;
	background-image:url(../img/kadr.jpg);
	right:15px;
	top:180px;
	z-index:8;
}
div.right_menu_training
{
	width:33px;
    height:121px;	
	position:absolute;
	float:none;
	background-image:url(../img/training.jpg);
    background-repeat: no-repeat;
	right:15px;
	top:320px;
	z-index:8;
}
div.right_menu_job
{
	width:33px;
    height:140px;
	position:absolute;
	float:none;
	background-image:url(../img/cit2.jpg);
    background-repeat: no-repeat;
	right:15px;
	top:30px;
	z-index:8;
}
*HTML div.right_menu_cit
{
	right:25px;
}
*HTML div.right_menu_training
{
	right:25px;
}
*HTML div.right_menu_job
{
	right:25px;
}

div.under_left_menu{
	width:190px;
	height:100%;
	background:#B1CCE1;
	position:absolute;
	z-index:2;
	float:none;	
}

div.line_blue
{
	width:10px;
	height:100%;
	position:relative;
	float:left;
	left:0px;
	background:#B1CCE1;
	z-index:30;
}

*html div.line_blue
{
	width:20px;
	height:100%;
	position:relative;
	left:0px;
	float:left;
	background:#B1CCE1;
	z-index:7;
}
/*Шрифты пошли*/
*.font_menu
{
	font-size:13pt;
	text-align: center;
	color:white;
	font-weight:bold;
}
*.font_menu a:hover
{
	font-size:13pt;
	text-align: center;
	color:yellow;
}
*.font_title
{
	font-size:18pt;
	color:brown;
}
*.font_title_on_content
{
	font-size:15pt;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:brown;
}

div.menu a
{
	text-decoration: none;
	color:white;
}
div.menu a:hover
{
	text-decoration: none;
	color: yellow /* Цвет ссылки */
}

div.menu_selected a
{ 
	text-decoration: none;
	color:brown;
}

*.sub_menu {
  color: black;
  font-size: 12;
  text-decoration:none;
  font-weight:bold;
  background: url(../img/submenubullet.gif) no-repeat top left;
  padding:1 1 1 14;
  text-align:left;
}

*.testindex
{
  font-size: 16;
  text-decoration:none;
  font-weight:bold;
}
/*стили для колонки новостей*/
div.smalltext
{
	font-size: 12;
	text-decoration:none;
	font-weight:bold;
	text-align:left;
	color:#FFFFFF;
}
div.line_table
{
    background-color:#FF8282;	
	padding:5px;
}
div.common_news
{
	border: 1px double #70C3FF;float:left;position:relative;width:30%;margin:5;
}
div.common_news_overview
{
	background-color:#FFFFFF;padding:5;font: 10pt none 500;text-align:justify;
}
div.common_news a:hover
{
	font: 12pt none 500;
	text-decoration: underline;
	color:black;
}
div.common_news_title
{
	background-color:#70C3FF;/*#FFB45A;	*/
	padding:4;
	font: 12pt none 500;
	color:#000000;
	text-align:left;
}
div.common_news_title a
{
	text-decoration: none;
	font-size:15;
	color:#FFFFFF;
	font-weight:600;
}
div.common_news_title a:hover
{
	font-size:15;
	text-decoration: underline;
	font-weight:600;
	color:white;
}
div.common_news_indetail
{
	text-align:right;
	padding:0 5 8 5;
}
div.common_news_indetail a
{
	font-size:12;
	font-weight:600;
	text-decoration:none;
	color:#000000;
}
div.common_news_indetail a:hover
{
	font-size:12;
	font-weight:600;
	text-decoration:underline;
	color:#000000;
}


/* таблицы */

.stdTheader,
.stdTable th
{
	border-color: #EAF0B7;
    background-color: #BA52D7;
    color: white;
}

.stdTable td 
{
	border-color: #BA52D7;
}

.stdTable th a:hover
{
    color: #AF7B0D;
}

TABLE TR.stdTevenLine,
TABLE TR.stdTevenLine TD,
.stdTevenLine
{
    background-color: #FDF4FF;
}



div.line_table_title
{
    background-color:#BA52D7;/*#FFB45A;	*/
	padding:4;
	font: 10pt none 500;
	color:#FFFFFF;
}
div.line_table_between
{
    background-color:#CEAFD7;
	padding:4;
	font: 10pt none 500;
	color:#FFFFFF;/*#FF6432;*/
	border: 1px double #BA52D7;
}
div.line_table_under
{
	background-color:#FDF4FF;
	padding:5;
	border: 1px double #BA52D7;
	color:#000000;
	font: 10pt none 500;
	text-align:justify;
}
div.line_table_title a
{
	font-weight:600;
	font-size:12pt;
	color:#FFFFFF;/*#DC7328;*/
}
div.line_table_title a:hover
{
	color:#DC7328;
}
div.font_title
{
	font-weight:300;
	font-size:14pt;
	color:#FFFFFF;
}

/*** diz ***/

.tdprebookm {
    background: #BDE7FF url(../img/splash_20.jpg) left bottom no-repeat;
}

.bookmbot {
    background: url(../img/splash_30.gif) left bottom no-repeat;
}

.tdleftback {
    background: url(../img/splash_19.jpg) left bottom no-repeat;
    width: 197px;
}

UL.submenubar {
    list-style-image: url(../img/trainingbul.gif);
}

.tdmain {
    position:relative;
    background: #ffffff url(../img/splash_9.gif) left top repeat-x;
}

.cornerbottom {
    position:relative;
    background: url(../img/splash_25.jpg) right bottom no-repeat;
}

.tableft {
    position:relative;
    background: url(../img/spl_17.gif) left top repeat-y;
}

.headerwrap {
    color: #FCE5E2;
}

div.login {
    color: #0084D2;
}

input, textarea, select
{
    background: url(../img/traininginput.jpg) left top no-repeat;
}

input.button
{
    background: none;
}

.subtitle,
.title {
    color: #0084D2;
}

td.splasheader {
    position: relative;
    height: 160px;
    width: 880px;
    min-width: 880px;
    max-width: 880px;
}

td.splasheader>div {
    position: relative;
    height: 160px;
    width: 400px;
}

div.splasheader {
    position: absolute;
    height: 160px;
    width: 925px;
    overflow: visible;
    white-space: nowrap;
    z-index: 200;
    padding: 0;
    margin: 0;
/*    left: -2px;*/
    top: 0;
    left: -2px;
}

table.slogin {
    margin-left: 18px;
    margin-top: 20px;
}

table.slogin td {
    white-space: nowrap;
    color: white;
}

table.slogin td input {
    border-width: 1px;
    border-top: 1px solid #93BDF9;
    border-left: 1px solid #93BDF9;
    width: 100px;
}

table.slogin td input.button {
    border: none;
    width: 48px;
    height: 14px;
    background: transparent url(../img/btn_ok2.gif) left bottom no-repeat;
    color: #ffff00;
    font-family: verdana;
    border: none;
    margin-top: 5px;
}

a
{
    color: black;
}

a:hover
{
    color: white;
}


/* News */

/*
.index { width:100%; font-size:100%; }
.news div { font-size:95%; font-family:tahona, arial, sans-serif; }
.news a { color:#0084D2; }
.news a:hover { color:#EE7900; }
.news a:visited { color:#909; }
.news .item { width:200px; float:left; margin: 1em 0; }
.news .item .date { font-size:100%; width:100px; background:#EE7900; color:#fff; padding: 0.2em 0; text-align:center; font-weight:bold; }
.news .item .header { font-weight:bold; font-size:100%; margin:0.5em 0; }
*/

.index { width:280px; font-size:100%; float:left; }
/* .left { margin-right:35px } */
.news { margin-right:40px }
.col50 div { font-size:95%; font-family:tahona, arial, sans-serif; }
.col50 a { color:#0084D2; }
.col50 a:hover { color:#EE7900; }
.col50 a:visited { color:#909; }
.col50 h2 { color:#000; margin: 0.5em 0 0 }
.col50 .item { width:100%; margin: 1.5em 0; }
.col50 .item .date { font-size:100%; float:left; width:100px; background:#EE7900; color:#fff; padding: 0.2em 0; text-align:center; font-weight:bold; }
.col50 .item .info { font-size:100%; float:left; width:150px; color:#999; padding: 0.2em 0 0.2em 0.5em; }
.col50 .item .header { float:none;clear:both;font-weight:bold; font-size:100%; margin:0.5em 0; }
/* .courses .item .header { font-size:130% } */
.courses .item .date { background:#558ADF; }




#citmodel{width:600px;margin: 0 auto 30px}
#citmodel a{color:#06c}
#citmodel a:hover{color:#F87B22}
#citmodel .scheme{text-align:center}
#citmodel .scheme small{display:block}
#citmodel div{text-align:left;display:none}
#citmodel .a{display:block}
#citmodel h2{font-size:120%;margin:1em 0 0;color:#F87B22}
#citmodel p{margin:0.7em 0 0;text-align:left}
#shwall{margin:1em 0}
#shwall.scheme{display:none}
#shwall.a{display:block}
#citmodel img{margin:1em 0;padding:0}
