#termsAndConditions {
	margin-top:5px;
}
.tabbedwidget {
	top:-1px;
	left:-1px;
	margin:0px 0px 0px 0px;
	border-bottom:0px solid white;
	padding-bottom:10px;
}
#widgettabs {
	height:20px;
}
#widgettabs a {
	text-decoration:none;
}
.tabbedwidget .wtabs .tabInactive, .tabbedwidget .wtabs .tabInactive .wtabright, .tabbedwidget .wtabs .tabActive, .tabbedwidget .wtabs .tabActive .wtabright {
	float:left;
	cursor:pointer;
	height:20px;
	color:#000000;
	font-weight:bold;
	overflow:hidden;
}
.tabbedwidget .wtabs .tabInactive .wtabright, .tabbedwidget .wtabs .tabActive .wtabright {
	margin:0px 2px 0px 9px;
	padding:4px 9px 9px 0px;
}
.tabbedwidget .wtabs .tabInactive {
	background: url(../img/center/tableft.gif) top left no-repeat;
}
.tabbedwidget .wtabs .tabInactive .wtabright {
	background: url(../img/center/tabright.gif) top right no-repeat;
}
.tabbedwidget .wtabs .tabActive {
	background: url(../img/center/tablefton.gif) top left no-repeat;
	position:relative;
	top:1px;
	z-index:99;
}
.tabbedwidget .wtabs .tabActive .wtabright {
	background: url(../img/center/tabrighton.gif) top right no-repeat;
	color:black;
}
.tabbedwidget .openedTC {
	background:#ffffff;
	border:1px solid #C1C1C1;
    text-align:left;
	padding: 7px;
}

.closedTC {
    display: none;
}

.tabbedwidget .contentAreaInactive {
	display:none;
} 
.tabbedwidget .contentAreaActive {
	display:block;
}