@charset "UTF-8";
 
/*	Background-Styles   */


body {
	margin:0px; padding:0px;
	background-color:#fff;
	font-family:verdana, Helvetica;
	color:#666666;
	font-size:12px;
	line-height:17px;
}
#main {
	background:#fff url(../../images/bg_p1.jpg) repeat-x;
	padding-bottom:0px;
}
#main .container {
	/*background-image:url(../../images/background_light.jpg);*/
	background-repeat:no-repeat;
}
#footer {
	background-image:url(../../images/footer-bg.jpg);
	background-repeat:repeat-x;
	padding:40px;
	position:relative;
	top:0px;
	height:120px;
}
.container {
	width:1000px;
	margin:0 auto;
	position:relative;
}

/* Button */
.btn_white {
	height:32px;
	width:141px;
	background-image:url(../../images/btn/btn-white.png);
	font-size:12px;
	font-weight:bold;
	color:#000000;
	padding-top:3px;
	text-align:center;
	}
.btn_white a {
	color:#666;
	font-weight:bold;
	text-decoration:none;
	}
.btn_white a:visited {
	color:#666;
	text-decoration:none;
	}
.btn_white a:hover {
	color:#666;
	text-decoration:none;
	}

.btn_blue {
	height:32px;
	width:146px;
	background-image:url(../../images/btn/btn-blue.png);
	font-size:12px;
	font-weight:bold;
	color:#FFFFFF;
	font-size:12px;
	padding-top:1px;
	text-align:center;
	}
.btn_blue a {
	color:#FFFFFF;
	text-decoration:none;
	}
.btn_blue a:visited {
	color:#FFFFFF;
	text-decoration:none;
	}
.btn_blue a:hover {
	color:#FFFFFF;
	text-decoration:underline;
	}
	
.btn_desbg{
	height:32px;
	width:180px;
	background-image:url(../../images/btn/btn-destination.png);
	font-weight:bold;
	color:#FFFFFF;
	padding-top:4px;
	padding-left:1.5px;
	letter-spacing:-0.5px;
	
	text-align:center;
	text-decoration:none;
	font-size:12px;
}
.btn_desbg a {
	color:#FFFFFF;
	text-decoration:none;
	}
.btn_desbg a:visited {
	color:#FFFFFF;
	text-decoration:none;
	}
.btn_desbg a:hover {
	color:#FFFFFF;
	text-decoration:underline;
	}

.btn_des {
	
	font-size:12px;
	font-weight:bold;
	color:#FFFFFF;
	padding-top:1px;
	text-align:left;
	text-decoration:none;
	}
	
.btn_orange {
	height:29px;
	width:142px;
	background-image:url(../../images/tab/tab-blue.png);
	font-size:12px;
	font-weight:bold;
	color:#000;
	text-align:center;
	text-transform:uppercase;
	}
.btn_orange a {
	color:#000;
	}
	
.btn_light_orange {
	height:27px;
	width:138px;
	background-image:url(../../images/tab/tab-darkblue.png);
	font-size:10px;
	font-weight:normal;
	padding-top:3px;
	color:#000;
	text-align:center;
	text-transform:uppercase;
	text-decoration:none;
	}
.btn_light_orange a:visited {
	color:#000;
	}
.btn_light_orange a:hover {
	color:#000;
	text-decoration:underline;
	}

.btn_grey {
	height:29px;
	width:120px;
	background-image:url(../../images/btn/btn-grey.png);
	font-size:11px;
	font-weight:bold;
	color:#000;
	text-align:center;
	text-transform:uppercase;
	}
.btn_grey a {
	color:#000;
	}
	
.btn_light_grey {
	height:27px;
	width:120px;
	background-image:url(../../images/btn/btn-light-grey.png);
	font-size:10px;
	font-weight:normal;
	padding-top:3px;
	color:#000;
	text-align:center;
	text-transform:uppercase;
	}
.btn_light_grey a {
	color:#000;
	text-decoration:none;
	}
.btn_light_grey a:visited {
	color:#000;
	text-decoration:none;
	}
.btn_light_grey a:hover {
	color:#000;
	text-decoration:underline;
	}

.btn_green {
	height:29px;
	width:120px;
	background-image:url(../../images/tab/tab-green.png);
	font-size:11px;
	font-weight:bold;
	color:#000;
	text-align:center;
	text-transform:uppercase;
	}
