body
	{
	background:#ffffff;/*#d4D0CB;*/
	font-family: Arial; 
	padding:0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	font-size: 13px;
	}

input, select, textarea
	{
	font-size: 11px;
	border:1px solid #7B9EBD;
	/*background:#fff000;*/
	}
option
	{
	font-size: 11px;
	}
	
H1, H2, H3, H4, H5
	{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	}
	
div.menugradient 
	{
	background: #F2F0EA;
	width:100%;
	border-bottom: 1px solid #FFFFFF;

	position:relative;
	/*
	z-index: 1000;
	*/
	}

/* nastavenie fontu pre vsetky tabulky ( inputHTMLButton taktiez) */
td
	{
	font-family: Arial; 
	font-size:12px;
	}

div.bar
	{
	border-bottom: 1px solid #D8D2BD;

	padding-top: 1px;
	padding-bottom: 1px;

	padding-left: 5px;
	cursor: default;
	height:25px;
	}
/* cely border */	
.border 
	{ 
	border-left:1px solid #7B9EBD;  /*white*/
	border-top:1px solid #7B9EBD;	/*white*/
	border-right:1px solid #7B9EBD;	/*black*/
	border-bottom:1px solid #7B9EBD;	/*black*/
	background:#DBD9D3;
	/* #7B9EBD */
	/*border-bottom:1px solid #7B9EBD;*/
	}
/* */
 .borderUP
 	{
	border-left:1px solid #7B9EBD; /*white*/
	border-top:1px solid #7B9EBD;	/*white*/
	border-right:1px solid #7B9EBD;	/*black*/
	}
/* telo Zaloziek */
 .borderDOWN
 	{
	border-left:1px solid #7B9EBD; /*white*/
	border-bottom:1px solid #7B9EBD;	/*white*/
	border-right:1px solid #7B9EBD;	/*black*/
	}
/* zvysok k ciare zalozky */
.borderLine
 	{
	border-bottom:1px solid #7B9EBD; /*white*/
	font-size:1px;
	}
.paddingLR
	{
	padding-left:10px;
	padding-right:10px; 
	}

.padding
	{
	padding:10px 10px 10px 10px;
	}

.anch A
	{
	color:#000000;
	text-decoration:none;
	}
.highlight A
	{
	color:#ff0000;
	}

SPAN.TreeviewSpanArea A 
	{
	font-size: 11px; 
	font-family: Arial; 
	text-decoration: none;
	color: black;
	}

SPAN.TreeviewSpanArea A:hover 
	{
	color:#707070;
	}


.treeview
	{	
	overflow:auto;
	border-left:1px solid #7B9EBD; /*black*/
	border-top:1px solid #7B9EBD;	/*black*/
	border-right:1px solid #7B9EBD; /*white*/
	border-bottom:1px solid #7B9EBD;	/*white*/
	background:#ffffff;
	/* #7B9EBD; */
	}
	
div.tableContainer {
  background-color: #ffffff;
	/*width: 500px;		/* table width will be 99% of this*/
	/* height: 295px; 	 /* must be greater than tbody*/
	overflow: auto;
	margin: 0 auto;
	}

.tableContainer table {
	/*width: 99%;		/*100% of container produces horiz. scroll in Mozilla*/
	border: none;
	background-color: #ffffff;/*#f7f7f7;*/
	}
	
.tableContainer table>tbody	{  /* child selector syntax which IE6 and older do not support*/
	overflow: auto;
	/*height: 250px;*/
	/*overflow-x: hidden;*/	
	}
	
.tableContainer thead tr {
	position:relative; 
	top: expression(offsetParent.scrollTop); /*IE5+ only*/
	}

.tableContainer thead tr a
	{
	color: #7B9EBD; /*#414141;*/
	}
	
	
.tableContainer thead td, thead th {
	text-align: center;
	font-size: 11px; 
	background-color: #EFEBDE; /*#d4D0CB;*/
	color: BLACK;
	font-weight: bold;
	/*border-top: solid 1px #d8d8d8;*/

	border-left:1px solid #7B9EBD; /*white;*/
	border-top:1px solid #7B9EBD; /*white;*/	
	border-right:1px solid #4E718B;	
	border-bottom:1px solid #4E718B;
	}	
	
.tableContainer td	{
	color: #000;
	padding-right: 2px;
	font-size: 11px;
	text-align: right;
/*	border-bottom: solid 1px #d8d8d8;
	border-left: solid 1px #d8d8d8;*/

	border-left:1px solid #7B9EBD; /*black;*/
	border-top:1px solid #7B9EBD; /*black;*/	
	border-right:1px solid #DAE9F4; /*white;*/	
	border-bottom:1px solid #DAE9F4; /*white;*/		
	}

.highlight td
	{
	background: #EDEDED;
	}
	
.tableContainer tfoot td	{
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	background-color: papayawhip;
	color: steelblue;
	border-top: solid 2px slategray;
	}

/*.tableContainer td:last-child {padding-right: 20px;} /*prevent Mozilla scrollbar from hiding cell content*/	
.topper
	{
	font-size:1px;
	width:2px;
	height:2px;
	}


/*  objednavky */
#main_tab th {
	border: 1px solid #5F5683;
	background-color: #DFDFDD;
	color: #362575;
	font: 12px Verdana, "Times New Roman", tahoma, sans-serif;
	font-weight: bold;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 1px;
    padding-bottom: 1px;
	}	
#main_tab th.nadpis {
	border: 1px solid #5F5683;
	background-color: #DFDFDD;
	color: #A6762E;
	font: 13px Verdana, "Times New Roman", tahoma, sans-serif;
	font-weight: bold;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 1px;
    padding-bottom: 1px;
	}	
#main_tab td {
	border: 1px solid #5F5683;
	background-color: #FFFFFF;
	color: #000000;
	font: 12px Verdana, "Times New Roman", tahoma, sans-serif;
	font-weight: normal;
	text-align: left;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 1px;
    padding-bottom: 1px;
	}	
#main_tab td.red {
	border: 1px solid #5F5683;
	background-color: #FFFFFF;
	color: #FF0000;
	font: 12px Verdana, "Times New Roman", tahoma, sans-serif;
	font-weight: normal;
	text-align: left;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 1px;
    padding-bottom: 1px;
	}	
#main_tab td.blanc {
	border: 0px solid #5F5683;
	background-color: transparent;
	color: #000000;
	font: 12px Verdana, "Times New Roman", tahoma, sans-serif;
	font-weight: normal;
    padding-left: 1px;
    padding-right: 1px;
    padding-top: 1px;
    padding-bottom: 1px;
	}
	
	#ajax_listOfOptions{
		position:absolute;	/* Never change this one */
		width:398px;	/* Width of box */
		height:150px;	/* Height of box */
		overflow:auto;	/* Scrolling features */
		border:1px solid #317082;	/* Dark green border */
		background-color:#FFF;	/* White background color */
		text-align:left;
		font-size:0.9em;
		z-index:100;
	}
	#ajax_listOfOptions div{	/* General rule for both .optionDiv and .optionDivSelected */
		margin:1px;		
		padding:1px;
		cursor:pointer;
		font-size: 11px;
	}
	#ajax_listOfOptions .optionDiv{	/* Div for each item in list */
		
	}
	#ajax_listOfOptions .optionDivSelected{ /* Selected item in the list */
		background-color:#DBD9D3;
		color:#000000;
	}
	#ajax_listOfOptions_iframe{
		background-color:#F00;
		position:absolute;
		z-index:5;
	}