html {
	margin: 0;
	padding: 0;
	font-family: Arial;
	font-size: 12px;
	overflow-y: scroll;
}
body{
	margin: 0;
	padding: 0;
	background: #fff url('./img/background-main.png') top repeat-x;
}
*{
	outline: none;
}
img {
	border: 0;
}
.clear{
	clear: both;
}
a{
	color: #3D5A8B;
}
a:hover{
	color: #03c;
}
#second-level-links a:hover{
	text-decoration: none;
}
a.fast{
	text-decoration: none;
	border-bottom: #03c 1px dashed;
}
.print{
	display: none;
}

img.img1 {
	margin-left: 20px;
	margin-right: 20px;
	margin-top: 10px;
	margin-bottom: 10px;
}

/*
 * Ring
 */

#ring{
	height: 35px;
	background-color: #69f;
}
.certified{
	text-align: right;
}


/*
 * Base layout
 */

#layout{
	width: 100%;
	min-width: 1000px;
	max-width: 1250px;
	background-image: url('./img/background.png');
	background-position: left top;
	background-repeat: no-repeat;
}

/*
 * Top
 */

#top{
	height: 100px;
	margin: 7px 0 7px 0;
}
body.study #top{
	margin: 0 0 7px 0;
}
#top div{
	float: left;
}		
#top .small-icons{
	width: 3%;
	height: 50px;
	margin-top: 25px;
	text-align: right;
}
#top .small-icons a{
	display: block;
	float: right;
	width: 15px;
	height: 15px;
	margin-bottom: 3px;
	clear: both;
}
#top .head{
	width: 64%;
	height: 100px;
}
#top .forms{
	width: 30%;
	height: 100px;
	left: 0%;
	position: relative;
}
body.study #top .forms{
	width: 25%;
}
#top .logo{
	width: 54px;
	height: 54px;
	margin: 23px 0 0 14px;
}
#top .title{
	width: 85%;
	height: 52px;
	margin: 24px 0 0 14px;
	color: #1f50a1;
	font-weight: bold;
	letter-spacing: 0;
	font-size: 21px;
	vertical-align: center;
	
}
body.study #top .title{
	width: 245px;
	height: 42px;
	margin: 29px 0 0 14px;
	color: #1f50a1;
	font-weight: bold;
	font-size: 16px;
	line-height: 21px;
	
}
#top .title a{
	color: #1f50a1;
	text-decoration: none;
}
#top .certificates{
	width: 29%;
	height: 100px;
	display: none;
}
#top .certificates .certified{
	height: 28px;
}
#top .certificates .certified a{
	font-size: 10px;
	color: #999;
	text-decoration: none;
}
#top .certificates .certified a:hover{
	color: #03c;
	text-decoration: underline;
}
#top .certificates .icons{
	clear: left;
	height: 72px;
	width: 200px;
}

#top .login-form,
#top .search-form{
	width: 291px;
	height: 26px;
	margin-top: 11px;
	float: right;
}
body.study #top .login-form{
	display: none;
}
body.study #top .search-form{
	margin-top: 33px;
}

.login-form input[type=text],
.login-form input[type=password],
.search-form input[type=text]{
	font-style: italic;
	color: #000;
}

#top .login-form input.username,
#top .login-form input.password,
#top .search-form input.search-string{
	float: left;
	width: 86px;
	margin: 0 11px 0 0;
	height: 18px;
	box-sizing: content-box;
}

#top .login-form input.username.empty{
	background-image: url('/img/hint-input-login.png');
	background-position: left center;
	background-repeat: no-repeat;
}

#top .login-form input.password.empty{
	background-image: url('/img/hint-input-password.png');
	background-position: left center;
	background-repeat: no-repeat;
}

#top .search-form input.search-string.empty{
	background-image: url('/img/hint-input-search.png');
	background-position: left center;
	background-repeat: no-repeat;
}

#top input.search-string{
	width: 199px !important;
}

body.study #top .head{
	width: 35%;
}

#top .user{
	width: 34%;
	height: 100px;
}


