/* ========================================================================== */
/* GENERAL SITE LAYOUT */
/* ========================================================================== */
body {
	background-color: #fff;
	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: #222;
	border-bottom: 1px solid #D2D2D2;
}
div#header_top {
	margin: 0 auto;
	width: 960px;
	height: 127px;
	text-align: left;
	padding-top: 10px;
}
div#header_top_wrapper {
	background-color: #222;
	/* Gradient Color Background for CSS3 enabled browsers */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#444444', endColorstr = '#222222');
	background: -webkit-gradient(linear, left top, left bottom, from(#444444), to(#222222) );
	background: -moz-linear-gradient(top, #444444, #222222);
}
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 {
	display: table-cell;
}
li#left { /* 	border-right: 3px solid #fff; */
	
}
li#content {
	border-left: 1px solid #D2D2D2;
	border-right: 1px solid #D2D2D2;
}
div#footer {
	margin: 0px auto;
	padding-top: 1em;
	padding-bottom: 1em;
	/* 	width: 960px; */
	text-align: center;
	clear: both;
	background-color: #F1F1F1;
	border-top: 1px solid #D2D2D2;
}
div#footer * {
	color: #333;
}
div.navigation_bar {
	text-align: center;
	margin: 6px auto;
	font-size: 12px;
}
/* ========================================================================== */
/* GENERAL ELEMENT RULES */
/* ========================================================================== */
.actionbuttons a, .actionbuttons button {
	width: 100%;
	font-size: 11px;
}

