/* Caution! Ensure accessibility in print and other media types... */
@media projection, screen { /* Use class for showing/hiding tab content, so that visibility can be better controlled in different media types... */
	.ui-tabs-hide {
	display: none;
    }
}

/* Hide useless elements in print layouts... */
@media print {
	.ui-tabs-nav {
	display: none;
    }
}
#mytabs ul.tabs	{
	padding-left: 0;
	list-style-image: none!important;
	}
	
/* Skin */
.ui-tabs-nav, .ui-tabs-panel {
	font-size: 14px;
}
.ui-tabs-nav {
	clear: both;
	display: block;
	margin: 0 0 10px 0!important;
	padding: 0!important;
	list-style: none!important;
}
html[xmlns] .ui-tabs-nav {
	margin: 0 0 0 0!important;
}
.ui-tabs-nav:after { /* clearing without presentational markup, IE gets extra treatment */
	display: block;
	clear: both;
	content: " ";
}

.ui-tabs-nav li.home, .ui-tabs-nav.five li.home {
	float: left;
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 7%!important;
	margin: 0 .25%!important;	
}
.ui-tabs-nav li.home a span, .ui-tabs-nav.five li.home a span {
	float: left;
	height: 45px;
	display: inline-block;
	padding: 10px 10px 0px 60px;
}
.ui-tabs-nav li {
	float: left;
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 22.6%;
	margin: 0 .25%!important;	
}
.ui-tabs-nav.five li {
	float: left;
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 17.95%!important;
	margin: 0 .25%!important;	
}



/*  .ui-tabs-nav a {
	background: url(/images/shell/mm_icon_lifesci.png) no-repeat 0 0;	
}  */


.ui-tabs-nav li.home a span {
	background: url(/images/workflow/tab-icon-home.png) no-repeat center center;	
}
.ui-tabs-nav li.step1 a span {
	background: url(/images/workflow/tab-icon-step1.png) no-repeat 10px center;
}
.ui-tabs-nav li.step2 a span {
	background: url(/images/workflow/tab-icon-step2.png) no-repeat 10px center;
}
.ui-tabs-nav li.step3 a span {
	background: url(/images/workflow/tab-icon-step3.png) no-repeat 10px center;
}
.ui-tabs-nav li.step4 a span {
	background: url(/images/workflow/tab-icon-step4.png) no-repeat 10px center;
}
.ui-tabs-nav li.step5 a span {
	background: url(/images/workflow/tab-icon-step5.png) no-repeat 10px center;
}