#top .user .name{
	font-size: 16px;
	font-weight: bold;
	color: #888;
	margin-top: 30px;
}
#top .user .links{
	margin-top: 4px;
	width: 375px;
	float: left;
}
#top .user .links a{
	color: #888;
	font-weight: bold;
	width: 20px;
}
#top .user .links a.mail,
#top .user .links a.notices,
#top .user .links a.progress{
	float: left;
	width: 20px;
	padding-left: 16px;
	background-position: left center;
	background-repeat: no-repeat;
	text-decoration: none;
	margin-right: -7px;
}
#top .user .links a.mail{
	background-image: url('./img/status-messages.png');
}
#top .user .links a.notices{
	background-image: url('./img/status-notices.png');
}
#top .user .links a.progress{
	background-image: url('./img/status-eduplan.png');
}
#top .user .links a.mail.new{
	background-image: url('./img/status-new-messages.png');
}
#top .user .links a.notices.new{
	background-image: url('./img/status-new-notices.png');
}
#top .user .links a.progress.new{
	background-image: url('./img/status-eduplan-progress.png');
}

/*
 * Content
 */

#middle{
	position: relative;
}

/*
 * Left column
 */

#left{
	float: left;
	width: 21%;
	left: 3%;
	position: relative;
}

/*
 * Left column, main menu
 */

#menu ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-weight: bold;
}
#menu ul h2{
	color: #fff;
	font-size: 16px;
	margin: 0;
	margin-bottom: 7px;
	padding: 0 0px;
	line-height: 22px;
	float: left;
}
#menu h2 span{
	display: block;
	float: left;
}
#menu li.gold{
	background: transparent url('/img/icon-about-university.png') left 35px no-repeat;
}
#menu li.blue{
	background: transparent url('/img/icon-entrance.png') left 35px no-repeat;
}
#menu li.green{
	background: transparent url('/img/icon-students-life.png') left 50px no-repeat;
}
#menu .gold h2 span.title{
	background-color: #dc793d; /* #dc793d, #ff6600*/
}
#menu .blue h2 span.title{
	background-color: #3d5a8b;
}
#menu .green h2 span.title{
	background-color: #399339;
}
#menu .gold ul a{
	color: #dc793d;
	font-weight: bold;
}
#menu .blue ul a{
	color: #3d5a8b;
	font-weight: bold;
}
#menu .green ul a{
	color: #399339;
	font-weight: bold;
}
#menu .left-corners,
#menu .right-corners{
	width: 5px;
	height: 22px;
}
#menu .gold .left-corners{
	background-image: url('./img/gold-left-corners.png');
}
#menu .gold .right-corners{
	background-image: url('./img/gold-right-corners.png');
}
#menu .blue .left-corners{
	background-image: url('./img/blue-left-corners.png');
}
#menu .blue .right-corners{
	background-image: url('./img/blue-right-corners.png');
}
#menu .green .left-corners{
	background-image: url('./img/green-left-corners.png');
}
#menu .green .right-corners{
	background-image: url('./img/green-right-corners.png');
}

#menu ul a:hover{
	color: #0033cc;
}
#menu li ul {
	clear: both;
	margin-left: 75px;
	margin-bottom: 21px;
	color: #333;
	font-size: 14px;
}
#menu li li{
	line-height: 24px;
	padding: 3px 0;
	line-height: 18px;
}

/*
 * Left column, main menu v. for Study
 */

body.study #menu ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
}
body.study  #menu ul h2{
	color: #cc3300;
	font-size: 16px;
	margin: 0;
	margin-bottom: 7px;
	padding: 0;
	line-height: 22px;
	float: none;
}
body.study  #menu ul h2 a{
	color: #cc3300;
}
body.study  #menu ul a:hover{
	color: #0033cc;
}
body.study  #menu ul ul a{
	color: #3d5a8b;
}
body.study  #menu li ul {
	clear: both;
	margin: 0 0 11px 11px;
	color: #333;
	font-size: 14px;
}

/*
 * Left column, Consultant
 */

