/* ---- [MooTab box] ----*/
/* Base Styles for all tab boxes */
	#tabheader {position:relative;float:left;line-height:normal;}
	#tabheader ul.tablist {margin:0;list-style:none;}
	#tabheader .tablist li {font-size:14px;position:relative;float:left;padding:0 0 0 9px;cursor:pointer;text-transform:lowercase;}
	#tabheader .tablist li.active {font-size:14px;position:relative;float:left;padding:0 0 0 9px;text-transform:lowercase;}
	#tabheader span {float:left;display:block;padding:5px 9px 4px 0px;text-decoration:none;}
	#tabheader .active span{padding:5px 20px 5px 5px;margin:0px 0px 0px 0px;}
	
	.mootabs_panel {display: none;}
	#tabbody .mootabs_panel.active {display: block;}
	
/* Content Tabs */
.orangetabs #tabheader {background:none;}
	.orangetabs #tabheader .tablist li {color:#999;text-transform:uppercase;}
	.orangetabs #tabheader .tablist li.active {color:#86AC35;text-transform:uppercase;}
	.orangetabs #tabheader span {padding:5px 20px 4px 5px;}
	.orangetabs #tabheader .active span {padding:5px 20px 4px 5px;}

.orangetabs #tabheader .tablist li {background:#fff url("http://images.meredith.com/dlv/images/temps/shell/left_off.gif") no-repeat left top;}
.orangetabs #tabheader .tablist li.active {background:#fff url("http://images.meredith.com/dlv/images/temps/shell/left_on.gif") no-repeat left top;}
.orangetabs #tabheader span {background: url("http://images.meredith.com/dlv/images/temps/shell/right_off.gif") no-repeat right top;}
.orangetabs #tabheader .active span {background:url("http://images.meredith.com/dlv/images/temps/shell/right_on.gif") no-repeat right top;}

.tablist li {height:24px;}
.tablist li span {height:15px;}

#InfoModTabs #tabheader h3{float:left;padding:4px 0pt 0pt 5px;font-weight:bold;}
#InfoModTabs #tabheader ul.tablist {float:right;}

/* ---- [straight corner boxes with borders ] ----*/
/* Green Border */
.obsc {border:2px solid #B8CE8E;_height:1px;/*IE6 peekaboo hack*/zoom: 1;/*IE7 peekaboo hack*/}
