.empty {}

body
{
	font-size: 80%;
	background-color: White;
	text-align: center;
	margin: 0px;
	padding: 0px;
}

BODY *
{
	font-size: 12px;
	background-repeat: no-repeat;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	color: #636361;
	text-align: left;
}

img
{
	border: 0px;
	margin: 0;	
}

form
{
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

table
{
	margin-top: 0px;
	margin-bottom:0px;
	/*Аналог cellpadding=0 cellspacing=0*/
	padding: 0 0 0 0;
	border-collapse: collapse;
	letter-spacing: 0;
	/*width: 100%;*/
}

h1, h2, h3, h1 a
{
	text-transform: uppercase;	
	font-size: 24px;
	color: #9c9c9c;
	font-weight: normal;
	margin: 0px;
}

h2
{
	font-size: 21px;
}

h3
{
	font-size: 18px;
}

a
{
	color: #fe7f0f;
	text-decoration: underline;
}

a:hover
{
	color: #AA0425;
}

p
{
	margin: 0.1em 2 1.2em 0;
}

hr
{	
	height: 0px;	
	border-top: 1px solid gray;
	border-bottom: none;	
	margin: 10 0 10 0;
	padding: 0;
}

img{ behavior: url(/images/iepngfix.htc) }

.nobr
{
	white-space: nowrap;
}

/*Для выравнивания картинок по левому краю*/
.float_left
{
	float: left;
	margin: 5 10 3 0;
}
/*------------------------------------------------------*/

/*Таблицы в контенте*/
.content_div table
{
	margin-top: 0px;
	margin-bottom: 0px;
	/*Аналог cellpadding=0 cellspacing=0*/
   border: 1px solid gray;
	border-collapse: collapse;
}

.content_div td
{
	margin-top: 0px;
	margin-bottom: 0px;
	/*Аналог cellpadding=0 cellspacing=0*/
   border: 1px solid gray;
	border-collapse: collapse;
}

/*Делаем класс для тех, кто без границы*/
table.no_border
{
	border: none;
}

.no_border td
{
	border: none;
}
/*/Делаем класс для тех, кто без границы*/
/*------------------------------------------------------*/

.container
{
	margin: 0px auto;
	/*width: 994px;*/
	width: 100%;
	/*background-image: url(top_bg.jpg);*/
	background-repeat: no-repeat;
	background-position: right top;
	position: relative;
	min-height: 444px;
}

body.learning .container
{
	width: 100%;
}

.top_blue_grad
{
	position: absolute;
	z-index: 0;
	right: 0px;
	right: expression(this.parentNode.offsetWidth%2==1 ? -1 : 0);
	width: 454px;
	/*height: 26px;
	background-image: url(top_blue_grad.jpg);*/
	height: 86px;
	background-image: url(top_blue_grad_big.jpg);
}

body.learning .top_blue_grad
{
	height: 86px;
	background-image: url(top_blue_grad_big.jpg);
}

.top_zebra
{
	position: absolute;
	z-index: 1;
	/*width: 994px;*/
	width: 100%;
	height: 123px;
	background-image: url(top_zebra.gif);
	background-repeat: repeat-x;
}

body.learning .top_zebra
{
	width: 100%;
}

.logo_bg
{
	position: absolute;
	z-index: 2;
	left: 39px;
	width: 223px;
	height: 147px;
	background-image: url(logo_bg.jpg);
}

.top_grad
{
	position: absolute;
	z-index: 0;
	/*width: 994px;*/
	width: 100%;
	top: 123px;
	height: 112px;
	background-image: url(top_grad.gif);
	background-repeat: repeat-x;
}

body.learning .top_grad
{
	width: 100%;
}

.tright_bg
{
	position: absolute;
	z-index: 0;
	width: 215px;
	top: 26px;
	height: 420px;
	right: 0px;
	right: expression(this.parentNode.offsetWidth%2==1 ? -1 : 0);	
	background-image: url(right_bg.jpg);
}

.blue_line
{
	position: absolute;
	z-index: 2;
	width: 449px;
	top: 119px;
	height: 4px;
	right: 0px;
	right: expression(this.parentNode.offsetWidth%2==1 ? -1 : 0);	
	background-image: url(blue_line.jpg);
}

.top_tbl
{
	position: relative;
	z-index: 10;
}

.top_tbl td
{
	vertical-align: top;
}

.top_tbl .logo
{
	width: 290px;
}

.top_tbl .logo img
{
	margin: 18px 0px 0px 77px;
}

.top_tbl .reg
{
	padding-top: 7px;
	padding-left: 16px;
}

.top_tbl .reg a.marker
{
	background-image: url(reg_marker.gif);
	background-repeat: no-repeat;
	background-position: 0px 4px;
	padding-left: 18px;
}

.top_tbl .reg span.spacer
{
	padding: 0px 9px;
}

.top_tbl .top_banner
{
	padding-top: 5px;
	padding-bottom: 0px;
	text-align: center;
	padding-right: 5px;
}

.top_tbl .top_banner img
{
	/*border: 1px solid #c9c9c9;*/
}

body.learning .top_tbl .top_banner
{
	/*text-align: right;*/
	text-align: center;
	padding-right: 5px;
}

.top_tbl .search
{
	padding-top: 21px;
	padding-left: 15px;
	letter-spacing: 5px;
}

.top_tbl .search input
{
	vertical-align: top;
	margin: 0px;
}

.top_tbl .search input.text
{
	width: 212px;
	height: 22px;
	border: 1px solid #c9c9c9;
	padding: 2px 3px;
	letter-spacing: 0px;
}

.top_tbl .search input.image
{
	position: relative;
	top: 7px;
	margin-left: 5px;
}

body.learning .top_tbl .search input.image
{
	margin-left: 5px;
}

.top_tbl .search table
{
	width: 100%;
}

.top_tbl .search table td
{
	margin: 0px;
	padding: 0px;
}

.top_tbl .search table td.search
{
	width: 250px;
}

.top_tbl .search table td.blue_line_td
{
	background-image: url(blue_line_part.gif);
	background-repeat: repeat-x;
	background-position: 0px 12px;
	vertical-align: top;
}

.top_tbl .breadcrumbs
{
	padding-top: 10px;
	padding-left: 20px;
}

.mid_tbl
{
	margin-top: 32px;
}

.mid_tbl .left_column .h1_under
{
	margin-left: 16px;
	position: relative;
	z-index: 3;
	margin-top: -2px;
}

.mid_tbl .left_column h1
{
	padding-left: 44px;
	padding-bottom: 15px;
	margin-left: 16px;
	background-repeat: no-repeat;
	background-position: left bottom;
	line-height: 29px;
	position: relative;
	z-index: 4;
}

.mid_tbl .left_column h1.left_orange
{
	color: #fdbc02;
	background-image: url(h1_left_orange.jpg);
	position: relative;
}

.mid_tbl .left_column h1.left_green
{
	color: #a1ca04;
	background-image: url(h1_left_green.jpg);
}

.mid_tbl .left_column h1.left_blue
{
	color: #07d2dd;
	background-image: url(h1_left_blue.jpg);
}

.mid_tbl .left_menu
{
	position: relative;
	width: 266px;
	background-image: url(left_menu_bg.gif);
	background-repeat: repeat-y;
	background-position: 29px 0px;
	/*top: 40px;*/
}

.mid_tbl .left_menu .left_menu_bg
{ 
	position: relative;
	/*top: -40px;*/
	background-image: url(left_menu_bg_added.gif);
	background-repeat: repeat-x;
}

.mid_tbl .left_menu .bottom_spacer
{ 
	font-size: 0px;
	height: 7px;
	/*margin-top: -47px;*/
	background-image: url(left_menu_bottom_bg.gif);
	background-repeat: no-repeat;
	background-position: 29px 100%;	
	position: relative;
	/*top: 47px;*/
}

.mid_tbl td
{
	vertical-align: top;
	padding-bottom: 19px;
}

.mid_tbl td.left_column
{
	width: 266px;
	padding-bottom: 390px;
}

.left_menu .right_bg, .left_menu .right_bg_bottom
{
	position: absolute;
	right: 17px;
	margin-top: -70px;
	z-index: 2;
}

.left_menu .right_bg_bottom
{
	margin-top: -94px;
}

.left_menu .links
{
	line-height: 23px;
	padding-left: 49px;
	padding-bottom: 22px;
	padding-top: 7px;
}

.left_menu .links a, .left_menu .links span
{
	color: #636361;
	text-decoration: none;
	background-image: url(lm_marker.gif);
	background-repeat: no-repeat;
	background-position: 0px 3px;
	padding-left: 23px;
}

.left_menu .blue_links a, .left_menu .blue_links span
{
	color: #0bc5d1;
}

.left_menu .links a:hover, .left_menu .blue_links a:hover
{
	color: #AA0425;
}

.mid_div
{
	position: relative;
	//height: 1%;
	/*background-image: url(left_bottom_bg.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;*/
}

.mid_div .left_bottom_bg
{
	position: absolute;
	bottom: 0px;
	bottom: expression(this.parentNode.offsetHeight%2==1 ? -1 : 0);
}

.mid_tbl .right_column
{
	width: 269px;
}

.mid_tbl .right_column h1, .mid_tbl .right_column h1 a
{
	padding-bottom: 15px;
	padding-left: 30px;
	background-repeat: no-repeat;
	background-position: left bottom;
	line-height: 29px;
	position: relative;
	z-index: 4;
	text-decoration: none;
}

.mid_tbl .right_column h1 a
{
	padding: 0px;
}

.mid_tbl .right_column h1.right_green
{
	color: #a1ca04;
	background-image: url(h1_left_green.jpg);
}

.mid_tbl .right_column h1.right_green a, .mid_tbl .right_column h1.right_green a:hover
{
	color: #a1ca04;
}

.mid_tbl .right_column h1.right_blue
{
	color: #07d2dd;
	background-image: url(h1_left_blue.jpg);
}

.mid_tbl .right_column h1.right_blue a, .mid_tbl .right_column h1.right_blue a:hover
{
	color: #07d2dd;
}

.mid_tbl .right_column .h1_under
{
	margin-left: 0px;
	position: relative;
	z-index: 3;
	margin-top: -2px;
}

.forum_block .date
{
	background-color: #9c9c9c;
	float: left;
	color: #ffffff;
	padding: 5px 6px 3px 6px;
	margin-right: 3px;
}

.forum_block
{
	padding-top: 10px;
	padding-bottom: 38px;
	position: relative;
	z-index: 10;
}

.forum_block .title
{
	color: #a1ca04;
	padding: 8px 0px 0px 0px;
}

.forum_block .title a, .forum_block .title a:hover
{
	color: #a1ca04;
	text-decoration: none;
}

.forum_block .announce
{
	clear: both;
	border-top: 2px solid #9c9c9c;
	background-color: #f2f2ef;
	margin-right: 19px;
	margin-bottom: 13px;
	padding: 13px 8px 14px 12px;
}

.forum_block .announce .more
{
	padding-top: 14px;
}

.news_block .date
{
	background-color: #9c9c9c;
	float: left;
	color: #ffffff;
	padding: 5px 6px 3px 6px;
	margin-right: 3px;
}

.news_block
{
	padding-top: 10px;
	position: relative;
	z-index: 10;	
}

.news_block .title
{
	color: #a1ca04;
	padding: 8px 0px 0px 0px;
}

.news_block .announce
{
	clear: both;
	border-top: 2px solid #9c9c9c;
	background-color: #f2f2ef;
	margin-right: 19px;
	padding: 13px 8px 14px 12px;
	margin-bottom: 13px;
}

.news_block .announce .more
{
	padding-top: 14px;
}

.mid_tbl .right_column .right_banner
{
	padding-top: 27px;
	padding-left: 32px;
}

.mid_tbl .center_column
{
	text-align: center;
}

.mid_tbl .center_column .content
{
	text-align: left;
	/*width: 377px;*/
	padding: 0px 25px;
}

.mid_tbl .center_column h1
{
	color: #9c9c9c;
	background-image: url(h1_grey.jpg);
	padding-bottom: 15px;
	padding-left: 24px;
	background-repeat: no-repeat;
	background-position: right bottom;
	line-height: 29px;
	position: relative;
	z-index: 4;	
	margin-bottom: 32px;
}

.content .blue_header
{
	font-size: 14px;
	color: #0bc5d1;
	font-weight: bold;
	padding-bottom: 27px;
}

.content .structure
{
	padding-bottom: 23px;
}

.content .structure .header
{
	border-bottom: 2px solid #9c9c9c;
}

.content .structure .header span
{
	background-color: #9c9c9c;
	background-image: url(struct_hmarker.gif);
	background-repeat: no-repeat;
	background-position: 0px 7px;
	padding: 3px 19px 3px 20px;
	line-height: 20px;
	color: #ffffff;
}

.content .structure .body
{
	background-color: #f2f2ef;
	padding-top: 9px;
	padding-bottom: 35px;
}

.content .structure ol
{
	margin: 0px;
	line-height: 35px;
	padding-left: 47px;
}

.content .structure ol li.bold
{
	font-weight: bold;
}

.content .structure ol ul
{
	font-weight: normal;
	line-height: 24px;
	position: relative;
	top: -4px;
	margin-bottom: 0px;
	list-style-image: url(spacer.gif);
	padding-left: 0px;	
	margin-left: 0px;
}

.content .structure ol ul ul
{
	padding-left: 12px;
	top: 0px;
}

.content .structure ol ul li
{
	background-image: url(ul_marker.gif);
	background-repeat: no-repeat;
	background-position: 0px 8px;
	padding-left: 20px;
}

.content .term_tbl td, .content .term_tbl th
{
	border: 1px solid #9c9c9c;
	border-collapse: collapse;
}

.content .term_tbl th
{
	color: #a1ca04;
	font-weight: bold;
	font-size: 11px;
	text-align: center;
	padding-top: 6px;
	padding-bottom: 1px;
}

.content .term_tbl td
{
	padding-top: 5px;
	padding-bottom: 1px;
	padding-left: 4px;
	padding-right: 4px;
}

.bottom_tbl td
{
	height: 91px;
}

.bottom_tbl td.copyright
{
	background-image: url(copyright_bg.gif);
	background-repeat: repeat-y;
	width: 307px;
	font-size: 11px;
	text-align: center;
}

.bottom_tbl td.lines
{
	vertical-align: top;
}

.bottom_tbl td.lines div.bottom
{
	height: 91px;
	background-image: url(bottom_bg.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
}

.bottom_tbl td.lines div.left_dot
{
	position: absolute;
	background-image: url(lb_dot.gif);
	background-repeat: no-repeat;
	width: 9px;
	height: 9px;
	margin-left: -23px;
	margin-top: 10px;
}

.learn-work-table
{
	margin-top: 20px;
}

.learn-work-table .learn-left-data
{
	width: 266px;
	padding-bottom: 390px;
}

.learn-work-table .learn-left-data .menu-sitemap-tree, .learn-work-table .learn-left-data .learn-course-tree
{
	padding-left: 10px;
}

.learn-work-table .learn-right-data
{
	padding-left: 45px;
	padding-bottom: 30px;
}

.learn_header
{
	padding-left: 310px;
	padding-top: 30px;
}
.info_main a
{
	text-transform: uppercase;	
	font-size: 21px;
	color: #9c9c9c;
	font-weight: normal;
	margin: 0px;
}

