
/************************************
* Layout
*************************************/

body {
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 62.5%;
	background: #505050 url(../images/layout/_bg_container.gif) top center repeat-y;
/*	background: #373737 url(../images/layout/bg_container.gif) top center repeat-y; */
	color:#404040;
	text-align:center;
}
/*
b,
strong {
	font-weight: 600;
}
*/
img,
a img,
fieldset {
	border: none;
}

a {
	color:#0095b2; /*#004d75  #f47321  */
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

em,
i {
	font-style:oblique;
}

p {
	font-size: 1.1em;
}

ul {
	list-style: none;
}

ul li {
	padding:0;
	margin:0;
}

ul.inline li {
	display:inline;
	padding-left: 8px;
	background: url(../images/layout/divider_blue.gif) no-repeat 2px 2px;
	font-size:1.1em;
}

ul.inline li.first {
	padding-left:0;
	background:none;
}

ol {
	list-style-type: decimal;
	font-size:1.2em;
	line-height:1.4em;
	list-style-position:outside;
	padding-left:35px;
}

ol li {
	padding:0 15px 10px 10px;
	text-align:justify;
}

hr {
	margin-top:5px;
	margin-bottom:5px;
	color:#CCC;
	size:1;
/* for Opera  &  Mozilla/Gecko */
	background-color:#CCC;
	height: 1px;
	border-width:0px;
}

label,
input {
	font-size: 1.1em;
	color:#555;
}


blockquote {
	background: url(../images/layout/quote_begin.png) no-repeat left top;
	padding: 12px 0 15px 40px;
	line-height: 1.4em;
/*	text-indent:15px; */
	font-size: 1.2em;
	font-style: italic;
	margin: 5px 0px 25px 10px;
	/*display: inline-block;*/
}

blockquote div {
	background:url(../images/layout/quote_end.png) no-repeat right 70%;
	margin:0 0 5px 0;
	padding: 20px 18px;
	display: inline;
	line-height: 1.4em;
}


.hidden {
	display:none;
}

#container {
	position:relative !important;
	margin:0 auto 0 auto;
	text-align:left;
	width: 1000px;
	padding:0px;
}

/************************************
* Headers
*************************************/

h1 {
	background-color:none;
	color: #000;
	font-size: 2.1em;
	font-weight:bold;
	letter-spacing:.2em;
	padding:5px 24px 5px 24px;
	margin: 10px 0 20px 0;
}


h2,
#col-main.textBlock-main h2,
#col-wide.textBlock-wide h2,
.article h1 {
	color:#0095b2;
	font-size: 1.6em;
	padding-bottom:4px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	text-transform:uppercase;
	letter-spacing:.2em;
	line-height:1.1em;
	border-left-width: 8px;
	border-left-style: solid;
	border-left-color: #0095b2;
	padding-left: 10px;
	margin-top: 15px;
	margin-bottom: 25px !important;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #0095b2;
}

h2.red {
	color:#8f3931;
	border-bottom-color: #8f3931;
	border-left-color: #8f3931;
}

h2.margenta {
	color: #cf3274;
	border-bottom-color: #cf3274;
	border-left-color: #cf3274;
}

h2.green {
	color: #8a9d45;
	border-bottom-color: #8a9d45;
	border-left-color: #8a9d45;
}

h2.blue {
	color:#4683ae;
	border-bottom-color: #4683ae;
	border-left-color: #4683ae;
}

h3 {
	color:#555; /*#22566e;*/
	font-size:1.8em;
	line-height:2.2em;
}

#col-main .textBlock-main h1,
#col-wide .textBlock-wide h1 {
	margin:18px 0 14px 0;
	font: 2.1em/145% "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color: #404040;
	text-align:center;
	letter-spacing:1px;
}

#col-main .textBlock-main h3,
#col-wide .textBlock-wide h3 {
	margin:18px 0 14px 0;
	font: 1.4em/130% "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color: #404040;
	text-align:center;
	letter-spacing:1px;
}

#col-secondary .textBlock-events h3 {
	color:#a62315;
	line-height:1.4em;
}

h4,
h4 a {
	color:#22566e !important;
	font-size:1.2em !important;
	font-weight: bold;
	text-decoration:none;
	padding-right:0 !important;
	background:none !important;
}

h4 a:hover {
	text-decoration:underline;
}

h5 {
	color:#a62315;
	font-size:1.1em;
	font-weight: bold;
}

h6 {
	color:#555;
	font-size:1.1em;
	font-weight: bold;
	text-align:center;
	letter-spacing:.2em;
	margin:10px 0 15px 0;
}


.title {
	font-family: "Tahoma", Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #22566e;
	font-weight: bold;
	text-align: center;
}

.header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-transform: uppercase;
	font-weight: bold;
}

.header1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #22566e;
	font-weight: bold;
}

