﻿.ta_view, .view_table
{
	width: 100%;
	background-color: #fff;
	color: #333;
	border-collapse: collapse;
	margin: 10px;
}

.ta_tag, .td_tag, ta_viewtitle
{
	background-color: #ccc;
	color: Purple;
	height: 25px;
	vertical-align: top;
	text-align: right;
	font-size: 12px;
	font-weight: bolder;
	width: 100px;
	padding-right: 15px;
	padding-top: 5px;
}

.ta_value, .td_value
{
	background-color: #eee;
	color: #333;
	vertical-align: top;
	text-align: left;
	padding-left: 15px;
	padding-top: 5px;
}

.ta_viewtitle
{
	background-color: #3F88C5;
	background-image:url(image/TaTitleBg.gif);
	background-repeat:no-repeat;
	color: #fff;
	height: 20px;
	text-align: left;
	font-size: 12px;
	font-weight: bolder;
	padding-left: 25px;
	line-height:20px;
	width:540px;
	
}

.ta_viewcontent
{
	background-color: #eee;
	color: #333;
	vertical-align: top;
	text-align: left;
	padding-left: 15px;
	padding-top: 5px;
	width:550px;
	border:1px solid #3F88C5;
	margin-bottom:10px;
}


.tag_table
{
	width: 167px;
	border-collapse: collapse;
	margin: 5px;
}

.tag_title
{
	height: 25px;
	background-image: url(image/tagtitle.gif);
	background-repeat: no-repeat;
	background-position: top;
}

.tag_body
{
	width: 167px;
	height: 100px;
	font-size: 12px;
	color: green;
	padding-left: 5px;
	padding-top: 5px;
	padding-right: 5px;
	vertical-align: top;
	background-image: url(image/tagbg.gif);
	background-repeat: repeat-y;
}

.tag_bottom
{
	width: 167px;
	height: 9px;
	background-image: url(image/tagbottom.gif);
	background-repeat: no-repeat;
	background-position: bottom;
}

.indextourarean_title
{
	background-image:url(image/head.gif);
	background-repeat:no-repeat;
	background-position:left;
	height:20px;
	background-color:#fff;
}