.weeklyavail {  
width: 635px;  
margin: 0px;  
padding: 10px 10px 0 0;  
margin-bottom: 15px;
float:left;
}  

.weeklyavail a {
	font-weight: bold;
	color: #19446d;
	border-bottom:1px dotted #06315b;
	text-decoration:none
}
.weeklyavail a:hover {
	color: #962e36;
	border: none;
}
  
.tabnav li {  
display: inline;  
list-style: none; 
padding-top: 2px; 
padding-right: 5px;
padding-bottom: 4px  
}  
  
.tabnav li a {  
text-decoration: none;  
text-transform: uppercase;  
color: #f4f3f1; 
background-color: #557da3;
font-weight: bold;  
padding: 4px 6px 12px 6px;  
outline: none;  
}  
   
.tabnav li a:active {  
background: #19446d;   
color: #f4f3f1;
text-decoration: none; 
border: none;
}  
.tabnav li a:hover {  
background: #072c50;   
color: #bfd2e4;
text-decoration: none; 
border: none;
} 
.tabnav li.ui-tabs-selected a {  
background: #19446d;  
color: #f4f3f1;
text-decoration: none; 
border: none;
} 
  
.tabdiv {  
width: 617px; 
margin-top: 0;  
background-color: #f4f3f1; 
border: 5px solid #19446d; 
border-top: 15px solid #19446d;  
padding: 10px; 
float:left;
}  
  
.tabdiv li {  
list-style: none;
margin-left: 20px;
}  
  
.ui-tabs-hide {  
display: none;  
} 
