﻿/****** RULES FOR DISPLAYING CALENDAR IN MONTH FORMAT ********/

.dk-calmonth-close
{
    position: absolute;
    top: 7px;
    right: 0px;
}

.dk-calmonth-close > [image]
{
    width: 40px;
    height: 40px;
    opacity: 0.4;
    filter: alpha(opacity=40);
    background: no-repeat url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAABb0lEQVRYR8WWQUoGMQxG34+eRhC9jaIeRFBRUQ+i6ELwLG4EL6OiRKYSS9ombWG6m2nI95qkSTesvDYr61MC2AXeJsOZPi2AG+AUOAGeJ0EcAffALXCtfeYAIn6+GHxOgkji24vfKw2hASREr0AyFPtRiFxcfH4A+8C7fOQROAAeJ0GUxOX/S0qDVQMzIFziVgQS2AiEW7wGIHs9ECHxFkAUIizuAfBCdIl7AVoQW0uT0ddXrtq/ai81tMgssGria3EsEGm5xSMRqN0OfbiQeA9ASscToE8t/yUah7rJeOZIJAXJn+T2oQBwHB1gUQCr2vVBw7MjAmCJW0UYgvAC1O651EL3APMAeJpMT9v+TV0LwCM+NMBqABHxbogSQI94F4QFMCIehsgBZoiHIFqP0nBvz9pv6XbslR6ll4A8m2WNiluR+AYugLu0adWAQJx557ln4KjnnRzuT7zWB3ZSiJwCHjPTZ6sReRwP2awO8AMcU4khdAglUwAAAABJRU5ErkJggg==);
}

.dk-calmonth-close > [image]:hover
{
    opacity: 1;
    filter: alpha(opacity=100);
    cursor:pointer;
}

.dk-calmonth-mobile
{
    visibility:hidden;
}
.dk-calmonth-multiorg
{
    width:300px;
    background-color:white;
    display:block;
    margin-top:10px;
    margin-left:10px;
}
.dk-calmonth-details
{
    position:relative;
    max-width: 500px;
    background-color: white;
    height:100%;
}
.dk-calmonth-1stline
{
    margin-bottom:5px;
}
.dk-calmonth-1stline-seg1 {
    display: inline-block;
    width: 59%;
    text-align: left;
    vertical-align: bottom;
}
.dk-calreservations .dk-calmonth-1stline-seg1 {
    display: inline-block;
    width: 79%;
    text-align: left;
    vertical-align: bottom;
}
.dk-calmonth-1stline-seg2 {
    display: inline-block;
    width: 40%;
    text-align: right;
    vertical-align: bottom;
}
.dk-calreservations .dk-calmonth-1stline-seg2 {
    display: inline-block;
    width: 20%;
    text-align: right;
    vertical-align: bottom;
}
.dk-calmonth-2ndline
{
    margin-bottom:5px;
}
.dk-calmonth-2ndline-seg1 {
    display: inline-block;
    width: 59%;
    text-align: left;
    vertical-align: middle;
}
.dk-calmonth-2ndline-seg2 {
    display: inline-block;
    width: 40%;
    text-align: right;
    vertical-align: middle;
}
.dk-calmonth-month-name
{
    display:inline-block;
    font-family: sans-serif, Verdana;
    color: black;
    font-size:22pt;
}
.dk-calmonth-year-name
{
    display:inline-block;
    font-family: sans-serif, Verdana;
    color: #777;
    font-size:23pt;
    margin-left:5px;
}
.dk-calmonth-prevnext 
{
    display: inline-block;
    font-family: sans-serif, Verdana;
    color: #808080;
    background-color: white;
    border: 1px solid #d4d4d4;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -khtml-border-radius: 4px;
    text-align: center;
    vertical-align: middle;
    font-size: 13pt;
    padding: 3px 11px;
}
.dk-calmonth-main
{
    border: 1px solid #c0c0c0;
    font-family: Tahoma, Arial, sans-serif;
    font-size: 12px;
    color: #333;
    visibility:visible;
}
.dk-calmonth-main *, .dk-calmonth-main *:before, .dk-calmonth-main *:after
{
    box-sizing: content-box;

}
.dk-calmonth-cell-inner
{
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    position: absolute;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    background-color: #fff;
}
.dk-calmonth-cell-business .dk-calmonth-cell-inner
{
    background-color: #fff;
}
.dk-calmonth-cell-today
{
    font-weight:bolder;
}
.dk-calmonth-cell-header
{
    text-align: right;
    padding-right: 2px;
    cursor:pointer;
    color: #808080;
    font-family:  sans-serif, Verdana;
}
.dk-calmonth-header-inner
 {
    text-align: center;
    margin-top:1px;
    position: absolute;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    border-right: 1px solid #c0c0c0;
    border-bottom: 1px solid #c0c0c0;
    cursor: default;
    background: #f3f3f3;
    color: #808080;
    font-family:  sans-serif, Verdana;
}
.dk-calmonth-message
 {
    padding: 10px;
    opacity: 0.9;
    filter: alpha(opacity=90);
    color: #ffffff;
    background: #ffa216;
}
.dk-calmonth-event-inner {
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 1px;
    overflow: hidden;
    padding: 2px;
    padding-left: 5px;
    font-size: 12px;
    border-left: 1px solid #f0f0f0;
}
.dk-calmonth-event-inner:hover
{
    cursor:pointer
}
.dk-calmonth-event-inner-more:hover {
    cursor: pointer;
}
.dk-calmonth-event-continueright .dk-calmonth-event-inner
{
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    border-right-style: dotted;
}
.dk-calmonth-event-continueleft .dk-calmonth-event-inner
{
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    border-left-style: dotted;
}
.dk-calmonth-event-hover .dk-calmonth-event-inner {
    background: #fff;
}
.dk-calmonth-event {
    background-color:#aaa;
    color: #fff;
}
.dk-calmonth-event-blocked
{
    background-color: black;
    color: #fff;
}
.dk-calmonth-event-more
{
    font-style:italic;
    text-align: center;
    background-color:#fff;
    color:black;
}
.dk-calmonth-selected .dk-calmonth-event-inner, .dk-calmonth-event-hover.dk-calmonth-selected .dk-calmonth-event-inner
{
    background: #ddd;
}
.dk-calmonth-dimmingdiv
{
    -moz-opacity: 0.50;
    -khtml-opacity: 0.50;
    opacity: 0.50;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha"(opacity=50);
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
    filter:alpha(opacity=50);
    top:0px; 
    left:0px; 
    bottom:0px;
    right:0px;
    position:absolute;
    background-color:#000;
}

