﻿*
{
	margin: 0px;
	padding: 0px;
	border: 0px;
}
table
{
	border-collapse: collapse;
	empty-cells: show;
}
body
{
	font-family: Arial;
	font-size: 12px;
}
div.main
{
    background-image:url('../img/fon.png');
	-moz-box-shadow: 0 0 15px #000;
	-webkit-box-shadow: black 0px 0px 15px;
	 box-shadow : 0 0 15px #000;
	width: 994px;
}
div.lang
{
	position: absolute;
	display: block;
	left: 5px;
	bottom: 1px;
	vertical-align: bottom;
	text-align: left;
}
div.lang table.lang
{
	border-collapse:separate;
    border-spacing: 5px;
}
div.lang table.lang td
{ 
	/*border-right: 2px solid #b2b4b4;*/
	
	padding-right: 5px;
	padding-left: 5px;
	height:18px;
}
div.lang table.lang td a
{
	color: #23a2b1;
}
table.menubar
{
 
	width: 98.9%;
	height: 38px;
	background-color: #1b748a;
}
div.menubar
{
 background-image:url('../img/menubar.png');  
	/*background-color: #1b748a;*/
	padding-left: 14px;
	padding-right: 4px;
	position: relative;
	text-align: left;
}
table.menubar div
{
	color: White;
	text-decoration: none;
}
table.menubar td a
{
	color: White;
	text-decoration: none;
}

table.menubar td a:hover
{
	color: White;
	text-decoration: underline;
}

table.menubar td div div.menuitem
{
	text-align: center;
	display: block;
	cursor: hand;
	background-color: #1b748a;
	background-image: none;
	padding-top: 13px;
	height: 25px;
	padding-left: 12px;
	padding-right: 12px;
}
table.menubar td div div.menuitem div
{
	padding: 5px 3px;
	margin: -5px -3px;
	background-color: transparent;
	cursor: pointer;
	cursor: hand;
}

table.menubar td div div.menuitem-active
{
	text-align: center;
	display: block;
	display: none;
	text-align: left;
	position: relative;
	z-index: 1;
}
table.menubar td div div.menuitem-active div
{
	background: url('../img/c_menu.jpg') repeat-x;
	text-align: center;
	border: none;
}
table.menubar td div div.menuitem div a
{
	text-decoration: none;
}
table.menubar td div div.menuitem-active div div
{
	background: url('../img/l_menu.jpg') no-repeat left;
	position: relative;
	border: none;
}
table.menubar td div div.menuitem-active div div div
{
	background: url('../img/r_menu.jpg') no-repeat right;
	padding-top: 13px;
	height: 25px;
	padding-left: 12px;
	padding-right: 12px;
	position: relative;
	border: none;
	cursor: pointer;
}
table.menubar td div div.menuitem-active div.dropdown
{
	position: absolute;
	top: 32px;
	left: 0px;
	background: none;
	padding: 15px;
	text-align: left;
	z-index: 3;
	white-space: nowrap;
}
div.menubar div.backmenu
{
	position: absolute;
	top: 32px;
	left: 0px;
	background: none;
	visibility: hidden;
	z-index: 1;
}
table.menubar td div div.menuitem-active div.dropdown table
{
	width: 100%;
	height: 100%;
	display: block;
	padding: 0px;
	background: none;
	position: relative;
}
table.menubar td div div.menuitem-active div.dropdown table div
{
	display: block;
	padding: 0px; /*	border: 1px solid red;*/
	background: none;
	position: relative;
}

