
/* *** LAYOUT *** */
ul, ol, dl {
	margin: 10px 0px 25px 40px
}
a:link,a:visited {
	color: #0E4C4C;
	text-decoration: underline;
}
a:hover {
	color: #0E4C4C; /*#4d7878;*/
	text-decoration: underline;
}

html {
	background-color: #f3f2f2;
	margin: 0px;
	padding: 0px;
}
body {
	margin: 15px 5px 25px 5px;
	padding: 0px;
	text-align: center;
	background-color: #f3f2f2;
	font-family: sans-serif;
}


#canvasTop {
	width: 100%;
	background-image: url('../img/back_top.png');
	background-position: center top;
	background-repeat: no-repeat;
	margin: 30px auto 0px auto;
	height: 14px;
}
#canvasMiddle {
	width: 100%;
	background-image: url('../img/back_middle.png');
	background-position: center top;
	background-repeat: repeat-y;
	margin: 0px auto;
	padding: 0px 0px 20px 0px;
}
#canvasBottom {
	width: 100%;
	background-image: url('../img/back_bottom.png');
	background-position: center top;
	background-repeat: no-repeat;
	margin: 0px auto;
	height: 29px;
}
#canvasFixed {
	width: 1000px;
	text-align: left;
	margin: 0px auto;
}
#canvasFixedPadder {
	padding: 0px 9px 0px 8px;
}


#topTopPanel {
	height: 172px;
}
#topPanelLogo {
	display: block;
	width: 167px;
	height: 172px;
	float: left;
	background-image: url('../img/panel_logo.png');
	background-repeat: no-repeat;
}
#topPanelMenu {
	float: right;
	width: 816px;
	height: 172px;
}

ul#topMenu {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
ul#topMenu li.topMenuSection {
	display: block;
	float: left;
	width: 132px;
	height: 172px;
	margin-left: 4px;
	background-repeat: no-repeat;
}
ul#topMenu li.topMenuSection a.topMenuSectionName {
	display: block;
	padding: 16px 6px 6px 12px;
	font-weight: bold;
	font-size: 13px;
	text-transform: uppercase;
	text-decoration: none;
	color: #ffffff;
}
ul#topMenu li.topMenuSection a:hover.topMenuSectionName {
	text-decoration: underline;
}
li.tms1act { background-image: url('../img/top_menu_1act.png'); }
li.tms2act { background-image: url('../img/top_menu_2act.png'); }
li.tms3act { background-image: url('../img/top_menu_3act.png'); }
li.tms4act { background-image: url('../img/top_menu_4act.png'); }
li.tms5act { background-image: url('../img/top_menu_5act.png'); }
li.tms6act { background-image: url('../img/top_menu_6act.png'); }
li.tms1 { background-image: url('../img/top_menu_1.png'); }
li.tms2 { background-image: url('../img/top_menu_2.png'); }
li.tms3 { background-image: url('../img/top_menu_3.png'); }
li.tms4 { background-image: url('../img/top_menu_4.png'); }
li.tms5 { background-image: url('../img/top_menu_5.png'); }
li.tms6 { background-image: url('../img/top_menu_6.png'); }

ul#topMenu li.topMenuSection ul.sectionMenu {
	list-style: none;
	margin: 0px 0px 0px 12px;
	padding: 0px;
}
ul#topMenu li.topMenuSection ul.sectionMenu li.topMenuItem {
	margin-bottom: 2px;
	position: relative;
}
ul#topMenu li.topMenuSection ul.sectionMenu li.topMenuItem a.topMenuItemName {
	font-size: 12px;
	text-transform: uppercase;
	color: #ffffff;
	text-decoration: none;
}
ul#topMenu li.topMenuSection ul.sectionMenu li.topMenuItem a:hover.topMenuItemName {
	text-decoration: underline;
}