.header2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #660000;
}

.header_huge {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 42px;
	color: #adadad;
}
.data {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
	color : #00364A;
}

.event {
  display:inline-block;
	background-color: #4683ae;  /* #5B9696; */
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFF;
	margin-bottom:8px;
}

.event_y {
  display:inline-block;
	background-color: #969693; /*#C9A716*/
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFF;
	margin-bottom:7px;
}

.text_small {
  font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: 400;
	color: #444;
	letter-spacing: 1px;
	line-height: 1.1em;
	margin-bottom:7px;
	}

.petit
{
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font: 10px;
	text-align: left;
	line-height: 1.1em;
	padding-bottom: 5px;
}
	
.text_outlined {
  display:block;
  font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: 400;
	color: #000;
	text-align:left;
	letter-spacing: 1px;
	background-color: #e8e8e8;
	padding:5px;
	margin-left:260px !important;
	border: #aaa 1px dashed;
	}

.block_outlined {
  display:block;
  font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: 400;
	color: #000;
	text-align:left;
	letter-spacing: 1px;
	background-color: #e8e8e8;
	margin:20px 0 15px 0;
	padding:5px;
	border: #aaa 1px dashed;
	}


.block_outlined ol {
  font-family: Georgia, "Times New Roman", Times, serif;
	list-style-type: decimal;
	line-height:auto;
	list-style-position:outside;
	text-align:left;
	padding:12px 10px 15px 35px;

}

.block_outlined ol li,
.block_outlined ol li p,
.block_outlined ol li em {
	padding:0 15px 10px 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align:left;

}


/****************************************
*  NAVIGATION -- Left vert. menus
*****************************************/

dl#menu,
dl#resource {
margin-top: 0px;
}

dl#menu dt.null,
dl#menu dt a,
dl#resource dt.null,
dl#resource dt a {
background:#d6d6ce;
color:#004d75;
display:block;
font-size:14px;/*1.2em;*/
line-height:1.4em;
font-weight:400;
border-top:1px solid #fff;
padding:4px 10px 6px 10px;
/*width:198px;
min-height:13px;*/
}

dt a.on, li a.on { 
background:#969693!important; 
color:#fff!important;
}

dd a.on {
font-weight:700!important;
}

dl#menu dt a:hover,
dl#resource dt a:hover {
background:#969693;
color:#fff;
text-decoration:none;
}

dl#menu dd,
dl#resource dd {
background:#eaeae1 url(../images/menu/greybullet.gif) 10px 10px no-repeat;
display:block;
font-size:1.1em;
line-height:1.4em;
font-weight:400;
width:188px;
padding:4px 8px 4px 22px;
}

dl#menu dd.lastdd,
dl#resource dd.lastdd {
	padding-bottom: 8px;
}

dl#menu dd a,
dl#resource dd a {
	display:block;
	font-weight:400; 
	color:#1b4b61;
}

/* :::::::::::::::  MAIL & PRINT ICONS :::::::::::::::: */


#col-wide .mail-print {
	position: absolute;
	top: 0;
	right: -5px;
	margin-top: -5px; 
/*  width:auto;
	display:inline-block;
	float:right; */
}

#col-wide .mail-print li {
/*  margin-right: 10px; -- for future options i.e. 'share' **/
	margin-left: 14px;
	float: left;
}

#col-wide .mail-print li a {
	display: block;
	width: 18px;
	height: 24px;
	background: url("../images/icons/mail-print-sprite.png") no-repeat left center;
}

#col-wide .mail-print li.print a {
	background-position: -22px 0;
}
/*
#col-wide .mail-print li.share {
	margin-left: 7px;
}

#col-wide .mail-print li.share a {
	margin-right: 0;
	background-position: -44px 0;
}

#col-wide .mail-print li span {
	display: block;
	text-indent: -9999px;
}
*/

/* End of MAIL & PRINT ICONS */


/****************************************
*  TABBED menu
*****************************************/
#tabs-nav {
	margin:0;
	padding:0;
	position:relative;
/*top:0; 	 m/b for IE6 - ? */
	width:1000px;
}

/**** root element for tabs  ****/
ul.menu-tabs {
	margin:0;
	padding:0;
	border-bottom:1px solid #0095b2;
	height:30px;
	width:auto;
}

/**** single tab ****/
ul.menu-tabs li {
	float:left;
	padding:0;
	margin:0;
}

/**** link inside the tab ****/
ul.menu-tabs a {
	width: 248px;
	text-align:center;
	float:left;
	font-size:16px;
	display:block;
	padding:5px 0;
	text-decoration:none;
	border:1px solid #0095b2;
	height:20px;
	background-color:#0095b2;
	color:#fff !important;
}

ul.menu-tabs a:hover {
	text-decoration:none;
}

