p.ben {
	color: #0A3B64;
	text-align: left;
}

/***************** TABS ******/

#tabs {
	position:relative;
	top:0;
	left:0;
	list-style-type:none;
	list-style-image:none;
	padding:0;
	margin:0;
	margin-top: 2em;
	width:100%;
	height:4em;
	z-index:0;
	font-size:.98em;
	background-color:#f4fcfe;

}
.tabsRow {
	display:block;
	float:left;
	clear:both;
	position:relative;
	bottom:.5em;
	left:0;
	padding:0;
	padding-left:3px;
	margin:0;
	background-color:#f4fcfe;
	width:100%;
	z-index:0;
}
	body.row1 #tabsRow1,
	body.row2 #tabsRow2 {
		background:none;
		position:absolute;
		bottom:0;
		left:0;
		z-index:20;
		border-bottom:0;
		width: 100%;
	}
.tabsRow ul {
	margin:0;
	padding:0;
	list-style-type:none;
	list-style-image:none;
	width:100%;
}
.tabsRow ul li {
	display:block;
	float:left;
	clear:none;
	padding:0;
	margin: 0 1px 0 0;
	font-size:.98em;
	width:19.74%;
}
/*before - 19.74 and after - 16.3%*/
body.tabI .tabsRow ul li{
	width:16.3% !important;
}

.tabTop {
	height:1px;
	margin: 0 3px;
	font-size:1px;
	line-height:1px;
	border-bottom: 1px solid #cccccc;
	background-color:none;
}
.tabMid {
	height:1px;
	margin: 0 2px;
	font-size:1px;
	line-height:1px;
	border: 1px solid #cccccc;
	border-width: 0 1px;
	background-color:#f5f5f5;
}
.tabBot {
	height:1px;
	margin: 0 1px;
	font-size:1px;
	line-height:1px;
	border: 1px solid #cccccc;
	border-width: 0 1px;
	background-color:#f5f5f5;
}
#tabs li a, ul.interiorTabs li a {
	border: 1px solid #cccccc;
	border-width: 0 1px;
	text-decoration:none;
	color: inherit;
	display:block;
	text-align:center;
	padding:4px;
	background-color:#efefef;
	margin: 2;
	min-width:6em;
}
	ul.interiorTabs li a {
		padding: 4px 10px;
		min-width:0;
	}

body.eligibility #tabs .eligibility a,
body.medben #tabs .medben a,
body.dental #tabs .dental a,
body.vision #tabs .vision a,
body.emaypee #tabs .emaypee a,
body.prescrip #tabs .prescrip a,
body.lifeins #tabs .lifeins a,
body.weeklyinc #tabs .weeklyinc a,
body.cobra #tabs .cobra a,
body.retcov #tabs .retcov a,
body.sav #tabs .sav a,
body.pdata #tabs .pdata a,
body.faminfo #tabs .faminfo a,
body.mclaims #tabs .mclaims a,
body.contribs #tabs .contribs a,
body.healthp #tabs .healthp a,
body.elig #tabs .elig a,
body.jq-med-it ul.interiorTabs .med-it a,
body.jq-den-it ul.interiorTabs .den-it a,
body.jq-pred-it ul.interiorTabs .pred-it a {
	background-color:#ffffff;
	border-bottom: 1px solid #ffffff;
	margin-bottom:-1px;
}


/********* Benefits TABLE ... *****/

.realbenetable {
	border-style: none solid solid;
	border-color: rgb(204, 204, 204);
	border-width: 0pt 1px 1px;
	width:90%;
	background-color:#ffffff;
}

.realbenetable h1 {
	text-transform:none !important;
	margin: 1em 0 1.5em;
}

.realbenetable label {
	font-weight:bold;
}

td.benetable-iefix {
	padding: 1em 2em;
}
table.benetable-iefix {
	border:0 !important;
	background-color:#ffffff;
	width:100% !important;
}


/************** more INTERIOR Tabs styles ****/
table.interiorTabs {
	margin-top:2em;
}
ul.interiorTabs {
	padding:1px;
	border-bottom: 1px solid #cccccc;
}
ul.interiorTabs li {
	margin-bottom:-1px;
}
ul.interiorTabs li.clear {
	margin: 0 0 !important;
	padding: 0 0 !important;
	height:1px !important;
	line-height:1px !important;
	margin-bottom:-1px !important;
	display:block;
}
div#it-hitme {
	text-align:center;
	padding:15px;
	font-weight:bold;
	color:#135966;
}

/* jQuery Magic */
table.content-it {
	display:none;
}
body.jq-med-it table.med-it,
body.jq-den-it table.den-it,
body.jq-pred-it table.pred-it {
	display:block !important;
}
body.jq-med-it div#it-hitme,
body.jq-den-it div#it-hitme,
body.jq-pred-it div#it-hitme {
	display:none !important;
}