
 .tab_container{ width:685px;}
.TabbedPanels {
	margin: 0px;
	padding: 0px;
	float: left;
	clear: none;
	width: 100%; /* IE Hack to force proper layout when preceded by a paragraph. (hasLayout Bug)*/
}


/* @media screen and (-webkit-min-device-pixel-ratio:0)
{
ul.TabbedPanelsTabGroup { margin:0px; padding:0px;  list-style-type:none; width:450px; margin-left:578px; position:relative; bottom:-9px;}
}*/
ul.TabbedPanelsTabGroup { margin:0px; padding:0px;  list-style-type:none; width:450px;  position:relative; bottom:-1px;}
/** html ul.TabbedPanelsTabGroup { margin:0px; padding:0px;  list-style-type:none; width:400px; margin-left:591px; position:relative; bottom:-19px;}*/

.TabbedPanelsTab {
	position: relative;
	top: 0px;
	float: left;
	display:inline; 
	margin-right:8px;	
	list-style: none;}


li.TabbedPanelsTab a{ float:left; background:url(../images/nrml_left.gif)  left top no-repeat; height:43px; text-decoration:none; color:#ffffff; font:bold 15px/43px Arial, Helvetica, sans-serif ;}
li.TabbedPanelsTab a span{ float:left; background:url(../images/nrml_rgt.gif) right top no-repeat; height:43px; padding:0px 20px 0px 10px; margin-left:6px; display:inline; cursor:pointer;}

li.TabbedPanelsTabHover a{ float:left; background:url(../images/active_left.gif)  left top no-repeat; height:43px; text-decoration:none; color:#6CA347; font:bold 15px/43px Arial, Helvetica, sans-serif ;}
li.TabbedPanelsTabHover a span{ float:left; background:url(../images/active_rgt.gif) right top no-repeat; height:43px; padding:0px 20px 0px 10px; margin-left:6px; display:inline; cursor:pointer;}

li.TabbedPanelsTabSelected a{ float:left; background:url(../images/active_left.gif)  left top no-repeat; height:43px; text-decoration:none; color:#6CA347; font:bold 15px/43px Arial, Helvetica, sans-serif ;}
li.TabbedPanelsTabSelected a span{ float:left; background:url(../images/active_rgt.gif) right top no-repeat; height:43px; padding:0px 20px 0px 10px; margin-left:6px; display:inline; cursor:pointer;}




li.TabbedPanelsTab a.last{ float:left; background:url(../images/nrml_left.gif)  left top no-repeat; height:49px; text-decoration:none; color:#999999; font:bold 18px/46px "Myriad Pro" , Arial, Helvetica, sans-serif ;}
li.TabbedPanelsTab a.last span{ float:left; background:url(../images/last_tab.gif) right top no-repeat; height:49px; padding:0px 20px 0px 10px; margin-left:12px; display:inline; cursor:pointer;}

li.TabbedPanelsTabHover a.last{ float:left; background:url(../images/active_left.gif)  left top no-repeat; height:49px; text-decoration:none; color:#1C639C; font:bold 18px/46px "Myriad Pro" , Arial, Helvetica, sans-serif ;}
li.TabbedPanelsTabHover a.last span{ float:left; background:url(../images/lst_active_rgt.gif) right top no-repeat; height:49px; padding:0px 20px 0px 10px; margin-left:12px; display:inline; cursor:pointer;}

li.TabbedPanelsTabSelected a.last{ float:left; background:url(../images/active_left.gif)  left top no-repeat; height:49px; text-decoration:none; color:#1C639C; font:bold 18px/46px "Myriad Pro" , Arial, Helvetica, sans-serif ;}
li.TabbedPanelsTabSelected a.last span{ float:left; background:url(../images/lst_active_rgt.gif) right top no-repeat; height:49px; padding:0px 20px 0px 10px; margin-left:12px; display:inline; cursor:pointer;}

.TabbedPanelsContentGroup {
	width:685px;
	background:url(../images/botom_step.gif) left bottom no-repeat; 
	padding-bottom:19px;
	float:left;
	}

.TabbedPanelsContent {
		background:url(../images/tabs_bg.gif) left bottom repeat-x; width:685px;
  float:left;
  
}

.nav_line {
margin: 0px;
padding: 0px;
width:684px;
background: url(../images/nav_line.gif) left top no-repeat;
height:7px;
border-left:1px solid #DADADA;
overflow:hidden;
}

.blue_box{border-left:1px solid #DADADA;
  border-right:1px solid #DADADA;
  min-height:400px;
  height:auto !important;
  height:400px;
   width:683px;
   float:left;
  }

.TabbedPanelsContentVisible {
}

.VTabbedPanels .TabbedPanelsTab {
	float: none;
	margin: 0px;
	border-top: none;
	border-left: none;
	border-right: none;
}


.VTabbedPanels .TabbedPanelsContentGroup {
	clear: none;
	float: left;
	padding: 0px;
	width: 30em;
	height: 20em;
}