ul#topMenu div.sectionSubMenu {
	position: absolute;
	z-index: 100;
	top: 0px;
	left: 110px;
	min-width: 140px;
	max-width: 200px;
	max-height: 600px;
	width: 200px;
	background-color: transparent;
	background-repeat: no-repeat;
}
ul#topMenu li.tms3act div.sectionSubMenu {
	max-width: 300px;
	max-height: 600px;
	width: 300px;
}
ul#topMenu div.sectionSubMenu ul {
	list-style: none;
	margin: 20px;
	padding: 0px;
	font-size: 12px;
	text-transform: uppercase;
	color: #000000;
	text-decoration: none;
}
ul#topMenu div.sectionSubMenu ul li {
	margin-bottom: 3px;
}
ul#topMenu div.sectionSubMenu ul li a.topMenuSubItemName {
	font-size: 12px;
	text-transform: uppercase;
	color: #000000;
	text-decoration: none;
	white-space: nowrap;
}
ul#topMenu div.sectionSubMenu ul li a:hover.topMenuSubItemName {
	text-decoration: underline;
}
li.tms1act div.sectionSubMenu { background-image: url('../img/top_submenu_1.png'); }
li.tms2act div.sectionSubMenu { background-image: url('../img/top_submenu_2.png'); }
li.tms3act div.sectionSubMenu { background-image: url('../img/top_submenu_3.png'); }
li.tms4act div.sectionSubMenu { background-image: url('../img/top_submenu_4.png'); }
li.tms5act div.sectionSubMenu { background-image: url('../img/top_submenu_5.png'); }
li.tms6act div.sectionSubMenu { background-image: url('../img/top_submenu_6.png'); }



#topPanelPhoto {
	clear: both;
	width: 983px;
	height: 200px;
	margin: 4px 0px 4px 0px;
	background-repeat: no-repeat;
	position: relative;
}
#topPanelPhoto1, #topPanelPhoto2 {
	position: absolute;
	width: 983px;
	height: 200px;
	top: 0;
	left: 0;
}

#topPanelToolbar {
	background-color: #e0dede;
	height: 37px;
	margin: 4px 0px 20px 0px;
}
#topPanelToolbarPadder {
	padding: 1px;
	position: relative;
}
ul#toolbarPages {
	list-style: none;
	margin: 0px;
	padding: 0px;
	color: #004242;
}
ul#toolbarPages li {
	float: left;
	margin: 9px 0px 0px 20px;
	font-size: 14px;
	font-weight: bold;
	color: #0e4c4c;
	text-transform: uppercase;
}
ul#toolbarPages li a.toolbarPagesItem {
	color: #0E4C4C;
	text-decoration: none;
}
ul#toolbarPages li a:hover.toolbarPagesItem {
	text-decoration: underline;
}
#toolbarSearch {
	width: 205px;
	height: 30px;
	margin: 2px 0px 0px 415px;
	background-image: url('../img/toolbar_search.png');
	background-repeat: no-repeat;
	background-position: right;
}
#toolbarSearch div {
	float: left;
	padding: 7px 0px 0px 0px;
	font-size: 14px;
	font-weight: bold;
	color: #0e4c4c;
}
#toolbarSearch input {
	float: right;
	width: 115px;
	margin: 7px 6px 0px 0px;
	border: 0px;
	background-color: transparent;
	background-image: url("//www.google.com/cse/intl/en/images/google_custom_search_watermark.gif");
}

#toolbarSearchResults {
	margin-bottom: 10px;
}

ul#toolbarButtons {
	list-style: none;
	margin: 0px 4px 0px 0px;
	float: right;
}
ul#toolbarButtons li {
	display: block;
	float: right;
	cursor: pointer;
}
ul#toolbarButtons li.buttonAction {
	width: 38px;
	height: 21px;
	margin: 8px 5px 0px 5px;
}
ul#toolbarButtons li.buttonSocial {
	width: 30px;
	height: 30px;
	margin: 2px 5px 0px 5px;
}
ul#toolbarButtons li#buttonFb { background-image: url('../img/toolbar_fb.png'); }
ul#toolbarButtons li#buttonLi { background-image: url('../img/toolbar_li.png'); }
ul#toolbarButtons li#buttonInst { background-image: url('../img/toolbar_inst.png'); margin-right: 10px; }
ul#toolbarButtons li#buttonPrint { background-image: url('../img/toolbar_print.png'); }
ul#toolbarButtons li#buttonFont { background-image: url('../img/toolbar_font.png'); }
ul#toolbarButtons li.buttonSocial a { 
	display: block;
	width: 30px;
	height: 30px;
}