/**** selected tab ****/
ul.menu-tabs a.current {
	border-bottom:1px solid #0095b2;
	cursor:default;
	height:20px;
	background-color: #4F5C6A;
}

/* --------------- tab pane ------------------ */
div.menu-tabs div {
	display:none;
	border:1px solid #666;
	border-width:0 1px 1px 1px;
	height:150px;
	padding:15px 20px;
	background:#234 url(../images/layout/h300.png) repeat-x scroll 0 -50px;
}

div.menu-tabs img {
	margin:0 12px 10px 0;
	float:left;
}

div.menu-tabs table {
	width:100%;
	height:150px;
	border-collapse:collapse;
}

div.menu-tabs td {
	width:50%;
	padding:7px;
}

div.menu-tabs h3,
div.menu-tabs h3 a {
	font: 1.6em "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color:#fff;
}

div.menu-tabs p {
	font: 1.2em "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color:#fff;
}

div.menu-tabs a {
	font: 1em "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color:#CFF;
}

/************************************
* Верхнее вертикальное меню
*************************************/

/* полупрозрачная подложка под вертикальным меню */
#vert-menu-shadow {
	left:0px;
	margin:0px;
	padding:0px;
	position:absolute;
	top:94px;
	width:430px;
	z-index:300;
	height:276px;
	background: url(../images/layout/bg_vert-menu.png) left top no-repeat;
}

/*  ----- само верхнее верт. меню  -----  */
.vert-menu ul {
	padding:20px 40px 15px 35px;
	position:relative;
}

.vert-menu ul li {
	margin:0;
	position:relative;
}

.vert-menu ul li a {
	color:#fff;
	font-size:1.4em;
	padding:5px 4px 6px 4px;
	display: block;
	font-weight: bold;
	position:relative;
	border-bottom:  1px dashed #bbb; 
	margin-top: 1px;
	margin-left: 1px;
	margin-right: 1px;
	z-index:301;
}

.vert-menu ul li.selected a,
.vert-menu ul li a:hover {
	background:url(../images/layout/bg_selected.png) top left repeat-x;
	text-decoration: none;
	border: 1px solid #bbb;
	margin:0;
}

/***********************************
* КРОШКИ
***********************************/

div#crumbs {
	position:relative;
	margin:-20px 0 80px 8px;
}

ul.breadcrumb {
    font-size: .8em;	
}

ul.breadcrumb li {
    display: inline !important; 
	float:left !important;    
}

ul.breadcrumb li a, 
ul.breadcrumb li a:link, 
ul.breadcrumb li a:visited, 
ul.breadcrumb li a:hover, 
ul.breadcrumb li a:active {
    background: url(../images/layout/arrow_double.gif) right center no-repeat;
	padding: 0 15px 0 0;
/*	line-height:1.1em; */
}

ul.breadcrumb li a.last {
	background:none;
}

ul.breadcrumb li a:hover {
	text-decoration:underline;
}

 
/************************************
*  HEADER
*************************************/

#container-top {
	width:1000px;
	height:94px;
	position:relative;
	margin:0 auto;
	text-align:left;
}

#container-top-print {
	width:1000px;
	height:74px;
	position:relative;
	margin:0 auto;
	font: Arial, sans-serif;
/*	text-align:left; */
}

h1#logo {
	display:block;
	height:94px;
	width:400px;
	margin:0px;
	padding:0px;
	position:absolute;
	left:0px;
	top:0px;
	z-index:20;
}

h1#logo a {
	display:block;
	height:94px;
	width:400px;
	background:url(../images/layout/name.png) left top no-repeat;
	margin:0px;
	padding:0px;
	text-indent:-9999px;
	overflow:hidden;
}

#header {
	position:absolute;
	left:0px;
	top:0px;
	background:url(../images/layout/bg_header.png) no-repeat;
	z-index:10;
	width:1000px;
	height:69px;
	margin:0px auto 0px auto;
	padding:0px;
}

/************************************
  Navigation Menu 'SLIDER'
*************************************/

.nav-slider-box {
	position:absolute;
	left:0px;
	top:69px;
	background:url(../images/layout/bg_slider-box.png) top left no-repeat;
	width:1000px;
	height:25px;
	padding:0px;
	margin:0px;
}

.nav-sublist {
	min-height: 48px;
}

.nav-slider-box ul#nav-slider {
	float:right;
	margin:0 10px;
	position:relative;
}

.nav-slider-box ul#nav-slider li {
	float: left;
}

.nav-slider-box ul#nav-slider li.selected a,
.nav-slider-box ul#nav-slider li a:hover,
.nav-slider-box ul#nav-slider li:hover a {
	background:url(../images/layout/bg_selected.png) top left repeat-x;
	text-decoration: none;
}

.nav-slider-box ul#nav-slider li a {
	display: block;
	padding: 7px 9px;
	font-size: 1.2em;
	font-weight: bold;
	color: #fff;
	text-transform: uppercase;
}