td {
	font: 12px arial;
	color: black;
	vertical-align: top;
}
table.vertical_middle td {
	vertical-align: middle;
}
h1 {
	font: bold 18px arial;
	color: #333;
	margin: 0px;
}
h2 {
	font: bold 13px arial;
	color: #333;
	margin: 0px;
}
h3 {
	font: bold 12px arial;
	color: #333;
	margin: 0px;
}
select {
	font: 12px arial;
	line-height: 17px;
}
input {
	line-height: 17px;
}
input::-moz-focus-inner /*Remove button padding in FF*/ {
	border: 0;
	padding: 0;
}
div {
	font: 12px arial;
}
.font_white * {
	color: #eee;
}
.title_text {
	font-size: 10px;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-weight: normal;
	color: #fff;
}
#advanced_filter {
	display: none;
}
.slider_button {
	background: url('../img/bullet_arrow_down.png') no-repeat right;
	height: auto;
	display: block;
	color: #555;
	font-size: 10px;
}
.slider_button_div {
	padding-bottom: 15px;
}
.course_slider_button {
	background: url('../img/bullet_arrow_down.png') no-repeat right;
	width: 120px;
	height: 16px;
	display: block;
	color: #555;
	font-size: 10px;
}
.arrow_up {
	background: url('../img/bullet_arrow_up.png') no-repeat right;
}
.rounded {
	border-radius: 5px;
}
.tooltip_point_up {
	height: 0px; width: 0px;
	border-style: solid;
	border-color: transparent transparent #555 transparent;
	border-width: 0px 20px 10px 20px;
}
.tooltip_point_left {
	height: 0px; width: 0px;
	border-style: solid;
	border-color: transparent #555 transparent transparent ;
	border-width: 5px 10px 5px 0px;
}
.tooltip_box {
	position: absolute;
	display: none;
	left: 0;
	top: 0;
	z-index: 2000;
}
.tooltip_box_content {
	padding: 4px 8px;
	background: #555;
	color: #EEE;
	text-align: left;
	box-shadow: 5px 5px 5px #000;
	border-radius: 5px;
}
#tooltip_box_archdata {
	margin-top: 45px;
}
#tooltip_box_course_left {
	margin-left: 86px;
	margin-top: -3px;
}
#tooltip_box_course_right {
	margin-left: 26px;
	margin-top: -3px;
}
/* ========================================================================== */
/* 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 #222;
}
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.empty:hover { /* 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);
	cursor: default;
}
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);
}
/* ========================================================================== */
/* TAB MENU */
/* ========================================================================== */
ul#tab_menu {
	margin: 0;
	padding: 0;
	list-style: none;
	width: auto;
	position: relative;
	display: block;
	height: 24px;
	text-transform: uppercase;
}
ul#tab_menu li {
	float: left;
	margin: 0;
	pading: 0;
	border-right: 2px solid #fff;
	/* 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#tab_menu li#first {
	border-left: 2px solid #fff;
}
ul#tab_menu li a {
	margin: 0;
	display: block;
	float: left;
	color: #ffffff;
	text-decoration: none;
	padding: 0px 10px;
	line-height: 24px;
	font-size: 12px;
	font-family: Helvetica, Arial, Verdana, sans-serif;
}
ul#tab_menu li a:hover {
	background-color: #111;
	/* BLACK VARIANT */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#111111', endColorstr = '#333333');
	background: -webkit-gradient(linear, left top, left bottom, from(#111), to(#333) );
	background: -moz-linear-gradient(top, #111, #333);
}
ul#tab_menu li a#selected { /* DARK COLOR */
	background-color: #111;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#111111', endColorstr = '#333333');
	background: -webkit-gradient(linear, left top, left bottom, from(#111), to(#333) );
	background: -moz-linear-gradient(top, #111, #333);
}
ul#tab_menu li a.disabled {
	background-color: #888;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#111111', endColorstr = '#333333');
	background: -webkit-gradient(linear, left top, left bottom, from(#111), to(#333) );
	background: -moz-linear-gradient(top, #777, #999);
}
ul#tab_menu li a.disabled:hover {
	cursor: default;
}
ul#tab_menu li a.new:hover {
	cursor: default;
	/* 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);
}
/* ========================================================================== */
/* LEFT COLUMN - MENU & ADMINISTRATION */
/* ========================================================================== */
.menu,.menu ul {
	list-style: none;
	list-style-position: outside;
	margin: 0;
	padding: 0;
	text-align: left;
	/* 	text-transform: uppercase; */
	position: relative;
}
.menu li {
	position: relative;
}
.menu li a {
	color: #333;
	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;
}
.menu li a.unclickable:hover {
	background: #333;
	color: #fff;
}
.menu li a.hovered {
	background: #333;
	color: #fff;
	padding-bottom: 8px;
}
.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: #333;
	color: #fff;
}
.menu li ul a:hover {
	background: #ccc;
}
.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: 0 0 5px #B2B2B2;
}
div.left_menu_box#banners {
	border: none;
	padding-left: 10px;
}
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: #333;
	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;
}
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;
	text-align: left;
}
a.classic_link_small {
	font: 11px arial;
	color: #222;
}
a.left_button_admin {
	font: bold 10px arial;
	color: black;
	text-decoration: none;
}
a.left_button_admin_forblind {
	font: bold 12px arial;
	color: #fff;
	background-color: #2C327C;
	display: block;
	text-decoration: none;
}
input.button {
	font: bold 12px arial;
	color: #fff;
	background-color: #2C327C;
	border: hidden;
	width: 100px;
	cursor: pointer;
}
a.left_button_admin:hover {
	text-decoration: underline;
}
/* ========================================================================== */
/* LEKTORI */
/* ========================================================================== */
div.lecturer {
	padding: 8px;
	margin-bottom: 6px;
	clear: left;
	min-height: 90px;
}
div.lecturer_name {
	padding-bottom: 4px;
	font-size: 13px;
	font-weight: bold;
}
div.lecturer_bio {
	font-size: 12px;
	font-weight: normal;
	padding-top: 6px;
}
img.lecturer_photo {
	float: left;
	margin-right: 18px;
	margin-bottom: 10px;
}
/* ========================================================================== */
/* KALENDAR AKCI */
/* ========================================================================== */
div.inline {
	display: inline;
}
div.vertical_margins {
	margin: 10px auto;
}
table.left_bottom_padding td {
	padding-left: 5px;
	padding-bottom: 5px;
}
/* ========================================================================== */
.topnavigation a {
	text-decoration: underline;
}
.topnavigation {
	padding: 3px;
	font-size: 12px;
	text-align: left;
	background-color: #D8D8E7;
}
input.calendar {
	background: url("../files/calendar.gif") no-repeat left top;
	border: 0px none;
	cursor: hand;
	height: 21px;
	margin: 0;
	padding: 0;
	width: 34px;
}
a.left_button_anchor {
	font: bold 10px arial;
	color: black;
	text-decoration: none;
}
a.left_button_anchor:hover {
	text-decoration: underline;
}
.upper_table {
	border-width: 0px;
	width: 960px;
	background-color: #ffffff;
}
.lower_table {
	border-width: 0px;
	width: 960px;
	height: 100%;
	background-color: #ffffff;
}
.member {
	padding-left: 0px;
	padding-right: 0px;
	height: 16px;
	padding-top: 0px;
	padding-bottom: 0px;
}
/* ========================================================================== */
/* main text */
/* ========================================================================== */
table#main_title {
	border: 0px;
	width: 100%;
	padding-top: 15px;
	text-align: left;
	/* 	background-color: #F8F8FA; */
}
div.main_title {
	padding-top: 15px;
	text-align: left;
}
.note {
	font-style: italic;
	color: gray
}
#save_notification {
	position: absolute;
	left: 45%;
	top: 48%;
	z-index: 5;
	font: bold 30px arial;
	color: #008000;
	background: #fff;
	border: 1px solid #008000;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
} /* zelene oznameni uspesneho ulozeni */
#warning {
	position: absolute;
	left: 45%;
	top: 48%;
	z-index: 5;
	font: bold 30px arial;
	color: #008000;
	background: #fff;
	border: 2px solid #FF0000;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
} /* cerveny dotaz ano/ne */
.section_title {
	font: bold 12px arial;
	color: #F4A604;
} /* oranzovy titulek */
.search_title {
	font: bold 10px arial;
	color: black;
	/* 	background-color: #F3F3F8; */
}
.redbackground {
	background-color: #F76541;
}
.greenbackground {
	background-color: #C3FDB8;
}
a {
	font: 12px arial;
	color: #222;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a.sort_button {
	font: bold 10px arial;
	color: black;
	text-decoration: none;
	padding-left: 2px;
	padding-right: 2px;
	height: 13px;
	padding-top: 2px;
}
a.sort_button_high {
	font: bold 10px arial;
	color: black;
	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: #559955;
	color: #fff;
	text-decoration: none;
}
a.fake_form_button:hover {
	background-color: #77aa77;
}
a.fake_form_button_jumbo {
	font: bold 17px arial;
	padding-left: 10px;
	padding-right: 10px;
	height: 12px;
	padding-top: 1px;
	padding-bottom: 1px;
	background-color: #559955;
	color: #fff;
	text-decoration: none;
}
a.fake_form_button_jumbo:hover {
	background-color: #77aa77;
}
a.text_button {
	font: bold 10px arial;
	color: #fff;
	background-color: #559955;
	text-decoration: none;
	padding: 2px 10px;
	height: 16px;
}
a.text_button:hover {
	background-color: #77aa77;
}
a.button_tab {
	font: bold 12px arial;
	color: #fff;
	background-color: #559955;
	text-decoration: none;
	padding: 6px 10px;
	height: 26px;
}
a.button_tab:hover {
	background-color: #77aa77;
}
.selected_tab {
	font: 12px arial;
	font-weight: 600;
	color: black;
	background-color: #2C327C;
	color: #fff;
	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: #fff;
	text-decoration: none;
	padding-left: 10px;
	padding-right: 10px;
	height: 16px;
	padding-top: 2px;
}
.bookmarks {
	padding: 4px 2px;
	margin: 4px 0;
	/*	border-top: 2px dotted #6E8A9B;
	border-bottom: 2px dotted #6E8A9B; */
}
.bookmarks a {
	margin-right: 11px;
	text-decoration: none;
}
.bookmarks a img {
	position: relative;
	top: 2px;
	border: 0px;
}
div.links {
	color: #B22222;
	background-color: #fff;
}
div.links h1 {
	color: #B22222;
}
div.links * {
	margin-left: 7px;
}
a.links {
	color: #B22222;
}
td.form_submit_buttons {
	padding-right: 50px;
}
.block_padding {
	font: 12px arial;
	color: black;
	/* 	padding-left: 10px; */
	/* 	padding-right: 10px; */
}
.block_blue {
	font: 12px arial;
	color: black;
	/* 	background-color: #F3F3F8; */
}
.block_blue_padding {
	font: 12px arial;
	color: black;
	padding-left: 10px;
	/* 	padding-right: 10px; */
	/* 	background-color: #F3F3F8; */
}
.block_blue_vertpadding_even {
	font: 12px arial;
	color: black;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #F8F8FA;
}
.block_blue_vertpadding_uneven {
	font: 12px arial;
	color: black;
	padding-top: 10px;
	padding-bottom: 10px;
	/* 	background-color: #F3F3F8; */
}
img.breakline {
	width: 100%;
	height: 1px;
	background-color: #D2D2D2;
}
img.thick_breakline {
	width: 100%;
	height: 3px;
	background-color: #D2D2D2;
}
ul {
	padding-left: 20px;
	margin: 15px;
	margin-top: 5px;
	list-style-type: square;
}
/* KALENDAR AKCI */
tr.course_odd,div.odd {
	background-color: #E0EAE9;
}
tr.course_even,div.even {
	background-color: #F0F5E9;
}
td.course_box_left {
	width: 80px;
	padding: 8px 10px;
	text-align: right;
	font: 12px arial;
}
td.course_box_main {
	padding: 8px 0px 8px 10px;
	text-align: left;
}
td.course_box_right {
	width: 100px;
	padding: 7px 10px;
	text-align: right;
	vertical-align: top;
}
.course_box_right_logo {
	padding: 10px;
	padding-bottom: 1px;
	text-align: right;
	vertical-align: middle;
	font: bold 12px arial;
}
.course_box_bottom_logo {
	padding: 13px;
	padding-top: 1px;
	text-align: right;
	vertical-align: middle;
	font: bold 12px arial;
}
/* DATA TABLE */
td.data_line_header {
	background-color: #6688CC;
	/* Gradient Color Background for CSS3 enabled browsers */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#5577BB', endColorstr = '#7799DD');
	background: -webkit-gradient(linear, left top, left bottom, from(#5577BB), to(#7799DD) );
	background: -moz-linear-gradient(top, #5577BB, #7799DD);
	color: #fff;
	font: bold 12px arial;
	padding: 4px 10px;
}
tr.data_line_uneven,td.data_line_uneven {
	background-color: #E0EAE9;
	color: black;
	font: 12px arial;
	padding: 4px 10px;
}
tr.data_line_even,td.data_line_even {
	background-color: #F0F0FF;
	color: black;
	font: 12px arial;
	padding: 4px 10px;
}
tr.course td {
	padding: 8px 10px;
}
table.bottom_spacing tr td {
	padding-bottom: 4px;
}
table.border_bottom_2 tr td,tr.border_bottom_2 td,td.border_bottom_2 {
	border-bottom: 2px solid #fff;
}
table.border_bottom_4 tr td {
	border-bottom: 4px solid #fff;
}
td.old_data {
	color: red;
	/* 	background-color: #F3F3F8; */
}
td.new_data {
	color: green;
	/* 	background-color: #F3F3F8; */
}
table.prihlaska {
	width: 550;
}
table.valign_middle td,tr.valign_middle td {
	vertical-align: middle;
}
form_block input {
	display: block;
}
.action_button {
	margin-left: 3px;
	margin-right: 3px;
}
.cancelled {
	width: 70px;
	float: left;
	border-radius: 5px;
	border-width: 0px;
	background-color: #f33;
	color: #fff;
	font: bold 12px arial;
	padding-top: 1px;
	padding-bottom: 1px;
	text-align: left;
}
.cancelled span {
	padding-left: 6px;
	cursor: default;
}
.moved {
	color: blue;
}
.no_more_applications {
	font: 9px arial;
}
td.small {
	font: 10px arial;
}
.red {
	color: #F00;
}
.small {
	font: 10px arial;
}
/* login */
.loginname {
	font-weight: bold;
	font-size: 13px;
	color: #333;
	padding-top: 6px;
}
/* ========================================================================== */
/* LEFT MENU BIG BUTTON */
/* ========================================================================== */
.left_button_table {
	width: 155px;
	height: 33px;
	background-color: #D8D8E7;
}
.left_button_main {
	font: bold 11x arial;
	color: black;
	text-decoration: none;
	background-image: url('../img/button_bgr.gif');
	display: block;
	width: 151px;
	height: 30px;
}
a.left_button_main:hover {
	background-image: url('../img/empty.gif');
	background-color: #fff;
	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;
}
.upper_button_main {
	font: bold 11x arial;
	text-decoration: none;
	display: block;
	width: 151px;
	height: 30px;
}
.upper_button_main:hover {
	background-image: url('../img/empty.gif');
	text-decoration: none;
}
/* ========================================================================== */
/* FORM ITEMS */
/* ========================================================================== */
.button_course_list {
	margin-bottom: 3px;
	width: 70px;
	float: left;
	border-radius: 5px;
}
.button_image {
	cursor: pointer;
	border: none;
}
.button_general { /* 	border: none; */
	/* 	border-width: 1px; */
	height: 24px;
	font: 12px arial;
}
.button_general:HOVER {
	cursor: pointer;
	/* 	background-color: #2580A2; */
	font-weight: bold;
}
.send_button {
	border-width: 0px;
	background-color: #559955;
	color: #fff;
	font: bold 12px arial;
	cursor: pointer;
	/* 	height: 22px; */
	min-width: 50px;
	padding-top: 1px;
	padding-bottom: 1px;
}
.send_button:hover {
	background-color: #77aa77;
}
.send_button_disabled {
	border-width: 0px;
	background-color: #dddddd;
	color: #fff;
	font: bold 12px arial;
	/* 	height: 22px; */
	min-width: 50px;
	padding-top: 1px;
	padding-bottom: 1px;
}
.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;
}
.send_button_jumbo {
	border-width: 0px;
	background-color: #559955;
	color: #fff;
	font: bold 18px arial;
	cursor: pointer;
}
.send_button_jumbo:hover {
	background-color: #77aa77;
}
.send_button_arrow {
	border-width: 0px;
	background-color: #2C327C;
	color: #fff;
	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 #D2D2D2;
	font: 12px arial;
	color: black;
}
textarea {
	resize: none;
}
.form_text {
	border: 1px solid #D2D2D2;
	font: 12px arial;
	color: black;
}
.form_text_number {
	border: 1px solid #D2D2D2;
	font: 10px arial;
	color: black;
	height: 18px;
	text-align: right;
}
.form_text_wHALF {
	border: 1px solid #D2D2D2;
	font: 10px arial;
	color: black;
	height: 18px;
	width: 160px;
}
.form_text_wHALFBIG {
	border: 1px solid #D2D2D2;
	font: 13px arial;
	color: black;
	height: 28px;
	width: 200px;
}
.form_text_wTHIRD {
	border: 1px solid #D2D2D2;
	font: 10px arial;
	color: black;
	height: 18px;
	width: 120px;
}
.form_select_branch {
	border: 1px solid #D2D2D2;
	font: 10px arial;
	color: black;
	height: 18px;
	width: 180px;
}
.formLabelBig {
	font: 13px;
	font-weight: 900;
}
/*=========================================================================== */
/* Nadace info /
/*=========================================================================== */
.program div {
	margin: 10px;
}
.program p {
	text-align: justify;
}
/* ========================================================================== */
/* 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;
}
/* ======================================  ecourse news ===============================================*/
div.news table {
	width: 100%;
}
div.news td {
	background-color: #fff;
	border-bottom: 1px solid #D2D2D2;
	padding: 10px 0px;
}
div.news h1 {
	color: #66c;
	font-size: 1.5em;
}
div.news span.date {
	color: #c3f;
	font-weight: bold;
}
div.news img {
	margin: 20px 10px 10px 10px;
	float: left;
}
.gwt-popup {
	background-color: #fff;
}
.programversion {
	background-color: #fff;
	font: 10px arial;
}
.loga {
	font-weight: bold;
}
.loga img {
	margin: 0px;
	padding: 0px;
	border: 0px;
}
.loga a {
	font-weight: bold;
}
.copyright {
	margin: 10px;
	font-style: italic;
	font-size: 10px;
	text-align: left;
}
.invoiceFrame {
	width: 340px;
	padding: 1em;
	font-size: 1.2em;
	border: 1px solid #D2D2D2;
	background: #eee;
	color: #333;
}
.warning {
	color: red;
}
.information {
	padding: 10px;
}
.expositionHeading {
	padding: 10px;
	font-size: 12px;
	font-weight: bold;
}
