/*
* We need to override the way jQuery UI CSS overrides the way we style links,
* but don't want to tamper directly with the Themeroller-generated CSS, so
* our override rules are here.  See here for more info:
*
* http://groups.google.com/group/jquery-ui/browse_thread/thread/82dcece3ba184831
*/

.ui-tabs-panel a {
   color: #0000DD ! important;
}
/* Temporary fix to handle the float left bug. */
/*
.ui-widget-header {
   display: inline-block;
   width: 99%;
}
*/
