﻿
.MyCalendar .ajax__calendar_container {
    border:1px solid #646464;
    background-color: White;
    color: Black;
    font-weight: normal;
}
.MyCalendar .ajax__calendar_other .ajax__calendar_day,
.MyCalendar .ajax__calendar_other .ajax__calendar_year {
    color: Gray;
}
.MyCalendar .ajax__calendar_hover .ajax__calendar_day,
.MyCalendar .ajax__calendar_hover .ajax__calendar_month,
.MyCalendar .ajax__calendar_hover .ajax__calendar_year {
    color: Blue;
}
.MyCalendar .ajax__calendar_active .ajax__calendar_day,
.MyCalendar .ajax__calendar_active .ajax__calendar_month,
.MyCalendar .ajax__calendar_active .ajax__calendar_year {
    color: black;
}

.CustomTabStyle .ajax__tab_header { color:#999; }
.CustomTabStyle .ajax__tab_outer {padding-right:24px; background:url(images/ajax/tab-right.png) no-repeat right;height:34px;}
.CustomTabStyle .ajax__tab_inner {padding-left:19px; background:url(images/ajax/tab-left.png) no-repeat;height:34px;}
.CustomTabStyle .ajax__tab_tab {width: 190px; padding-top:12px; margin:0;background:url(images/ajax/tab.png) repeat-x;height:34px;}
.CustomTabStyle .ajax__tab_hover .ajax__tab_outer {padding-right:28px;background:url(images/ajax/tab-hover-right.png) no-repeat right;height:34px;}
.CustomTabStyle .ajax__tab_hover .ajax__tab_inner {padding-left:19px;background:url(images/ajax/tab-hover-left.png) no-repeat;height:34px;}
.CustomTabStyle .ajax__tab_hover .ajax__tab_tab {width: 190px; padding-top:12px;margin:0;background:url(images/ajax/tab-hover.png) repeat-x;height:34px;}
.CustomTabStyle .ajax__tab_active .ajax__tab_outer {padding-right:24px;background:url(images/ajax/tab-active-right.png) no-repeat right;height:34px;}
.CustomTabStyle .ajax__tab_active .ajax__tab_inner {padding-left:19px;background:url(images/ajax/tab-active-left.png) no-repeat;height:34px;}
.CustomTabStyle .ajax__tab_active .ajax__tab_tab {width: 190px; padding-top:10px;margin:0; color:#333; background:url(images/ajax/tab-active.png) repeat-x;height:34px;}
.CustomTabStyle .ajax__tab_body
{
    border: 0px;
    padding: 15px;
    background-color: #F8F8F8;
}

.CustomTabStyle .ajax__tab_header span {text-align: left; font-weight: bold;}


