/* clear class define */
.clear{
	clear:both;
}

/* Right side container border define */
.right_container_border{
	float:left;	
	border: 1px solid #FFF;
}
html>body .right_container_border{ margin-left: 13px;}

/* Right side teaser container define */
.teaser_container{
	float:left;
	width:200px;	
}

/* teaser heading define */
.teaser_heading{
	font-size: 12px;
	font-weight: bold;	
	text-align: left;
	padding: 2px 2px 2px 5px;
	background-image: url(../images/1px_teaser_right_heading_bg.gif); 
	background-repeat: repeat-x; 
	background-position: left center;	
}

/* Teaser background */
.teaser_bg{
	background-image: url(../images/1px_teaser_right_content_bg.gif); 
	background-repeat: repeat-x; 
	background-position: left top;	
}

/* teaser destination */
.teaser_content{
	font-size: 11px;
	text-align: left;
	color: #000;
	padding: 10px 5px;	
	border-bottom: 1px dashed #999;
	background-image: url(../images/teaser_right_arrow.gif); 
	background-repeat: no-repeat; 
	background-position: right center;
}
.teaser_content a, .teaser_content a:link, .teaser_content a:visited, .teaser_content a:active{
	font-weight: bold;
	color: #006ab6;
	text-decoration: none;
}
.teaser_content a:hover{
	color: #000;
	text-decoration: none;
}

/* form table define */
.form_table{
	float:left;
}
.form_table td{
	font-size: 10px;	
	color: #333;
}
.form_table td input{
	font-size:1em;	
}
.form_table td select{
	font-size:1em;	
}

/* Float Left class defined */
.floatLeft{
	float:left;
}

/* Blue Background for form defined */
.bg_bluegrd{
	background: #ffffff url(../images/belair-grad.jpg) repeat-x top left;
}

/* Grand Container defind */
#grandcontainer{
	float:left;
	width: 1000px; /*Width of main container*/
	margin: 0 auto; /*Center container on page*/
}

/* Grey Background for form defined */
.bg_form01{
	background: #ffffff url(../images/1px_form_bg01.jpg) repeat-x top left;
	border-right: 1px solid #ebebeb;
	border-bottom: 1px solid #ebebeb;
	border-left: 1px solid #ebebeb;
}

/* Form content class define */
.form_content{
	font-size:11px;
	font-family:Tahoma, Arial;
	color:#333;
	padding:5px 0 0 10px;
}
.form_content input{
	font-size: 1em;
	margin: 2px 0;
}


/* Right side 200px width container define */
.container_200{
	float:left;
	width:200px;	
}

/* Right Column heading define */
.rightcol_heading01{
	font-size: 12px;
	font-weight: bold;	
	text-align: left;
	padding: 2px 2px 2px 5px;
	background-image: url(../images/1px_teaser_right_heading_bg02.gif); 
	background-repeat: repeat-x; 
	background-position: left center;	
}

/* Right Column background */
.rightcol_bg01{
	background-image: url(../images/1px_form_bg02.jpg); 
	background-repeat: repeat-x; 
	background-position: left top;	
}

/* Right Column Content */
.rightcol_content{
	font-size: 11px;
	text-align: left;
	color: #000;
	padding: 10px 5px;
	border: 1px solid #ebebeb;
}
.rightcol_content a, .rightcol_content a:link, .rightcol_content a:visited, .rightcol a:active{
	font-weight: bold;
	color: #006ab6;
	text-decoration: none;
}
.rightcol_content a:hover{
	color: #000;
	text-decoration: none;
}
.rightcol_content input, .rightcol_content select{
	font-size: 1em;
	margin: 2px 0;
}

/* Right Sub Column Content */
.rightcol_subcontent{
	font-size: 11px;
	text-align: left;
	color: #000;
	padding: 10px 5px;
}
.rightcol_subcontent a, .rightcol_subcontent a:link, .rightcol_subcontent a:visited, .rightsubcol a:active{
	font-weight: bold;
	color: #006ab6;
	text-decoration: none;
}
.rightcol_subcontent a:hover{
	color: #000;
	text-decoration: none;
}

/* Alert class define */
.alert{
	font-size: 1em;
	color: #CC0000;
	font-weight: bold;
}


/* teaser destination */
.teaser_destination{
	font-size: 11px;
	text-align: left;
	color: #0066cc;
	padding: 2px 2px 5px 5px;
/*	background-image: url(../images/icon_teaserbullet.gif); 
	background-repeat: no-repeat; 
	background-position: left center;*/
	border-bottom: 1px dotted #e3e3e3;
}
.teaser_destination a, .teaser_destination a:link, .teaser_destination a:visited, .teaser_destination a:active{
	color: #0066cc;
	text-decoration: none;
}
.teaser_destination a:hover{
	color: #0066cc;
	text-decoration: underline;
}

