﻿
.tabStyle
{
	height:54px;
	background-image: url(/images/testimg/qiehuan2.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	color:white;
	font-size:12px;
	padding:0px 5px 0px 5px;
	text-align:left;
	cursor:pointer;
}
.tabStyle_on {
	height:54px;
	background-repeat: repeat-x;
	background-position: bottom;
	color:White;
	font-size:12px;
	padding:0px 5px 0px 5px;
	text-align:left;
	cursor:pointer;
	background-color:#A5CE34;
}

.contentStyle
{
	filter:alpha(opacity=80);
	opacity:0.5;
	color:white;
	text-indent:15px;
	background-color:black;
	font-size:13px;
	line-height:20px;
	padding:3px 3px 3px 3px;	
}
.blendTrans_style
{
	filter:blendTrans(duration=1);
}
.revealTrans_style
{
	filter:revealTrans(duration=1,transition=1);
}
