/************* calendar mouseover event  *************/
.cal{
	position: relative;
	top: 15px;
	left: -70px;
}

.cal_box{
	position: absolute;
	width: 150px;
	padding: 2px;
	background-color: #e9f7fa;
	visibility: hidden;
	z-index: 100;
}

/************* button style  *************/
.button_style{
	width: 120px;
	padding: 2px;
	background: url('../images/button_bg.gif');
}

.button_style_o{
	width: 120px;
	padding: 2px;
	background: url('../images/button_bg_o.gif');
	cursor: pointer;
}

.uibox {
/*	padding-bottom: 3px;  */
}

.uibox_content {
	padding: 5px;
 	clear: both; 
/*	width: 100%; */
}


// from _index.css
#login{
	width : 405px;
	height: 60px;
	margin-bottom: 10px;
}

#tours_2{
	width : 405px;
	padding : 20px 0px 5px 20px;
	margin-top: -20px;
	margin-left: 275px;
}

#tours_2 .title {
	width : 405px;
	height : 30px;
	font-size: 20px;
/*	line-height: 6px; */
	margin : 0px 20px 0px 0px;
	padding: 0px;
	border-top : 5px solid #66cc33;
}

#tours_2 .topImg {
	width: 190px;
	background : url( ../images/index/tours_2.jpg ) no-repeat;
}


#tours_2 .ar {
	width: 190px;	
	float : right;
}

#tours_2 .al {
	width: 190px;
	float : left;
}

#tours_2 .featured {
	height: 250px;
	padding : 0px 13px 8px 13px;
	margin-top: 20px;
	font-size : 14px;
	font-weight : bold;
	line-height : 20px;
	background : url( ../images/index/featuredtour_2.jpg ) repeat-y 0px 0;
}

#tours_2 .tourlist {
	width : 190px;
	height: 10px;
	background : url( ../images/index/tourlist_2.jpg ) no-repeat top;
}

#all_tours {
	width : 210px;
	height : 40px;
	margin : 0 25px 0 55px;
	font-size : 20px;
	border-top : 5px solid #66cc33;
}

#tours_1 {
	width : 290px;
	float : left;
	background : url( ../images/index/tours_1.jpg ) no-repeat;
}

#tours_1 .title {
	width : 210px;
	height : 40px;
	margin : 0 25px 0 55px;
	font-size : 20px;
	border-top : 5px solid #66cc33;
}

#tours_1 .featured{
	height: 250px;
	padding : 8px 33px 8px 63px;
	font-size : 14px;
	font-weight : bold;
	line-height : 20px;
	background : url( ../images/index/featuredtour.jpg ) repeat-y 50px 0;
}

#tours_1 .tourlist {
	width : 210px;
	padding : 12px 25px 0 55px;
	background : url( ../images/index/tourlist.jpg ) no-repeat top;
}

#tours_1 .tourpic, #tours_2 .tourpic {
	margin-bottom : 5px;
}

#tours_1 .text {
	font-size : 11px;
	font-weight : normal;
	line-height : 1.2;
	margin : 6px 0;
}

#tours_1 .arrow2, #tours_2 .arrow2 {
	float : right;
}

#tours_1 .more, #tours_2 .more, #tours .more {
	float : right;
	font-size : 11px;
}

#tours .more {
	width: 160px;
	padding-bottom: 12px;
}

#tours {
	width : 647px;
	min-height: 100px;
	height: auto !important;
	height: 100px;
	margin : 0 25px 0 55px;
	border: 1px solid #e1e1e1;
}


#tours ul {
	padding : 12px 25px 0 25px;
}

#tours li {
	width: 260px;
	padding-left : 18px;
	padding-bottom: 10px;
	font-size : 13px;
	background : url( /images/arrow.gif ) no-repeat 0px 3px;
}

#tours .ar { float : right; }
#tours .al { clear: both; float : left; }


#news, #bottomAd {
	width : 650px;
	margin : 20px 0 0 55px;
	padding-right : 20px;
}

#news .title {
	height : 40px;
	font-size : 20px;
	border-top : 5px solid #0067b2;
	border-bottom : 1px solid #cccccc;
}

#news table {
	width : 650px;
}

#news td {
	border-bottom : 1px solid #cccccc;
}

#news td.text {
	padding : 5px 0;
}

#news td.date {
	width : 90px;
	height : 30px;
}

#news a {
	color : #0067b2;
}

#bottomAd {
	margin-top: 17px;
	text-align: center;
}

#bottomAd img{
	margin: 0px 12px 10px 0px;
}


/* tours_box */
.tours_box {
	background: white;
}



.uibox_title {
	font-weight: bold;
	color: #ffffff;
	font-size: 11pt; 
	overflow: hidden;
}
.calendar_popup {
	position: absolute;
	z-index: 10;

}
