/* ---- editor style definitions ----  */
/* ---------------------------------------------------------  */
@import 'editor_styles.css';

/* ---- mod-template style-definitions ----  */
/* ---------------------------------------------------------  */
@import 'mod_styles.css';

/* ---- tree-template style-definitions ----  */
/* ---------------------------------------------------------  */
@import 'navigation_bar_top.css';
@import 'navigation_tree_main.css';


/* ---- global DESIGN ----  */
/* ---------------------------------------------------------  */
body {
	margin: 0px;
	padding: 0px;
	background-color: #F0CE73;
	background-image: url(../../images/site/bkg_pages.gif);
	background-repeat: repeat-y;
}
body, table, td, tr {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
a, a:active {
	color: #980707;
	text-decoration: none;
}
a:hover {
	color: #000000;
}
select, textarea, input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 2px;
	border: 1px solid #CCCCCC;
	background-color: #F5F5F5;
}
input.button {
	cursor: pointer;
}
input.image {
	padding: 0px;
	border: 0px;
	background-color: transparent;
}
input.checkbox {
	padding: 0px;
	border: 0px;
	background-color: transparent;
}
input.radiobutton {
	padding: 0px;
	border: 0px;
	background-color: transparent;
}
.copyright {
	font-size: 9px;
}

/* ---- LAYOUT ----  */
/* ---------------------------------------------------------  */
#topBox {
	width: 100%;
	background-image: url(../../images/site/bkg_top.gif);
	background-repeat: repeat-x;
	height: 160px;
}
#topBox #topleftBox {
	width: 542px;
	height: 160px;
	background-image: url(../../images/site/top_mainpic.jpg);
	background-repeat: no-repeat;
	float: left;
}
#topBox #toprightBox {
	width: 237px;
	float: left;
}
#topBox #toprightBox img {
	border: 0px;
}
#topBox #toprightBox #logoMeduni {
	width: 112px;
	float: left;
}
#topBox #toprightBox #logoAkh {
	width: 125px;
	float: right;
}
#topBox #toprightBox #logoKinchir {
	width: 237px;
	clear: both;
}

#containerBox {
	width: 779px; 
}
#containerBox #navBox {
	width: 190px;
	float: left;
}
#containerBox #navBox #topnavBox {
	width: 190px;
	background-image: url(../../images/site/bkg_nav_top.gif);
	background-repeat: repeat-x;
	height: 40px;
}
#containerBox #navBox #mainnavBox {
	width: 190px;
}
#containerBox #contentBox {
	width: 535px;
	float: left;
	padding: 40px 0px 30px 20px;
	line-height: 1.6em;
}

#footerBox {
	background-image: url(../../images/site/bkg_footer.gif);
	background-repeat: no-repeat;
	width: 779px;
	height: 43px;
	clear: both;
}

#footerBox #copyrightBox {
	font-size: 9px;
	width: 535px;
	padding: 10px 0px 0px 210px;
}

#footerBox a, #footerBox a:active {
	color: black;
	text-decoration: none;
}
#footerBox a:hover {
	color: #980707;
}