.ui-tabs-nav a {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: inline-block;
	vertical-align: middle;
	padding: 0;
	background: #cccccc;	
	background-image: -webkit-gradient(linear, left top, left bottom, from(#cccccc), to(#e0e0e0));
	background-image: -webkit-linear-gradient(top, #cccccc, #e0e0e0);
	background-image:    -moz-linear-gradient(top, #cccccc, #e0e0e0);
	background-image:     -ms-linear-gradient(top, #cccccc, #e0e0e0);
	background-image:      -o-linear-gradient(top, #cccccc, #e0e0e0);
	background-image:         linear-gradient(top, #cccccc, #e0e0e0);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#cccccc', EndColorStr='#e0e0e0');	
	color: #6d6d6d!important;	
	position: relative;
	font-size: 15px;
	font-weight: 400;
	line-height: 2em;
	text-decoration: none!important;
	text-align: left;
	outline: 0;
	width: 100%;
	height: 55px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	border-bottom: none!important;
	-webkit-box-shadow:  0px 1px 1px 0px rgba(0, 0, 0, .6);
	box-shadow:  0px 1px 1px 0px rgba(0, 0, 0, .6);
	text-shadow: 1px 1px 1px rgba(255, 255, 255, .8);
}

.ui-tabs-nav a span {
	float: left;
	height: 45px;
	display: inline-block;
	padding: 10px 10px 0px 75px;
}
.ui-tabs-nav a.doubleLine span {
	padding: 5px 10px 0px 75px;
	line-height: 20px;
}

.ui-tabs-nav .ui-tabs-selected a {
	position: relative;
	z-index: 2;
	margin-top: 0px;
	color: #6d6d6d!important;
	text-shadow: 1px 1px 1px #f0f0f0;
	background-color: #cfdde7;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#cfdde7), to(#b3c7d3));
	background-image: -webkit-linear-gradient(top, #cfdde7, #b3c7d3);
	background-image:    -moz-linear-gradient(top, #cfdde7, #b3c7d3);
	background-image:     -ms-linear-gradient(top, #cfdde7, #b3c7d3);
	background-image:      -o-linear-gradient(top, #cfdde7, #b3c7d3);
	background-image:         linear-gradient(top, #cfdde7, #b3c7d3);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#cfdde7', EndColorStr='#b3c7d3');
}
.ui-tabs-nav a:hover {
	background-color: #e0e0e0;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#e0e0e0), to(#e0e0e0));
	background-image: -webkit-linear-gradient(top, #e0e0e0, #e0e0e0);
	background-image:    -moz-linear-gradient(top, #e0e0e0, #e0e0e0);
	background-image:     -ms-linear-gradient(top, #e0e0e0, #e0e0e0);
	background-image:      -o-linear-gradient(top, #e0e0e0, #e0e0e0);
	background-image:         linear-gradient(top, #e0e0e0, #e0e0e0);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#e0e0e0', EndColorStr='#e0e0e0');	
	-ms-transition:.5s!important;
	-moz-transition:.5s!important;
	-webkit-transition:.5s!important;
	 transition:.5s!important;
}

.ui-tabs-nav .ui-tabs-selected a:link, .ui-tabs-nav .ui-tabs-selected a:visited, .ui-tabs-nav .ui-tabs-disabled a:link, .ui-tabs-nav .ui-tabs-disabled a:visited { /* @ Opera, use pseudo classes otherwise it confuses cursor... */
	cursor: default;
	color: #6d6d6d!important;
	background-color: #b3c7d3;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#b3c7d3), to(#cfdde7));
	background-image: -webkit-linear-gradient(top, #b3c7d3, #cfdde7);
	background-image:    -moz-linear-gradient(top, #b3c7d3, #cfdde7);
	background-image:     -ms-linear-gradient(top, #b3c7d3, #cfdde7);
	background-image:      -o-linear-gradient(top, #b3c7d3, #cfdde7);
	background-image:         linear-gradient(top, #b3c7d3, #cfdde7);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#b3c7d3', EndColorStr='#cfdde7');
}
.ui-tabs-nav a:hover, .ui-tabs-nav a:focus, .ui-tabs-nav a:active,
.ui-tabs-nav .ui-tabs-unselect a:hover, .ui-tabs-nav .ui-tabs-unselect a:focus, .ui-tabs-nav .ui-tabs-unselect a:active { /* @ Opera, we need to be explicit again here now... */
	cursor: pointer;
}
.ui-tabs-panel {
	background: transparent; /* declare background color for container to avoid distorted fonts in IE while fading */
}
/* Additional IE specific bug fixes... */
* html .ui-tabs-nav { /* auto clear, @ IE 6 & IE 7 Quirks Mode */
	display: inline-block;
}
*:first-child+html .ui-tabs-nav  { /* @ IE 7 Standards Mode - do not group selectors, otherwise IE 6 will ignore complete rule (because of the unknown + combinator)... */
	display: inline-block;
}
/*  ul.tabs li a	{
	font-size: 14px;
	}  */
	
/*  style and copy for jquery tab information fragments */
.boxed	{
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	box-sizing: border-box;
	width: 100%;
	margin: 10px 0;
	min-height: 500px;
	height:auto !important;
	height: 500px;
	clear: both;	
	position: relative;
	z-index: 2;
	color: #fff!important;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
}	

.boxed h4 {color:#fff!important;}

.boxed .overlay	{
	position: absolute;
	z-index: 1;
	top: -10px;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	background: url(/images/shell/boxed-trans.png);
	-webkit-border-bottom-right-radius: 8px;
	-webkit-border-bottom-left-radius: 8px;
	-moz-border-radius-bottomright: 8px;
	-moz-border-radius-bottomleft: 8px;
	border-bottom-right-radius: 8px;
	border-bottom-left-radius: 8px;
	}
.boxed .content	{
	position: relative;
	z-index: 2;
	width: 100%;
	height: 100%;
	padding: 15px;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	box-sizing: border-box;
	}
.tabHolder	{
	background: #FBFCFD url(/images/fpo-workflow.jpg) no-repeat;
	background-size: 100%;
	height: 550px;
	background-position: center 50px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	border: 1px solid #e9e9e9;
	margin: 0 0 10px 0;
	}
.setBack	{
    filter: alpha(opacity=50);
    opacity: 0.5;
	}
	
	
	
	
	
	
	
.tabHolder h3	{
	margin: 0;
	}
.tabHolder >  h3	{
	position: relative;
	top: 0;
	left: 0;
	color: #bf1d28;
	padding: 0 15px;
	margin: 0;
	line-height: 50px;
	height: 50px;
	font-weight: 700;
	}
.workflowDescription	{
	position: relative;	
	vertical-align: middle;
	top: -10px;
	left: 0;
	z-index: 4;
	width: 100%;
	min-height: 50px;
	max-height: 90px;
	overflow: auto;
	padding: 15px;
	font-size: 16px;
	color: #646464;
	background: url(/images/shell/trans80white.png);
	}	
.workflowDescription h3	{
	margin: -5px 0 0 0;
	font-size: 19px;
	font-weight: 700;
	}