@charset "utf-8";

/**
 *	Vseobecne definicie.
 */
html {
	overflow-y: scroll;
}

body {
	margin: 0px;
	padding: 0px;
	background-color: white;
}

body,input,textarea,select {
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
    color: #222;
}

h1,h2
{
 	color: #5F5F5F;
	font-weight: normal;
	margin-left: 0px;
	margin-top: 5px;
	margin-right: 0px;	
}

h1
{
	font-size: 20px;
	margin-bottom: 20px;
}

h2
{	
	font-size: 15px;
	margin-bottom: 10px;
}

p {
	padding-left: 2px;	
}
	

textarea {
	overflow: auto;
}

.checkbox {
	margin: 0px;
	padding: 0px;
}

A:link,A:visited {
	color: #355095;
	text-decoration: none;
}

A:hover,A:active {
	color: #355095;
	text-decoration: underline;
}

form {
	margin: 0px;
}

.onlyWithoutCss {
	display: none;
}

/**
 * Stranka.
 */
.bannerArea {
	background-color: white;
	background-repeat: no-repeat;
	background-position: left;
	border-bottom: 1px solid #e8e8e8;
}

.topMenuArea {
	position:absolute;
	background-color: transparent;
	padding-bottom: 8px;
	border-bottom: 1px solid #E8E8E8;	
}

.topMenuCell {
	font-weight: bold;
}

.leftMenuArea {
	background-image: url("../pics/menu.gif");
	background-repeat: repeat-y;
}

.dialogArea {
	background-color: white;
	border-left: 2px solid #e8e8e8;
	border-top: 2px solid #e8e8e8;
	border-right: 2px solid #575757;
	border-bottom: 2px solid #575757;
}

.contentCell,.dialogCell {
	padding: 20px;
}

.footerCell {
margin-top: 40px;
	text-align: center;
	border-top: 1px solid #E8E8E8;
}

.footer {
padding-top: 10px;
	font-size: 10px;
	white-space: nowrap;
}

.overlayArea {
	opacity: 0.5;
	filter: alpha(opacity=50);
	background-color: black;
	position: fixed;
	height: auto;
	width: auto;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	z-index: 5;
}

.dialogArea {
	position: fixed;
	width: 810px;
	height: auto;
	left: 50%;
	top: 80px !important;
	right: 80px;
	bottom: 80px;
	margin-left: -405px;
	margin-top: 0px !important;
	overflow: auto;
	z-index: 7;
}

.pageTitle {
	color: #575757;
	font-size: 20px;
	font-weight: normal;
	margin-left: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 24px;
	display: block;
}

.pageSubtitle {
	color: #575757;
	font-size: 15px;
	font-weight: normal;
	margin-left: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
}

.indentTop {
	margin-top: 15px !important;
}

.errorMessages {
	color: #ec1f27;
	margin-bottom: 30px;
}

.importantInfo {
	color: #ff0200;
	font-size: 13px;
}

/**
 * Zalozky.
 */
.tabTable {
	margin-top: 5px;
	margin-bottom: 24px;
	border-bottom: 1px solid #575757;
}

.tabCell,.selectedTabCell {
	font-size: 15px;
	padding: 3px;
	border-left: 2px solid #e8e8e8;
	border-top: 2px solid #e8e8e8;
	border-right: 2px solid #ababab;
	white-space: nowrap;
}

.selectedTabCell {
	background-color: #575757;
	color: white;
}

.tabCell {
	color: #ababab;
}

.tabCell A:link,.tabCell A:visited,.tabCell A:hover,.tabCell A:active {
	color: #575757;
}

.tabBarCell {
	width: 100%;
}

