.TabbedPanels {
	margin: 0px;
	padding: 0px;
	float: left;
	clear: none;
	width: 100%; /* IE Hack to force proper layout when preceded by a paragraph. (hasLayout Bug)*/
}

.TabbedPanelsTabGroup {
	margin: 0px;
	padding: 0px;
	font-size: 78%;		
}

.TabbedPanelsTab {
	position: relative;
	top: 0px;
	float: left;
	padding: 4px 5px;
	margin: 0px 1px 0px 0px;
	font: sans-serif;
	background:#CFD0D4 url(tln_bg_off.jpg) repeat-x;
	color: #555;
	list-style: none;
	-moz-user-select: none;
	-khtml-user-select: none;
	cursor: pointer;	
}

.TabbedPanelsTabHover {
	text-decoration: none;
	background:#6B99BD url(tln_bg_on.jpg) repeat-x;
	color: #fff;
}

.TabbedPanelsTabSelected {
	background:#72808D url(tln_bg_on.jpg) repeat-x;
	color: #fff;
	
}

.TabbedPanelsTab a {
	text-decoration: none;
}

.TabbedPanelsContentGroup {
	clear: both;
	background:#eee;
	border-top:4px solid #afafaf;
}

.TabbedPanelsContent {
	padding: 10px;	
	overflow: hidden;	
	color:#333;	
}

.TabbedPanelsContentVisible {
}

#TabbedPanels1{margin-bottom:20px;}
#TabbedPanels1 .TabbedPanelsContentGroup{height: 372px; overflow:hidden;}


#TabbedPanels1 dl {text-transform: uppercase;}
#TabbedPanels1 p.menu {text-align:right; margin:0;}
#TabbedPanels1 dd {margin-bottom: 10px; border-bottom: 1px dashed #ccc; padding:0;}

#tabs {
float:left;
width:100%;
font-size:86%;
line-height:normal;
border-bottom: 2px solid #000;
margin-bottom: 10px;
}

#tabs ul {
margin:0;
padding:10px 10px 0 0;
list-style:none;
}

#tabs li {
float:left;
display:inline;
margin:0;
padding:0;
}

#tabs a {
float:left;
background:url("tab_left.gif") no-repeat left top;
margin:0;
padding:0 0 0 4px;
text-decoration:none;
}

#tabs a span {
float:left;
display:block;
background:url("tab_right.gif") no-repeat right top;
padding:5px 15px 4px 6px;
color:#fff;
}

#tabs a.current {
color: #fff;
text-decoration:underline;
}

#tabs a.current span {
color: #fff;
}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
#tabs a span {float:none;}
/* End IE5-Mac hack */

#tabs a:hover span {
color:#fff;
}

#tabs a:hover {
background-position:0% -42px;
}

#tabs a:hover span {
background-position:100% -42px;
}

#tabs li.itm_label {
padding-right: 10px;
}





