﻿/* calendar full */

.calendar_blue_main {
    border: 1px solid #999;
}

.calendar_blue_colheader {
}

.calendar_blue_cornerright_inner {
    position: absolute;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    border-bottom: 1px solid #999;
    color: #ffffff;
    background: #666;
    background: -moz-linear-gradient( top, #777 0%, #666);
    background: -webkit-gradient( linear, left top, left bottom, from(#777), to(#666));
    filter: progid:DXImageTransform.Microsoft.Gradient(startColorStr="#777777", endColorStr="#666666");
    text-shadow: 0px -1px 1px rgba(000,000,000,0.2), 0px 1px 0px rgba(255,255,255,0.3);
}

.calendar_blue_rowheader_inner {
    font-size: 16pt;
    text-align: right;
    position: absolute;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    border-right: 1px solid #999;
    border-bottom: 1px solid #999;
    color: #ffffff;
    background: #666;
    background: -moz-linear-gradient( top, #777 0%, #666);
    background: -webkit-gradient( linear, left top, left bottom, from(#777), to(#666));
    filter: progid:DXImageTransform.Microsoft.Gradient(startColorStr="#777777", endColorStr="#666666");
    text-shadow: 0px -1px 1px rgba(000,000,000,0.2), 0px 1px 0px rgba(255,255,255,0.3);
}

.calendar_blue_corner_inner {
    position: absolute;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    border-right: 1px solid #999;
    border-bottom: 1px solid #999;
    color: #ffffff;
    background: #666;
    background: -moz-linear-gradient( top, #777 0%, #666);
    background: -webkit-gradient( linear, left top, left bottom, from(#777), to(#666));
    filter: progid:DXImageTransform.Microsoft.Gradient(startColorStr="#777777", endColorStr="#666666");
    text-shadow: 0px -1px 1px rgba(000,000,000,0.2), 0px 1px 0px rgba(255,255,255,0.3);
}

.calendar_blue_rowheader_minutes {
    font-size: 10px;
    vertical-align: super;
    padding-left: 2px;
    padding-right: 2px;
}

.calendar_blue_colheader_inner {
    text-align: center;
    position: absolute;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    border-right: 1px solid #999;
    border-bottom: 1px solid #999;
    color: #ffffff;
    background: #666;
    background: -moz-linear-gradient( top, #777 0%, #666);
    background: -webkit-gradient( linear, left top, left bottom, from(#777), to(#666));
    filter: progid:DXImageTransform.Microsoft.Gradient(startColorStr="#777777", endColorStr="#666666");
    text-shadow: 0px -1px 1px rgba(000,000,000,0.2), 0px 1px 0px rgba(255,255,255,0.3);
}

.calendar_blue_cell_inner {
    position: absolute;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    background-color: #ffffff;
}

.calendar_blue_alldayheader_inner {
    text-align: center;
    position: absolute;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    border-right: 1px solid #999;
    border-bottom: 1px solid #999;
    color: #ffffff;
    background: #666;
    background: -moz-linear-gradient( top, #777 0%, #666);
    background: -webkit-gradient( linear, left top, left bottom, from(#777), to(#666));
    filter: progid:DXImageTransform.Microsoft.Gradient(startColorStr="#777777", endColorStr="#666666");
    text-shadow: 0px -1px 1px rgba(000,000,000,0.2), 0px 1px 0px rgba(255,255,255,0.3);
}

.calendar_blue_message {
    padding: 10px;
    opacity: 0.9;
    filter: alpha(opacity=90);
    color: #ffffff;
    background: #000;
    background: -moz-linear-gradient( top, #999 0%, #666);
    background: -webkit-gradient( linear, left top, left bottom, from(#999), to(#666));
    filter: progid:DXImageTransform.Microsoft.Gradient(startColorStr="#999999", endColorStr="#666666");
    text-shadow: 0px -1px 1px rgba(000,000,000,0.2), 0px 1px 0px rgba(255,255,255,0.3);
}

.calendar_blue_alldayevent {
    border-radius: 15px; /* ie gradient + rounded corners problem */
    overflow: hidden;
}

.calendar_blue_alldayevent_inner {
    position: absolute;
    overflow: hidden;
    top: 2px;
    bottom: 2px;
    left: 2px;
    right: 2px;
    padding: 2px;
    margin-right: 1px;
    font-size: 12px;
    color: #ffffff;
    background: #09b2ef;
    background: -moz-linear-gradient( top, #09b2ef 0%, #079beb);
    background: -webkit-gradient( linear, left top, left bottom, from(#09b2ef), to(#079beb));
    filter: progid:DXImageTransform.Microsoft.Gradient(startColorStr="#09b2ef", endColorStr="#079beb");
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #079beb;
    -moz-box-shadow: 0px 0px 5px rgba(000,000,000,0.5), inset 0px 1px 0px rgba(072,211,246,1);
    -webkit-box-shadow: 0px 0px 5px rgba(000,000,000,0.5), inset 0px 1px 0px rgba(072,211,246,1);
    box-shadow: 0px 0px 5px rgba(000,000,000,0.5), inset 0px 1px 0px rgba(072,211,246,1);
    text-shadow: 0px -1px 0px rgba(007,155,235,1), 0px 0px 0px rgba(000,000,000,0);
}

.calendar_blue_event {
    border-radius: 5px; /* ie gradient + rounded corners problem */
}


.calendar_blue_event_inner {
    overflow: hidden;
    position: absolute;
    top: 0px;
    bottom: 2px;
    left: 2px;
    right: 0px;
    margin-right: 1px;
    font-size: 12px;
    padding: 2px;
    padding-left: 8px; /* make space for duration bar */
    color: #ffffff;
    background: #09b2ef;
    background: -moz-linear-gradient( top, #09b2ef 0%, #079beb);
    background: -webkit-gradient( linear, left top, left bottom, from(#09b2ef), to(#079beb));
    filter: progid:DXImageTransform.Microsoft.Gradient(startColorStr="#09b2ef", endColorStr="#079beb");
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #079beb;
    -moz-box-shadow: 0px 2px 3px rgba(000,000,000,0.3), inset 0px 0px 2px rgba(255,255,255,0.8);
    -webkit-box-shadow: 0px 2px 3px rgba(000,000,000,0.3), inset 0px 0px 2px rgba(255,255,255,0.8);
    box-shadow: 0px 2px 3px rgba(000,000,000,0.3), inset 0px 0px 2px rgba(255,255,255,0.8);
    text-shadow: 0px -1px 0px rgba(000,000,000,0.2), 0px 1px 0px rgba(255,255,255,1);
}

.calendar_blue_event_bar {
    top: 3px;
    bottom: 4px;
    left: 6px;
    width: 2px;
    background-color: #77c2fc;
}

.calendar_blue_event_bar_inner {
    position: absolute;
    width: 2px;
    background-color: #0e86c7;
}

.calendar_blue_event_hover .calendar_blue_event_inner,
.calendar_blue_alldayevent_hover .calendar_blue_alldayevent_inner {
    background: #09b2ef;
    background: -moz-linear-gradient( top, #09b2ef 0%, #079beb);
    background: -webkit-gradient( linear, left top, left bottom, from(#09b2ef), to(#079beb));
    filter: progid:DXImageTransform.Microsoft.Gradient(startColorStr="#09b2ef", endColorStr="#079beb");
}

.calendar_blue_shadow_inner {
    background-color: #666666;
    opacity: 0.5;
    filter: alpha(opacity=50);
    height: 100%;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}