/**
* Zalozky 2.
*/
.tabList {
	display: block;
	width: 720px;		
	border-bottom: 1px solid #ABABAB;
	padding-bottom: 4px;
	padding-left: 5px;
	list-style-type: none;
	margin-bottom: 25px;
}
.tabItem {
	background-color: #f1f1f1;		
}
.tabItem, .selectedTabItem{
	display: inline;
	border-left: 1px solid #e8e8e8;
	border-top: 1px solid #e8e8e8;
	border-right: 1px solid #ababab;	
	font-size: 15px;
	white-space: no-wrap;
	
	padding-bottom: 4px;
	margin-bottom: 1px;
	-moz-border-radius-topleft: 4px/*{cornerRadius}*/; 
	-webkit-border-top-left-radius: 4px/*{cornerRadius}*/; 
	border-top-left-radius: 4px/*{cornerRadius}*/; 
	-moz-border-radius-topright: 4px/*{cornerRadius}*/; 
	-webkit-border-top-right-radius: 4px/*{cornerRadius}*/; 
	border-top-right-radius: 4px/*{cornerRadius}*/;
}
.selectedTabItem {
	border-bottom: 1px solid white;	
	margin-bottom: 0px;
	padding: 5px 10px 4px 10px !important;
}
.tabItem a:link,.tabItem a:visited,.tabItem a:active {
	color: #464646;
	text-decoration: none;
}
.tabItem:hover {
	/*border-color: #bebebe;    */
	background-color: #dfdfdf/*#dff4ff*/;
	color: #000000; 		
}
.tabItem .disabled {
	color: #808080;
	font-style: italic;
	font-size: 90%;
	padding: 5px 10px;
}

ul.tabList li
{
  padding: 0;
  margin: 0;
  padding-top: 5px;
  padding-bottom: 4px;
}

ul.tabList li a
{
  padding: 5px 10px;
}

/**
 * Prehladove tabulky.
 */
.overviewTable {
	table-layout: fixed;	
	border: 1px solid #d4d4d4;
}

.overviewHeadingRow {	
	padding-top: 1em;
	padding-bottom: 1em;	
}

.overviewHeadingCell {
	white-space: nowrap;	
	padding: 4px;
	line-height: 2em;
	background-color: #f1f1f1;
	border-bottom: 1px solid #e7e7e7;
	/*color: white;*/
}

.overviewHeadingCell A:link,.overviewHeadingCell A:visited,.overviewHeadingCell A:active, .overviewHeadingCell A:hover {
	/*color: white;*/
	text-decoration: underline;
	font-weight: bold;
}

.overviewFilterRow {
	background-color: #ababab;
}

.overviewFilterCell {
	white-space: nowrap;
	padding: 4px;
	/*color: white;*/
	vertical-align: bottom;
}

.overviewDataRow0, .overviewDataRowDoporucena0, .overviewDataRowDoporucenaDetail0 {
	background-color: #f4f4f4;
}

.overviewDataRow1, .overviewDataRowDoporucena1, .overviewDataRowDoporucenaDetail1 {
	/*background-color: #e8e8e8;*/	
}
.overviewDataRowDoporucenaDetail0 td, .overviewDataRowDoporucenaDetail1 td {
	padding-bottom: 5px;	
	color: #555;
	font-style: italic;
	font-size: 0.9em;	
}

.overviewDataRowDoporucena {
	background-color: #fb8384;
}

.overviewDataRowDoporucenaDetail {
	background-color: #fbe3e4;
}

.overviewDataCell {
	/*vertical-align: top;*/
	vertical-align: middle;
	padding: 4px;
	word-wrap: break-word;
}

.overviewHintCell {
	padding: 2px;
}

/**
 * Formulare.
 */
.hint {
	font-size: 9px;
	font-weight: normal;
}

.label {
	background-color: #e8e8e8;
	white-space: nowrap;
	padding: 6px;
}

.required {
	color: #ec1f27;
}

.field {
	background-color: #f4f4f4;
	padding-top: 4px;
	padding-left: 4px;
	padding-right: 18px;
	padding-bottom: 4px;
	word-wrap: break-word;
}

.fillOut {
	width: 100%;
}

.overviewTextField {
	padding-right: 8px;
}

.breakLines {
	word-wrap: break-word;
}

/**
 * Tlacidla.
 */
.linkButton {
	background-color: #575757;
	padding: 4px;
	line-height: 22px;
	margin-left: 2px;
	margin-right: 2px;
	white-space: nowrap;
}

