.widgets
{
	width:315px;
	overflow:hidden;
	float:right;
	padding:0px 0px 5px 0px;
	margin:10px 5px 0px 0px;
}

.widgets a
{
	text-decoration: none;
}
	
ul.tabnav
{
	padding:0px 0px 0px 0px;
	height:28px;
	margin:0px 0px 0px 0px;
}	
	

.tabnav li 
{
	display: inline;
	list-style: none;
	float:left;
	text-align:center;
	margin-right:5px;
}

.tabnav li a{
	display         : block;
	padding			: 5px 0px;
	width			: 100px;
	font-size       : 13px;
	background-color: #5b73a0;
	font-weight     : normal;
	color           : #fefefe;
	text-decoration : none;
	border-top: #778fbc 1px solid;
	border-bottom: #405885 1px solid;
}
.tabnav li a:hover, .tabnav li a:active, .tabnav li.ui-tabs-selected a 
{
	background-color: #364e7b;
	font-size       : 13px;
	font-weight     : normal;
	text-decoration : none;
	color           : #fefefe;
	border-top		: #405885 1px solid;
	border-bottom	: #405885 1px solid;
}

.tabdiv {
  display          : block;
}

.tabdiv li a:link,.tabdiv  a:visited {	
  display          : block;
  padding		   : 5px 0px;
  margin: 0;
  width			   : 310px;
  font-size        : 13px;
  background-color : #5b73a0;
  font-weight      : normal;
  color            : #fefefe;
  text-decoration  : none;
  border-top: #778fbc 1px solid;
  border-bottom: #405885 1px solid;
  text-indent      : 10px;
	}
.tabdiv li a:hover{
	background-color : #4f6794;
  font-size        : 13px;
  font-weight      : normal;
  text-decoration  : none;
  color            : #fefefe;
  border-top: #405885 1px solid;
  border-bottom: #405885 1px solid;
  text-indent      : 10px;
	}
.tabdiv ul{
	list-style-type:none;
	margin:0px 0px;
	padding:0px 0px;
}

.ui-tabs-hide {
	display: none;
		}