@charset "utf-8";
/* CSS Document */

p.manage {
	margin-top: 13px;
	padding: 10px;
	text-align: center;
	border: 3px solid #FF0000;
	background: #FFF3FF;
}

#depList {
	margin-top: 25px;
}
#depList h3 {
	margin-top: 25px;
	font-size: 150%;
	font-weight: bold;
}
#depListHeader h3 {
	float: left;
	width: 88px;
	height: 21px;
	line-height: 21px;
}
#depListHeader p {
	float: right;
	width: 812px;
	text-align: right;
	font-size: 80%;
	line-height: 21px;
}

/*#depListInnerContainer {
	margin-top: 9px;
	padding: 29px 14px 14px 14px;
	background: url(../img/tour/bg_tour_list_inner.png) left top repeat-x;
	border: 1px solid #acacac;
	min-height: 300px;
}*/
.depListTable {
	width: 900px;
	margin: 9px 0 0 0;
	background-color:#fff;
	border: 1px solid #CACACA;
}
.depListTable tr.even td {
	background: #F5F0ED;
}
.depListTable th {
	padding: 8px;
	background: url(../img/common/bg_table_header.png) center center repeat-x;
	border: 1px solid #CACACA;
	font-weight: bold;
	text-align: center;
}
.depListTable td {
	padding: 3px 8px;
	border: 1px solid #CACACA;
}

.depListTable th.firstDay {
	white-space: nowrap;
}
.depListTable th.lastDay {
	white-space: nowrap;
}
.depListTable th.price {
	white-space: nowrap;
}
.depListTable th.status {
	white-space: nowrap;
}

.depListTable td.firstDay{
	width: 50px;
	font-size: 90%;
	text-align: center;
}
.depListTable td.lastDay {
	width: 50px;
	font-size: 90%;
	text-align: center;
}
.depListTable td.price {
	width: 84px;
	text-align: center;
	white-space: nowrap;
}
.depListTable td.status {
	width: 84px;
	font-size: 80%;
	text-align: center;
}
.depListTable h5 {
	padding: 5px 0;
	color: #f0536a;
	font-weight: bold;
}
.depListTable p {
	font-size: 80%;
	padding-bottom: 5px;
}
.depListTable a {
	color: #b47551;
	font-weight: bold;
}



/* -------------------- */
/*  searchResult        */
/* -------------------- */
#searchResult {
	margin-top: 25px;
}
#searchResultHeader h3 {
	float: left;
	width: 96px;
	height: 24px;
	line-height: 24px;
}
#searchResultHeader p {
	float: right;
	width: 804px;
	text-align: right;
	font-size: 80%;
	line-height: 24px;
}

#searchResultInnerContainer {
	margin-top: 9px;
	padding: 29px 14px 14px 14px;
	background: url(../img/tour/bg_tour_list_inner.png) left top repeat-x;
	border: 1px solid #acacac;
}
#searchResultInner {
	padding: 8px;
	background-color:#fff;
	border: 1px solid #969696;
}
#searchResultInner dl {
	padding: 3px 3px 3px 18px;
	margin-bottom: 3px;
	border: 2px solid #cacaca;
}
#searchResultInner dl.even {
	background-color: #f5f0ed;
}
#searchResultInner dt {
	padding: 5px 0 5px 0;
}
#searchResultInner dt a {
	color: #b47551;
	font-weight: bold;
}
#searchResultInner dd {
	padding: 0 0 5px 0;
	font-size: 80%;
}


