.ui-widget { font-family: verdana, Helvetica, sans-serif; font-size: 12px; color: #00016B;}
.ui-widget-content 
{ 
    background-color:#f5f8fd;
    font-family:  verdana, Helvetica, sans-serif;
    font-size: 12px;
    color: #00016B;
    text-decoration: none;
}
.ui-widget-content a 
{ 
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #307ED6;
	text-decoration: underline;
	font-weight: normal;
}
.ui-widget-header 
{
	background-color:#7396BC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
	height:25px    
 }
.ui-widget-header a 
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
	text-decoration: underline;
	font-weight: bold;
}
.ui-state-default
{
    color: #ffffff;
	font-family:  verdana, Arial;
	font-size: 12px;
	font-weight: bold;
	background-color: #7396BC;   
}

.ui-state-hover
{
    color: #ffffff;
	font-family:  verdana, Arial;
	font-size: 12px;
	font-weight: bold;
	background-color: #7396BC; 
}
.ui-state-active
{
    color: #ffffff;
	font-family:  verdana, Arial;
	font-size: 12px;
	font-weight: bold;
	background-color: #7396BC;
}