.TabbedPanels {
	margin: 0px;
	padding: 0px;
	float: left;
	clear: none;
	width: 624px; /* IE Hack to force proper layout when preceded by a paragraph. (hasLayout Bug)*/
}


.TabbedPanelsTabGroup {
	margin: 0px;
	padding: 0px;
}


.TabbedPanelsTab {
	position: relative;
	top: 1px;
	float: left;
	padding: 0px 0px 0 10px;
	margin: 0px 3px 0px 0px;
	font: bold 15px Arial, Helvetica, sans-serif;
	list-style: none;	
	-moz-user-select: none;
	-khtml-user-select: none;
	cursor: pointer;
	background-image:url(../images/left-cor.jpg);
	background-position:left top;
	background-repeat:no-repeat;
	height:33px;
}
.TabbedPanelsTab span {
	background-image:url(../images/right-cor.jpg);
	background-position:right top;
	background-repeat:no-repeat;
	float:left;
	height:22px;
	font: bold 15px Arial, Helvetica, sans-serif;
	padding:11px 19px 0px 9px;
}

.TabbedPanelsTabHover {
	background-position:left bottom;
}

.TabbedPanelsTabHover span {
	background-position:right bottom;
}


.TabbedPanelsTabSelected {
	background-color: #f4df50;
	/*border-bottom: 1px solid #f4df50;*/
	background-position:left bottom;
}
.TabbedPanelsTabSelected span {
	background-position:right bottom;
}
.TabbedPanelsTab a {
	color: black;
	text-decoration: none;
}


.TabbedPanelsContentGroup {
	clear: both;
	border-left: solid 2px #e4ca06;
	border-bottom: solid 2px #e4ca06;
	border-top: solid 2px #f4df50;
	border-right: solid 2px #e4ca06;
	background-color: #fff;
	float:left;
	width:620px;
}


.TabbedPanelsContent {
	background-color: #fff;
	background-image: url(../images/bg-tab-content.jpg);
	background-position:left top;
	background-repeat: repeat-x;
	float:left;
	width:572px;
	padding:43px 24px 24px 24px;
}




/*second tab content */
.TabbedPanels2 {
	margin: 0px;
	padding: 0px;
	float: left;
	clear: none;
	width: 572px; /* IE Hack to force proper layout when preceded by a paragraph. (hasLayout Bug)*/
}


.TabbedPanelsTabGroup2 {
	margin: 0px;
	padding: 0px;
}


.TabbedPanelsTab2 {
	position: relative;
	top: 1px;
	float: left;
	padding: 0px 0px 0 10px;
	margin: 0px 3px 0px 0px;
	font: bold 15px Arial, Helvetica, sans-serif;
	list-style: none;	
	-moz-user-select: none;
	-khtml-user-select: none;
	cursor: pointer;
	background-image:url(../images/left-cor2.jpg);
	background-position:left top;
	background-repeat:no-repeat;
	height:31px;
}
.TabbedPanelsTab2 span {
	background-image:url(../images/right-cor2.jpg);
	background-position:right top;
	background-repeat:no-repeat;
	float:left;
	height:20px;
	font: bold 15px Arial, Helvetica, sans-serif;
	padding:11px 10px 0px 0px;
	
}

.TabbedPanelsTabHover {
	background-position:left bottom;
	
}

.TabbedPanelsTabHover span {
	background-position:right bottom;
}


.TabbedPanelsTabSelected {
	background-color: #e48b8f;
	/*border-bottom: 1px solid #e48b8f;*/
	background-position:left bottom;
}
.TabbedPanelsTabSelected span {
	background-position:right bottom;
}
.TabbedPanelsTab2 a {
	color: black;
	text-decoration: none;
}


.TabbedPanelsContentGroup2 {
	clear: both;
	border-left: solid 1px #d53d3d;
	border-bottom: solid 1px #d53d3d;
	border-top: solid 1px #d53d3d;
	border-right: solid 1px #d53d3d;
	background-color: #fff;
	float:left;
	width:570px;
}


.TabbedPanelsContent2 {
	background-color: #fce4e4;
	background-image: url(../images/bg-pink.jpg);
	background-position:left top;
	background-repeat: repeat-x;
	float:left;
	width:570px;
	padding:23px 0px 24px 0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000;
	text-decoration:none;
}



