/* IMPORT CUSTOM FONTS */

@font-face {
	font-family: AgendaBold;
	font-weight: bold;
	src: url("../include/font_ttf/agenda/Agenda Bold.TTF") format("truetype");
}

@font-face {
	font-family: AgendaLight;
	src: url("../include/font_ttf/agenda/Agenda Light.TTF") format("opentype");
}



body{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background: URL('../img/web/body_bg.png');
	font-family: AgendaLight;
}

#body_container{
	width: 100%;
}

/* page top shadow */
#body_topShadow{
	width: 100%;
	height: 89px;
	background: URL('../img/web/header_bg.png'); 
	position: absolute;
	
}

/* page main layout */
#main_layout{
	width: 100%;
	
}
#container{
	width: 980px;
	display: table;
	margin: 0px auto 0px auto;
}
#container2{
	width: 100%;
	background: #fff;
	display: table;
	margin: 0px auto 0px auto;
}


#header{
	float: left;
	margin: 20px 0px 20px 0px;
	width: 100%;
	
}
#header a.logo{
	display: table;
	float: left;
	width: 650px;
	height: 90px;
	margin: 0px 0px 0px 40px;
	background: URL('../img/web/logo.png');
}
/* header search and language container */
#left_container{
	float: left;
	margin: 20px 0px 0px 50px;
}
#languages{
	text-align: right;
	padding: 0px 5px 5px 0px;
}
#languages a {
	text-decoration: none;
}
#languages a.keeled_activ{
	color: #000;
	font-family: AgendaLight;
}
#languages a.keeled_noactiv{
	color: #838383;
	font-family: AgendaLight;
}
#languages a.keeled_activ:hover, #languages a.keeled_noactiv:hover{
	text-decoration: underline;
}

#languages span.language_sep{
	padding: 0px 5px 0px 5px;
}




#left_container span.search{
	float: left;
	width: 100%;
	
}
input.search{
	border: 0px;
	width: 135px;
	background-color: transparent;
	margin: 0px 0px 0px 10px;
	font-family: AgendaLight;
	font-size: 14px;
}
#search_input_bg{
	width: 149px;
	background-image: URL('../img/web/search_input_bg.png');
}

/* MAINMENU AND BACK TO TOP BULLET CONTAINER */
#bullet_container{
	float: left;
	width: 100%;
	height: 15px;
	background: #fff;
}
/* BACT TO TOP */
#bullet_container a {
	float: left;
	width: 250px; /* same size as submenu width */
	text-align: center;
}


/* MAINMENU STYLE */
#main_menu{
	float: left;
	margin: 0px 0px 0px 40px;
	list-style: none;
}
#main_menu li{
	float: left;
	display: block;
	text-align: center;
	width: 160px;
	height: 42px;
	background-image: URL('../img/web/main_menu_bg.png'); /* default bg */
	background-repeat: no-repeat;
	overflow: hidden;
	margin: 0px 0px 0px 0px;
}
/* MAINMENU DIFFERENT STYLES */
#main_menu li.a1{
	background-image: URL('../img/web/main_menu_bg1.png');
}
#main_menu li.a2{
	background-image: URL('../img/web/main_menu_bg2.png');
}
#main_menu li.a3{
	background-image: URL('../img/web/main_menu_bg3.png');
}
#main_menu li.a4{
	background-image: URL('../img/web/main_menu_bg4.png');
}
#main_menu li.a5{
	background-image: URL('../img/web/main_menu_bg5.png');
}

/* MAINMENU BOTTOM BULLETS */
#main_menu li div.bullet{
	margin: 7px auto 0px auto;
	width: 160px; /* same width as #main_menu li width */
	height: 15px;
	position: absolute;
	float: left;


}


#main_menu li a{
	display: block;
	color: #fff;

	font-family: AgendaBold;
	font-size: 18px;
	text-decoration: none;
	margin: 12px 0px 0px 0px;	
}

/* SUBMENU LAYOUT */
#submenu{
	/*background-color: #ccc;*/
	float: left;
	width: 250px;
}
/* SUBMENU STYLES */
#submenu ul{
	list-style: none;
	margin: 0px 0px 20px 0px;
	padding: 0px 0px 0px 0px;
}
#submenu li{
	margin: 0px 40px 0px 25px;
	border-bottom: dashed 1px #ccc; /*#ebf0f1*/;
	font-size: 18px;
	font-family: AgendaLight;
	float: left;
	width: 190px;
}

#submenu li a{
	text-decoration: none;
	display: block;
	color: #4e4e4e;
	margin: 7px 0px 3px 15px;

}
#submenu li img{
	position: absolute;	
	margin: 10px 0px 0px 0px;
}
#submenu li a:hover{
	text-decoration: underline;
}
/* CONTENT LAYOUT */
#content_layout{
	width: 980px;
	min-height: 350px;
	background-color: #fff;
	padding: 35px 20px 10px 10px;

}
#content{
	float: left;
	line-height: 150%;
	text-align: justify;
	
	color: #4e4e4e;
	font-family: Arial;
	font-size: 14px;
}
#content_header{
	float: left;
	width: 85%;
}
#print_div{
	float: right;
	max-width: 14%;
	width: auto;
	background-image: URL('../img/web/ico_print.png');
	background-repeat: no-repeat;
	background-position: top left;
}
#print_div a{
	text-align: right;	
	padding-left: 25px;
	color: #666666;
	text-decoration: none;
}