#leftPanel {
	float: left;
	width: 287px;
	background-image: url('../img/panel_left_header.png');
	background-position: left top;
	background-repeat: no-repeat;
}
#leftPanelHeader {
	height: 38px;
	margin-bottom: 8px;
	padding: 8px 10px 0px 30px;
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
}
ul#novinky {
	list-style: none;
	margin: 0px 0px 0px 30px;
	padding: 0px;
}
ul#novinky li {
	margin-bottom: 20px;
}
.novinkaDatum {
	width: 73px;
	height: 31px;
	float: left;
	margin: 2px 5px 2px -1px;
	background-image: url('../img/novinka_datum.png');
	background-repeat: no-repeat;
}
.novinkaDatumPadder {
	padding: 4px 0px 0px 0px;
	color: #ffffff;
	font-size: 18px;
	font-family: sans-serif;
	font-weight: bold;
	text-align: center;
}
.novinkaText {
	color: #707070;
	font-size: 14px;
	line-height: 130%;
}


#rightPanel {
	width: 660px;
	float: right;
	
	background-image: url('../img/panel_right_header.png');
	background-position: right top;
	background-repeat: no-repeat;
	min-height: 300px;
}
#rightPanelHeader {
	height: 38px;
	margin-bottom: 7px;
	padding: 8px 10px 0px 40px;
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
	
	background-repeat: no-repeat;
	background-position: 12px 9px;
}
#rightPanel div.sectionSquare0 { background-image: url('../img/section_sq0.png'); }
#rightPanel div.sectionSquare1 { background-image: url('../img/section_sq1.png'); }
#rightPanel div.sectionSquare2 { background-image: url('../img/section_sq2.png'); }
#rightPanel div.sectionSquare3 { background-image: url('../img/section_sq3.png'); }
#rightPanel div.sectionSquare4 { background-image: url('../img/section_sq4.png'); }
#rightPanel div.sectionSquare5 { background-image: url('../img/section_sq5.png'); }
#rightPanel div.sectionSquare6 { background-image: url('../img/section_sq6.png'); }


#rightPanelContent {
	padding: 3px 30px 10px 3px;
	font-size: 14px;
	font-family: sans-serif;
}


#footer {
	padding: 15px 2px 0px 0px;
	color: #4d7878;
	font-size: 12px;
	letter-spacing: -1px;
	text-align: right;
}
#footerAdmin {
	float: left;
	padding: 13px 2px 0px 0px;
	color: #4d7878;
	font-size: 10px;
}



.justify {
	text-align: justify;
}





.clearer {
	clear: both;
	height: 1px;
	overflow: hidden;
}



.prihlaska {
	font-size: 75%;
	margin: 10px;
	padding: 5px;
	background-color: #FFF5B9;
	border: 1px solid #A98050;
}
.tema {
	font-weight : bold;
	color : #4d7878;
}


#novinkyArchiv {
	text-align:right;
}

#clPaySec {
	display: none;
}



/* ADRESAR */
table.dataGrid {
	margin: 10px;
	border-collapse: collapse;
	empty-cells: hide;
}
table.dataGrid th {
	padding: 5px 7px 5px 7px;
	font-size:0.8em;
}
table.dataGrid td {
	border: 1px solid #e0dede;
	padding: 2px 5px 2px 5px;
}
table.dataGrid td.oldValue {
	color: #707070;
	font-size:0.8em;
}
table.dataGrid td input[type=text] {
	width: 200px;
}

form td.errorDescription {
	border-width: 0px;
	color: red;
	font-size: 12px;
}

