/* LemonChiffon Top */
.LEMONCHIFFON_TOP_TabStrip {
	border-bottom : 1px solid #ccc;
	margin : 0;
	padding-bottom : 26px;
	padding-left : 0px;
}

.LEMONCHIFFON_TOP_TabPage {
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding: 9px;
	background: #FFF3B3;
}

.LEMONCHIFFON_TOP_TabStrip .LEMONCHIFFON_TOP_TabSelected{
	cursor: pointer;

	display : inline;
	list-style-type : none;
	margin : 0;
	padding : 0;
	
	background : #551a62;
	border-top : 1px solid #ccc;
	border-left : 1px solid #ccc;
	border-right : 1px solid #ccc;
	border-bottom : 1px solid #FFF3B3;
        font-family: Tahoma, Verdana, Arial, Helvetica;
	color : #FFFFFF;
	float : left;
	font-size : normal;
	font-weight : normal;
	line-height : 16px;
	margin-left : 4px;
	padding : 4px 10px 4px 10px;
	text-decoration : none;
 -moz-border-radius-topleft: 7px;
 -moz-border-radius-topright: 7px;

}

.LEMONCHIFFON_TOP_TabStrip .LEMONCHIFFON_TOP_TabUnselected {
	cursor: pointer;

	display : inline;
	list-style-type : none;
	margin : 0;
	padding : 0;

	background : #FFFAE1;
	border : 1px solid #ccc;
        font-family: Tahoma, Verdana, Arial, Helvetica;
	color : #551a62;
	float : left;
	font-size : normal;
	font-weight : normal;
	line-height : 16px;
	margin-left : 4px;
	padding : 4px 10px 4px 10px;
	text-decoration : none;

 -moz-border-radius-topleft: 7px;
 -moz-border-radius-topright: 7px;
}

.LEMONCHIFFON_TOP_TabStrip .LEMONCHIFFON_TOP_TabMouseover {
	color : black;
	background: #FFF7CD;
}
