/* Univerzita Komenskeho, Bratislava ******************************* */
body,html,p,img,table,tr,th,td,h1,h2,h3,h4,h5,ul,ol,li,a,.text,p.align-left,p.align-center,p.align-right
	{
	border: 0;
	margin: 0;
	padding: 0;
	font: normal 11px/13px Verdana, sans-serif;
	font-size: 85%;
	color: #000000;
}

html,body {
	background: #AF1000;
}

body {
	
}

div {
	background: transparent;
}

/* Content tags formating *********************************************************************** */
h1,h2,p,ul,ol,li,table,th,td,.text,p.align-left,p.align-center,p.align-right
	{
	font-size: small;
	line-height: 15px;
}

h1,h2,p,ul,ol,table,.text,p.align-left,p.align-center,p.align-right {
	padding-bottom: 1em;
}

h1.absolvent {
	padding-bottom: 2em;
}

table {
	margin-bottom: 1em;
}

p ul,p ol {
	padding-bottom: 0;
}

table p {
	padding-bottom: 0;
}

table img {
	margin: 5px 0;
}

h1,h2 {
	font-weight: bold;
}

table,td,th {
	border: solid 0px #888888;
	border-collapse: collapse;
}

td,th {
	padding: 3px 8px;
}

th {
	font-weight: bold;
}

ul {
	padding-left: 2em;
}

ul li {
	padding-left: 0.5em;
}

ol {
	padding-left: 2.5em;
}

a {
	color: white;
	text-decoration: none;
}

p a.absolvent {
	text-decoration: none;
}

p a {
	color: black;
	text-decoration: underline;
	font-size: 12px;
	cursor: pointer;
}

a:hover {
	color: #BF9960;
}

p a.absolvent:hover {
	text-decoration: underline;
	color: black;
}

div {
	background: transparent;
}

.float_right {
	float: right;
}

.float_left {
	float: left;
}

.clear_float {
	clear: both;
}

/* Page containers ****************************************************************************** */
#container {
	width: auto;
	min-width: 1000px;
	max-width: 1220px;
	margin: 0px auto 0px auto;
	/* background color for content left element, for Mozilla  */
	background: /* #fffbed */ #FFFAF2 url('../images/header_bg.jpg') repeat-x 0 35px;
	text-align: left;
	/* for MSIE, without this - error background rendering */
	height: auto;
}

#container1 {
	background: url('../images/left_bg.jpg') top left repeat-y;
	/* for MSIE, without this - error background rendering */
	height: 100%;
}

#container2 {
	background: url('../images/right_bg.jpg') top right repeat-y;
	/* for MSIE, without this - error background rendering */
	height: 100%;
}

.clear {
	float: none;
	clear: both;
	width: 0px;
	height: 0px;
	line-height: 0px;
	font-size: 0px;
	/* News background */
	background: #feca77;
}

/* Header *************************************************************************************** */
#header {
	position: relative;
	height: 141px;
	background: url('../images/top_bg.jpg') repeat-x 0 0;
}

#header_in {
	position: relative;
	padding: 85px 30px 0 0;
	text-align: right;
}

/* Top border *** */
#top_left,#top_right {
	position: absolute;
	top: 0;
}

#top_left {
	left: 0;
}

#top_right {
	right: 0;
}

/* Header images, logo univerzity (UK) a fakulty (F) *** */
#logoUK_link {
	position: absolute;
	left: 40px;
	top: 25px;
	width: 94px;
	height: 95px;
	z-index: 49;
}

#logoUK {
	z-index: 50;
}

#titleUK {
	position: absolute;
	left: 161px;
	top: 25px;
}

#logo2 {
	position: absolute;
	left: 75%;
	top: 31px;
}

/* Menu Top *** */
#search_container {
	float: right;
	width: 172px;
}

#search_box_top {
	margin: 2px 0px 0px 2px;
	float: left;
}

#search_box_top a {
	color: #FFFFFF;
	text-decoration: none;
	font: normal 11px/13px Verdana, sans-serif;
}

#search_box_top a:hover {
	text-decoration: underline;
}

/* Search_box *** */
#search_box {
	float: left;
}

#search_box_bottom {
	color: #FFFFFF;
	float: left;
	width: 100%;
}

#search_box_bottom fieldset {
	overflow: hidden;
}