table.menubar td div.search
{
padding-left: 50px;
	width: 178px;
	position: relative;
	margin: 8px;
	margin-right: 15px;
}
input.search-input
{
	background: white url('../img/center_edit.png') repeat-x;
	outline: none;
	width: 158px;
	position: relative;
	height: 19px;
	padding-top: 3px;
	border: none;
	font-size: 13px;
}
table.content
{
	margin-left: 15px;
	margin-right: 15px;
	margin-top: 15px;
}
table.content td
{
	text-align: left; /*vertical-align: top;*/
}
table.content a
{
	color: #23a2b1;
}
div.header
{
	margin-top: 20px;
	margin-left: 2px;
	margin-bottom: 15px;
}
div.login
{
	margin-top: 15px;
	margin-bottom: 3px;
}
span.header, h1
{
	color: #525151;
	font-size: 23px;
	display: inline;
	font-weight: normal;
}
h2
{
	color: #104b68;
	font-size: 14px;
	display: inline;
	font-weight: bold;
}
input.login-input
{
	background: url('../img/center_edit.png') repeat-x;
	outline: none;
	width: 100px;
	height: 19px;
	padding-top: 3px;
	font-size: 13px;
}
table.login td
{
	padding-right: 7px;
}
table.login td table td
{
	padding: 0px;
}
div.messages
{
	border: 1px solid #94e0f3;
	background-color: #f3fdfd;
	margin-top: 15px;
	margin-bottom:15px;
	width: 255px;
	position: relative;
	padding: 15px;
	padding-top: 2px;
	padding-bottom:0px;
	-moz-border-radius: 4px 18px 4px 18px;
    -webkit-border-top-left-radius: 4px;
    -webkit-border-top-right-radius: 18px;
    -webkit-border-bottom-right-radius: 4px;
    -webkit-border-bottom-left-radius: 18px;
	border-radius: 4px 18px 4px 18px;
	background: #f3fdfd;
	background: -webkit-linear-gradient(top, #bceaee, #f3fdfd 20%, #f3fdfd 80%, #bceaee);
	background: -moz-linear-gradient(top, #bceaee, #f3fdfd 20%, #f3fdfd 80%, #bceaee);
	background: -o-linear-gradient(top, #bceaee, #f3fdfd 20%, #f3fdfd 80%, #bceaee);
	opacity:0.75;
}
div.messages div.topleft
{
	position: absolute;
	top: -1px;
	left: -1px;
}
div.messages div.topright
{
	position: absolute;
	top: -1px;
	right: -1px;
}
div.messages div.bottomleft
{
	position: absolute;
	bottom: -1px;
	left: -1px;
}
div.messages div.bottomright
{
	position: absolute;
	bottom: -1px;
	right: -1px;
}
span.date
{
	color: #9a9a9a;
	font-size: 11px;
}
div.messages p
{
	margin-top: 0px;
	margin-bottom: 0px;
}
div.messages a
{
    text-decoration:none;
}
div.messages a:hover
{
    text-decoration:underline;
}

div.news
{
	padding-top: 10px;
	padding-bottom: 10px;
}
div.news p
{
	margin-top: 5px;
	margin-bottom: 5px;
	padding: 0px;
}
div.news p.right
{
	text-align: right;
	margin: 0px;
}
div.prepod
{
	padding-bottom: 20px;
}
div.prepod table.prepod td
{
}
div.prepod table.prepod tr td.photo
{
	width: 250px;
	height: 230px;
	background-color: #e3e3e3;
	border: 1px solid #a9a9a9;
	color: #9a9a9a;
	font-size: 14px;
	vertical-align: middle;
	text-align: center;
}
div.prepod table.prepod tr td.descr
{
	padding-left: 25px;
	font-size: 11px;
}
div.prepod table.prepod a
{
	font-size: 14px;
}
div.prepod table.prepod div.degree
{
	font-size: 12px;
	color: #9a9a9a;
	padding-top: 1px;
	padding-bottom: 10px;
}
ol.prepod_pages
{
	padding-left: 16px;
	padding-top: 10px;
	padding-bottom: 10px;
}
table.timetable
{
	width: 100%;
}
table.timetable td
{
	padding: 5px;
	border: 1px solid black;
	text-align: center;
}
table.timetable td.time
{
	width: 17%;
	background-color: #f5fdff;
	color: #9a9a9a;
}
table.timetable td.subject
{
	width: 50%;
	background-color: #e9f4f8;
}
table.timetable td.room
{
	width: 15%;
	background-color: #fff8ef;
}
span.gray
{
	color: #9a9a9a;
}
div.blueborder
{
	background-color: #f3fdfd;
	border: 1px solid #94e0f3;
	padding: 10px;
	margin-bottom: 10px;
}
#tr
{
	background: url('../img/dropdown/tr.png') no-repeat;
	width: 11px;
	height: 30px;
}
#g
{
	background: url('../img/dropdown/mr.png') repeat-y right;
	width: 11px;
	height: 105px;
}
#br
{
	background: url('../img/dropdown/br.png') no-repeat;
	width: 11px;
	height: 45px;
}

h2
{
	color: #525151;
}

.teacher_types li
{
    padding-left: 20px;	
	float: left;
    list-style: none;
    text-align: center;
	height:30px;
}
.teacher_types li a 
{
	background-image: url(/img/fancyDropDown/dropdown.png);
	padding:3px; 
    display: block;
    font-size: 12px;
    text-decoration: none;
	color:#fff;
	-moz-border-radius: 4px 4px 4px 4px;
    -webkit-border-top-left-radius: 4px;
    -webkit-border-top-right-radius: 4px;
    -webkit-border-bottom-right-radius: 4px;
    -webkit-border-bottom-left-radius: 4px;
	border-radius: 4px 4px 4px 4px;
}
.teacher_types li :hover
{
color:#000;
	background: #f3fdfd;
	background: -webkit-linear-gradient(top, #bceaee, #f3fdfd 20%, #f3fdfd 80%, #bceaee);
	background: -moz-linear-gradient(top, #bceaee, #f3fdfd 20%, #f3fdfd 80%, #bceaee);
	background: -o-linear-gradient(top, #bceaee, #f3fdfd 20%, #f3fdfd 80%, #bceaee);
}

div.main_teacher_types
{

}

.vt_footer
{
	background-image:url('/img/footer.png');
}