#consultant{
	border: #d6e2ee 1px solid;
	padding: 11px;
	border-radius: 7px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
}
#consultant h2, #votes h2{
	color: #95adad;
	font-weight: normal;
	font-style: italic;
	font-size: 16px;
	margin: 0 0 21px 0;
}
.consultant{
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.consultant .surname{
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 4px;
}
.consultant .name{
	font-size: 16px;
	margin-bottom: 4px;
}
.consultant .photo{
	float: left;
	padding: 3px;
	width: 75px;
	border: #eee 1px solid;
	margin-right: 7px;
}
.consultant .email,
.consultant .phone,
.consultant .mobile-phone,
.consultant .skype,
.consultant .icq{
	line-height: 21px;
	font-size: 12px;

}
.consultant .skype{
	padding-left: 21px;
	background: #fff url('./img/skype.png') left center no-repeat;
}
.bubble{
	width: 100%;
	height: 26px;
	margin-bottom: -26px;
	z-index: 99;
}
.bubble img{
	margin-left: 20px;
	margin-top: -1px;
}

/*
 * Left column, Poll
 */

#votes{
	margin-top: 28px;
	padding: 0;
}
#votes ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#votes .question{
	font-weight: bold;
}
#votes .answers li{
	line-height: 19px;
}

/*
 * Wrapper for index page
 */

#wrapper{
	left: 6%;
	position: relative;
	float: left;
	width: 70%;
}

/*
 * Slider
 */

#slider{
	overflow: hidden;
	height: 242px;
	width: 100%;
	padding: 4px;
	padding: 0;
}

#slider .splashes {
	height: 243px;
}
#slider .splashes ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
	height: 243px;
	overflow: hidden;
}
#slider .splashes ul li{
	float: left;
	width: 100%;
	height: 243px;
	display: block;
}

#slider .arrows{
	color: #fff;
	font-size: 54px;
	font-weight: bold;
	position: relative;
	z-index: 99;
	width: 100%;
	top: -250px;
}
#slider .arrows span{
	opacity: 0.3;
}
#slider .arrows span:hover{
	opacity: 1.0;
}
#slider .arrows .left,
#slider .arrows .right {
	width: 49%;
	height: 250px;
	line-height: 235px;
}
#slider .arrows .left{
	float: left;
	text-align: left;
	/*background-color: #ff9;*/
}
#slider .arrows .right{
	float: right;
	text-align: right;
	/*background-color: #99f;*/
}
#slider .arrows .left span,
#slider .arrows .right span{
	cursor: pointer;
}

/*
 * Index page, Center
 */

body.index #center{
	width: 66%;
	float: left;
	overflow: hidden;
	position: relative;
	font-size: 13px;
}
body.index #page h2{
	margin-top: 16px;
	font-size: 20px;
}

/*
 * Other pages, Center
 */

body.other #center{
	left: 6%;
	position: relative;
	float: left;
	width: 70%;
}

body.study #center{
	left: 6%;
	position: relative;
	float: left;
	width: 53%;
}

body.study #center.wide{
	width: 70%;
}

body.small #center{
	left: 3%;
	width: 94%;
	position: relative;
	float: left;
}

/*
 * Page
 */

body.index #page{
	font-size: 13px;
}

#page{
	font-size: 14px;
}

#page h1{
	font-size: 20px;
	color: #666;
	clear: both;
}
#page h2{
	margin-top: 16px;
	font-size: 20px;
	color: #666;
}
#page ul{
	list-style-type: disc;
	padding-left: 21px;
}
#page ul li{
	margin-bottom: 5px;
}
body.index #page ul li {
	margin-bottom: 5px;
	list-style-type: disc;
}

.print-link{
	position: absolute;
	right: 0;
	font-size: 12px;
	font-weight: normal;
	line-height: 30px;
	color: #cc6600;
}

/*
 * Bread crumbs
 */

#crumbs{
	border: #d6e2ee 1px solid;
	border-left-width: 0;
	border-right-width: 0;
	font-size: 12px;
}

