.TabbedPanels {
	margin: 0px;
	padding: 0px;
	float: left;
	clear: none;
	width: 99%; /* 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: 4px 6px;
	margin: 0px 4px 0px 0px;
	list-style: none;
	-moz-user-select: none;
	-khtml-user-select: none;
	cursor: pointer;
	background-image: url(../images/TabBgNormal.gif);
	background-repeat: repeat-x;
	border:1px;
	border-style:solid;
	border-color:#aed9fb;
	/*border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #aed9fb;
	border-right-color: #aed9fb;
	border-bottom-color: #aed9fb;
	border-left-color: #aed9fb;*/
	font-size: 11px;
	font-weight: bold;
	color: #000000;
}

.TabbedPanelsTabHover {
	background-color: #fff;
	background-image: url(../images/TabBgActive.gif);
	background-repeat: repeat-x;
}

.TabbedPanelsTabSelected {
	background-color: #FFFFFF;
	border-bottom: 1px solid #fff;
	background-image: url(../images/TabBgActive.gif);
	background-repeat: repeat-x;
}


.TabbedPanelsTab a {
	color: #003399;
	background-image: url(../images/TabBgNormal.gif);
	background-repeat: repeat-x;
	text-decoration: none;
	font-size: 11px;
	font-weight:normal;
}

.TabbedPanelsContentGroup {
	clear: both;
	width:99%;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #aed9fb;
	border-right-color: #aed9fb;
	border-bottom-color: #aed9fb;
	border-left-color: #aed9fb;
	background-image: url(../images/TabBg1.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}

.TabbedPanelsContent {
	padding-top: 4px;
	padding-bottom: 4px;
}
.TabbedPanelsContentVisible {
	padding: 10px;
	width: 98%;
}