#search_box_bottom td:nth-child(1) {
	padding: 0px 0px 0px 2px;
	font: 8pt normal Tahoma, Verdana, Arial;
	color: #FFFFFF;
}

#search_box_bottom td:nth-child(2) {
	padding: 0px;
	padding-right: 7px;
}

#search_box_bottom ul {
	padding: 0;
}

#search_box_bottom ul li {
	list-style: none;
	padding: 0;
	margin: 1px 0px 0px 1px;
	font: normal 11px/13px Verdana, sans-serif;
	color: #EEEEEE;
	float: left;
}

/* Menu Path ************************************************************************************ */
#menu_path {
	height: 24px;
	background: #feca77;
	margin: 0 16px 0 15px;
	border-bottom: solid 1px #ffffff;
}

#menu_path_in {
	position: relative;
	padding: 1px 18px 0;
	z-index: 100; /* for MSIE */
	height: 24px;
}

#menu_path_in a form select {
	display: block;
	float: left;
	color: black;
	padding: 0 15px 0 0;
	text-decoration: none;
}

#menu_path_in a:hover {
	text-decoration: underline;
}

#menu_path_in ul li {
	padding: 0;
	margin: 0;
	list-style-image: none;
	display: inline;
}

/* Content ************************************************************************************** */
#noJS_alert {
	color: red;
	font-size: 175%;
	padding: 0;
	margin: 1em 0em 2em 0em;
}

#noJS_alert a {
	color:red;
}

#noJS_alert a:hover {
	color:red;
	text-decoration: none;
}

#content {
	margin: 0 16px 0 15px;
}

#content_in {
	position: relative;
	padding: 15px 20px 15px 20px;
	z-index: 100;
}

.line {
	border-top: solid 2px #D06940;
	margin-top: 1em;
}

.adv_search_form {
	margin-bottom: 3px;
}

.table_absolventi {
	margin: 0px;
}

.tab_titles th {
	white-space: nowrap;
}

.exception{
	color: red;
	font-weight: bold;
	padding-left: 1em;
}

/* Did you mean part ******************************************************************************** */
/* #didYouMean{
	font-weight: bold;
	margin-bottom: 2em;
}
#didYouMean a{
	padding-left: 0.5em;
	color: blue;
	font-size: 1.5em; 
	cursor: pointer;
} */

#didYouMean{
	margin-bottom: 2em;
	font-size: 13px;
}
#didYouMean i {
	font-weight: bold;
}
#didYouMean a{
	text-decoration: none;
	font-size: 13px;
	font-weight: bold;
	cursor: pointer;
	/*padding-left: 6px;*/
}
#didYouMean a:hover {
	text-decoration: underline;
	color: black;
}

.legend_admin {
	border: 1px solid #880D0F;
	padding: 1em;
	padding-top: 1.5em;
	margin-bottom: 1em;
}

.legend_admin legend{
	color: #880D0F;
}



/* Tab. Results ******************************************************************************** */
.headerLink {
	color: #FECA77;
	text-decoration: underline;
	font-weight: bold;
	font-size: 8pt;
}

.pager {
	background-color: #FECA77;
	border: none;
	/*position: relative;*/
}

.pager th {
	background-color: #FECA77;
	border: solid 1px #880d0f;
	font-size: 14px;
}

.tab_result_header {
/*	padding: 4px 1em 4px 1em;*/
	font-weight: bolder;
	color: #880d0f;
	font-size: 150%;
}

.tab_result_select {
	font-weight: normal;
	color:  #880d0f;
	padding: 3px 8px;
}

.moreResults {
	float: right;
}

.moreResults a {
	color: #880d0f;
	font-weight: bolder;
}

.moreResults a:hover {
	 color: #880d0f;
	/* font-weight: bolder; */
	text-decoration: underline;
}

tr.even a,tr.odd a {
	color: /* #B6532A */#880d0f;
	text-decoration: underline;
	font-size: 100%;
}

tr.even a:hover,tr.odd a:hover {
	/* color: black; */
	text-decoration: none;
}

.navLink_top {
	float: left;
	/* background-color: #D06940 #880d0f; */
	margin-bottom: 1em;
}

#tabulka_absolvent {
	float: right;
	/* display: block; */
}

#tabulka_absolvent_info {
	float: right;
	padding-right: 30px;
	padding-top: 2px;
}