#nav ul li a:hover,
#nav ul li a:active {
	color: #fff;
}

.nav-slider-submenu {
	display:none;
	position:absolute;
	left:0;
	top:25px;
	margin:0px;
	padding:0px;
	width:540px;
	height:280px;
	background:url(../images/layout/menu_back.png) right bottom no-repeat;
	overflow:hidden;
}

.nav-slider-submenu ul {
	margin:0px;
	padding:0px;
}

li.hovering div {
	display:block;
}

.nav-slider-submenu-col {
	float:left;
	width:500px;
	margin:0px;
	padding:10px;
}

.nav-float-block{
	float:left;
	min-height:110px;
	height:auto;
	height:110px;
}



.nav-slider-submenu-col h3 {
	font:bold 14px arial, helvetica, geneva, sans-serif;
	color:#FFF;
	margin:5px 5px 1px 5px;
	padding:0px;
}

.nav-slider-submenu-col p {
	display:block;
	margin:3px 0px 0px 3px;
	padding:0px 0px 0px 10px;
	background:url(../images/menu/bullet.png) 1px 5px no-repeat;
}

.nav-slider-submenu-col a {
	display:block;
	font-size: 1.1em !important;
	font-weight: normal !important;
	color: #FFF !important;
	text-transform:none !important;
	background:none !important;
	margin:0px 0px 2px 0px !important;
	padding:4px 0px 4px 2px !important;
}


.nav-slider-submenu-col a:hover {
	font-size: 1.1em !important;
	font-weight: normal !important;
	color:#fff !important;
	text-transform:none !important;
	text-decoration:underline !important;
}

/***************************************
li.hovering div {
	display: block;
}

.nav-slider-box ul#nav-slider li ul {
	text-align:center;
	position: absolute;
	background: url(http://aau.edu.ua/images/layout/bg_slider-sub.png) repeat-y right;
	text-align:right;
	padding:0 10px 0 0;
	display: none;
}

.nav-slider-box ul#nav-slider li ul li {
	display: block;
	clear: left;
}

.nav-slider-box ul#nav-slider li ul li a:hover,
.nav-slider-box ul#nav-slider li ul li.selected a {
	background-image:none;
	background-color:#3f3e3a;
}

.nav-slider-box ul#nav-slider li.selected ul li a {
	background-image:none;
}
********************************************/


/******************************************************************
* TOP MENU  : Ліцензійні матеріали, Часті питання (F.A.Q.) и т.д.
*******************************************************************/

#top-menu {
	position:absolute;
	left:550px;
	top:30px;
	z-index:12;
}

ul.top-menu-item {
	margin:0px;
	padding:0px;
	list-style:none;
}

ul.top-menu-item li {
	background:url(../images/layout/divider_top-menu-item.gif) no-repeat right;
	float: left;
	padding: 0 8px;
	line-height:18px;
}

ul.top-menu-item li a {
	display: block;
	font-size:1.2em;
	color:#fff;
}

ul.top-menu-item li.last {
	background-image: none;
}


/****************************************
*  Колонки, текстовые блоки
*****************************************/

#col-container,
#col-container-wide {
	position:relative;
	background:url(../images/layout/block.gif);
	width: 1000px;
	float: left;
	padding-bottom:10px;
}
/*********
#col-container-wide-print {
	position:relative;
	background:url(../images/layout/block.gif);
	width: 1000px;
	float: left;
	padding-bottom:10px;
}******/

#col-container-wide {
	margin-top:280px;
}

#col-container-wide div#col-left,
#col-container-wide div#col-secondary,
#col-container-wide div#col-main,
#col-container-wide div#col-wide {
	margin-top:20px;
}
/*
#col-container-wide-print div#col-left,
#col-container-wide-print div#col-secondary,
#col-container-wide-print div#col-main,
#col-container-wide-print div#col-wide {
	margin-top:20px;
}
*/
#col-container {
	margin-top:0px;
}

#col-left {
	float: left;
	width: 248px;
	margin:0 0 0 20px;
	position: relative;
}

#col-main {
	float: left;
	width:464px;
	margin-top:0;
	position: relative;
}

#col-wide {
	float: left;
	width:710px;
	margin-top:0;
	position: relative;
}

#col-wide_tv {
	float: left;
	width:960px;
	margin-top:0;
	position: relative;
	margin-left:20px;
	margin-top:20px;
	margin-bottom:10px;
}

#col-secondary {
	float: left;
	width: 248px;
	margin:0 0 0 10px;
	position:relative;
}

div.wide {
	width: 690px;
}

/*******************************************************************************
*  BLOCKS -- Page main content 
*******************************************************************************/


.textBlock-TwoCol,
.textBlock-main,
.textBlock-wide,
.textBlock-events,
.textBlock-left {
	margin-bottom:10px;
}