#crumbs ul{
	list-style-type: none;
	margin: 0 7px 0 7px;
	padding: 0;
	height: 28px;
	line-height: 28px;
}
#crumbs ul li{
	float: left;
	padding-right: 24px;
	margin-right: 11px;
	background-image: url('./img/small-arrow.gif');
	background-position: right center;
	background-repeat: no-repeat;
}
#crumbs ul li.last{
	background-image: none;
}

/*
 * Second level navigtion
 */

#second-level-links{
	float: left;
	clear: both;
	width: 100%;
	border-bottom: #d6e2ee 1px solid;
	font-size: 12px;
	padding: 4px 0;
}
#second-level-links ul{
	list-style-type: none;
	margin: 0;
	padding: 0 7px 0 7px;
}
#second-level-links ul li{
	float: left;
	width: 33%;
	line-height: 21px;
}

/*
 * Right column, Index page, News
 */

#right{
	float: left;
	width: 30%;
	left: 4%;
	position: relative;
	z-index: 2;
}

/*
 * Right column, Study
 */

body.study #right{
	left: 9%;
	position: relative;
	float: left;
	width: 14%;
}

/*
 * News
 */

#news-on-index{
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#news-on-index h2{
	font-size: 14px;
	color: #666;
	margin: 21px 0 3px 0;
}
#news-on-index h2 a{
	color: #666;
}
#news-on-index h2.highlighted a{
	color: #CC3300 !important;
}
#news-on-index h2 a:hover{
	color: #0033cc;
}
#news-on-index ul + p{
	margin-top: 0;
}
#news-on-index li p{
margin-top: 0;
}

/*
 * Ð¤ÑƒÐ½ÐºÑ†Ð¸Ð¾Ð½Ð°Ð»ÑŒÐ½Ð¾Ðµ Ð¼ÐµÐ½ÑŽ, Study
 */

#function-menu{
	list-style-type: none;
	margin: 0;
	padding: 0;
	line-height: 21px;
}
#function-menu li{
	padding-left: 17px;
	background-image: url('./img/small-arrow-2.gif');
	background-position: left center;
	background-repeat: no-repeat;
}

#function-menu li.separator{
	background-image: none;
	line-height: 11px;
}

/*
 * Footer
 */

#bottom{
	width: 100%;
	height: 31px;
	clear: both;
	margin: 56px 0;
}
#bottom .copyright,
#bottom .contacts,
#bottom .counters{
	float: left;
	color: #999;
	height: 31px;
}
#bottom .copyright{
	position: relative;
	width: 21%;
	left: 3%;
}
#bottom .contacts{
	position: relative;
	width: 21%;
	left: 6%;
	font-size: 14px;
	font-weight: bold;
}
#bottom .counters{
	position: relative;
	left: 9%;
	width: 46%;
	text-align: right;
}


/*
 * Buttons
 */

