/* Chiffon Top */
.Chiffon_Top_TabStrip {
	border-bottom : 1px solid #ccc;
	margin : 0;
	padding-bottom : 19px;
	padding-left : 0px;
}

.Chiffon_Top_TabPage {
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding: 3px;
	background: #FFF3B3;
}

.Chiffon_Top_TabStrip .Chiffon_Top_TabSelected{
	cursor: pointer;

	display : inline;
	list-style-type : none;
	margin : 0;
	padding : 0;
	
	background : #FFF3B3;
	border-top : 1px solid #ccc;
	border-left : 1px solid #ccc;
	border-right : 1px solid #ccc;
	border-bottom : 1px solid #FFF3B3;
	color : #000;
	float : right;
	font-size : small;
	font-weight : normal;
	line-height : 14px;
	margin-left : 4px;
	padding : 2px 10px 2px 10px;
	text-decoration : none;
 -moz-border-radius-topleft: 7px;
 -moz-border-radius-topright: 7px;

}

.Chiffon_Top_TabStrip .Chiffon_Top_TabUnselected {
	cursor: pointer;

	display : inline;
	list-style-type : none;
	margin : 0;
	padding : 0;

	background : #FFFAE1;
	border : 1px solid #ccc;
	color : #666;
	float : right;
	font-size : small;
	font-weight : normal;
	line-height : 14px;
	margin-left : 4px;
	padding : 2px 10px 2px 10px;
	text-decoration : none;

 -moz-border-radius-topleft: 7px;
 -moz-border-radius-topright: 7px;
}

.Chiffon_Top_TabStrip .Chiffon_Top_TabMouseover {
	color : black;
	background: #FFF7CD;
}
