﻿html, body
{
    height: 100%;
}
dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, p, blockquote, th
{
    margin: 0;
    padding: 0;
}
img
{
    border: 0;
}
table
{
    border-spacing: 0;
    border-collapse: collapse;
}
ol, ul
{
    list-style: none;    
}
body, td, div, label, span, li
{
    padding: 0;
    /*margin: 0;*/
    font-family: Arial, Tahoma;
    font-size: 9pt;
    text-align: left;
    vertical-align: top;
    word-wrap: break-word;
}
input, select, textarea
{
    /*margin: 0;
    padding: 0;*/
    font-family: Arial, Tahoma;
    font-size: 9pt;
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box; /* Firefox, other Gecko */
    box-sizing: border-box; /* Opera/IE 8+ */
}

br.clear
{
    clear: both;
    line-height: 0;
    height: 0;
    min-height: 0;
    font-size: 1px;
}

.ul > li
{
    display: inline-block;
    *display: inline;
    height: auto;
    line-height: 22px;    
    vertical-align: top;
	width:200px;
}

.ul_book > li
{
    display: inline-block;
    *display: inline;
    height: auto;
    line-height: 19px;    
    vertical-align: top;
}

.ul_obj > li
{
    display: inline-block;
    *display: inline;
    height: auto;
    line-height: 26px;
    vertical-align: top;
}

.ul_hl 
{
    border-bottom: 1px dotted #8db95c;
}
.ul_hl > li
{
    display: inline-block;
    *display: inline;
    height: auto;
    line-height: 30px;    
    vertical-align: top;
}
.ul_hl:hover
{
    background-color: #f3fce9;
}
/* RESET */

div.calendar
{
    cursor: pointer;
    width: 16px;
    min-width: 16px;
    height: 16px;
    min-height: 16px;
    background-image: url('/Content/Image/Go/calendar.png');
    background-repeat: no-repeat;
    display: inline-block;
    vertical-align: middle;
    margin-bottom: .25em;
    margin-left: 5px;
}

div.full_frame
{
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    z-index: 100;
    background-color: Black;
    filter: alpha(opacity=50); /*Use in IE MAX = 100*/
    opacity: 0.5; /*CSS 3 Opacity MAX = 1.0 Remark: 100=1.0, 20=0.2*/
}

input.inp, select.inp
{
    width: 150px;
    height: 22px;
    line-height: 22px;
    background: white;
    border: 1px solid #4ea5c8;
}

.language_sel
{
    background: white none repeat scroll 0 0;
    border: 1px solid #4ea5c8;
    height: 22px;
    line-height: 22px;
    width: 98px;
}

.flight_sel
{
    background: white none repeat scroll 0 0;
    border: 1px solid #4ea5c8;
    height: 22px;
    line-height: 22px;
    width:100px;
}

textarea
{
    height: 60px;
    vertical-align: top;
    resize: none;
    background: white;
    border: 1px solid #4ea5c8;
}

input.btn
{
    width: 65px;
    height: 20px;
    color: white;
    background-color: #6abd45;
    border: 1px solid #509d2e;
    font-weight: bold;
    cursor: pointer;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    position: relative;
    behavior: url(/Content/StyleSheet/Global/PIE.htc);
}
input.btn:hover
{
    color: white;
    background-color: #509d2e;
}

input.btn_blu
{
    width: 80px;
    height: 22px;
    color: white;
    background-color: #0fafc5;
    border: 1px solid #0088ba;
    font-weight: bold;
    cursor: pointer;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    position: relative;
    behavior: url(/Content/StyleSheet/Global/PIE.htc);
}
input.btn_blu:hover
{
    color: white;
    background-color: #0088ba;
}

input.btn_sel
{
    width: 80px;
    height: 22px;
    color: #ffffff;
    background-color: #66a435;
    border: 2px solid #ffffff;
    font-weight: bold;
    cursor: pointer;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    position: relative;
    behavior: url(/Content/StyleSheet/Global/PIE.htc);
}
input.btn_sel:hover
{
    background-color: #7ac242;
}

input.btn_sel_cir
{
    width: 30px;
    height: 30px;
    color: #66a435;
    background-color: #ffffff;
    border: 1px solid #66a435;
    font-weight: bold;
    cursor: pointer;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    position: relative;
    behavior: url(/Content/StyleSheet/Global/PIE.htc);
}
input.btn_sel_cir:hover
{
    border: 1px solid #66a435;
    background-color: #7ac242;
}

div.ui_tooltip
{
    cursor: pointer;
    width: 12px;
    min-width: 12px;
    height: 12px;
    min-height: 12px;
    background-image: url('/Content/Image/tooltip.png');
    display: inline-block;
    vertical-align: middle;
    margin-bottom: .25em;
    margin-left: 5px;
}

div.circle-white
{
    text-align: center;
    vertical-align: middle;
    display: inline-block;
    width: 28px;
    height: 28px;
    line-height: 28px;
    color: #66a435;
    background-color: #ffffff;
    font-weight: bold;
    border: 1px solid #66a435;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    position: relative;
    behavior: url(/Content/StyleSheet/Global/PIE.htc);
}

