/* ========================================================================== */
/* GENERAL SITE LAYOUT */
/* ========================================================================== */
html, body {
	height: 100%;	
}
div#body_wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -194px;
}
div#push {
	height: 194px;
	border-left: 1px solid #373737;
    border-right: 1px solid #373737;
    clear: both;
    margin-left: 190px;
}
body {
	background-color: #565656;
	color: #eee;
	margin: 0px;
	padding: 0px;
	text-align: center;
	font-family: arial, sans-serif;
}
.colmask {
	position: relative;
	clear: both;
	float: left;
	width: 100%;
	overflow: visible;
	display: table;
}
.col,.col1,.col2,.col3 {
	float: left;
	position: relative;
	padding: 0 0 0 0;
	overflow: visible;
}
.col1_right,.col2_right,.col3_right {
	float: right;
	position: relative;
	padding: 0 0 0 0;
	overflow: hidden;
}
div#container {
	margin: 0 auto;
	width: 960px;
}
div#header {
	padding-top: 0;
	padding-bottom: 5px;
	background-color: #111;
	border-bottom: 2px solid #373737;
}
div#header_top {
	margin: 0 auto;
	width: 960px;
	height: 127px;
	text-align: left;
	padding-top: 10px;
}
div#header_top_wrapper {
	background-color: #111;
	/* Gradient Color Background for CSS3 enabled browsers */