.textBlock-main {
	float:left;
	padding:10px 10px 20px 10px;
	width:444px;
	background:#fff;
	border: 1px solid #bbb;
}

.textBlock-events,
.textBlock-left {
	float:left;
	padding:10px 10px 20px 10px;
	width:218px;
	background:#fff;
	border: 1px solid #bbb;
}

.textBlock-TwoCol,
.textBlock-wide {
	float:left;
	padding:10px 10px 20px 10px;
	width:690px;
	background:#fff;
	border: 1px solid #bbb;
}

.textBlock-wide_tv {
	float:left;
	padding:10px 10px 20px 10px;
	width:940px;
	background:#fff;
	border: 1px solid #bbb;
}


.textBlock-TwoCol h2,
.textBlock-main h2,
.textBlock-wide h2,
.textBlock-events h3,
.textBlock-left h3 {
	margin:4px 0 0 0;
}

.textBlock-main img,
.textBlock-wide img,
.textBlock-left img.stroke {
	border: 6px #e8e8e8 solid;  /*#e8e5d6*/
	margin-right:15px;
}

.textBlock-left img.stroke {
	float:left;
	margin-right:5px;
}

.learnmore {
	display: block;
	padding: 20px 10px 7px 0;
	background-color: #fff;
}

.learnmore a {
	background: url(../images/btn-arrow.png) right top no-repeat;
	padding: 4px 24px 5px 0;
	float: right;
	color:#686868;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 1.2em;
}

a.button:link,
a.button:visited,
a.button:active {
	background: #808080; /* url(http://aau.edu.ua/images/layout/btn-arrow.png) no-repeat scroll right 8px; */
	color: #fff;
	font:bold 10px verdana, arial, helvetica, geneva;
	padding: 4px 10px;
	margin:4px 0 6px 0;
	text-decoration: none;
	font-weight:bold;
	text-align:center;
}

a.button:hover {
	background: #0095b2; /* url(http://aau.edu.ua/images/layout/btn-arrow-over.gif) no-repeat scroll right 8px; */
	color: #fff;
	font:bold 10px verdana, arial, helvetica, geneva;
	padding: 4px 10px;
	margin:4px 0 6px 0;
	text-decoration: none;
	text-align:center;
}

a.butt-float-right {
	float:right;
	display: block;
	margin-left:12px !important;
}

a.butt-hover-red {
}

a.butt-hover-red:hover {
	background:#8f3931;
}

/********************************************************************************************
   BANNER
********************************************************************************************/
.top-banner {
	width:1000px;
	height:370px;
	position:absolute;
	border-bottom:4px solid #0095b2;  /*  голубая полоска под большой верхней фотогр.-баннером  */
	margin:0 auto;
}

.top-bannerext {
	height:470px !important;
}

div.top-banner img {
	vertical-align: bottom;
}

div.top-banner div.banner-content[class] {
	background:url(../images/layout/bg_banner-content.png) no-repeat;
}

div.top-banner div.banner-content {
	position:absolute;
	bottom:10px;
	right: 10px;
	padding:5px 10px;
	color:#fff;
	line-height:1.2em;
}

div.top-banner .banner-info {
	width: 225px;
	padding-right: 15px;
	text-align: left;
}

div.top-banner div.banner-content a {
	margin:0 5px;
	color:#fff;
	display: block;
	outline: none;
	text-decoration:none;
}

div.top-banner div.banner-content a.banner-title {
	text-align: right;
}

/********************************************************************************************
 EVENTS BLOCK
********************************************************************************************/
.textBlock-events span {
	font-weight: bold;
	text-transform: uppercase;
	margin: 0 0 17px 0;
	display: block;
	font-size: 1.1em;
	line-height:1.3em;
}

.textBlock-events p {
	margin-bottom: 5px;
	font-size: 1.1em;
	line-height:1.3em;
}

.textBlock-events ul li {
	margin: 8px 0 8px 0;
	padding: 0 0 6px;
	background: url(../images/layout/bg_dot.gif) bottom left repeat-x;
}

.textBlock-events ul li.last {
	background: none;
}

.textBlock-events h4 {
	color: #8f3931 !important;
	margin: 5px 0 !important;
	font-size:1.4em !important;
}

.textBlock-events .important-event {
	background:#f7f6ee url(../images/layout/bg_block.gif) repeat-x;
	color:#333;
	padding:8px 6px 35px 6px;
	margin: 10px 0 15px 0;
	clear:both;
	border: #808080 solid 1px;
}

.textBlock-events .important-event img {
	margin-bottom:6px;
}

/********************************************************************************************
*  TEXT BLOCK MAIN (homepage) & WIDE (index)
********************************************************************************************/
.textBlock-main img,
.textBlock-wide img {
	float: left;
	margin-right: 10px;
	margin-bottom:8px;
	width:auto;
}