input[type=text],
input[type=password]{
	border: #999 1px solid;
	padding: 3px 7px;
	
}
input.login{
	width: 64px !important;
	height: 26px !important;
	border: 0;
	background: transparent url('./img/button-login.png') left top no-repeat;
	_background-image: none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='./img/button-login.png', sizingMethod='crop');
	margin-right: 0 !important;
}
input.find{
	width: 64px;
	height: 26px;
	border: 0;
	background: transparent url('./img/button-find.png') left top no-repeat;
	_background-image: none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='./img/button-find.png', sizingMethod='crop');
	margin-right: 0 !important;
}
input.vote{
	width: 98px;
	height: 26px;
	border: 0;
	background: transparent url('./img/button-vote.png') left top no-repeat;
	_background-image: none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='./img/button-vote.png', sizingMethod='crop');
	margin-right: 0 !important;
}
input.add{
	width: 82px;
	height: 26px;
	border: 0;
	background: transparent url('./img/button-add.png') left top no-repeat;
	_background-image: none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='./img/button-add.png', sizingMethod='crop');
	margin-right: 0 !important;
}
input.print{
	display: inline;
	width: 66px;
	height: 26px;
	border: 0;
	background: transparent url('./img/button-print.png') left top no-repeat;
	_background-image: none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='./img/button-print.png', sizingMethod='crop');
	margin-right: 0 !important;
}
input.save{
	width: 89px;
	height: 26px;
	border: 0;
	background: transparent url('./img/button-save.png') left top no-repeat;
	_background-image: none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='./img/button-save.png', sizingMethod='crop');
	margin-right: 0 !important;
}
input.send{
	width: 90px;
	height: 26px;
	border: 0;
	background: transparent url('./img/button-send.png') left top no-repeat;
	_background-image: none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='./img/button-sendt.png', sizingMethod='crop');
	margin-right: 0 !important;
}
input.to-study{
	width: 138px;
	height: 26px;
	border: 0;
	background: transparent url('/img/button-to-study.png') left top no-repeat;
	_background-image: none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/img/button-to-study.png', sizingMethod='crop');
	margin-right: 0 !important;
}
input.to-manager{
	width: 148px;
	height: 26px;
	border: 0;
	background: transparent url('/img/button-to-manager.png') left top no-repeat;
	_background-image: none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/img/button-to-managerb.png', sizingMethod='crop');
	margin-right: 0 !important;
}
input.to-representative{
	width: 170px;
	height: 26px;
	border: 0;
	background: transparent url('/img/button-to-representative.png') left top no-repeat;
	_background-image: none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/img/button-to-representative.png', sizingMethod='crop');
	margin-right: 0 !important;
}
input.to-teacher{
	width: 172px;
	height: 26px;
	border: 0;
	background: transparent url('/img/button-to-teacher.png') left top no-repeat;
	_background-image: none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/img/button-to-teacher.png', sizingMethod='crop');
	margin-right: 0 !important;
}
input.to-graduate{
	width: 148px;
	height: 26px;
	border: 0;
	background: transparent url('/img/button-to-graduate.png') left top no-repeat;
	_background-image: none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/img/button-to-graduate.png', sizingMethod='crop');
	margin-right: 0 !important;
}
/* Exams fix */
#exam input[type="submit"]{
    width: 100px;
    height: 42px;
}
/*
 * 
 */

table.main{
	font-size: 12px;
	border-collapse: collapse;
}
table.main thead{
	/*border-bottom: #fff 7px solid;*/
}
table.main thead th{
	background-color: #ccc;
	line-height: 24px;
	padding: 0 7px;
	border-right: #fff 1px dotted;
	text-align: left;
	vertical-align: top;
}
table.main thead tr th:first-child{
	-moz-border-radius-topleft: 3px;
	border-top-left-radius: 3px;
}
table.main thead tr th:last-child{
	-moz-border-radius-topright: 3px;
	border-top-right-radius: 3px;
	border-right-width: 0;
}
table.main th a{
	color: #000;
}
table.main th a:hover{
	color: #333;
}
table.main tbody td{
	vertical-align: top;
	padding: 4px 7px;
}
table.main tbody tr{
	border-bottom: #D6E2EE 1px solid;
}
table.main tbody tr:last-child{
	border-bottom-width: 0;
}
table.main tr.subheader{
	background-color: #eee;
	font-weight: bold;
	border-bottom-width: 0;
}
table.main td{
	padding: 0 7px;
}



/*
 * Ïåðåäåëàòü
 */
 
.mail-long-header{
	background-color: #ccc;
	line-height: 24px;
	font-size: 14px;
	font-weight: bold;
	margin: 14px 0;
	padding: 0 3px;
	-moz-border-radius: 3px;
}
.centered{
	text-align: center;
}

.error {
    color: white;
    font-weight: bold;
    background-color: #f66;
    line-height: 22px;
    margin: 0 auto;
    font-size: 16px; padding: 0 7px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    text-align: center;
}

.info, .success {
    color: white;
    font-weight: bold;
    background-color: #3D5A8B;
    line-height: 22px;
    margin: 0 auto;
    font-size: 16px; padding: 0 7px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    text-align: center;
}

.new-message {
    font-weight: bold;
}

.normal-message,
.answered-message {
    font-weight: normal;
}