.row_highlighted td {
     background: /* #fedda0 */#FECA77;  
  }

.row_highlighted td a {
     /* color: black; */
     text-decoration: none;  
  }

/* Customized select **************************************************************************** */
.selectjs2 {
	height: 15px; /* For Mozilla and Opera */
	cursor: pointer;
	width: 60px;
	float: left;
	z-index: 100; /* For Mozilla and Opera */
}

.optionsjs2 {
	display: none;
	border: solid 1px #d06940;
	border-top: none;
}

.optionsjs2 ul {
	padding: 0px;
	background: #feeed8;
}

.optionsjs2 li {
	display: inline;
}

.optionsjs2 li a {
	display: block;
	width: auto;
	padding: 3px 10px;
	text-decoration: none;
	color: #d06940;
}

.optionsjs2 li a:hover {
	background: #ffffff;
	color: #d06940;
}

.namejs2 { /* width: 232px; */
	padding: 1px 10px;
	border: solid 1px #d06940;
	background: #feeed8 url('../images/arrow_down.gif') no-repeat 100% 50%;
}

.select_wrapper {
		position: relative; 
		height: 17px; 
		padding-left: 5px;
	}

/* Footer *************************************************************************************** */
#footer {
	height: 52px;
	margin: 0 16px 0 15px;
	background: #7E0E0D url('../images/bottom_bg.jpg') repeat-x left bottom;
	position: relative;
	border-top: solid 2px #ffffff;
}

#footer_in {
	text-align: right;
	padding: 11px 21px 0;
	color: #ffffff;
}

#menu_bottom {
	float: left;
}

#menu_bottom ul,#menu_bottom ul li {
	list-style-image: none;
	margin: 0;
	padding: 0;
	font: 8pt normal;
}

/* Bottom border *** */
#bottom_left,#bottom_right {
	position: absolute;
	bottom: 0;
}

#bottom_left {
	left: -15px;
}

#bottom_right {
	right: -16px;
}

/* Menu Bottom *** */
#menu_bottom {
	float: left;
}

#menu_bottom ul li {
	padding: 0;
	margin: 0;
	list-style-image: none;
	display: inline;
}

#menu_bottom a {
	display: block;
	float: left;
	color: #ffffff;
	padding: 0 15px 0 0;
	text-decoration: none;
}

#menu_bottom a:hover {
	text-decoration: underline;
}

/* Simple link *** */
a {
	color: black;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

.position_fix {
	margin-bottom: -3px;
}

/* Content tags formating *********************************************************************** */
h1,h2,h3,h4,p,ul,ol,li,table,th,td,.text,dl {
	border: 0;
	margin: 0;
	padding: 0;
	font: normal 12px/15px Verdana, sans-serif;
	font-size: small;
	line-height: 120%;
	color: #000000;
}

.body h1 {
	color: /* #d06940 */ black;
}

h1,h2,h3,h4,p,ul,ol,table,dl,.text,p.align-left,p.align-center,p.align-right
	{
	padding-bottom: 1em;
}

h1,h2,h3,h4 {
	text-align: left;
}

h1 { /* font-size: 14px; */
	font-size: 160%;
}

h1 a { /* font-size: 14px; */
	font-size: 100%;
}

h2 {
	font-size: 140%;
}

h2 a {
	font-size: 100%;
}

h3 {
	font-size: 120%;
}

h3 a {
	font-size: 100%;
}

h4,h4 a {
	font-size: 100%;
}

table {
	margin: 0em;
}

p ul,p ol {
	padding-bottom: 0;
}

table p {
	padding-bottom: 0;
}

table img {
	margin: 5px 0;
}

h1,h2,h3,h4,h1 a,h2 a,h3 a,h4 a {
	font-weight: bold;
}

h1 a,h2 a,h3 a,h4 a {
	text-decoration: underline;
}

/* Images *** */
img {
	border: 0;
	padding: 0;
	margin: 0;
}

img.image_left {
	float: left;
	margin: 0 10px 10px 0;
}

img.image_right {
	float: right;
	margin: 0 0 10px 10px;
}

table,td,th {
	border: solid 0px #888888;
	border-collapse: collapse;
}

td,th {
	padding: 3px 8px;
}

th {
	font-weight: bold;
}

ul {
	padding-left: 2em;
}

ul li {
	padding-left: 0.5em;
}

ol {
	padding-left: 2.5em;
}

a {
	color: black;
	text-decoration: none;
}

li a,p a,#content_left ul a,ol a,dl a {
	color: black;
	text-decoration: underline;
	font-size: 100%;
}