.textBlock-main img.no-stroke,
.textBlock-wide img.no-stroke {
	border:none;
	float:none;
}

.textBlock-main p,
.textBlock-wide p {
	line-height: 1.5em;
	font-size: 1.2em;
	padding-bottom:6px;
}

.textBlock-wide p {
	text-align:justify;
}

.textBlock-main h4,
.textBlock-main h4 a,
.textBlock-wide h4,
.textBlock-wide h4 a {
	line-height: 1.2em;
	margin-bottom:.4em;
	margin-top:.8em;
}

.textBlock-main h5,
.textBlock-wide h5 {
	clear: both;
	padding: 10px 0 8px 0;
	color: #555;
	text-transform:uppercase;
}

.textBlock-main ul,
.textBlock-wide ul {
	margin:10px 0px 15px 0px;
}

.textBlock-main ul.dot_grey li,
.textBlock-wide ul.dot_grey li,
.textBlock-wide ol li ul.dot_grey li {
	font-size: 1.2em;
	padding-left:15px;
	padding-bottom:5px;
	list-style:none;
	background:url(../images/menu/greybullet.gif) left 6px no-repeat;
/*	padding: 0 0 0 10px; */
}

.textBlock-wide ol li ul.dot_grey li {font-size: 1.1em;}

.textBlock-main ul li,
.textBlock-wide ul li {
	margin:3px 0px 5px 10px;
	text-indent:0px;
	line-height:1.4em;
}

.textBlock-main ul li a,
.textBlock-wide ul li a {  /* "пов'язані матеріали"  */
	display:block;
	font-size: 1.1em;
	font-weight: bold;
	background: transparent url(../images/layout/arrow_blue.png) no-repeat scroll 0 3px;
	padding: 0 0 0 10px;
}

.textBlock-main ul.dot_grey li a,
.textBlock-wide ul.dot_grey li a,
.textBlock-wide ol li ul.dot_grey li a{
	display:inline;
	font-size: 1em !important;
	padding-left:0;
	padding-right:16px;
	padding-bottom:5px;
	font-weight: normal;
	list-style:none;
	background:url(../images/icons/go_blue.png) right 2px no-repeat;
/*	padding: 0 0 0 10px; */
}

span.text_b {
	color:#22566e;
	font-weight:bold;
}

/********************************************************************************************
* COLUMN TEXT BLOCK
********************************************************************************************/
.textBlock-TwoCol .col-1 {
	float: left;
	width: 335px;
}

.textBlock-TwoCol .col-2 {
	float: right;
	width: 335px;
}

.textBlock-TwoCol p {
	margin-bottom: 5px;
	line-height: 1.4em;
	text-align:justify;
}

.textBlock-TwoCol h4,
.textBlock-TwoCol h4 a {
	margin: 15px 0;
	text-transform: uppercase;
	line-height: 1.1em;
	font-size:1em!important;
/*	width: 190px;
    float: left; */
}

.textBlock-TwoCol h4 a {
	background: url(../images/menu/greybullet.gif) left center no-repeat !important;
	padding-left:10px;
}

.textBlock-TwoCol a {
	color: #0095b2;
	font-size: 1.1em;
}

/********************************************************************************************
* TEXT & IMAGE LEFT VERTICAL 
********************************************************************************************/

.textBlock-left p {
	margin: 10px 0 0 0;
	line-height: 1.4em;
}

.textBlock-left h3 {
	margin:5px 0 10px 0;
	line-height: 1.3em;
	font-size:14px;
	font-weight: normal;
}

.textBlock-left h4 {
	text-transform: uppercase;
	margin:5px 0 10px 0;
	line-height: 1.4em;
}

.textBlock-left h4 a {
	text-transform: uppercase;
	margin:5px 40px 10px 0;
	padding-right:60px;
	line-height: 1.4em;
}

.textBlock-left blockquote {
	background: url(../images/layout/quote_begin.png) no-repeat;
	padding: 12px 0px 15px 0;
	line-height: 1.4em;
	text-indent:5px;
	font-size: 1.1em;
	font-style:italic;
	margin: 5px 0px 5px 0px;
}

.textBlock-left blockquote div {
	background:url(../images/layout/quote_end.png) no-repeat right 70%;
	margin:0 0 5px 0;
	padding: 20px 40px;
	display: inline;
	line-height: 1.4em;
}

.textBlock-left strong {
	color:#F47321;
	font:bold 14px arial, helvetica, geneva, sans-serif;
}

.textBlock-left li {
	display:block;
	margin:3px 3px 1px 3px;
	padding:0px;
	background: url(../images/layout/bg_dot.gif) repeat-x scroll left bottom;
}