div.arrow-left-white
{
    width: 0;
    height: 0;
    cursor: pointer;
    display: inline-block;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    border-right: 7px solid white;
    vertical-align: middle;
    margin-right: 10px;
}
div.arrow-left-white:hover
{
    border-right: 7px solid #c7dde5;
}

div.arrow-right-white
{
    width: 0;
    height: 0;
    cursor: pointer;
    display: inline-block;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    border-left: 7px solid white;
    vertical-align: middle;
    margin-left: 10px;
}
div.arrow-right-white:hover
{
    border-left: 7px solid #c7dde5;
}

img.magnify
{
    cursor: pointer;
    width: 16px;
    min-width: 16px;
    height: 16px;
    min-height: 16px;
    vertical-align: middle;
    margin-bottom: .25em;
    margin-left: 5px;
}

.rqf
{
    color: red;
}
/* OBJECT */



/* PROMOTION BOX*/
.ui-autocomplete
{
    max-height: 225px;
    overflow-y: auto;
    overflow-x: hidden;
}

#divPMT_2 .radius, #divPMT_2 .nonradius
{
    color: #ffffff;
    background-color: #1387b6;
    font-size: 10pt;
    font-weight: bold;
    height: 30px;
    line-height: 30px;
    padding-left: 8px;
}

#divPMT_2 .radius
{
    -webkit-border-radius: 8px 8px 0 0;
    -moz-border-radius: 8px 8px 0 0;
    border-radius: 8px 8px 0 0;
}

#divPMT_2 .flight_contentpro_box
{
	overflow-y:scroll;
}

#divPMT_2 .promotionbox_content
{
	border: 1px solid #1387b6;
}

#divPMT_2 .col_origin, #divPMT_2 .col_destination, #divPMT_2 .col_currency,#divPMT_2 .col_airline, #divPMT_2 .col_auto
{
    display: inline-block;
    margin-top: 3px;
    line-height: 18px;
}
#divPMT_2 .col_origin
{
	padding-left: 6px;
	overflow:hidden;
	white-space:nowrap;
	text-overflow:ellipsis;
    width: 80px;
	vertical-align: middle;
}
#divPMT_2 .col_destination
{
    overflow:hidden;
	white-space:nowrap;
	text-overflow:ellipsis;
    width: 75px;
	vertical-align: middle;
}
#divPMT_2 .col_airline
{
    overflow:hidden;
	white-space:nowrap;
	text-overflow:ellipsis;
    width: 90px;
	text-align:center;
	vertical-align: middle;
}
#divPMT_2 .col_currency
{
    overflow:hidden;
	white-space:nowrap;
	text-overflow:ellipsis;
	text-align:right;
    width: 78px;
	color:red;
	font-weight:bold;
	vertical-align: middle;
	/*cursor:pointer*/;
}

#divPMT_2 .col_auto
{
    width: auto;
}

#divPMT_2 .flight_contact_us
{
    font-size: 9pt;
    color: navy;
    margin-bottom: 5px;
    overflow: hidden;
    white-space: nowrap;
}

#divPMT_2 .promotion_footer
{
    height: 40px;
    padding-top: 5px;
    background-color: #dddee0;
    vertical-align: middle;
}

#divPMT_2 .head_line_promotion
{
	line-height: 25px;
    height: 30px;
    padding-top: 5px;
    background-color: #ffffff;
	border-bottom:2px solid lightblue;
	font-weight:bold;
	color:black;
    vertical-align: middle;
}

#divPMT_2 .ul_promotion
{
	height:50px;
	vertical-align:middle;
	/*line-height:35px;*/
	background-color:#e2f3fa;
	border-bottom:1px solid #1387b6;
}

#divPMT_2 .ul_promotion_bottom
{
	height:3px;
	background-color:#ffffff;
}

#divPMT_2 .triptype
{
	color: #1387b6;
	padding-left: 6px;
	font-size: 8pt;
	width: 323px;
}

#divPMT_2 .imgAirline
{
	color: #1387b6;
	padding-left: 6px;
	font-size: 8pt;
}

#divPMT_2 .div_btn_book
{
	display:inline;
	float: right; 
	padding-top: 5px;
}
#divPMT_2 .img_airline_size
{
	height: 25px;
	vertical-align:middle;
}
#divPMT_2 .div_img_airline
{
	display:inline;
	padding-right:29px;
}
#divPMT_2 .div_triptype
{
	display:inline; 
	padding-right:75px;
	line-height: 35px;
	font-size:8pt;
}

input.btn_book
{
    width: 50px;
    height: 18px;
    color: white;
    background-color: #6abd45;
    border: 1px solid #509d2e;
	font-size:8pt;
    font-weight: bold;
    cursor: pointer;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    position: relative;
    behavior: url(/Content/StyleSheet/Global/PIE.htc);
}
input.btn_book:hover
{
    color: white;
    background-color: #509d2e;
}

.head_origin
{
	display:inline; 
	padding-right:45px; 
	padding-left: 6px;
}
.head_destination
{
	display:inline; 
	padding-right:45px;
}
.head_airline
{
	display:inline; 
	padding-right:45px;
}
.head_price
{
	display:inline;
}