.btn_green a {
	color:#000;
	}
	
.btn_dark_green {
	height:27px;
	width:120px;
	background-image:url(../../images/tab/tab-darkgreen.png);
	font-size:10px;
	font-weight:normal;
	padding-top:3px;
	color:#000;
	text-align:center;
	text-transform:uppercase;
	}
.btn_dark_green a {
	color:#000;
	text-decoration:none;
	}
.btn_dark_green a:visited {
	color:#000;
	text-decoration:none;
	}
.btn_dark_green a:hover {
	color:#000;
	text-decoration:underline;
	}
	
	
a.button {
	background:#000 url(../../images/button_bg.jpg) repeat-x;
	padding:5px 10px 5px 10px;
	color: #fff;
	text-decoration: none;
	border:0px solid #999;
	text-transform:uppercase;
	font-family:Verdana;
	font-size:10px;
	font-weight:bold;
	line-height:25px;	
}
a.button:hover {
	background:#007de2 url(../../images/button_bg_o.jpg) repeat-x;
	/*border-color:#007de2;*/
	border:0px solid #999;
	font-family:Verdana;
	color: #fff;
}
a.button:visited {
	color: #fff;
}

input.button {
	background:#000 url(../../images/button_bg.jpg) repeat-x;
	padding:5px 10px 5px 10px;
	color: #fff;
	text-decoration: none;
	border:0px solid #999;
	text-transform:uppercase;
	font-family:Verdana;
	font-size:10px;
	font-weight:bold;
	line-height:25px;	
}
input.button:hover {
	background:#007de2 url(../../images/button_bg_o.jpg) repeat-x;
	/*border-color:#007de2;*/
	border:0px solid #999;
	font-family:Verdana;
	color: #fff;
}
input.button:visited {
	color: #fff;
}

/* TITLE */

.travel_titlebg{
	background-image:url(../../images/travelarticles_bg.gif);
	background-repeat:repeat-x;
	height:48px;
	padding:0px;
	}
.travel_contenttext {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:bold;
	color:#FFFFFF;
	padding:20px;
	}

/* LINE*/
.line{
	background-image:url(../../images/blank.gif);
	background-color:#999999;
	line-height:1px;
	padding:0px;
	}

/* TAB */

.tab_green {
	height:29px;
	width:142px;
	background-image:url(../../images/tab/tab-green-b.png);
	font-size:12px;
	font-weight:bold;
	color:#000;
	text-align:center;
	text-transform:uppercase;
	}
.tab_green a {
	color:#000;
	}

.tab_brown {
	height:29px;
	width:142px;
	background-image:url(../../images/tab/tab-brown-b.png);
	font-size:12px;
	font-weight:bold;
	color:#000;
	text-align:center;
	text-transform:uppercase;
	}
.tab_brown a {
	color:#000;
	}
	
.tab_purple {
	height:29px;
	width:142px;
	background-image:url(../../images/tab/tab-purple-b.png);
	font-size:12px;
	font-weight:bold;
	color:#000;
	text-align:center;
	text-transform:uppercase;
	}
.tab_purple a {
	color:#000;
	}



/* BODY TEXT STYLES */

a {
	text-decoration: none;
	font-weight: normal;
	color:#3333ff;
	outline: none;
	text-decoration:underline;
	}
a:visited {
	color:#3333ff;
	}
a:active {
	color:#3333ff;
	}
a:hover {
	color:#3333ff;
	text-decoration: none;
	}
.ahem {
	display: none;
	}
strong, b {
	font-weight: bold;
	}
p {
	font-size: 11px;
	line-height: 22px;
	margin-top: 20px;
	margin-bottom: 10px; 
	}
td {
	font-size:11px;
	color:#333;
	}
	
.PromotionPrice
{
	text-decoration:line-through;
}


/*	Portfolio-Home-Styles  */


#block_portfolio {
	overflow:auto;
	margin-bottom:20px;
}
#portfolio_items {
	width:685px;
	margin-right:5px;
	float:left;
	height:100px;
	padding-top:0px;
}
#text_column {
	background-color:#FFFFFF;
	float:left;
	width:1000px;
}

/* PAGING */

#paging{   
    padding:5px;   
    font-family:Arial, Helvetica, sans-serif;   
    font-size:12px;   
    color:#000000;   
    font-weight:bold;   
}   
  