/* 	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#373737', endColorstr = '#111111'); */
/* 	background: -webkit-gradient(linear, left top, left bottom, from(#373737), to(#111111) ); */
/* 	background: -moz-linear-gradient(top, #373737, #111111); */
}
.header_watermark {
	position: absolute;
	text-align: right;
	width: 100%;
	top: 20px;
	left: -360px;
	z-index: 1;
	color: #111;
	font-family: Helvetica,Arial,Verdana,sans-serif;
	font-size: 20px;
	font-weight: bold;
	opacity:.55;
}
div#horizontal_menu {
	margin: 0px auto;
	padding: 2px 0px;
	width: 960px;
	overflow: hidden;
}
div#left_column {
	width: 180px;
	padding-right: 10px;
}
div#content_column {
	width: 748px;
	text-align: left;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 15px;
}
ul#table_row {
	display: table-row;
}
ul#table_row li#left { 
/* 	border-right: 3px solid #fff; */
	display: table-cell;
}
ul#table_row li#content {
	display: table-cell;
	border-left: 1px solid #373737;
	border-right: 1px solid #373737;
}
div#footer {
	margin: 0px auto;
	padding-top: 1em;
	padding-bottom: 1em;
	height: 160px;
	text-align: center;
	clear: both;
	border-top: 2px solid #373737;
	background-color: #222;
	/* Gradient Color Background for CSS3 enabled browsers */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#222222', endColorstr = '#555555');
	background: -webkit-gradient(linear, left top, left bottom, from(#222222), to(#555555) );
	background: -moz-linear-gradient(top, #464646, #222222);
}
div#footer * {
	color: #ddd;
}
div.navigation_bar {
	text-align: center;
	margin: 6px auto;
	font-size: 12px;
}
div.main_title {
	padding-top: 15px;
	text-align: left;
}
.tooltip_point_up {
	height: 0px; width: 0px;
	border-style: solid;
	border-color: transparent transparent #222 transparent;
	border-width: 0px 20px 10px 20px;
}
.tooltip_box {
	position: absolute;
	display: none;
	left: 0;
	top: 0;
	z-index: 1000;
}
.tooltip_box_content {
	padding: 4px 8px;
	background: #222;
	color: #FFF;
	text-align: left;
	box-shadow: 1px 2px 2px #000;
	border-radius: 5px;
}
#tooltip_box_archdata {
	font-family: arial,sans-serif;
	font-size: 11px;
	margin-top: 45px;
}
.slider_button {
	background: url('../img/bullet_arrow_down.png') no-repeat right;
	height: auto;
	display: block;
}
.slider_button_div {
	padding-bottom: 15px;
}
.arrow_up {
	background: url('../img/bullet_arrow_up.png') no-repeat right;
}
/* ========================================================================== */
/* TOP HORIZONTAL MENU */
/* ========================================================================== */
ul#menu_top {
	margin: 0;
	padding: 0;
	list-style: none;
	width: auto;
	position: relative;
	display: block;
	height: 40px;
	text-transform: uppercase;
	/* ZELENA */
	background-color: #338A44;
	/* Gradient Color Background for CSS3 enabled browsers */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#227933', endColorstr = '#449B55');
	background: -webkit-gradient(linear, left top, left bottom, from(#227933), to(#449B55) );
	background: -moz-linear-gradient(top, #227933, #449B55);
}
ul#menu_top li {
	float: left;
	margin: 0;
	pading: 0;
	border-right: 2px solid #111;
}
ul#menu_top li a {
	margin: 0;
	display: block;
	float: left;
	color: #fff;
	text-decoration: none;
	/* 	font-weight: bold; */
	padding: 0px 18px;
	line-height: 40px;
	font-size: 14px;
	font-family: Helvetica, Arial, Verdana, sans-serif;
}
ul#menu_top li a:hover {
	background-color: #444;
	/* Gradient Color Background for CSS3 enabled browsers */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#444444', endColorstr = '#666666');
	background: -webkit-gradient(linear, left top, left bottom, from(#444444), to(#666666) );
	background: -moz-linear-gradient(top, #444444, #666666);
}
ul#menu_top li#first a:hover {
	border-radius: 0 0 0 5px;	
}
ul#menu_top li a#current_site { /* TMAVSIA ZELENA */
	background-color: #005511;
	/* Gradient Color Background for CSS3 enabled browsers */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#005511', endColorstr = '#227733');
	background: -webkit-gradient(linear, left top, left bottom, from(#005511), to(#227733) );
	background: -moz-linear-gradient(top, #005511, #227733);
}
/* ========================================================================== */
/* LEFT COLUMN - MENU & ADMINISTRATION */
/* ========================================================================== */
.menu,.menu ul {
	list-style: none;
	list-style-position: outside;
	margin: 0;
	padding: 0;
	text-align: left;
	position: relative;
}
.menu li {
	position: relative;
}
.menu li a {
	color: #eee;
	display: block;
	margin: 0;
	padding: 8px 6px;
	text-decoration: none;
	font-size: 12px;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-weight: bold;
}
.menu li a:hover {
	background: #ccc;
	color: #000;
	padding-bottom: 8px;
	border-radius: 5px 0 0 5px;
}
.menu li a:hover.single {
	border-radius: 5px;
}
.menu li a.unclickable:hover {
	background: #262626;
	color: #fff;
}
.menu li a.hovered {
	background: #262626;
	color: #fff;
	padding-bottom: 8px;
	border-radius: 5px 0 0 5px;
}
.menu ul {
	position: absolute;
	display: none;
	width: auto;
	left: 180px;
	top: 0;
	z-index: 1000;
}
.menu li ul a {
	display: block;
	border: 0;
	white-space: nowrap;
	background: #262626;
	color: #fff;
}
.menu li ul li:FIRST-CHILD a {
	border-radius: 0 5px 0 0;	
}
.menu li ul li:LAST-CHILD a {
	border-radius: 0 0 5px 5px;	
}
.menu li ul li:ONLY-CHILD a {
	border-radius: 0 5px 5px 0;	
}
.menu li ul a:hover {
	background: #ccc;
	border-radius: 0px;
}
.empty_link {
	cursor: default;
}
.menu li:hover ul,#nav li li:hover ul,#nav li li li:hover ul,#nav li li li li:hover ul {
	display: block;
}
div.left_menu_box {
	border: none;
	margin-bottom: 10px;
}
div.login_box { /* 	border: 1px solid #D2D2D2; */
	margin-bottom: 10px;
	text-align: center;
	box-shadow: 1px 1px 5px #111;
	background-color: #262626;
}
div.left_menu_box#banners {
	border: none;
}
div.left_menu_box#banners * {
	color: #eee;
}
div.left_menu_box#banners div.banners {
	display: none;	
}
div.left_menu_box#banners a.banner_caption {
	text-align: left;
	font: bold 15px verdana, arial;
	color: #FFF;
	margin: 0px;
}
div.left_menu_box#facebook {
	text-align: left;
}
table#login {
	padding: 5px 4px 2px;
	width: 100%;
}
table#login td {
	font: 11px arial;
	vertical-align: middle;
}
div#login_title {
	font: bold 12px arial;
	/* ZELENA */
	background-color: #338A44;
	/* Gradient Color Background for CSS3 enabled browsers */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#227933', endColorstr = '#449B55');
	background: -webkit-gradient(linear, left top, left bottom, from(#227933), to(#449B55) );
	background: -moz-linear-gradient(top, #227933, #449B55);
	color: #fff;
	height: 20px;
	padding-top: 4px;
	text-align: center;
}
.loginname {
	font-weight: bold;
	font-size: 13px;
	color: #eee;
	padding-top: 6px;
}
div#admin_title {
	font: bold 12px arial;
	/* ZELENA */
	background-color: #338A44;
	/* Gradient Color Background for CSS3 enabled browsers */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#227933', endColorstr = '#449B55');
	background: -webkit-gradient(linear, left top, left bottom, from(#227933), to(#449B55) );
	background: -moz-linear-gradient(top, #227933, #449B55);
	color: #fff;
	height: 20px;
	padding-top: 4px;
	padding-left: 12px;
	margin-bottom: 5px;
	text-align: left;
}

a.left_button_anchor {
	font: bold 10px arial;
	color: black;
	text-decoration: none;
}

a.left_button_anchor:hover {
	text-decoration: underline;
}

.contestheader {
	padding: 15px 0;
	font-size: 18px;
	font: bold;
}

.copyright {
	margin: 10px;
	font-style: italic;
	font-size: 10px;
	width: 900px;
	margin: 0 auto;
}

table {
	margin-left: auto;
	margin-right: auto;
}

.upper_table {
	border-width: 0px;
	width: 981px;
	background-color: white;
}

.stavbaroku {
	
}

.lower_table {
	border-width: 0px;
	width: 981px;
	height: 100%;
	background-color: white;
}

.member {
	padding-left: 0px;
	padding-right: 0px;
	height: 16px;
	padding-top: 0px;
	padding-bottom: 0px;
}

/* ========================================================================== */
/* main text */
/* ========================================================================== */
.send_button_nav {
	border-width: 0px;
	border-radius: 5px;
	background-color: #559955;
	color: #fff;
	font: bold 12px arial;
	cursor: pointer;
}
.send_button_nav:hover {
	background-color: #77aa77;
}
.send_button_nav_disabled {
	border-width: 0px;
	border-radius: 5px;
	background-color: #999;
	color: #fff;
	font: bold 12px arial;
}
.odd {
	background-color: #454545;
}

.even {
	background-color: #3A3A3A;
}

td {
	font: 12px arial;
	color: #EEE;
	vertical-align: top;
}

h1 {
	font: bold 15px verdana, arial;
	color: #FFF;
	margin: 0px;
}

h2 {
	font: bold 13px arial;
	color: #FFF;
	margin: 0px;
}

h3 {
	font: bold 12px arial;
	color: #FFF;
	margin: 0px;
}

table#main_title {
	border: 0px;
	width: 100%;
	padding-top: 15px;
}

.section_title {
	font: bold 12px arial;
	color: #F4A604
} /* oranzovy titulek */
.notification_title {
	font: bold 12px arial;
	color: #66FF66
} /* zelene oznameni uspesneho ulozeni */
.search_title {
	font: bold 10px arial;
	color: #FFF;
	background-color: #F3F3F8;
}

a {
	font: 12px arial;
	color: #FFF;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a.sort_button {
	font: bold 10px arial;
	background-color: #D8D8E7;
	text-decoration: none;
	padding-left: 2px;
	padding-right: 2px;
	height: 13px;
	padding-top: 2px;
}

a.sort_button_high {
	font: bold 10px arial;
	background-color: yellow;
	text-decoration: none;
	padding-left: 2px;
	padding-right: 2px;
	height: 13px;
	padding-top: 2px;
}

a.fake_form_button {
	font: bold 12px arial;
	padding-left: 10px;
	padding-right: 10px;
	height: 12px;
	padding-top: 1px;
	padding-bottom: 1px;
	background-color: #2C327C;
	color: #F3F3F8;
	text-decoration: none;
}

a.fake_form_button:hover {
	text-decoration: none;
}

a.text_button {
	font: bold 10px arial;
	background-color: #D8D8E7;
	text-decoration: none;
	padding-left: 10px;
	padding-right: 10px;
	height: 16px;
	padding-top: 2px;
}

.text_button {
	font: bold 10px arial;
	background-color: #D8D8E7;
	text-decoration: none;
	padding-left: 10px;
	padding-right: 10px;
	height: 16px;
	border: 0;
}

a.text_button:hover {
	background-color: #2C327C;
	color: #F3F3F8;
	text-decoration: none;
}

.selected_tab {
	font: 12px arial;
	font-weight: 600;
	color: black;
	background-color: #2C327C;
	color: #F3F3F8;
	text-decoration: none;
	padding-left: 10px;
	padding-right: 10px;
	height: 25px;
	padding-top: 2px;
}

.disabled_tab {
	font: bold 10px arial;
	color: black;
	background-color: #D8D8E7;
	color: #F3F3F8;
	text-decoration: none;
	padding-left: 10px;
	padding-right: 10px;
	height: 16px;
	padding-top: 2px;
}

td.form_submit_buttons {
	padding-right: 50px;
}

.block_padding {
	font: 12px arial;
	padding-left: 10px;
	padding-right: 10px;
}

.block_blue {
	font: 12px arial;
	background-color: #F3F3F8;
}

.block_blue_padding {
	font: 12px arial;
	padding-left: 10px;
	padding-right: 10px;
	background-color: #F3F3F8;
}

.block_blue_vertpadding_even {
	font: 12px arial;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #F8F8FA;
}

.block_blue_vertpadding_uneven {
	font: 12px arial;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #F3F3F8;
}

img.breakline {
	width: 100%;
	height: 1px;
	background-color: #D8D8E7;
}

img.thick_breakline {
	width: 100%;
	height: 3px;
	background-color: #D8D8E7;
}

ul {
	padding-left: 20px;
	margin: 15px;
	margin-top: 5px;
	list-style-type: square;
}

/* nabidka kurzu */
.course_box_left {
	width: 110px;
	text-align: center;
	font: 12px arial;
	background-color: #F3F3F8;
}

.course_box_right {
	width: 110px;
	text-align: center;
	vertical-align: middle;
	font: bold 12px arial;
	background-color: #F3F3F8;
}

/* data table */
td.data_line_header {
	background-color: #2C3284;
	color: white;
	font: bold 12px arial;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 2px;
	padding-bottom: 2px;
}

td.data_line_uneven {
	background-color: #F3F3F8;
	font: 12px arial;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 2px;
	padding-bottom: 2px;
}

td.data_line_even {
	background-color: #F8F8FA;
	font: 12px arial;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 2px;
	padding-bottom: 2px;
}

td.old_data {
	background-color: #F3F3F8;
	color: red;
}

td.new_data {
	color: green;
	background-color: #F3F3F8;
}

table.prihlaska {
	width: 550;
	margin-left: 10px;
	margin-right: 10px;
}

form_block input {
	display: block;
}

.action_button {
	margin-left: 3px;
	margin-right: 3px;
}

.cancelled {
	color: red;
}

.moved {
	color: blue;
}

.no_more_applications {
	font: 9px arial;
}

td.small {
	font: 10px arial;
}

.red {
	color: red;
}

.small {
	font: 10px arial;
}

/* ========================================================================== */
/* left menu big button */
/* ========================================================================== */
.left_button_table {
	width: 155px;
	height: 33px;
	background-color: #D8D8E7;
}

.left_button_main {
	font: bold 11x arial;
	text-decoration: none;
	background-image: url('../img/button_bgr.gif');
	background-repeat: repeat-y;
	display: block;
	width: 151px;
	height: 30px;
}

a.left_button_main:hover {
	background-image: url('../img/empty.gif');
	background-color: white;
	text-decoration: none;
}

.left_button_div {
	display: block;
	padding-top: 8px;
	padding-left: 12px;
}

.left_button_div_long {
	display: block;
	padding-top: 2px;
	padding-left: 12px;
	padding-right: 12px;
}

/* ========================================================================== */
/* left menu admin/login */
/* ========================================================================== */
.left_admin_title {
	font: bold 10px arial;
	background-color: #F4A604;
	width: 155px;
	height: 18px;
	vertical-align: middle;
	padding-left: 12px;
}

a.left_button_admin {
	font: bold 10px arial;
	text-decoration: none;
}

a.left_button_admin:hover {
	text-decoration: underline;
}

.loginbox {
	font: 10px arial;
	vertical-align: middle;
}

/* ========================================================================== */
/* form items */
/* ========================================================================== */
.send_button {
	border-width: 0px;
	background-color: #2C327C;
	color: white;
	font: bold 12px arial;
}

.send_button_disabled {
	border-width: 0px;
	background-color: #dddddd;
	color: white;
	font: bold 12px arial;
}

.send_button_arrow {
	border-width: 0px;
	background-color: #2C327C;
	color: white;
	font: bold 12px arial;
	width: 28px;
	height: 18px;
}

.form_td {
	vertical-align: middle;
}

.form_name {
	font: 12px arial;
	color: black;
	padding-right: 10px;
}

.form_normal_text {
	font: 11px arial;
	color: black;
	height: 18px;
}

.form_textarea {
	border: 1px solid #D8D8E7;
	font: 10px arial;
	color: black;
}

.form_text {
	border: 1px solid #D8D8E7;
	font: 10px arial;
	color: black;
	height: 18px;
}

.form_text_number {
	border: 1px solid #D8D8E7;
	font: 10px arial;
	color: black;
	height: 18px;
	text-align: right;
}

.form_textarea {
	border: 1px solid #D8D8E7;
	font: 10px arial;
	color: black;
}

.form_text_wHALF {
	border: 1px solid #D8D8E7;
	font: 10px arial;
	color: black;
	height: 18px;
	width: 160px;
}

.form_text_wTHIRD {
	border: 1px solid #D8D8E7;
	font: 10px arial;
	color: black;
	height: 18px;
	width: 120px;
}

.form_select_branch {
	border: 1px solid #D8D8E7;
	font: 10px arial;
	color: black;
	height: 18px;
	width: 180px;
}

/* ======================================  ecourse news ===============================================*/
div.news table {
	width: 100%;
}

div.news h1 {
	color: #5666FD;
	font-size: 1.5em;
}

div.news span.date {
	color: #c3f;
	font-weight: bold;
}

div.news img {
	margin: 20px 10px 10px 10px;
	float: left;
}

div.news td { /* 	background-color: #fff; */
	padding: 10px 10px;
	/* 	border-bottom: 1px solid #D2D2D2; */
	border-radius: 5px;
}

/* ========================================================================== */
/* errors */
/* ========================================================================== */
.error {
	font: 12px arial;
	color: red;
	vertical-align: top;
}

.success {
	font: bold 12px arial;
	color: #F4A604
}

.success_green {
	color: green;
	font: bold 12px arial;
}