.textBlock-left li a {
	background:none;
	display:block;
	margin:0px 0px 2px 0px;
	line-height:1.3em;
	padding:2px 0px 4px 0px;
	font-size:1.1em;
}

/************************************ 
*       FOOTER 
************************************/

#footer {
	background-color:#0095b2;
	padding-top:4px;
	float:left;
	width:auto;
	height:131px;
}

.footer-content {
	background-color:#333;
	width:1000px;
	float:left;
/*	border-top:1px solid #292929;
	padding-top:30px; */

}

#search {
	width:310px;
	height:105px;
	float: left;
	padding-left:20px;
	padding-top:30px; /* margin-top:-30px; */

}

#search p,
div#search li {
	line-height: 1.4em;
}

.copyright-info {
	float:left;
	width:1000px;
	background:#0095b2;
}

p#copyright {
	background-color:#0095b2;
	float: left;
	width:725px;
	height:45px;
	padding:14px 0 0px 20px;
	color:#fff;
}

#footer-nav-menu {
	margin-top:20px;
}

ul.nav-footer {
	width: 580px;
	float: left;
	border-bottom: 1px solid #555;
	background-color:#333;
	padding:0 0 5px 0;
	margin:0px 0 5px 0;
}

ul.nav-footer li {
	background:url(../images/layout/divider_footer.gif) no-repeat 5px 2px;
	float: left;
	font-size:1.1em;
	padding-left:10px;
}

ul.nav-footer li.first {
	background-image: none;
}

ul.nav-footer li a {
	padding: 2px;
	color:#fff;
}


/************************************
*  Tables
*************************************/


table.border_grey {
	width:100%;
	border-collapse:collapse;
}

table.border_grey td {
	vertical-align:middle !important;
	border: solid 1px #969693;
	padding:4px;
	border-collapse:collapse;
}
table.border_grey th {
	vertical-align:middle !important;
	text-align:center !important;
	border: solid 1px #969693;
	padding:4px;
	border-collapse:collapse;
	font-size:1.3em;
	font-weight: bold;
	color:#00364a;
}
/* ----- */

table.auditory {
	width:95%;
	border-collapse:collapse;
}

table.auditory td {
	vertical-align:top !important;
	border: 0;
	padding:4px;
	border-collapse:collapse;
}

/* ----- */

table.questions,
table.questions_line {
	width:100%;
	border-collapse:collapse;
}

table.questions td,
table.questions_line td {
	vertical-align:middle;
	border: 0;
	padding:8px 8px 8px 16px;
}

table.questions_line td {
  vertical-align:top;
	width:50%;
}

/* ----- */

table#faq a.link2{
float:left;
clear:both;
}

table#faq .link1 {
  font-size:1.4em;
	font-weight: bold;
	color:#969693;
}

table#faq a.link1 {
  font-size:1.1em;
  color:#0095b2;
	font-weight: normal;
	padding-left:12px;
}

table#faq td {
	padding-bottom:5px;
	padding-right:10px;
	vertical-align:top;
}

/* ----- */


table#rozklad img{
	border:0px;
	padding:0px;
	margin:0px;
}

table#rozklad td{
	padding:0px;
	margin:0px;
}

table#rozklad td.text{
	padding-bottom:5px;
	vertical-align:top;
}

table#rozklad td.text table td{
	padding-right:10px;
}

table#rozklad td.text_g{
	padding-right:10px;
}

a.link2{
float:right;
clear:both;
}

table#rozklad td {
	padding-bottom:5px;
	padding-right:10px;
	vertical-align:top;
}

table#rozklad td.text img{
	border:0px;
	float:none;
}

table#rozklad {
width:100%;
}


/**************************************************
*   IE6 Patch (transparency submission)
**************************************************/
#bg-top,
#bg-top-nav,
#nav-bg {
	display:none;
}

/**************************************************
* TOOLBOX
**************************************************/


#toolbox {
	font-family: Arial, Helvetica, sans-serif;
	position: relative;
	margin:0;
	background-color: #474740;/*#820c0c*/
	border:1px solid #fff;
	width:290px;
	height:62px;
}

#toolbox form {
	position:absolute;
	top:25px;
	left:10px;
	background-color:#FFF;
	margin:0;
	padding:0;
}

#toolbox form input {
	border:0;
	width:232px;
	margin:2px;
	padding:2px;
	vertical-align:middle;
	font-size:1.4em;
	color:#333;
}

#toolbox form input#submit {
	background:transparent url(../images/layout/search.gif) 0 0 no-repeat;
	cursor:pointer;
	height:24px;
	width:24px;
	border:0;
	font-size:0;
	line-height:0;
	text-indent:-9999px;
/**/}

#toolbox ul {
	position:absolute;
	top:0;
	left:0px;
	list-style:none;
	margin:1px 0 0 10px;
	padding:0;
}

#toolbox ul li {
	float:left;
}