#cal_container {
    line-height: normal
}


/*Event color backgrounds*/
.dk-ev-calcolor-1, a.dk-ev-calcolor-1:link, .dk-ev-calcolor-1 * {
    background-color: #3e47b6 !important;
    color: #fff !important;
}

.dk-ev-calcolor-2, a.dk-ev-calcolor-2:link, .dk-ev-calcolor-2 * {
    background-color: #6d7ee9 !important;
    color: #fff !important;
}

.dk-ev-calcolor-3, a.dk-ev-calcolor-3:link, .dk-ev-calcolor-3 * {
    background-color: #3abfb7 !important;
    color: #fff !important;
}

.dk-ev-calcolor-4, a.dk-ev-calcolor-4:link, .dk-ev-calcolor-4 * {
    background-color: #79be61 !important;
    color: #fff !important;
}

.dk-ev-calcolor-5, a.dk-ev-calcolor-5:link, .dk-ev-calcolor-5 * {
    background-color: #015856 !important;
    color: #fff !important;
}

.dk-ev-calcolor-6, a.dk-ev-calcolor-6:link, .dk-ev-calcolor-6 * {
    background-color: #f25f12 !important;
    color: #fff !important;
}

.dk-ev-calcolor-7, a.dk-ev-calcolor-7:link, .dk-ev-calcolor-7 * {
    background-color: #d18328 !important;
    color: #fff !important;
}

.dk-ev-calcolor-8, a.dk-ev-calcolor-8:link, .dk-ev-calcolor-8 * {
    background-color: #992301 !important;
    color: #fff !important;
}

.dk-ev-calcolor-9, a.dk-ev-calcolor-9:link, .dk-ev-calcolor-9 * {
    background-color: #7e47a2 !important;
    color: #fff !important;
}

.dk-ev-calcolor-10, a.dk-ev-calcolor-10:link, .dk-ev-calcolor-10 * {
    background-color: #b641b8 !important;
    color: #fff !important;
}

.dk-ev-calcolor-11, a.dk-ev-calcolor-11:link, .dk-ev-calcolor-11 * {
    background-color: #f8f8f8 !important;
    color: #808080 !important;
}
/*End backgrounds*/