/* teaser destination fares */
.teaser_destinationfares{
	font-size: 11px;
	text-align: right;
	color: #CC0000;
	padding: 2px 2px 5px 2px;
	border-bottom: 1px dotted #e3e3e3;
}
.teaser_destinationfares a, .teaser_destinationfares a:link, .teaser_destinationfares a:visited, .teaser_destinationfares a:active{
	color: #CC0000;
	text-decoration: none;
}
.teaser_destinationfares a:hover{
	color: #CC0000;
	text-decoration: underline;
}

/* div float left defined */
.divleft{
	float:left;
	margin: 5px;
}



/* Reduce Font size */
.reducefont{
	font-size: 0.8em;
}

/* Tours Menu CSS  */
#dropmenudiv{
	position:absolute;
	border:1px solid #77BEF6;
	border-bottom-width: 0;
	font:normal 11px Verdana;
	line-height:18px;
	z-index:100;
	color: #425f76;
}

#dropmenudiv a{
	width: 100%;
	display: block;
	text-indent: 3px;
	border-bottom: 1px solid #77BEF6;
	padding: 1px 0;
	text-decoration: none;
	font-weight: normal;
	background-color: #D7EAF8;
	color: #425f76;
}

#dropmenudiv a:hover{ /*hover background color*/
	color: #FFFFFF;
	background-color: #77BEF6;
}

/* Updated on 26 Dec. 2007 */
.tab_left_header {
	width: 10px;
	height: 12px;
	background-image: url(../images/home_left_side.gif); 
	background-repeat: no-repeat; 
	background-position: left top;
}
.tab_right_header {
	width: 10px;
	height: 12px;
	background-image: url(../images/home_right_side.gif); 
	background-repeat: no-repeat; 
	background-position: right top;
}
.tab_heading {
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	text-align:center;
	padding: 1px;	
	color: #FFF;
	background-color: #3b74b9;
}
.tab_heading a, .tab_heading a:link, .tab_heading a:visited, .tab_heading a:active{
	color: #FFF;
	text-decoration: none;
}
.tab_heading a:hover{
	color: #85b9f9;	
}

.tab_left_header_inactive {
	width: 10px;
	height: 18px;
	background-image: url(../images/home_left_side2.gif); 
	background-repeat: no-repeat; 
	background-position: left top;	
}
.tab_right_header_inactive {
	width: 10px;
	height: 18px;
	background-image: url(../images/home_right_side2.gif); 
	background-repeat: no-repeat; 
	background-position: right top;	
}
.tab_heading_inactive {	
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	text-align:center;
	padding: 1px;
	color: #FFF;
	background-color: #7186A0;
}
.tab_heading_inactive a, .tab_heading_inactive a:link, .tab_heading_inactive a:visited, .tab_heading_inactive a:active{
	color: #FFF;
	text-decoration: none;
}
.tab_heading_inactive a:hover{
	color: #a4b0bf;	
}
.bg_dasheddot{
	background-image:url(images/bg_dashedsquare.gif);
	background-repeat: repeat-x; 
	background-position: left center;
}

h5{
	font-size:14px;
	color:#0066cc;
	font-weight:bold;
	margin: 5px;
}
h5 a, h5 a:link, h5 a:visited, h5 a:active{
	color:#0066cc;
	text-decoration: none;
}
h5 a:hover{
	color:#666;
}

.content_txt02{
	font-size: 11px;
	font-weight: normal;
	color: #000;
}
.content_txt02 a, .content_txt02 a:link, .content_txt02 a:visited, .content_txt02 a:active{
	color: #000;
	font-weight: bold;
	text-decoration: none;
}
.content_txt02 a:hover{
	color: #666;
}
.content_txt02 ul{
	margin:5px 5px 5px 15px;
	list-style-type: none;
}
html>body .content_txt02 ul{padding:5px 5px 5px 15px;margin:auto;}

.bg_dasheddot{
	background-image:url(../images/bg_dashedsquare.gif);
	background-repeat: repeat-x; 
	background-position: left center;
}

.tag01{
	background-image:url(../images/banners/banner_04.gif);
	background-repeat: no-repeat; 
	background-position: right top;
	height: 82px;
}
.errmsg {
	font-family: "Courier New", Courier, mono;
	font-size: 12px;
	font-weight: bolder;
	color: #CC0000;
}