@charset "utf-8";
div#ajaxBox {
	float:left;
	width:497px;
	height:230px;	
	margin: 0 5px 5px 5px;
	padding:0;
}

div#ajaxContentContainer {
	clear:both;
	overflow:hidden;
	width:495px;
	height:179px;
	margin:0;
	padding:0;
	border:1px solid silver;
	background:#EBDF8D url(../assets/longgraylineBg.png) bottom left repeat-x;}
div#ajaxBox div#tabsContainer {
	width:498px;
	height:50px;
	margin:0;
	padding: 0;
}
.shadeTabs {
	margin:0;
	padding:0;
	float:left;
	width:100%;
	height:100%;
	font-size:14px;
	font-family:"微軟正黑體","新細明體", Verdana, Arial, Helvetica, sans-serif;
	line-height:normal;
}
.shadeTabs ul {
	padding:0;
}

.shadeTabs li {
	float:left;
	display: inline;
	padding:0 ;
	margin:0;
	width:124px;
	height:25px;
	/*border: 1px solid silver;  */
	overflow:hidden;
	list-style-type:none;
}
.shadeTabs a {
	display:block;
	text-decoration:none;
	text-align:center;
	padding:3px 5px;
	background: url(../assets/tabBgUp.png) no-repeat top;
	color:#336600;
	border-bottom:1px solid #666;
}

.shadeTabs li a:hover{
text-decoration: none;
background:url(../assets/tabBgUp.png) no-repeat bottom;
color:#993300;
}
.shadeTabs li a.selected{ /*selected main tab style */
color:#993300;
background:url(../assets/tabBgUp.png) no-repeat bottom;
}
.shadeTabs li a.selected:hover{ /*selected main tab style */
text-decoration: none;
}




/*
.shadeTabs li a{
text-decoration: none;
position: relative;
z-index: 1;
padding: 3px 7px;
margin-right: 3px;
border: 1px solid #778;
color: #2d2b2b;
background: white url(../assets/shade.gif) top left repeat-x;
}

.shadeTabs li a.selected{
position: relative;
top: 1px;
color:#CC0066;
}

*/


.shadeTabsXXX li a.selected{ /*selected main tab style */
background-image: url(../assets/shadeactive.gif);
border-bottom-color: white;
}

