.jqmWindow {
    display: none;

    position: fixed;
    top: 17%;
    left: 50%;

    margin-left: -400px;
    width: 800px;

    background-color: #FFFFFF;
    color: #000000;
    border: 1px solid #000000;
    padding: 12px;
}

.jqmOverlay { background-color: #000; }

* iframe.jqm {position:absolute;top:0;left:0;z-index:-1;
	width: expression(this.parentNode.offsetWidth+'px');
	height: expression(this.parentNode.offsetHeight+'px');
}

* html .jqmWindow {
     position: absolute;
     top: expression((document.documentElement.scrollTop || document.body.scrollTop) + Math.round(17 * (document.documentElement.offsetHeight || document.body.clientHeight) / 100) + 'px');
}


#navbar {
    width: 100%;
	text-align: center;
	margin: 20px 0px 20px 0px;
}

#GTA_content div, td, span, p {
    font-family: Verdana;
    font-size: 10px;
    font-weight: normal;
}


.GTA_result_container {
    display: block;
	width: 100%;
	clear: both;
	float: left;
	padding-top: 5px;
}

.GTA_result_header {
	clear: both;
	width: 100%;
	margin-bottom: 20px;
}

.GTA_result_title {
	clear: both;
    float: left;
}

.GTA_result_price {
    float: right;
	text-align: right;
	font-weight: bold !important;
    font-size: 12px !important;
}

.GTA_title {
	float: left;
	font-weight: bold !important;
    font-size: 14px !important;
}

.GTA_result_details {
    clear: both;
	float: left;
}

.GTA_book {
    float: right;
}

.GTA_image {
    float: left;
	width: 90px;
	margin-right: 10px;
}

.GTA_hotelinfo {
    float: left;
}

.GTA_facilities {
	margin-top: 10px;
    clear: both;
	float: left;
}

.GTA_icon {
    float: left;
	margin-left: 10px;
	margin-top: -4px;
}

.GTA_img {
    border: 1px solid #000000;
	padding: 1px;
}


a.GTAwin, a.GTAwin:link, a.GTAwin:visited {
	text-decoration: none;
	color: #0B7CBE;
    font-size: 14px !important;
}

a.GTAwin:hover {
	text-decoration: none;
	color: #000000;
}

a.GTAwin2, a.GTAwin2:link, a.GTAwin2:visited {
	text-decoration: none;
	color: #0B7CBE;
    font-size: 14px !important;
}

a.GTAwin2:hover {
	text-decoration: none;
	color: #000000;
}

/*** INFO LAYER POPUP ***/
#pGTA_main {
	/*
    clear: both;
    float: left;
	width: 530px;
	*/
	margin: 0px 20px 20px 20px;
}
.pGTA_details {
    clear: both;
    float: left;
	width: 100%;
	border-top: 1px solid #000000;
	margin-top: 5px;
	padding-top: 10px;
	text-align: left;
}
.pGTA_close {
    float: right;
}
.pGTA_left {
    float: left;
	width: 50%;
}
.pGTA_right {
    float: right;
	width: 49%;
}
.pGTA_pad {
    padding-left: 15px;
}

#pGTA_img {
	clear: both;
	width: 100%;
	height: 300px;
	float: left;
    background: url(../images/gta/loader.gif) no-repeat 20px 20px;
}

.pGTA_imgcontainer {
	clear: both;
	float: left;
	width: 100%;
	margin-top: 10px;
}
.pGTA_thumb {
    float: left;
	width: 50px;
	border: 1px solid #000000;
	margin: 0px 10px 10px 0px;
	padding: 1px;
}

#pGTA_img img {
	border: 1px solid #000000;
	padding: 1px;
}

.GTA_cancelation {
    width: 100%;
	color: #000000;
}
.GTA_cancelation td {
	color: #000000;
}

#GTA_info {
	clear: both;
	display: none;
	text-align: center;
}
.GTA_info_container {
	clear: both;
	float: left;
	width: 100%;
	text-align: center;
}

.GTA_row1 { background-color: #E7F1F6; }
.GTA_row2 { background-color: #E3EEFB; }

#dropmenudiv{
	position:absolute;
	border:1px solid #7E8993;
	line-height:18px;
	z-index:100;
	padding: 5px;
}

/*** AUTO SELECT BOX ***/
#ajax_listOfOptions{
	position:absolute;
	width:200px;
	/*height:139px;*/
	/*overflow:auto;*/
	border:1px solid #AEAEAE;
	background-color: #E7F1F6;
	text-align:left;
	z-index:100;
	color: #003399;
}
#ajax_listOfOptions div{	/* General rule for both .optionDiv and .optionDivSelected */
	margin:1px;
	padding: 0px 2px 0px 2px;
	cursor:pointer;
}
#ajax_listOfOptions .optionDiv{	/* Div for each item in list */
	padding-left: 5px;
}
#ajax_listOfOptions .optionDiv2{	/* Div for each item in list */
    font-family: Verdana;
    font-size: 10px;
	border-bottom: 1px solid #E0E0E0;
	font-weight: bold;
	color: #FE8A19;
}
#ajax_listOfOptions .optionDivSelected{ /* Selected item in the list */
	padding-left: 5px;
	background-color:#2E89BC;
	color:#FFF;
}
#ajax_listOfOptions_iframe{
	background-color:#F00;
	position:absolute;
	z-index:5;
}



