/* @override http://bogivm:8080/static/widgets/css/wi_j_wizards.css */

/* scrollable root element */
.wizards {	
	/*background:#fff url(/static/widgets/images/reservierung/h600.png) repeat scroll 0 0;*/
	background:#fff url(/static/widgets/images/reservierung/my_h697.png) repeat scroll 0 0;

	border:1px solid #069;
	font-size:12px;
	height:550px;
	margin:20px auto;	
	width:570px;
	overflow:hidden;
	position:relative;
	
	/* rounded corners for modern browsers */
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
}  

/* scrollable items */
.wizards .items {
	width:20000em;	
	clear:both;	
	position:absolute;	
}

/* single item */
.wizards .page {	
	padding:5px 30px;
	width:500px;
	float:left;	
}

/* title */
.wizards h2 {
	border-bottom:1px dotted #ccc;
	font-size:22px;
	font-weight:normal;
	margin:10px 0 7px 0;
	padding-bottom:4px;	
	color: #000;	
}

.wizards h2 em {
	display:block;
	font-size:14px;
	color:#666;
	font-style:normal;
	margin-top:5px;
}

/* input fields */
.wizards ul.input_field {
	padding:0px !important;
	margin:0px !important;
}

.wizards ul.input_field li {
	list-style-type:none;
	list-style-image:none;
	margin-bottom:10px;	
/*  border: 1px solid #999;*/
}

.wizards ul.input_field li.small,
.wizards ul.input_field li.double {
    width:220px;
}

.wizards ul.input_field li.small {
    margin-right:245px;
    float:left;
}

.wizards ul.input_field li.double {
	float:left;
	margin-right:15px;
}

.wizards ul.input_field li input,
.wizards ul.input_field li textarea {
    width:440px;
    border: 1px solid #000;
}

.wizards ul.input_field li.big {
	width: 440px !important;
}	

.wizards ul.input_field li input.error,
.wizards li div.group_error,
.wizards ul.input_field li textarea.error
 {
    background-color:#fff7f7 !important;
	border:1px solid red !important;		
}



.wizards ul.input_field li.double input,
.wizards ul.input_field li.small input,
.wizards ul.input_field li.small textarea {
    width:210px;
}


.wizards ul.input_field li.clear  {
    clear:left;
}


.wizards ul.input_field li input{
	font: 17px "Courier New", Courier, mono;
}

.wizards ul.input_field li label{
	font: 13px Verdana, sans-serif;
}

.wizards ul.input_field li label span,
.wizards ul.input_field li p.label_clone span{
    color:red;
    font-size: 14px;
}

.wizards ul.input_field li label span.small {
	color: black;
	font-size: 11px;
}

.wizards ul.input_field li label.disabled,
.wizards ul.input_field li label.disabled span {
	color: #ccc !important;
}


.wizards ul.input_field li em{
	font: 9px Verdana, sans-serif;
}



.wizards .left {
	float:left;		
}

.wizards .right {
	float:right;		
}

.wizards ul.input_field li button {
    padding:3px 6px;
}

.wizards li.raeume div.group{
    background-color:white;
    border: 1px solid black;
    width: 240px;
}


.wizards ul.input_field li p.label_clone{
	font: 13px Verdana, sans-serif;
	padding:0;
}


/* Group */ 
.wizards li.group_container {
	width: 210px;
	float: left;

}.wizards ul.input_field li.group_container div.group {
	border: 1px solid black;
	background-color: white;
	padding: 5px 3px;
	width: 210px;
}



/* status */
.wizards #status {
    margin:0px !important;
    height:34px;
    background:#ffcf00;
    /*background:#ffcf00 url(/static/widgets/images/reservierung/h80.png) repeat-x;*/
    padding-left:25px !important;
    _background:#ffcf00;
    border-bottom:2px solid #069;
    font: 13px Verdana, sans-serif;
}

.wizards #status li {
	list-style-type:none;
	list-style-image:none;
	float:left;
	color:#000;
	padding:10px 8px;
}

.wizards #status li.active {
	background-color:#fff;
	font-weight:normal;
	color:#069;
	height:16px;
	border-left: 1px solid #069;
	border-right: 1px solid #069;
	/*margin-bottom:-10px;*/
}


.wizards .progress {
    position:absolute;
    top:510px;
    left:530px;
    padding-right:5px;
    display:none;
}
