﻿/*--------------------------------------------------------------------------------------------------------------------/
/	COMMON STYLE
/--------------------------------------------------------------------------------------------------------------------*/
body
{
    background: #4396ca url(   '../images/Resources/newskin/bg128Color.gif' ) no-repeat center top;
    padding: 0;
    margin: 0;
    color: #454545 !important;
    font-family: Arial;
    font-size: 12px;
}

a
{
    color: #454545;
    /*text-decoration: underline;*/
}

input, select, textarea
{
    color: #454545;
    font-family: Tahoma;
    font-size: 11px;
}
#viettravel
{
    width: 940px;
    display: block;
    margin: 0 auto;
}
.title
{
    font-family: "Times New Roman";
    font-size: 27px;
}



blockquote, q
{
    quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after
{
    content: '';
    content: none;
}

/* remember to define focus styles! */
:focus
{
    outline: 0;
}

/* remember to highlight inserts somehow! */
ins
{
    text-decoration: none;
}
del
{
    text-decoration: line-through;
}

img
{
    -ms-interpolation-mode: bicubic;
}


/*---------------------------------------------------------------------------------------------------------------------------------
MENUSITE
---------------------------------------------------------------------------------------------------------------------------------*/
.memubg
{
    position: absolute;
    margin-left: 300px;
    margin-top: 155px;
    display: block;
}

#tableContent
{
    z-index: 2;
    position: relative;
}
.menubgCenter
{
    background-color: #3584be;
    border: #3d79ca 1px solid;
}
.menuSITE
{
    z-index: 1;
    list-style: none;
    padding: 10px;
    margin: 0;
    width: 102px;
}
.menuSITE li
{
    margin: 0;
    padding: 0;
    border: 1px #3584be solid;
    background: url( '../images/Resources/newskin/ico_menu.jpg' ) no-repeat top left;
}


.menuSITE a
{
    display: block;
    padding: 54px 0 19px 0;
    color: white;
    font-family: tahoma;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    width: 100px;
}
.menuSITE a:hover
{
    text-decoration: underline;
}

#homepage
{
    background-position: 21px -810px;
}
#hotelpage
{
    background-position: 21px -378px;
}

#tourpage
{
    background-position: 21px -594px;
}

#destpage
{
    background-position: 21px -270px;
}

#servicepage
{
    background-position: 21px -486px;
}

#visapage
{
    background-position: 21px -702px;
}

#contactpage
{
    background-position: 21px -162px;
}

#aboutpage
{
    background-position: 21px -54px;
}

.Hoverstyle
{
    background: #56a1cf;
    padding: 35px;
    color: white;
    font-size: 19px;
    font-family: time new roman;
}

/*---------------------------------------------------------------------------------------------------------------------------------
TOOL BOOKMARK, EMAIL , LANGUAGE
---------------------------------------------------------------------------------------------------------------------------------*/
div.tool
{
    float: right;
    width: 435px;
}
div.tool ul.inline
{
    position: relative;
    margin: 0;
    left: -49px;
    display: inline-block;
    padding: 0;
}
div.tool ul.inline li
{
    margin: 0px;
    padding: 0px;
    list-style: none;
    display: inline-block;
    list-style: none inside none;
    float: left;
}
div.tool ul.inline li a
{
    background-color: #0c3d75;
    color: #a3b5cb;
    text-decoration: none;
    display: block;
}
div.tool ul.inline li a img
{
    border: 0px;
}
ul#listLang
{
    position: absolute;
    margin: -2px 0 0 0;
    padding: 0;
}
ul#listLang img
{
    padding-right: 3px;
}
ul#listLang li
{
    clear: both;
    display: none;
    padding-top: 1px;
}
.bookmark a
{
    padding: 5px 5px 5px 25px;
    background: #0c3d75 url(   '../images/Resources/newskin/icoBookmark.jpg' ) no-repeat 5px center;
    display: block;
    float: left;
}
.email a
{
    padding: 5px 5px 5px 30px;
    background: #0c3d75 url(   '../images/Resources/newskin/icoEmail.jpg' ) no-repeat 5px center;
    float: left;
    position: relative;
    left: 2px;
}
.language a
{
    padding: 5px;
    padding-top:6px;
    display: block;
    float: left;
    position: relative;
    left: 4px;
    padding-left: 25px;
    width: 100px;
}
.language span
{
    float: left;
}
.language a span img
{
    top: 6px;
    position: absolute;
    margin-left: -20px;
}
.language .ddlLanguage
{
    margin-left: 115px;
    margin-top: 8px;
    position: absolute;
    z-index: 2;
}
div.tool ul li a:hover
{
    color: white;
}
/*---------------------------------------------------------------------------------------------------------------------------------
BANNER
---------------------------------------------------------------------------------------------------------------------------------*/
.banner
{
    background: url(   '../images/Resources/newskin/banner.png' ) no-repeat left center;
    width: 804px;
    height: 105px;
    display: block;
    clear: both;
}
/*---------------------------------------------------------------------------------------------------------------------------------
BORDERSITE
---------------------------------------------------------------------------------------------------------------------------------*/

.page
{
    clear: both;
}
.t
{
    background: url(   '../images/Resources/newskin/bg_t.png' ) repeat-x left top;
    height: 7px;
}
.r
{
    background: url(   '../images/Resources/newskin/bg_r.png' ) repeat-y right top;
    width: 7px;
}
.b
{
    background: url(   '../images/Resources/newskin/bg_b.png' ) repeat-x left bottom;
    height: 7px;
}
.l
{
    background: url(   '../images/Resources/newskin/bg_l.png' ) repeat-y left bottom;
    width: 7px;
}
.tl
{
    background: url(   '../images/Resources/newskin/bg_tl.png' ) no-repeat left top;
}
.tr
{
    background: url(   '../images/Resources/newskin/bg_tr.png' ) no-repeat right top;
}
.bl
{
    background: url(   '../images/Resources/newskin/bg_bl.png' ) no-repeat left bottom;
}
.br
{
    background: url(   '../images/Resources/newskin/bg_br.png' ) no-repeat right bottom;
}
.contentSite
{
    padding: 7px;
    background-color: white;
    width: 790px;
    vertical-align: top;
    height: expression( this.scrollHeight < 800 ?   "800px" : "auto" ); /* sets min-height for IE */
    min-height: 800px; /* sets min-height value for all standards-compliant browsers */
    display: block;
    float: left;
}
/*---------------------------------------------------------------------------------------------------------------------------------
LOCATION
---------------------------------------------------------------------------------------------------------------------------------*/
.topbar
{
    background-color: #f2f2f2;
    /*font-weight: bold;*/
    width: 100%;
    float: left;
    line-height: 18px;
}
.location
{
    padding: 3px;
    display: block;
   
}
.location a
{
    color: #454545;
    text-decoration: none;
}
.location a:hover
{
    color: #FF3300;
    text-decoration: none;
}
/*---------------------------------------------------------------------------------------------------------------------------------
My bookings        Partner        Customer support
---------------------------------------------------------------------------------------------------------------------------------*/
.my
{
    background-color: #c3c3c3;
    border-left: 1px white solid;
    padding: 3px 5px;
    float: right;
    color: white;
    font-weight: bold;
    text-decoration: none;
}
.my:hover
{
    background-color: #aaaaaa;
}
/*--------------------------------------------------------------------------------------------------------------------/
/	Email a friend
/--------------------------------------------------------------------------------------------------------------------*/

.pnEmail
{
    position: absolute;
    background-color: White;
    border-bottom: 2px black solid;
    border-right: 2px black solid;
    padding: 5px;
    margin-left: -49px;
    display: none;
    width: 345px;
    z-index: 1000;
}
.pnEmail ul
{
    padding: 4px;
    margin: 0px;
    list-style-type: none;
}
.pnEmail input, .pnEmail textarea
{
    border: 1px #999999 solid;
    padding: 3px;
}
.pnEmail img
{
    left: 280px;
    position: relative;
    top: 2px;
    cursor:pointer;
}
/*--------------------------------------------------------------------------------------------------------------------/
/	Footer
/--------------------------------------------------------------------------------------------------------------------*/
#footer
{
    background: url(   '../images/Resources/newskin/bgFooter.jpg' ) repeat-x left top;
    color: white;
    text-align: center;
    line-height: 18px;
}
.logoCard
{
    padding: 10px 0;
}
.logoCard img
{
    border: 1px #333333 solid;
    vertical-align: middle;
    height: 30px;
}


/*************************************************************************************************
	Style for all control
**************************************************************************************************/

.top_destination_des
{
    width: 60%;
    float: left;
    border: solid 1px #CCCCCC;
    height: 100%;
    padding: 3px;
}
.top_destination_search
{
    width: 40%;
    float: left;
    border: solid 0px #CCCCCC;
    height: 100%;
}

.ModalreviewDetails
{
    background-color: #FFFFFF;
    border: solid 1px #000000;
    width: 600px;
}
.backgroundReviewDetails
{
    background-color: Gray;
    filter: alpha(opacity=70);
    opacity: 0.7;
}

/*-- Cac hang sao --*/
.ratingStar
{
    font-size: 0pt;
    width: 16px;
    height: 15px;
    margin: 0px;
    padding: 0px;
    cursor: pointer;
    display: block;
    background-repeat: no-repeat;
}
.filledRatingStar
{
    background-image: url(../images/resources/FilledStar.png);
}

.emptyRatingStar
{
    background-image: url(../images/resources/EmptyStar.png);
}

.savedRatingStar
{
    background-image: url(../images/resources/SavedStar.png);
}

/*--- User rate ---*/
.ratingUserRateStar
{
    font-size: 0pt;
    width: 13px;
    height: 15px;
    margin: 0px;
    padding: 0px;
    cursor: pointer;
    display: block;
    background-repeat: no-repeat;
}
.filledRatingUserRateStar
{
    background-image: url(../images/resources/ok1.jpg);
}

.emptyRatingUserRateStar
{
    background-image: url(../images/resources/ok2.jpg);
}

.savedRatingUserRateStar
{
    background-image: url(../images/resources/SavedStar.png);
}
.text_enter
{
    font-family: tahoma;
    font-size: 11px;
    font-weight: bold;
    color: #FFFFFF;
    text-decoration: none;
    padding-left: 2px;
    background-color: #8bc0e0;
    border: 1px;
    width: 250px;
}


/*---------------------------------------------------------------------------------
    FORM COMMON
---------------------------------------------------------------------------------*/
.txt, .cmb, .btn
{
    background-color: Transparent;
    border: 1px #999999 solid;
    padding: 3px;
}
.txt
{
    width: 300px;
}
.cmb
{
    width: 308px;
    background-color: white;
}
.btn
{
    background-color: #aaaaaa;
    padding: 4px 5px;
    color: white;
    font-weight: bold;
    margin: 2px;
    border: 0;
}
.btnSend
{
    border: 0px;
    background: transparent url(  '../images/Resources/layout/images/btn_SendReview.jpg' ) no-repeat left top;
    width: 157px;
    height: 28px;
    text-align: center;
    vertical-align: middle;
    font-weight: bold;
    font-size: 11px;
    margin-top: 9px;
    margin-bottom: 9px;
}

.interior, .interior .text
{
	width:200px;
}
.wrap
{
	float: left;
	width: 200px;
}
.summary
{
	
}
.text
{
	float:left;
	clear:both;
}
.entry, .note, .title1
{
	text-align: justify;
	font-family: tahoma;
	color: #454545;
	font-size: 14px;
	line-height:18px;
	
}
.title1
{
	font-weight:bold;
	
	
}
.note
{
	text-align: left;
	font-style:italic;
	color:Maroon;
	font-size:11px;
	padding-bottom:10px;
}
.sumSect, .title1
{
	border: solid 0px #CCCCCC;
	width: 100%;
}
.box
{
	float: left;
	border: solid 1px #CCCCCC;
	padding:4px;
}
.listRatings
{
    float:left;
    clear:both;
}
.listRatings .recommend
{
	float: left;
	border: solid 1px #CCCCCC;
	padding:0px;
	padding:4px;
	width:190px;
	background-color:White;
	margin:0;
}
.recommend li ul
{
	border: solid 0px #CCCCCC;
	list-style: none;
	text-align:left;
	padding:0px;
	margin:0px;
}
.recommend li
{
	border: solid 0px #CCCCCC;
	list-style: none;
	text-align:left;
}
.review
{
	width:760px;
}

.info{
	font-weight:normal;
	clear:right;
}
.info a{
	color:#FF3300;
	font-size:14px;
	font-family:Arial;
	font-weight:bold;
}
/*---------------------------------------------------------------------------------
    FORM COMMON
---------------------------------------------------------------------------------*/
.pager
{
    margin: 10px auto;
}
.pageIndex, .currentPageIndex
{
    border: 1px #cccccc solid;
    padding: 5px;
    color: #333333;
    margin: 2px;
    display: block;
}
.pageIndex:hover
{
    border-color: Maroon;
}
.currentPageIndex
{
    background-color: #E2ECF6;
    color: #2D82D7;
    border-color: #2D82D7;
    cursor: default;
}

/*---------------------------------------------------------------------------------
    About  -   Contact us  -   Privacy policy  -   Terms & Conditions  -   Feedback 
---------------------------------------------------------------------------------*/
.TopDestination_title
{
    border-bottom: 1px #bebebe dashed;
    font-weight: bold;
    padding: 8px 0px;
}
.TopDestination_title a
{
    text-decoration: none;
}
.TopDestination_title a:hover
{
    color: #CE3333;
    text-decoration: underline;
}
.bordertop
{
    border-top: 1px #bebebe dashed;
}
.noborder
{
    border: 0;
}

/*---------------------------------------------------------------------------------
    Lịch
---------------------------------------------------------------------------------*/

.ajax__calendar
{
    position: relative;
    left: 0px !important;
    top: 0px !important;
    visibility: visible;
    display: block;
    z-index: 10000000;
}
.ajax__calendar iframe
{
    left: 0px !important;
    top: 0px !important;
}
.ajax__calendar_container
{
    z-index: 10000000;
}

/* BOOKMARK */

#at15s
{
    top:24px !important;
}
#at16pf
{
display:none;
}
