/* General */

.tw-content { 
	display:block; 
	float:left; 
	padding: 2px 0 0 0;
	width: 299px;
	height: 200px;
	font-family: Georgia, Verdana, Arial;
	font-size: 12px;
}
.tw-content .small {
	font: 10px Verdana, Arial, Georgia;
	text-align: left;
}
.tw-content ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
.tw-content tr {
	background: url('images/trBack.gif') #d5d5d5 repeat-x;
}
.tw-content img {
	border: 0;
}
.tw-content a {
	color: black;
	text-decoration: none;
}
.tw-content a:hover {
	text-decoration: underline;
}

.fhm-tabbed-widget { float:none; border:none; height: 240px; } 

/* Tabbed  */

.ui-tabs-hide { display:none; }
.ui-tabs .ui-tabs-nav .ui-state-active a {
	font-weight:bold; 
	text-decoration:none; 
	color:#333; 
}
.ui-tabs .ui-tabs-nav { 
	float: left; 
	width: 100%; 
	clear: both; 
	margin: 0; 
	padding: 0; 
}
.ui-tabs .ui-tabs-nav li { 
	background: url(images/gradOff.png) no-repeat left top black;
	float: left; 
	list-style: none;
	width: 149px;
	height: 45px;
	display: block;
	margin-right: 1px;
	text-align: center;
	font-weight: bold;
	font-size: 18px;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-selected { 
	background: url(images/gradOn.png) no-repeat left top black;
}

.ui-tabs .ui-tabs-nav li a { 
	text-decoration:none; 
	color: white;
	display: block;
	height: 45px;
	width: 149px;
	padding: 8px 0 0 0;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-selected a { 
	color: white;
}