﻿/* hide the tab content while loading */
.tab-content{display:none;}
/* default loading indicator for ajax calls */
.loading-indicator {
    font-size:90%;
    background-image:url('../images/loading.gif');
    background-repeat: no-repeat;
    background-position: left;
    padding-left:20px;
    font-family:Arial,sans-serif;
}
#calendarTabs,#taskTabs,#splitTabs {width:506px;}
.yui-ext-tabbody {border:1px solid #999;border-top:none;}
.yui-ext-tabitembody {display:none;padding:2px;}
