
/*
chekbox/radio cuccai *****************************************************************************************************************
*/

/* Radio button */
.gvRadio {
	height: 17px;
	width: 17px;
	padding: 0px;
	margin: 0px;
	overflow:hidden;
	background-image:url(http://www.hmgt.hu/static/_e3efac/img/gvRadio.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	margin-right: 5px;
	display: block;
	float: left;
}
.error .gvRadio {
	background-image:url(http://www.hmgt.hu/static/_e3efac/img/gvRadio_error.gif);
}
.gvRadio.checked {background-position: left bottom;}	
.gvRadio input{
	background-color:transparent;
	-moz-opacity:0;
	filter:alpha(opacity: 0);
	opacity: 0;
	height: 15px;
	width: 15px;
	padding: 0px;
	margin: 0px;
	border:none;
	padding-bottom:2px;
}



/* Checkbox */
span.gvCheck {
	height: 18px;
	width: 18px;
	padding: 0px;
	margin: 0px;
	overflow:hidden;
	background-image:url(http://www.hmgt.hu/static/_e3efac/img/gvCheckbox.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	margin-right: 7px;
	display: block;
	float: left;
}
span.gvCheck.checked {background-position: left bottom;}
span.gvCheck input {
	background-color:transparent;
	-moz-opacity:0;
	filter:alpha(opacity: 0);
	opacity: 0;
	height: 18px;
	width: 18px;
	padding: 0px;
	margin: 0px;
	border:none;
	padding-bottom:2px;
}

.box_search_booking span.gvCheck {
	background-image:url(http://www.hmgt.hu/static/_e3efac/img/gvCheckbox_gray.gif);
}


.error_div span.gvCheck {
	background-image:url(http://www.hmgt.hu/static/_e3efac/img/gvCheckbox_error.gif);
}









/*
select cuccai ************************************************************************************************************************
*/

/* nem kell ezeket valtoztatni */
div.gvSelect {padding: 0px;margin: 0px;cursor: pointer;}
div.gvSelect div.gvS_headArea {padding: 0px;margin: 0px;float: left;}
div.gvSelect div.gvS_headArea div.gvS_headText {overflow: hidden;white-space: nowrap;float: left;}
div.gvSelect div.gvS_headArea div.gvS_headArrow {float: left;}
div.gvSelect div.gvS_optionsArea {overflow: auto;display: none;position: absolute;}

/* alap beallitasok a legordulore */
div.gvSelect {
	width: 199px;
	font-family:Arial, Helvetica, sans-serif;
	text-align: left;
	color: #3f3f3e;
	font-size: 11px;
	float: left;
	background:url(http://www.hmgt.hu/static/_e3efac/img/gvSelect.head_bg.gif) no-repeat left top;
}
/* feljec terulet */
div.gvSelect div.gvS_headArea {
	width: 199px;
	height: 22px;
	background:url(http://www.hmgt.hu/static/_e3efac/img/gvSelect.head_arrow.gif) no-repeat right top;
}
/* fejlec szoveg resz */
div.gvSelect div.gvS_headArea div.gvS_headText {
	width: 171px;
	height: 15px;
	padding: 4px 0px 0px 6px;
}
/* fejlec nyil */
div.gvSelect div.gvS_headArea div.gvS_headArrow {
	width: 22px;
	height: 22px;
}
/* optionok terulete */
div.gvSelect div.gvS_optionsArea {
	width: 197px;
	max-height: 260px;
	height: expression( this.scrollHeight > 259 ? "260px" : "auto" ); /* sets max-height for IE */
	border: solid 1px #c0c0c0;
	border-top: 0px;
	background-color: #ffffff;
	
}
/* optionok */
div.gvSelect div.gvS_optionsArea div {
	padding: 4px 3px 4px 6px;
	line-height: 12px;
	font-size: 11px;
	display: block;
}
/* optionok over */
div.gvSelect div.gvS_optionsArea div.over {
	background-color: #3d55b1;
	color:white;
}
/* disabled optionok */
div.gvSelect div.gvS_optionsArea div.disabled {
	color: #a8a8a8;
}


#sort_by div.gvSelect { width:79px; background:url(http://www.hmgt.hu/static/_e3efac/img/gvSelect.head_bg_w.gif) no-repeat left top; }
#sort_by div.gvSelect div.gvS_headArea { width:79px; background:url(http://www.hmgt.hu/static/_e3efac/img/gvSelect.head_arrow_w.gif) no-repeat right top; }
#sort_by div.gvSelect div.gvS_headArea div.gvS_headText { width:51px; }
#sort_by div.gvSelect div.gvS_optionsArea { width:77px; }




/* egyedi optionok */
/*
div.gvSelect div.custom1 {
	color: #000000;
	text-indent: 21px;
	background: url(img/custom1.gif) no-repeat;
}
div.gvSelect div.custom2 {
	color: #ff2222;
}*/