#toolbox ul li a {
	font-size:11px;
	color:#fff;
	text-decoration:none;
	display:block;
	padding-top:4px;
}

#toolbox ul li a:hover {
	text-decoration:underline;
}

#tool1 {
	width:65px;
}

#tool2 {
	width:112px;
	text-align:center;
}

#tool3 {
	width:55px;
	text-align:right;
}

/************************************
* INPUT login
*************************************/
div#auth,
div#questions {
	background:#eaeae1;
	padding:12px 20px 18px 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

div#auth table {
	border:none;
	padding:0px;
	border-collapse:collapse;
}

div#auth td {
	height:25px;
	width:200px;
	text-align:right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;

}

input.text {
	border: 1px solid #969693;
	height: 18px;
	width: 150px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

input.chk {
	margin-right:12px;
}

textarea.questions {
  border: 1px solid #969693;
  width:80%;
  height:80px;
}
  
input.button {
	background: #808080;
	color: #fff;
	font:bold 10px verdana, arial, helvetica, geneva;
	padding: 4px 10px;
	margin:4px 0 6px 0;
	text-decoration: none;
	text-align:center;
	
}

input.button_s{
	background: #808080;
	color: #fff;
	font:bold 10px verdana, arial, helvetica, geneva;
	padding: 4px 10px;
	margin:12px 0 6px 0;
	text-decoration: none;
	font-weight:bold;
	text-align:center;
	border:0px;
}

input.button_s:hover{
	background: #0095b2; 
	cursor:pointer;
}

/************************************
* Clear fix
*************************************/

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {
	display: inline-block;
}

.clear {
	font-size: 0em;
	line-height: 0em;
	clear: both;
}

div#abdesign{
	float:right;
	padding-right:14px;
	width:auto;

}

div#abdesign a{
	color:#FFFFFF;
}

div#abdesign img{
	float:right;
	margin-top:5px;
}

div#abdesign_txt{
	float:right;
	color:#FFFFFF;
	width:auto;
	height:45px;
	padding:14px 0 0px 20px;
	text-align:right;
}

div.programm_date{
	position:relative;
	width:auto;
	height:auto;
	color:#585858;
	font-family: "Verdana";
	font-size: 18px;
	text-align:center;
	padding-top:10px;

}

div.programm_arch_head{
	position:relative;
	width:100%;
	height:auto;
	color:#444444;
	font-family: "Trebuchet MS";
	font-size: 26px;
	text-align:center;
	margin:0 auto;
	display:inline-block;

}

div.programm_arch_body_time{
	position:relative;	
	width:10%;
	height:auto;
	float:left;
	color:#970000;
	font-family: "Verdana";
	font-size: 12px;
	text-align:center;
}

div.programm_arch_body_text{
	position:relative;
	width:90%;
	text-align:justify;
	height:auto;
	float:left;
	color:#000000;
	font-family: "Verdana";
	font-size: 12px;

}

div.arch_programm_body_text{
	position:relative;
	width:500px;
	text-align:justify;
	height:auto;
	color:#000000;
	font-family: "Verdana";
	font-size: 12px;
}


li.programm_arch_body{
	position:relative;
	width:100%;
	height:auto;
	color:#585858;
	font-family: "Verdana";
	font-size: 18px;
	text-align:left;
	margin-top:5px;
	margin-bottom:5px;
	display:inline-block;

}

li.programm_arch_body_active{
	background:#DEDFE1;
	position:relative;
	width:100%;
	height:auto;
	color:#585858;
	font-family: "Verdana";
	font-size: 18px;
	text-align:left;
	margin-top:5px;
	margin-bottom:5px;
	display:inline-block;

}

textarea{
	width:100%;
	height:250px;
}


/* -- auditory accordion -- */


/* root element for accordion. decorated with gradient background image */
#aud-accordion {
	background:#FFFFFF url(../images/layout/h300.png) repeat scroll 0;
	height:170px;
	padding:15px 0 15px 15px;
	width:660px;
	border:1px solid #ddd;
}

/* accordion header */
#aud-accordion img {
	border:none;
	float:left;
	margin-right:10px;
	cursor:pointer;
	opacity:0.3;
	filter: alpha(opacity=30);
}

/* currently active header */
#aud-accordion img.current {
	cursor:default;
	opacity:1;
	filter: alpha(opacity=100);
}

/* 
	accordion pane. should initially have zero width and display:none.
	the first pane should override these with inline style
*/
#aud-accordion div {
	width:0px;
	float:left;	
	display:none;		
	margin-right:10px;
}

/* content inside a pane should have fixed width */
#aud-accordion div h3 {
	color:#444;
	margin:0 !important;
	width:210px;
	font-size:15px;
	text-align:left !important;
		
}
	
#aud-accordion div p {	
	font-size:12px;
	width:210px;
}

