body, html {
	margin: 0;
	padding: 0;
	font-family: Arial;
	font-size: 13px;
}

.cleaner {
	clear: both;
}

input[type=submit] {
	cursor: pointer;
}
input[type=text], input[type=password], select, textarea {
	background-image: url(../img/textfieldbg.jpg);
	background-repeat: repeat-x;
	background-color: #F9F9F9;
	border: 1px solid #B3B3B3;	
	padding: 1px 2px;
}
select {
	padding: 1px 0px 1px 2px;
}
textarea {
	background-color: #FFFFFF;
}
img {
	border: 0;
}

.error, span.err {
	color: red;
}
span.err {
	font-size: 8pt;
	margin-left: 10px;
}

.info, span.info {
	color: green;
}

.fieldW1 {
	width: 40px;
}
.fieldW2 {
	width: 200px;
}
.fieldW3 {
	width: 400px;
}

.reloadbut {
	background-image: url(../img/reload.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding: 4px 4px 4px 22px;
	margin-top: 6px;
	cursor: pointer;
}

.infotext {
		border: 1px solid #888888;
		background-image: url(../img/infotext.gif);
		background-repeat: no-repeat;
		background-position: 5px 50%;
		background-color: #FFFFE1;
		padding: 5px 5px 5px 28px;
		float: left;
		font-size: 8pt;
}
.infowarning {
		background-image: url(../img/infoerr.gif);
}

.extruder.left A {
	color: white !important;
	font-size: 14px;
	margin-bottom: 0px;	
	padding:0;
}
#extruderLeft {
	margin-top: 1px;
}
#extruderLeft ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#extruderLeft ul li {
	padding: 0 0 6px 0;
}



/* HLAVICKA */
#header {
	background-color: #006600;
}
#header-content {	
	/*background-image: url(../img/headerbg.jpg);*/
	background-repeat: no-repeat;
	background-color: #006600;
	height: 100px;
	width: 1060px;	
}
#header #logo {
	width: 590px;
	height: 90px;
	float: left;
	padding: 0px 20px 0 100px;
	color: #FFFFFF;
	text-transform: uppercase;
	background-image: none;
	background-repeat: no-repeat;
	background-position: 5px 10px;
}
#header #logo strong {
	font-weight: normal;
	text-transform: none;
}
#header H2 {
	margin: 30px 0 5px 0;
	padding: 0;
	font-style: italic;
}
#header #user {
	float: left;
	width: 310px;
	color: #FFFFFF;
	border-left: 1px solid #ffffff;
	padding: 12px 0 0 11px;
	line-height: 180%;
	font-size: 11px;
	font-family: Verdana, Arial;
	text-transform: uppercase;
}
#header #user SPAN {	
	text-transform: none;
	font-weight: bold;
	font-size: 12px;
}
#header #user IMG {
	margin-top: 5px;
}


/* HORNI MENU */
#hidetop {
	background-image: url(../img/hide.jpg);
	background-repeat: no-repeat;
	background-position: 50% 50%;
	padding: 9px;
	margin-top: 1px;
	float: left;
}
#hidetop.closed {
	background-image: url(../img/open.jpg);
}
#hidetop SPAN {
	display: none;
}

#top-menu {	
	background-image: url(../img/topmenubg.gif);
	background-repeat: repeat;
	background-color: #999999;
	color: #FFFFFF;
	min-height: 31px;
	font-size: 13px;
}
#top-menu UL {
	float: left;
	/*margin: 0 0 0 8px;*/
	padding: 0;
	margin: 0;
	list-style: none;
	width: 1150px;	
}
#top-menu LI {
	float: left;
	padding: 0;
	border-right: 1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
}
#top-menu LI.first {	
	border-left: 1px solid #FFFFFF;
}
#top-menu LI SPAN {
	display: block;
	height: 23px;
	padding: 8px 17px 0px 14px;;
	font-weight: bold;	
	text-transform: uppercase;
	cursor: pointer;
}
#top-menu LI A {
	color: #FFFFFF;
	text-decoration: none;
}
#top-menu LI A:hover SPAN, #top-menu LI.active A SPAN {	
	background-image: url(../img/topmenubg_a.gif);
	background-repeat: repeat-x;
	background-color: #810100;
}

/* MAIN */
#main {
	position: absolute;
}
#main A {
	color: #4766AB;
	text-decoration: none;
}
#main A:hover {	
	text-decoration: underline;
}

/* LEVE MENU */
#left-menu {
	width: 150px;
	float: left;
}

/* OBSAH */
.nobottom {
	margin: 0 0 0 0 !important;
	border-bottom: 0 !important;
}
.bottom {
	margin: 0 0 15px 0;
}

#content {
	padding: 20px;
  min-height: 400px;				
}

#content H1 {
	color: #349A34;
	border-bottom: 1px solid #CACACA;
	padding: 5px 0 10px 0;
	margin: 0 0 15px 0;
}

/* filtr */
.filter {
	background-color: #F7F7F7;
	border-top: 1px solid #CACACA;
	border-bottom: 1px solid #CACACA;	
	padding: 8px;
	margin: 0 0 15px 0;
	min-width: 500px;
}
.filter TABLE {
	border-collapse: collapse;	
}
.filter TABLE TH {
	font-weight: normal;
	text-align: left;
}
.filter TABLE TD, .filter TABLE TH {
	padding: 2px 10px 2px 0;
}

