/*
	The Way Of Che. Honor and rails!
	CSS for tab-header control
*/

div.tab-control div.tab {
	float: left;
	display: block;
	padding: 2px 20px 0px 20px;			
	background: url(/images/skinimages/tab-right.gif) #4C77A1 no-repeat right top;
	border-bottom: 1px solid white;
/*	
	border-right: 1px solid white;
	margin-right: 1px;
*/	
	height: 19px;
}
div.tab-control div.tab a {
	color: white;
}
div.tab-control div.tab:hover {
	background: url(/images/skinimages/tab-right-sel.gif) #154572 no-repeat right top;
}
div.tab-control div.tab.selected {
	background: url(/images/skinimages/tab-right-sel.gif) #154572 no-repeat right top;
	border-bottom: 1px solid #154572;
}
div.tab-control div.tab.selected a {
	font-weight: bold;
	color: #F2E8C6; 
}

div.popup-menu div.caption {
	cursor: pointer;
	background: url(/images/skinimages/dropdown.gif) left no-repeat;
	padding-left: 16px;
}
div.popup-menu div.caption a {
	font-weight: bold;
}
div.popup-menu ul {
	display: none;
	border: 1px white solid;
	padding: 10px;
	position: absolute;			
	background: #154572;
	filter: alpha(Opacity=90); 
	opacity: 0.9;
}
div.popup-menu.over ul  {
	display:block;
}
div.popup-menu ul li {
	color: white;
	line-height: 150%;
	white-space: nowrap;
}
div.popup-menu ul li a {
	font-weight: bold;
	padding-left: 4px;
	padding-right: 4px;
}
div.popup-menu ul li a.lepra {
	font-weight: normal;
	background: black;
}