a:hover {
	color: #E78760;
/* 	text-decoration: underline; */
}

/* * * * * * * * * * * * * * * *
  CDO2Web specific settings
  * * * * * * * * * * * * * * */
body {
	font: 8pt normal Tahoma, Verdana, Arial;
	border: 1px;
	margin: 5px;
	padding: 2px;
}

div.banner {
	font: 8pt normal Tahoma, Verdana, Arial;
	background-color: #666666;
	color: #FFFFFF;
	margin: 2px;
	padding: 5px;
}

div.body {
	margin: 2px;
	padding: 5px;
}

div.centered h1,h4,button1,td.centered,div.centered {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

/* div.result { */
/* 	padding-bottom: 20px; */
/* } */

select,input,textarea {
	font: 8pt normal Tahoma, Verdana, Arial;
	/*	text-indent: 5px; */
}

select.roles {
	font: 8pt normal Tahoma, Verdana, Arial;
	text-indent: 0px;
	height: 1.6em;
}

option.roles {
	font: 8pt normal Tahoma, Verdana, Arial;
	padding: 0px;
	border: 0px;
	margin: 0px;
}

caption {
	text-align: left;
	padding: 10px;
}

table.loginform {
	border: 1px solid #000000;
	padding: 5px;
	margin-left: auto;
	margin-right: auto;
	color: #000000;
}

td.loginform {
	font: 8pt normal Tahoma, Verdana, Arial;
	color: #000000;
	padding: 2px;
	border: 0px;
}

td.loginformB {
	font: 8pt normal Tahoma, Verdana, Arial;
	font-weight: bold;
	color: #000000;
	padding: 2px;
	border: 0px;
}

table.items {
	background-color: #feeed8;
	border: solid 1px #880d0f;
	font: 8pt normal Tahoma, Verdana, Arial;
	/*color: #FFFFFF;
	background-color: #EEEEEE;
	border: 1px solid #000000;*/
	empty-cells: show;
	padding: 5px;
	border-collapse: separate;
	border-spacing: 1px;
	/*clear: both;*/
}

th.items {
	font: 8pt normal Tahoma, Verdana, Arial;
	font-weight: bold;
	text-align: left;
	padding-left: 12px;
	/*order: 1px solid #D06940;*/
	/*background: #FEEED8;*/
	/* background-color: #D06940; */
	color: /* #FFFFF5 */#FECA77;
	background: url("../images/no_arrow.png") no-repeat top left /* #D06940 */#880d0f;
}

th.selected_asc {
	font: 8pt normal Tahoma, Verdana, Arial;
	font-weight: bold;
	text-align: left;
	padding-left: 12px;
	/*order: 1px solid #D06940;*/
	/*background: #FEEED8;*/
	/*background-color: #D06940;*/
	color: /* #FFFFF5 */#FECA77;
	background: url("../images/arrow_top.png") no-repeat top left /* #e78760 */#AF1000;
}

th.selected_dsc {
	font: 8pt normal Tahoma, Verdana, Arial;
	font-weight: bold;
	text-align: left;
	padding-left: 12px;
	/*order: 1px solid #D06940;*/
	/*background: #FEEED8;*/
	/*background-color: #D06940;*/
	color: /* #FFFFF5 */#FECA77;
	background: url("../images/arrow_bottom.png") no-repeat top left /* #e78760 */#AF1000;
}

th.header_highlighted {
	background-color: /* #e78760 */#AF1000;
}

td.items {
	border: 0px;
	/*	padding: 5px 5px 5px 2px; */
	padding: 2px 2px 2px 2px;
	font: 8pt normal Tahoma, Verdana, Arial;
	color: /* #B6532A */#880d0f;
}

.result td.items {
	padding: 5px 5px 5px 2px;
	font: 8pt normal Tahoma, Verdana, Arial;
	color: /* #b6532a */#880d0f;
	border: 1px solid /* #D06940 */#880d0f;
	padding: 2px 2px;
}

td.itemsB {
	border: 0px;
	/*	padding: 5px 5px 5px 2px; */
	padding: 2px 2px 2px 2px;
	font: 8pt normal Tahoma, Verdana, Arial;
	font-weight: bold;
	color: #000000;
}

tr.lightgreen {
	background-color: #DDFFDD;
}

tr.odd {
	background-color: #FEEED8;
}

tr.even {
	background-color: #FFFFF5 /*#fefcf6*/;
}

form.buttons {
	display: inline;
}

button.button1,a.button1 {
	font: 8pt normal Tahoma, Verdana, Arial;
	font-weight: bold;
	background-color: #999999;
	color: #FFFFFF;
	padding: 2px;
	border: 1px solid #FFFFFF;
}

p.f10 {
	font: 10pt normal Tahoma, Verdana, Arial;
}

p.bold {
	font-weight: bold;
}

.redCentered {
	color: red;
	text-align: center;
}

.red,.warm {
	color: red;
	font-weight: bold;
}

.orange {
	color: #FFA500;
	font-weight: bold;
}

.povinne {
	color: red;
	font-weight: bold;
}

.green {
	color: green;
	font-weight: bold;
}

.username {
	font: 8pt normal Tahoma, Verdana, Arial;
	font-style: italic;
	/*	border: 1px solid #FFFFFF;*/
	padding: 2px;
}

hr.thin {
	height: 1px;
	color: #FFFFFF;
	background-color: #999999;
	border: none;
}

a.selected {
	font-weight: bold;
	color: #FFFFFF;
	background-color: #999999;
	border: 1px solid #FFFFFF;
	padding: 0px 3px 0px 3px;
}

a.navlink {
	font: 8pt normal Tahoma, Verdana, Arial;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #999999;
	border: 1px solid #FFFFFF;
	padding: 2px;
}

a.navlink:link {
	color: #FFFFFF;
	text-decoration: none;
}

a.navlink:active {
	color: #FFFFFF;
	text-decoration: none;
}

a.navlink:hover {
	color: #FFFFFF;
	text-decoration: none;
}

a.navlink:visited {
	color: #FFFFFF;
	text-decoration: none;
}

/* vytlacit ziadost o duplikat */
.footnote {
	vertical-align: top;
	font: 7pt normal Tahoma, Verdana, Arial;
}

.printbutton {
	text-align: center;
}

.vypln {
	border-bottom: 2px solid red;
	border-top: 2px solid red;
}

.vyplnLeft {
	border-left: 2px solid red;
	border-bottom: 2px solid red;
	border-top: 2px solid red;
}

.vyplnRight {
	border-right: 2px solid red;
	border-bottom: 2px solid red;
	border-top: 2px solid red;
}

.info {
	color: #BF9960;
}

.vyber {
	font-weight: bold;
}

#bodyCont {
	background-color: #feeed8;
}

