/*
Druckvo
calc.css - media: screen, projection
Martin Hozík - martin.hozik@vlado.cz
Graphic studio VLADO - www.vlado.cz
Mon, 16 July 2007 13:42:51 GMT
UTF-8
*/


/* #onlinecalc */

div#onlinecalc * {
	margin: 0;
	padding: 0; 
}
div#onlinecalc p {
	padding-top: 4px;
	font-size: 11px;
	
}

div#onlinecalc input.text, div#onlinecalc textarea  {
  margin-top:2px;
  padding:2px 2px 1px 2px;
  border:1px solid silver;
  background: #fff url(../img/bg_input.gif) repeat-x;
  font-size: 11px;
}
div#onlinecalc select {
  margin-top:2px;
  padding:2px 2px 1px 2px;
  border:1px solid silver;
  background: #fff url(../img/bg_input.gif) repeat-x;
  font-size: 11px;
}
div#onlinecalc input.submit{
  border:0px;
  width:80px;
  margin-left:2px;
  _margin-left:0px;
  height:25px;
  color:#fff;
  font-weight:bold;
  background: #821F0C url(../img/bg_potvrdit_hp.gif) no-repeat;
}
div#onlinecalc input.invisible{
	border: 0 ;
	background: transparent;
	font-size: 11px; 
}
div#onlinecalc input.normal, div#onlinecalc textarea.normal {
	width: 150px;
}
div#onlinecalc select.normal {
	width: 156px;
}
div#onlinecalc input.micro {
	width: 50px;
}

div#onlinecalc label {
	display: -moz-inline-box;
	display: inline-block;
	width: 110px;
	color: black;
	margin-right: 15px;
	padding-top: 3px;
	font-size: 11px;
}



div#onlinecalc .snapbar {
  height: 10px;
  background: #F0F0F0 url(../img/snap.gif) no-repeat center center;
  border: 1px solid #E0E0E0;
  border-top-width: 0;
  cursor: s-resize;
}

div#onlinecalc div#calcinputs {
	position: relative;
	background: white url(../img/calc.gif) repeat-y 107px;
}
div#onlinecalc div#calchelp{
	position: absolute;
	left: 290px;
	top: 0;
	width: 160px;
	padding: 45px 0 10px 10px;
	background: url(../img/help.gif) no-repeat center 8px;
	font-size: 11px;
	color: gray;
}
div#onlinecalc div#calcarrow {
	position: absolute;
	width: 9px;
	height: 13px;
	left: 286px;
	top: 10px;
	background: url(../img/arrow.gif) no-repeat;
}
div#onlinecalc div#calccontrols{
	background-color: #BBB3A6;
	border: 1px solid #BFBFBF;
	border-width: 1px 0 0 0;
	text-align: center;
}
div#onlinecalc div#calccontrols input {
	margin: 10px 
}
div#onlinecalc em {
	color:#808090;
}
div#onlinecalc h5 {
	margin: 20px 0 4px 0;
	font-weight: bold;
	color: #B06701;
	font-size: 12px;
}
div#onlinecalc .filebrowser {
	background: url(../img/folder.empty.gif) no-repeat left center;
	text-decoration: none;
	color: gray;
	display: block;
	margin-left: 120px;
	height: 40px;
	padding: 5px 0 0 45px;
	
}
div#onlinecalc .filebrowser span {
	color: #96170D;
	text-decoration: underline;
	
}
div#onlinecalc .filebrowser.full {
	background-image: url(../img/folder.full.gif);
}
div#onlinecalc #calcdrop {
	color: gray;
	font-style: italic;
}





/* on frontpage */

div#onlinecalc.onfrontpage div#calcinputs {
	background: transparent;
	margin: 10px 0 10px 0;
}
div#onlinecalc.onfrontpage label {
	width: 60px;
}
div#onlinecalc.onfrontpage p {
	margin: 0 5px 0 10px;
}
div#onlinecalc.onfrontpage input.normal, div#onlinecalc.onfrontpage textarea.normal {
	width: 120px;
}
div#onlinecalc.onfrontpage select.normal {
	width: 126px;
}
div#onlinecalc.onfrontpage div#paperformathint {
	display: none;
	position: absolute;
	top: 120px;
	=top: 124px;
	left: 105px;
	background-color: #e0dcd6;
	font-size: 11px;
	padding: 10px ;
	border: 1px solid silver;
	width: 170px;
}
div#onlinecalc.onfrontpage div#paperformathint a {
	display: block;
	position: absolute;
	top: 1px;
	right: 1px;
	background: url(../img/close_btn.gif) no-repeat center center;
	width: 17px;
	height: 17px;
}
div#onlinecalc.onfrontpage h2 {
	padding-left: 45px;
}



/* uploader */

#fileupload {
	position: relative;
}

div#fileuploadpopup {
	position: absolute;
	z-index: 99;
	left: 30px;
	top: -70px;
	width: 400px;
	min-height: 60px;
	_height: 60px;
	background-color: #F0F0F0;
	border: 1px solid silver;
	padding: 5px 
	
}
div#fileuploadpopup iframe {
	border: none !important; 
	width: 95%;
	height: 30px;
	
}
div#fileuploadpopup img {
	margin: 0;
	position: relative;
	top:-3px;
	left:-5px;
	
}

#loadingimg {
	visibility: hidden;
}
div#fileuploadpopup a {
	display: block;
	position: absolute;
	top: 6px;
	right: 6px;
	background: url(../img/close_btn.gif) no-repeat center center;
	width: 17px;
	height: 17px;
}
div#fileuploadpopup .appendfile {
	background: url(../img/icon_attachment.gif) no-repeat left center;
	line-height: 20px;
	padding-left: 30px;
}





