#wh_loading {
	/*width:100%; height:100%;*/
	width:238px; height:118px;
	position: absolute; /*top: 0px; left: 0px;*/
	display: none;
}
#wh_loading_bg {
	/*width:100%; height:100%;*/
	width:238px; height:118px;
	position: absolute; /*top: 0px; left: 0px;*/
	filter: alpha(opacity=80); opacity: 0.80; -moz-opacity: 0.80; -khtml-opacity: 0.80;
	background-color: #DDDDDD;
}
#wh_loading_text {
	/*width:100%; height:100%;*/
	width:238px; height:118px;
	position: absolute; /*top: 0px; left: 0px;*/
}
div.wh_box {
	border: 1px solid #FFFFFF;
	background-color: #DDDDDD;
}
div.wh_boxcim {
	background-color: #EFEFEF;
	color: #000000;
	padding: 5px;
	font-size: 13px;
	font-weight: bold;
}
div.wh_boxadat {
	background-color: #DDDDDD;
	color: #000000;
	padding: 3px;
	font-size: 12px;
}
div.wh_tervalaszt {
	float: left;
	margin: 3px;
	margin-right: 0px;
	text-align: center;
	padding-top: 3px;
	padding-bottom: 3px;
	cursor:pointer;cursor:hand;
	background-color: #B2B2B2;
	vertical-align: middle;
	border: 0px;
	width: 112px;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}
div.wh_status {
	text-align:center;
}
span.wh_szabad {
	color: green;
}
span.wh_foglalt {
	color: red;
}
span.wh_hibas {
	color: red;
}
.ErrorField {
    border-color: #D00;
    color: #D00;
    background: #FFFFFE;
}

div.ValidationErrors {
   /* display: inline-block;*/
    font-size: 12px;
    color: #D00;
    padding-left: 10px;
    font-style: italic;
}