.inline {
	display: inline;
}

.tablebg {
	background-color: #feeed8;
}

.even {
	background: #feca77;
}

.skratka {
	color: #666666;
}

.skratka:hover {
	color: #BF9960;
}

.skratkatitle {
	color: #000000;
	font-weight: bold;
	font-size: 100%;
}

.skratkatitle:hover {
	color: #BF9960;
	font-weight: bold;
	font-size: 100%;
}

.italic {
	font-style: italic;
}

.opnie {
	color: #8A2BE2;
	font-weight: bold;
}

.izbapozn {
	color: #FF00FF;
	font-weight: bold;
}

.pridelene {
	color: #0000FF;
	font-weight: bold;
}

.pirefpozn {
	color: #8B0000;
	font-weight: bold;
}

.loginMy {
	color: green;
	font-size: 160%;
	font-weight: bold;
}

.loginKamos {
	font-size: 120%;
	font-weight: bold;
}

.big { /* font-size: 120%; */
	font-weight: bold;
}

.innerhelp {
	color: #AAAAAA;
}

.AutoCompleteBackground {
	background-color: white;
}

.AutoCompleteHighlight {
	background-color: #CCCCCC;
}

.AutoCompleteDiv {
	border: 1px solid #666666;
	position: absolute;
	margin: 0px;
	padding: 0px;
	left: 0px;
	top: 18px;
	visibility: hidden;
	background-color: white;
	z-index: 1;
	width: 304px;
}

.AutoCompleteSubDiv {
	width: 304px;
}