/* Tabs in content area (C-area) */

 .tabs_in {
    overflow: hidden;
}
 .in_content_tabs_out ul {
	margin: 0; 
	padding: 0 0px 0 10px; 
	list-style: none; 
    background-image: url("tabC_bg.gif");  
	background-repeat: repeat-x; 
	background-position: bottom;
    overflow: hidden;
}
.c_area_tabs ul {width:376px;}
.d_area_tabs ul {width:158px;}
.in_content_tabs_out li, li.tab_out {
	font: 1.0em Arial, Verdana, sans-serif; 
	float: left; 
    display: inline;
	line-height: 1.2em; 
	background: url("tabC_l.gif") no-repeat left top; 
	margin: 0; 
	padding: 0 0 0 5px; 
    border-bottom: 1px solid #779abc;  
	list-style: none; 
	white-space: nowrap;
}
/* Definition to avoid Internet Explorer flicker at rolling over the tabs: */
html  .in_content_tabs_out .tab,
html  .in_content_tabs_out .tab_out .tab  {
	float: left; 
	display: inline;
	background: url("tabC_r.gif") no-repeat right top;
	padding: 5px 10px 3px 6px; 
}

html .in_content_tabs_out .selectedtab .tab {
	background: url("tabC_r_on.gif") no-repeat right top;
}
html  .in_content_tabs_out .selectedtab {
	background: url("tabC_l_on.gif") no-repeat left top;
    border-bottom: 1px solid #fff;  
}
.in_content_tabs_out a {
	text-decoration: none !important; 
	color: #000 !important;
}
.in_content_tabs_out a:hover {text-decoration: underline !important;}
.in_content_tabs_out .selectedtab a {text-decoration: none !important; cursor:default ;}
.nounderline, .nounderline a, .nounderline:hover, .nounderline a:hover {text-decoration: none !important;}