#content_body{
	float: left;
	text-align: left; width: 100%;
	margin: 20px 0px 0px 0px;
}

#footer{
	float: left;
	width: 100%;
	background-color: transparent;
	text-align: center;
	padding: 20px 0px 20px 0px;
}
#footer span.footer_text{
	color: #4c5a63;
	padding: 0px 30px 0px 0px;
}

/* FOOTER LINES */
#footer_line, #footer_line span{
	float: left;
	width: 100%;
	height: 6px;
}
#footer_line span{
	background-color: #d1d1d0;
}


h1 {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 5px 0px;
	font-size: 30px;
	color: #546869;
	text-align:left;
	font-family: AgendaLight;
}
h2 {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 5px 0px;
	font-size: 25px;
	color: #546869;
	text-align:left;
	font-family: AgendaLight;
}
h3 {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 5px 0px;
	font-size: 20px;
	color: #546869;
	text-align:left;
	font-family: AgendaLight;
}
h4 {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 5px 0px;
	font-size: 15px;
	color: #546869;
	text-align:left;
	font-family: AgendaLight;
}
h5 {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 5px 0px;
	font-size: 15px;
	color: #546869;
	text-align:left;
	font-family: AgendaLight;
}
h6 {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 5px 0px;
	font-size: 15px;
	color: #546869;
	text-align:left;
	font-family: AgendaLight;
}

a {
	color: #63898b;
	text-decoration: none;
}
a:hover {
	color: #000;
	text-decoration: underline;
}
a.uudis {
	color: #384242;
	text-decoration: none;
}
a.uudis:hover {
	text-decoration: underline;
}
a.uudisH1{
	color: #546869;
	font-weight: bold;
	text-decoration: none;
}

.error, #error{
	color: #ff0000;
	font-size: 12px;
}

/* Agreement form */
.red-star{color:red; font-weight:bold;}
.agreement-label{padding:5px 10px 5px 0px;}
.agreement-field-small{width:50px !important; margin:5px 0px !important; box-shadow: 0px 0px 5px #bcbaba; border:1px solid #7d9a9b !important;}
.agreement-select{width:156px !important; margin:5px 0px !important; box-shadow: 0px 0px 5px #bcbaba; border: 1px solid #7d9a9b !important;}
.agreement-textarea{width:350px !important; margin:5px 0px !important; box-shadow: 0px 0px 5px #bcbaba; border: 1px solid #7d9a9b !important; height:80px; resize:none; padding:2px;}

.agreement-group{padding:30px 0px 20px 0px; font-weight: bold; color:#000; font-size:13px;}
.agreement-field{width:220px !important; margin:5px 0px !important; box-shadow: 0px 0px 5px #bcbaba; border:1px solid #7d9a9b !important;}
.agreement-btn{border:1px solid #C0C0C0 !important; float:left;}
.agreement-error{padding:5px 0px; color:red; text-decoration: underline; font-weight:bold;}
.agreement-success{padding:5px 0px; color:green; text-decoration: underline; font-weight:bold;}

/* FB like btn */
.clear-both{display:block; clear:both;}
.fb-btn-wrapper{margin:25px 0px 25px 0px; text-align:center;}

/* Classes */
.ois-class{margin:0px 0px 50px 0px;}
.ois-class > .name{display: block; margin:0px 0px 15px 0px; line-height: 26px; font-size:24px; color:#666;}
.ois-class > .year{display: block; margin:5px 0px 0px 0px; line-height: 18px; font-size:16px; color:#666;}
.ois-class > .head{display: block; margin:5px 0px 0px 0px; line-height: 18px; font-size:16px; color:#666;}
.ois-class > .info{display: block; margin:5px 0px 0px 0px; line-height: 18px; font-size:16px; color:#666;}
.ois-class > .students{margin-top:15px;}

/* Regular table */
.im-table {border:0px; border-collapse: collapse; border-spacing: 0;}
.im-table th{text-align: left; font-weight: normal;}
.im-table td{empty-cells: show;}

.im-table.fullwidth{width:100%;}
.im-table tr.head > th{height:36px; padding:0px 7px; font-size:13px; line-height:16px; color:#333; font-weight: bold; border-bottom:2px solid #ccc; text-align: left; cursor:default;}
.im-table tr.head.with-borders > th{border-left:1px solid #e8e8e8; border-right:1px solid #e8e8e8; border-top:1px solid #e8e8e8; background: #f2f2f2;}

.im-table tr.row > td{height:36px; padding:0px 7px; color:#000; font-size:13px; line-height:16px; border-bottom:1px solid #ddd; cursor:default;}
.im-table tr.row.with-borders{border-left:1px solid #e8e8e8; border-right:1px solid #e8e8e8;}
.im-table tr.mobile{display: none;}
.im-table tr.row:hover > td{background:#f4f4f4;}

.im-table tr.head > th.left, .im-table tr.row > td.left{text-align: left;}
.im-table tr.head > th.center, .im-table tr.row > td.center{text-align: center;}
.im-table tr.head > th.right, .im-table tr.row > td.right{text-align: right;}