/* CSS Document */

fieldset {
	position:relative;
	background-color:#FBFBFB;
	border:1px solid #ccc;
	padding-top:0px;
}

#fieldset-cleaner {
	position:absolute;
	width:100%;
	height:35px;
	background-color:#FFFFFF;
	top:0px;
	z-index:-1;
}

legend {
	color:#FF9900;
	font-weight:bold;
	padding:3px;
	padding-left:30px;
	padding-right:30px;
	border:1px solid #ccc
}

.wizardTitle
{
    font-weight: bold;
    color: #1F3C17;
    text-transform: uppercase;
    margin-left:10px;
}

.obj-form {
	 border-collapse:collapse;
	 padding:0px; margin:0px;
	 margin-left:8px
}
 
.fix th, .fix td
{
    background-color: #ededed;
}

.obj-form th, .obj-form td {
	vertical-align:top;
	padding-bottom:10px;
	padding-top:10px;
	/*padding-left:5px;*/
	padding-right:5px;
	border-bottom:1px dashed #ccc;
}

.cleanTable td, th {
	padding:0px;
	border-style:none;
}

.toCenter {
	text-align:center;
}

.obj-form .txtDatum {
	width:100px;
}

.poznamka {
	font-size:x-small;
	font-style:italic;
	border-bottom:1px dashed #ccc;
	vertical-align:middle	
}

.txtInput {
	width:210px;
}

.txtPoznamka {
	width:330px; height:80px;
}

.hvezdicka {
	font-size:x-small;
	color:#FF0000;
}

.txtPH {
	width:100px
}

.SideBarStyle 
{
    background-color:#f0f0f0;
    padding:5px;
}

