/*<style>*/
p{
text-indent:2em;
line-height:2em;
}
/*標題*/
.title_bar{
	background-color:#b4dada;
	font-size:150%
}
.title_bar a{
	color:#066;
}
/*搜尋bar*/
#search_bar{
	background-color:#b4dada
}
/*返回bar*/
#page_back{
	float:left;
}
/*首頁地區列表  table*/
/*連結bar*/
#link_bar{
	text-align:right;
}
/*首頁地區列表  div*/
#full_conutry{
	background-color:#f3f7f8;
	padding:5px;
	width:75%;
	float:left;
}
/*首頁地區列表  table*/
.full_conutry_table{
	background-color:#f3f7f8;
	width:100%;
	margin:0.5em auto;
}
.full_conutry_table td{
	border:1px solid #94B8C0;
	background-color:#fff;
	text-align:center;
}

.full_conutry_table td.country_header{
	background-color:#f3f7f8;
	text-align:left;
	color:#366;
}
.full_conutry_table a{
	color:#366;
	text-de
}
/*手札列表*/
.travel_list_table_div{
	background-color:#f3f7f8;
	padding:5px;
	width:75%;
	float:left;
}
.travel_list_table{
	background-color:#f3f7f8;
	width:100%
}
.travel_list_table thead th{
	color:#066;
	background-color:#94B8C0;
	border:1px solid #94B8C0;
	text-align:center;
	font-weight:bold;
	font-size:120%;
}
.travel_list_table td{
	border:1px solid #94B8C0;
	background-color:#fff;
	padding:5px;
}
.travel_list_table td.cover{
	text-align:center;
}
.travel_list_table td img.cover{
	width:100px;
}
.travel_list_table td li span.athor{
	color:#c00;
}
/*手札表格*/
.travel_info{
	background-color:#f3f7f8;
	padding:5px;
	width:74%;
}
.travel_table {
	width:100%;
}
.travel_table thead th{
	background-color:#b4dada
}
.travel_table tbody th{
	border:1px solid #b4dada;
	background-color:#f3f7f8;
	width:5em;
	text-align:right;
	padding:3px;
}
.travel_table tbody td{
	border:1px solid #b4dada;
	background-color:#fff;
}
/*札記列表*/
.travel_body_list_table {
	width:100%
}
.travel_body_list_table thead th{
	background-color:#b4dada;
	text-align:center;
}
.travel_body_list_table thead th.newBody{
	background-color:#f3f7f8;
	color:#c00;
	text-align:left
}
.travel_body_list_table thead th.number,.travel_body_list_table tbody td.number{
	width:3%;
	text-align:center;
}
.travel_body_list_table thead th.cover,.travel_body_list_table td.cover{
	width:150px;
	text-align:center;
}
.travel_body_list_table thead th.modify,.travel_body_list_table tbody td.modify{
	width:5%;
	text-align:center;
}
.travel_body_list_table thead th.delete,.travel_body_list_table tbody td.delete{
	width:5%;
	text-align:center;
}
.travel_body_list_table tbody td{
	padding:3px;
	border:1px solid #b4dada;
	background-color:#fff;
}
.travel_body_list_table tbody td img{
	width:75px;
}
/*札記資訊*/
.travel_body_info{
	margin-top:1em;
}
.travel_body_info h2,.travel_body_info h3,.travel_body_info div.content{
	width:90%;
	text-align:center;
	margin:0 auto;
	border:1px #94B8C0 solid;
	padding:3px 10px;
}
.travel_body_info h2{
	font-size:150%;
	font-weight:bold;
	background-color:#B4DADA;
	border-bottom:none;
}
.travel_body_info h3{
	font-size:130%;
	background-color:#B4DADA;
	border-bottom:none;
}
.travel_body_info p{
	text-align:left;
	text-indent:2em;
	line-height:1.5em;
}
.travel_body_info img.cover{
	float:left;
	margin:3px;
}
.admin_set_body h2,.admin_set_body h3,.admin_set_body div.content{
	text-align:left
}
/*相簿列表*/
.imagelist{
	width:90%;
	margin:1em auto ;
}
.imagelist th,.imagelist td{
	border:1px #94B8C0 solid;
	text-align:center;
}	
.imagelist th{
	background-color:#B4DADA;
	font-size:120%;
	font-weight:bold;
}
.imagelist td{
	width:20%;
}
/*影音列表*/
.videolist{
	width:90%;
	margin:1em auto ;
}
.videolist th,.videolist td{
	border:1px #94B8C0 solid;
	text-align:center;
}	
.videolist th{
	background-color:#B4DADA;
}
.videolist td{
	width:20%;
}
.videolist td img{
	width:100px;
}
/*我的旅遊手札列表*/
.admin_travel_list_table_div{
	width:98%;
}
.admin_travel_list_table_div span.notice{
	color:#f60;
} 
/*設定旅遊手札*/
.setMyTravel{
}

.setMyTravel label{
	display:block;
	padding:1px;
}
.setMyTravel table td.continent_name{
	width:7%;
	text-align:right;
	padding:2px;
}
.setMyTravel table td label{
	display:inline;
	white-space:nowrap;
	padding:2px 3px;
}
.setMyTravel table tr.tbgc1{
	background-color:#eee;
}
.setMyTravel table tr.tbgc2{
	background-color:#fff;
}
.setMyTravel table td{
	border:1px solid #ddd;
}
/**/
.travel_body_link_list{
	padding:10px 0 0 0;
	text-align:center;
}
/**/
.content_block{
	width:50%;
	float:left;
}
/*札記編輯 使用者相簿影音資料區塊*/
.user_album_video_info{
	margin-left:50%;
	width:30em;
}
/*分頁列表*/
.pages{
	text-align:center;
}
.pages span{
	display:inline;
}