#paging a{   
    padding:4px 7px 4px 7px;   
    margin:0px 2px 0px 2px;   
    border:1px solid #FF9900;   
    background:#FFFFFF;   
    color:#FF9900;   
    text-decoration:none;   
}   
  
#paging a:hover{   
    border:1px solid #FF9900;   
    background:#FF9900;   
    color:#FFFFFF;   
    text-decoration:none;   
}



/* 	Text-Styles   */
.h7{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#676161
}

h1 {
	margin:0px 0px 0px 0px;
	font-size:15px;
	font-weight:normal;
	color:#000000;
/*  (04June2009) - BUGID_349 START : To fix the text overlapping in blog issue */
/* 	line-height:23px;   */
	line-height:26px;
/* Sewfang(04June2009) - BUGID_349 END */
	letter-spacing:0px;
}
h2 {
	margin:0px 0px 0px 0px;
	font-size:20px;
	color:#000000;
	line-height:39px;
	letter-spacing:0px;
}


h3 {
	margin:10px 0px 5px 0px;
	font-size:16px;
	line-height:21px;
	color:#000000;
}
h4 {
	color:#007de2;
	margin:0px 0px 0px 0px;
}
h5 {
	color:#ff0000;
	margin:0px 0px 0px 0px;
	font-size:13px;
	font-weight:bold;
	margin-left:10px;
}
h6 {
	color:#3b4db9;
	margin:0px 0px 0px 0px;
	font-size:13px;
	font-weight:bold;
	margin-left:10px;
}

.left_nosub 
{
	text-decoration: none;
	font-weight: normal;
	color:#fff;
	outline: none;
	font-size:10px;
}

.left_nosub:visited {
	color:#fff;
	}
.left_nosub:active {
	color:#fff;
	}
.left_nosub:hover {
	color:#fff;
	text-decoration: underline;
}

.white {
	text-decoration: none;
	font-weight: normal;
	color:#fff;
	outline: none;
	font-size:10px;
	}
.white:visited {
	color:#fff;
	}
.white:active {
	color:#fff;
	}
.white:hover {
	color:#fff;
	text-decoration: underline;
}


.header_blue {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-weight: bold;
	color:#07589a;
	outline: none;
	font-size:16px;
	}
.header_blue:visited {
	color:#07589a;
	text-decoration: none;
	}
.header_blue:active {
	color:#07589a;
	text-decoration: none;
	}
.header_blue:hover {
	color:#07589a;
	text-decoration: underline;
}



.grey {
	text-decoration: none;
	font-weight: normal;
	color:#666;
	outline: none;
	font-size:10px;
	}
.grey:visited {
	color:#666;
	}
.grey:active {
	color:#666;
	}
.grey:hover {
	color:#666;
	text-decoration: underline;
}


.blue_bold {
	text-decoration: none;
	font-weight: bold;
	color:#07589a;
	outline: none;
	font-size:11px;
	}
.blue_bold:visited {
	color:#07589a;
	}
.blue_bold:active {
	color:#07589a;
	}
.blue_bold:hover {
	color:#07589a;
	text-decoration: underline;
}

.red {
	text-decoration: none;
	font-weight: bold;
	color:#ff0000;
	outline: none;
	font-size:11px;
	}
.red:visited {
	color:#ff0000;
	}
.red:active {
	color:#ff0000;
	}
.red:hover {
	color:#ff0000;
	text-decoration: underline;
}

.editor {
	text-decoration: none;
	font-weight: normal;
	color:#599969;
	outline: none;
	font-size:11px;
	text-decoration:underline;
	}
.editor:visited {
	color:#599969;
	}
.editor:active {
	color:#599969;
	}
.editor:hover {
	color:#599969;
	text-decoration: none;
}

.related{
	background-color:#4aaee2;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:13px;
	text-align:left
	height:20px;
	padding-left:20px;
	padding-top:5px;
	padding-bottom:5px;
	color:#FFFFFF
}
.related-content{
font-size:11px;
color:#6d7273;
text-align:left;
vertical-align:top;
padding-left:10px;
font-family:Verdana, Arial, Helvetica, sans-serif;

}

/* TITLE & FRAME */

.title {
	font-size:13px;
	font-weight:bold;
	color:#ff7800;
	margin-left:10px;
	}
	
	.titleBig{
	font-size:15px;
	font-weight:bold;
	line-height:25px;
		color:#ff7800;
	

}
.frame_box {
	padding:5px;
	}