.filter HR {
	border-top: 1px solid #CACACA;
	border-bottom: 0px;
	border-left: 0px;
	border-right: 0px;
}

/* list */
.list {
	margin: 0 0 15px 0;
}
.list TABLE {
	border-top: 1px solid #CACACA;
	border-bottom: 1px solid #CACACA;
	border-collapse: collapse;
	margin: 2px 0 12px 0;
	min-width: 640px;
}
.list TABLE TH {
	background-color: #F0F0F0;
	padding: 6px;
	color: #475F6E;	
}
.list TABLE TH, .list TABLE TH A {
	color: #475F6E;
	text-decoration: none;
}
.list TABLE TD {
	border-top: 1px solid #CACACA;
	padding: 4px 6px;
	background-color: #F7F7F7;
}
.list TABLE TR.even TD {
	background-color: #FFFFFF;
}
.list TABLE TD, .list TABLE TH {
	border-right: 2px solid #FFFFFF;
	text-align: left;
}

.detail {
	margin: 0 0 15px 0;
	width: 750px;
}
.detail TABLE {	
	width: 100%;
	border-top: 1px solid #CACACA;
	border-bottom: 1px solid #CACACA;
	border-collapse: collapse;
	margin: 2px 0 12px 0;
}
.detail TABLE TH {
	border-top: 1px solid #CACACA;
	background-color: #F0F0F0;
	padding: 6px;	
	text-align: left;
	width: 30%;
}
.detail TABLE TH, .detail TABLE TH A {
	color: #475F6E;
	text-decoration: none;
}
.detail TABLE TD {
	border-top: 1px solid #CACACA;
	padding: 4px 6px;
	background-color: #F7F7F7;
}
.detail TABLE TR.even TD {
	background-color: #FFFFFF;
}
.detail TABLE TD, .detail TABLE TH {
	border-right: 2px solid #FFFFFF;
}
.detail TABLE TD.divider {
	background-color: #ffffff;
	height: 10px;
}

TABLE TD.acenter, TABLE TH.acenter {
	text-align: center;
}
TABLE TD.aleft, TABLE TH.aleft {
	text-align: left;
}
TABLE TD.aright, TABLE TH.aright {
	text-align: right;
}

/* ostatni */
.msgprogressbar {
	width: 100%;
	height: 10px;
	border: 1px solid #999999;
	text-align: center;
	background-color: white;
}
.msgprogressval {
	height: 10px;
	background-color: #006600;
}
.msgprogressval span {
	font-size: 8px;
	color: #999999;
	padding: 1px;
}

table.history td {
	white-space: nowrap;
}

.histNazev {
	min-width: 400px;
}

.voucher {
	font-family: Courier New;
	font-size: 13px;
	padding-top: 0px;
	padding-bottom: 0px; 
}

#idFilmu input.ui-autocomplete-input {
  width: 250px !important;
}

.nowrap {
	white-space: nowrap;
}

th.polozka {
  white-space: nowrap;
}

th.polozka.kodzbozi {
  min-width: 130px;
}

th.polozka.nazevzbozi {
  min-width: 230px;
}

th.polozka.jcena, th.polozka.cena, th.polozka.dphs {
  min-width: 100px;
}

th.polozka.dph {
  min-width: 50px;
}

th.polozka.ks {
  min-width: 50px;
}

input#idZbozif {
  width: 250px;
}

input#idZakaznikf {
  width: 250px;
}

.tooltip {
display:inline;
position:relative;
cursor:pointer;
color: #4766AB;
}

.tooltip_in {
display:none;
background:url("http://img.kasa.cz/k-image/tooltip_arrow.png?1378823004") no-repeat scroll 0 20px transparent;
right:-361px;
padding-left:16px;
position:absolute;
top:-20px;
z-index:11;
}

.tip_content {
background:url("http://img.kasa.cz/k-image/icons/info1.png?1378823004") no-repeat scroll 310px 15px #262626;
text-align:left;
font-weight:normal;
font-size:11px;
color:#f5f5f5;
min-height:30px;
display:block;padding:15px 40px 15px 15px;
width:290px;
-webkit-border-radius:10px;
-moz-border-radius:10px;
border-radius:10px;
}

.tip_content strong {
border-bottom:1px dotted #c3c3c3;
color:#f5f5f5;
display:inline-block;
font-size:13px;
margin-bottom:5px;
}

.tooltip.small_screen .tooltip_in { 
background-position:100% 20px;
padding:0 16px 0 0;
left:-361px;
right:auto;
}

.tooltip:hover {
text-decoration:underline;
z-index:2;
}

.tooltip:hover .tooltip_in {
display:block;
} 


.tabullar_description table .tooltip {
text-decoration:none;
color:#58b2dc;
border-bottom:1px dotted #58b2dc;
line-height:15px;
}

.tabullar_description table .tooltip:hover {
border-color:transparent;
}


.ordered_products .tooltip {
text-decoration:none;
cursor:help;
}

.summary_club .tooltip {
border-bottom:1px dotted #1587ba;
color:#1587ba;
line-height:15px;
text-decoration:none;
}

.summary_club .tooltip:hover { 
border-color:transparent;
}
