
.tabs_container
{
float:left;
display:block;
height:100%;
width:487px;
padding-top:10px;
}

/*** Style for the top tab links ***/

.shadetabs{
padding: 0!important;
margin-left: 0!important;
margin:0;
margin-top: 0px;
margin-bottom: 0px;
font: bold 12px Arial;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
}

.shadetabs li{
display:inline;
margin: 0;
color: #BFD7AA;
padding:0;
}

.shadetabs li a{
text-decoration: none;
margin-right:3px;
font-size:12px;
color: #9bcb3b;
background-image:url(http://metasyssoftware.com/Portals/0/MethodologyScript/tabs_inactive.jpg);
background-repeat:repeat-x;
width:auto;
padding-left:8px;
padding-right:8px;
height:26px;
background-color:#D6D65A;
text-align:center;
font-weight:bold;
line-height:26px;
display: block;
float:left;
text-decoration:none;
border-left:1px solid #9bcb3b;
border-top:1px solid #9bcb3b;
border-right:1px solid #9bcb3b;
border-bottom:1px solid #d6d65a;
}

.shadetabs li a:visited{
color: #9bcb3b;
text-decoration:none;
font-weight:bold;
font-size:12px;
text-align:center;
}

.shadetabs li a:hover{
text-decoration: none;
color: #9bcb3b;
font-weight:bold;
font-size:12px;
text-align:center;
}

.shadetabs li.selected
{
position: relative;
color: #FF8257;
top: 1px;
/*color:#fff;*/
color:Red;
font-weight:bold;
font-size:12px;
text-align:center;
}

.shadetabs li.selected1
{
position: relative;
color: #FF8257;
top: 1px;
/*color:#fff;*/
color:Red;
font-weight:bold;
font-size:12px;
text-align:center;
}
.shadetabs li.selected a{ /*selected main tab style */
background-image: url(http://metasyssoftware.com/Portals/0/MethodologyScript/tabs_active.jpg);
background-repeat:repeat-x;
background-color:#FF8257;
border-left:1px solid #f3a111;
border-top:1px solid #f3a111;
border-right:1px solid #f3a111;
color:#fff;
text-decoration:none;
font-weight:bold;
font-size:12px;
text-align:center;
}

.shadetabs li.selected a:hover{ /*selected main tab style */
text-decoration: none;
color:#fff;
font-weight:bold;
font-size:12px;
text-align:center;
}

.shadetabs li.selected a:visited{ /*selected main tab style */
text-decoration: none;
color:#fff;
font-weight:bold;
font-size:12px;
text-align:center;
}

.tabcontentstyle{ /*style of tab content container*/
width: 387px;
/*width:100%;*/
margin-bottom: 1em;
float:left;
padding-bottom:15px;
background-image:url(http://metasyssoftware.com/Portals/0/MethodologyScript/tabsbottom.gif);
background-position:bottom;
background-repeat:no-repeat;
border-top:1px solid #d6d65a;
margin-top:-1px;
}



.tabcontent{
display:none;
width:387px;
/*width:100%;*/
padding: 2px 0px 5px 10px;
font-family:arial;
font-size:12px;
/*line-height:21px;*/
background-image:url(http://metasyssoftware.com/Portals/0/MethodologyScript/tabsbg.gif);
background-repeat:repeat-y;

}

/*Added by Deepa */
.casestudytext
{
	/*width: 220px;*/
	
	display:none;
width:367px;
padding:2px 10px 5px 10px;
font-family:arial;
font-size:12px;
line-height:21px;
/*background-image:url(http://metasyssoftware.com/Portals/0/MethodologyScript/tabsbg.gif);*/
background-repeat:repeat-y;
}

.tabcontent ul
{
	padding: 0px;
	margin: 0px;
	padding-left: 20px;
}

.tabcontent ul li
{
	list-style-image: url(http://metasyssoftware.com/Portals/0/MethodologyScript/bullet.png);
	list-style-position: outside;
	color: #717107;
	font-family: Arial;
	font-size: 12px;
	font-weight: 500;
	text-align: left;
	line-height: 20px;
}

.casestudytext ul li b
{
	font-weight: 700;
}
.MethodologySubHeading
{
	/*color: #bbbb00;*/
	color:navy;
	font-family: Arial;
	font-size: 14px;
	font-weight: 700;
	text-align: left;
	margin: 0px;
	padding:0px 0px 0px 10px;
	/*padding-top:3px;
	padding-bottom: 3px;*/
}
.Bullet
{
	
	background-image:url(http://metasyssoftware.com/Portals/0/MethodologyScript/bullet.png);
	background-position:left;
	background-repeat:no-repeat;
	list-style-image :url(http://metasyssoftware.com/Portals/0/MethodologyScript/bullet.png);

	
}



@media print {
.tabcontent {
display:block!important;
}
}