.nolink
{
	text-decoration: none;
	color: #333333;
}

.frame_padding {
	padding:5px;
	}
	
.quick_link {
	background-image:url(../../images/quicklink_bar.gif);
	weight:100%;
	height:34px;
	padding:0px;
}


.quick_link_dot {
	background-image:url(../../images/quicklink_dot.gif);
	weight:100%;
	height:14x;
	padding:3px;
}
.quick_text{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	text-transform: uppercase;
	color:#64531e;
	padding:10px;
}

.quick_contenttext{
	font-family:Arial;
	font-size:11px;
	font-weight:bold;
	color:#786216;
	text-decoration: none;

	
}
.quick_contenttext:visited {
	color:#786216;
	}
.quick_contenttext:active {
	color:#786216;
	}
.quick_contenttext:hover {
	color:#786216;
	text-decoration: underline;
}
.hot_news{
	background-image:url(../../images/hot_news.gif);
	weight:100%;
	height:63px;
}
.hot_news_text{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	text-transform: uppercase;
	color:#fff;
	padding-left:10px;
	padding-top:5px;
}
.hot_news_text1{
	font-family:Arial;
	font-size:11px;
	font-weight:bold;
	color:#4a4848;
	padding:3px;
	text-decoration:none;
	text-align:left;

}
.hot_news_text1:visited {
	color:#4a4848;
	text-decoration:none;
	}
.hot_news_text1:active {
	color:#4a4848;
	text-decoration:none;
	}
.hot_news_text1:hover {
	color:#4a4848;
	text-decoration: underline;
}



.hot_packages{
	background-image:url(../../images/hot_package.gif);
	weight:100%;
	height:63px;
}
.hot_packages_text{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	text-transform: uppercase;
	color:#0d3f66;
	padding:10px;
}

.hot_packagecontent_text1{
    font-family:Arial;
    font-size:11px;
    font-weight:bold;
    line-height:15px;

    color:#07589a;
    padding:0px;
    text-decoration:none;
    text-align:left;

}

.hot_packagecontent_text1:visited {
	color:#07589a;
	text-decoration:none;
	}
.hot_packagecontent_text1:active {
	color:#07589a;
	text-decoration:none;
	}
.hot_packagecontent_text1:hover {
	color:#07589a;
	text-decoration: underline;
}

.hot_packagecontent_text2{
	font-family:Arial;
	font-size:11px;
	font-weight:bold;
	color:#07589a;
	background-color:#fff;
	padding:3px;
	text-decoration:none
}
.hot_packagecontent_text2:visited {
	color:#07589a;
	text-decoration:none;
	}
.hot_packagecontent_text2:active {
	color:#07589a;
	text-decoration:none;
	}
.hot_packagecontent_text2:hover {
	color:#07589a;
	text-decoration: underline;
}

/* comment 29/5/2009*/
.comment{
	background-image:url(../../images/travelcomment.gif);
	weight:100%;
	height:81px;
	padding:0px;
	border:1px;
}

.comment_headline{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	text-align:left;
	text-transform: uppercase;
	color:#FFFFFF;
	padding-left:10px;
}

.comment_contenttext{
	font-family:Arial;
	font-size:11px;
	text-align:left;
	font-weight:bold;
	color:#0066CC;
	text-decoration: none;

	
}
.comment_contenttext:visited {
	color:#0066CC;
	}
.comment_contenttext:active {
	color:#0066CC;
	}
.comment_contenttext:hover {
	color:#0066CC;
	text-decoration: underline;
}

.btnblue
{
	text-align:right;
	padding-right:10px;
	text-decoration: underline;
	font-weight: normal;
	color:#0099CC;
	outline: none;
	font-size:11px;
	}
.btnblue:visited {
	color:#0099CC;
	text-decoration: none;
	}
.btnblue:active {
	color:#0099CC;
	text-decoration: none;
	}
.btnblue:hover {
	color:#0099CC;
	text-decoration: none;
}

