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

div.titleBack {
	height: 19px;
	padding: 2px 0px 2px 0px;
	font-size: 15px;
	font-weight: bold;
	border-bottom: 1px #CCCCCC dashed;
}

/* TabView Code */
.TabView{
	width: 100%;
}
.TabView .Tabs {
	height: 26px;
	display: block;
}
.TabView .Pages .PageTitle {
    display: block;
	float: left;
	width: auto;
	height: 26px;
	line-height: 25px;
	text-align: center;
	font-weight: bold;
	margin: 0px 2px;
	color: #333;
	background: url(../../images/template/tab_back_sel.jpg) left center;
}
.TabView .Pages .PageTitle span {
    display: block;
	float: left;
	width: auto;
	height: 26px;
	background: url(../../images/template/tab_left_sel.jpg) left center no-repeat;
}
.TabView .Pages .PageTitle span span{
    display: block;
	float: left;
	width: auto;
	height: 26px;
	padding: 0px 5px 0px 5px;
	background: url(../../images/template/tab_right_sel.jpg) right center no-repeat;
}
.TabView .Pages{
    width: 100%;
}
.TabView .Page {
	margin-bottom: 10px;
	padding: 0px 5px 0px 5px;
}