.linkButton A:link,.linkButton A:visited,.linkButton A:hover,.linkButton A:active {
	color: white;
}
.button, .iconButton, .iconButtonWithText, .pagerButton {
	background-color: #f1f1f1;
  	border: 1px solid #9b9b9b;
  	cursor: pointer;
}
.button, .iconButton, .iconButtonWithText {	  	
  	border-top: 1px solid #d9d9d9;
  	border-left: 1px solid #d9d9d9;  	   	  	  	 	
	min-width: 22px;
	min-height: 22px;
	/*padding: 7px 12px;*/
	height: 2.75em;	
	vertical-align: middle;	
	-moz-border-radius: 4px/*{cornerRadius}*/; 
	-webkit-border-radius: 4px/*{cornerRadius}*/; 
	border-radius: 4px/*{cornerRadius}*/;
	/*ie*/
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;	
}
.iconButton {	
	width: 22px;
	height: 22px;
	margin: 0;
	padding: 0;
	background-repeat: no-repeat;
	background-position: center;		
}
.button, .iconButtonWithText {
	min-width: 90px;
	padding-right: 10px;
}
.iconButtonWithText {		
	padding-left: 27px;
	background-repeat: no-repeat;
	background-position: 5px center;		
}
.fakeButton {
	display: inline-block;
}
.fakeButton a {
	text-decoration : none;
	color: black;
	font-weight: normal;
	line-height: 2.75em;
	display: block;	
}
.button:hover, .iconButton:hover, .iconButtonWithText:hover, .pagerButton:hover {
	/* sede */
	background-color: #dfdfdf;
	border: 1px solid #808080;
	/* modre */
	/*background-color: #dff4ff;	 
    border: 1px solid #5f819a;*/      	  	  	     	  	 
}
.pagerSelected {
	background-color: white;
}

.buttonCell {
	padding-right: 4px;
}

.buttonSeparatorCell {
	width: 10px;
}

.fieldButton {
	padding-left: 4px;
}

.overviewButtonCell {
	text-align: center;
	vertical-align: middle;
	padding: 2px;
}
.overviewBackground {
	background-color: #F1F1F1;
	border-bottom: 1px solid #e7e7e7;
}

/**
 * Menu.
 */
.leftMenuList {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
	margin-right: 0px;
	padding: 0px;
	padding-top: 5px;
}

.leftMenuItemDepth0 .leftMenuList {
	margin-top: 3px;
	margin-bottom: -5px;
}

.leftMenuItemDepth1 .leftMenuList {
	margin-top: 2px;
	margin-bottom: -2px;
}

.leftMenuItemCell,.selectedLeftMenuItemCell,.disabledLeftMenuItemCell, .nohrefLeftMenuItemCell {
	margin: 0px;
	list-style-type: none;
	-moz-border-radius-topleft: 4px/*{cornerRadius}*/; -webkit-border-top-left-radius: 4px/*{cornerRadius}*/; border-top-left-radius: 4px/*{cornerRadius}*/; -moz-border-radius-bottomleft: 4px/*{cornerRadius}*/; -webkit-border-bottom-left-radius: 4px/*{cornerRadius}*/; border-bottom-left-radius: 4px/*{cornerRadius}*/;
}

.selectedLeftMenuItemCell {
	width: 100%;
	height: 100%;
	display: block;
	background-color: white;    
}
.leftMenuItemCell:hover {
	/* sede */
	background-color: #f3f3f3; 	
}

.disabledLeftMenuItemCell {
	color: #ababab;
}

.leftMenuItemIcon {
	vertical-align: middle;
}

.leftMenuItemDepth0 {	
}

.leftMenuItemDepth1 {	
	font-size: 10px;
}

.leftMenuItemCell, .disabledLeftMenuItemCell
{  
  height: 100%;
  display: block;
}

.leftMenuList ul li, li.leftMenuItemDepth0
{
  padding: 0;
}

.leftMenuList ul li a, li.leftMenuItemDepth0 a
{
  padding: 5px 5px;
}

.leftMenuList .disabledLeftMenuItemCell .leftMenuItemText {
	padding: 5px;
}

.nohrefLeftMenuItemCell
{
  padding: 5px 5px !important;
}

.leftMenuItemCell A:link,.leftMenuItemCell A:visited,.leftMenuItemCell A:hover,.leftMenuItemCell A:active,
.selectedLeftMenuItemCell A:link,.selectedLeftMenuItemCell A:visited,.selectedLeftMenuItemCell A:hover,.selectedLeftMenuItemCell A:active {
	color: #355095;
	width: inherit;
	height: inherit;
	display: block;
	text-decoration: none;
}

.leftMenuItemText {
	margin-left: 1em;
	margin-right: 1em;	
}

.selectedLeftMenuItemCell > .leftMenuItemText {	
	background-image: url('../pics/bullet_go.png');
	background-position: right center;
	background-repeat: no-repeat;
	padding-right: 10px;
}

.topMenuList {	
	padding-top: 6px;
	white-space: nowrap;
}