.preview_header{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:20px;
	font-weight:bold;
	width:699px;
	padding:10px;
	line-height:25px;
	text-transform: uppercase;
	background-color:#189cc1;
	color:#fff;
	padding-left:10px;
	text-align:left;
}
.preview_text{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:13px;
	text-align:left;
	color:#333333;
	padding:8px;
	
}
.preview_textblue{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:13px;
	color:#189cc1;
	padding:5px;
}
.preview_bigred{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	text-align:left;
	font-size:16px;
	text-transform: uppercase;
	color:#990000;
	padding:13px;

}
.preview_darkred{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	text-align:left;
	font-size:18px;
	padding:50px;
	color:#333333;
	padding:5px;
}
.preview_textred{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	text-align:right;
	font-size:10px;
	color:#d43a41;
	padding-right:10px;
	padding-left:10px;
	text-align:right;

}
.preview_content{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:11px;

	color:#656b6b;
	padding-left:10px;
	
}
.price_red{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:20px;
	text-align:right;
	color:#b90000;
	padding:10px;
	padding-top:20px;
	padding-bottom:10px;
	text-transform:uppercase;

}
.hot_articles{
	background-image:url(../../images/hot_articles.gif);
	weight:100%;
	height:54px;
}
.hot_articles_text{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	text-transform: uppercase;
	color:#fff;
	padding-left:10px;
	text-align:left;
}



.hot_articles_text1{
	font-family:Arial;
	font-size:11px;
	font-weight:bold;
	line-height:15px;

	color:#614a71;
	padding:0px;
	text-decoration:none;

}

.PackageSubject
{
	letter-spacing:1px;
	color: #0066FF;
	font-size: 18px;
	font-weight: bold;
	text-align: left;
	vertical-align: middle;
	line-height: 23px;
}

.RM {
	color:#ffffff;
	font-size:18px;
	font-weight:bold;
	text-align:center;
	background-color:#b90000;
	vertical-align:middle;
	line-height:23px;
}

.PaymentOption {
	color:#ffffff;
	font-size:18px;
	font-weight:bold;
	text-align:left;
	background-color:#b90000;
	vertical-align:middle;
	line-height:23px;
}

.bar {
	line-height:1px;
}
/*	Footer-Styles  */


#footer {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
}
.footer_column {
	float:left;
	width:150px;
	margin-right:10px;
	margin-left:20px;
}
#footer .long {
	width:600px;
}
#footer h3 {
	color:#4f3737;
	text-transform:uppercase;
	font-size:10px;
}
.footer_link {
	color:#3333ff;
}
.footer_link a:visited{
	color:#3333ff;
}
.footer_link a:hover{
	color:#3333ff;
}
.footer_column ul li, .footer_column ul {
	list-style:none;
	margin:0px;
	padding:0px;
}


.footer_style {font-weight: bold}



.table_comments {
	padding-top:5px;
	padding-left:5px;
	padding-right:10px;
	padding-bottom:5px;
	color:#333;
	background-color:#eef5fb;
	font-size:12px;
	line-height:17px;
}
.table_comments .hrs {
	color:#999;
	font-size:9px;
}

.bar {
	line-height:1px;
}
.blue_url  {
	font-size: 12px;
	color: #0080C0;
	line-height:15px;
	text-decoration: none;
}	
.blue_url:link  {
	text-decoration: none;
}

.blue_url:hover {
	color: #18333f;
	text-decoration: none;
}

.grey_url  {
	font-size: 12px;
	color: #666666;
	line-height:12px;
	text-decoration: none;
}	
.grey_url:link  {
	text-decoration: none;
}

.grey_url:hover {
	color: #18333f;
	text-decoration: none;
}

.black_url  {
	font-size: 12px;
	font-weight:bold;
	color: #000;
	text-decoration: none;
}	
.black_url:link  {
	text-decoration: none;
}

.black_url:hover {
	text-decoration: underline;
}

/* SewFang(9June2009) START : Added in order to overrite this css in style.css when the page include 2 css */
/* It happens for travel package preview page since it will include style.css also */
.grey_bar {
	color:#000000;
	font-size:14px;
	font-weight:bold;
	text-align:left;
	vertical-align:middle;
	background-color:#ffffff;
	line-height:23px;
}
/* SewFang(9June2009) END */


.welcomeinfo {
	text-decoration: none;
	font-weight: normal;
	color:#fff;
	outline: none;
	font-size:10px;
	}
.welcomeinfo:visited {
	color:#fff;
	}
.welcomeinfo:active {
	color:#fff;
	}
.welcomeinfo:hover {
	color:#fff;
	text-decoration: underline;
}