.topMenuItemCell,.selectedTopMenuItemCell,.disabledTopMenuItemCell {
	line-height: 16px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 2px;
	padding-bottom: 2px;
	white-space: nowrap;
}

.selectedTopMenuItemCell {
	/*background-color: #575757;*/
}

.selectedTopMenuItemCell A:link,.selectedTopMenuItemCell A:visited,.selectedTopMenuItemCell A:hover,.selectedTopMenuItemCell A:active {
	/*color: white;*/
	color: #b22222;
}

.topMenuItemCellSeparator {
	border-left: 1px solid #e8e8e8;
}

.menuUserInfo {
	color: #666666; 
	font-style: italic; 
	font-size: 0.8em;
}

/**
 * Tlacove zostavy.
 */
.printedTable {
	table-layout: fixed;
	border-collapse: collapse;
	margin-left: 1px;
}

.printedHeaderCell {
	font-weight: bold;
}

.printedCell {
	padding: 2px;
	border: 1px solid #e8e8e8;
}

/**
 * Multi select dialog.
 */
.cssClassAlignRight {
	text-align: right;
}

.cssClassAlignLeft {
	text-align: left;
}

.cssClassAlignCenter {
	text-align: center;
}

.boldFaced {
	font-weight: bold;
}

/**
 * Customizacia.
 */
.themeHeaderCell {
	font-weight: bold;
	text-align: center;
	padding: 2px;
}

.themeDataCell {
	text-align: center;
	padding: 2px;
	border: 1px solid black;
}

.pageDefaultTheme {
	color: black;
	background-color: white;
}

.headingDefaultTheme {
	color: white;
	background-color: #575757;
}

.filterDefaultTheme {
	color: white;
	background-color: #ababab;
}

.labelDefaultTheme {
	color: black;
	background-color: #e8e8e8;
}

.fieldDefaultTheme {
	color: black;
	background-color: #f4f4f4;
}

.linkDefaultTheme {
	color: #355095;
	background-color: white;
}

/******************** Common section begin ********************/

.blockedObject {
	text-decoration: line-through;
}

.filterButton {
	background-image: url('../pics/filter.png');
}

.addToSelectedButton {
	background-image: url('../pics/arrow_up.png');
}

.removeFromSelectedButton {
	background-image: url('../pics/arrow_down.png');
}

.okButton {
	background-image: url('../pics/tick.png');
}

.cancelButton {
	background-image: url('../pics/cross.png');
}


body, html, .pageArea{
	height: 100%;	
}
.pageArea {
	height: 100%;		
}
.contentArea {
	min-height: 450px;
	position: relative;	
	bottom: auto;
	padding-bottom: 70px;	
	margin-top: -47px;
}
.topMenuArea {
	position: absolute;	
	width:	740px;
	padding-top: 5px;	
}
.topMenuItemCellSeparator {
	/*border: none;*/
}
.leftMenuArea {	
	bottom: auto;
	background-image: url('../gfx/white-corner-bl.png');		
	background-position: bottom left;
	background-repeat: no-repeat;
	background-color: #e8e8e8;
	padding-bottom: 15px;
	width: 180px;
	height: 100%;
	
}
.logoCell {
	margin-top: 10px;
	margin-bottom: -10px;
	height : 80px;
}
.leftMenuCell {		
	margin-top: 0px;
	border-top: 27px solid white;
	padding-top: 15px;
	padding-bottom: 15px;
	background-color: #e8e8e8;
	background-image: url('../gfx/white-corner-tl.png');
	background-position: left top;	
	background-repeat: no-repeat;	
}

.footerCell {	
	border-top: 1px solid #e8e8e8;
	text-align: center;
	position: absolute;		
	bottom: 0;	
	width: 720px;
	padding: 20px 0px;
	margin-left: 20px;
}
.dialogArea .footerCell {
	border: none;
	position: relative;		
	width: auto;	
}

.hoveredRow {
    background-color: #b3b3bb;
}

/********************* Common section end *********************/

select option {
  padding: 2px 0px;
}

.infoPage {
	text-align: justify;
}

.infoPage p {
	margin-top: 6px;
}

.infoPage h1, .infoPage h2 {
	margin-top: 14px;
	margin-bottom: 4px;
}

.infoPage em {
	font-weight: bolder;
	font-style: normal;
}

.infoPage li {
	margin-left: 20px;
	list-style-type: disc;
}

