/************ my Customizations **************************/
.ui-datepicker {
    width: 14.5em;
    background: none;
}
.ui-datepicker table, .ui-datepicker tr, .ui-datepicker td {
    border: none !important;
}
.ui-widget-content{
    border: none;
}
.ui-datepicker-calendar td a.ui-state-default, .ui-datepicker-header{
    background: none;
    border: none;
}
.ui-datepicker-month, .ui-datepicker-year {
    color: #002664;    /* #ff7900;  US#36546-B */
}
.ui-datepicker-calendar {
    color: #2b2b2b;
}
.ui-datepicker-calendar td a {
     font-size: 11px;
}
.ui-datepicker-calendar th {
    color: #621b4b;
    font-weight: normal;
    border-bottom: 1px solid #d4cdc1;
    font-size: 11px;
}
.ui-datepicker-prev span{
    background-position: -96px 0 ;
}
.ui-datepicker-next span{
    background-position: -32px 0 ;
}
.ui-datepicker-prev:hover, .ui-datepicker-next:hover {
border: 1px solid #d4cdc1 !important;
background: rgb(242,245,246); /* Old browsers */
background: rgb(242,245,246); /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2YyZjVmNiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjQ2JSIgc3RvcC1jb2xvcj0iI2YyZjVmNiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjQ4JSIgc3RvcC1jb2xvcj0iI2ViZWJlYSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlYmViZWEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  rgba(242,245,246,1) 0%, rgba(242,245,246,1) 46%, rgba(235,235,234,1) 48%, rgba(235,235,234,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(242,245,246,1)), color-stop(46%,rgba(242,245,246,1)), color-stop(48%,rgba(235,235,234,1)), color-stop(100%,rgba(235,235,234,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(242,245,246,1) 0%,rgba(242,245,246,1) 46%,rgba(235,235,234,1) 48%,rgba(235,235,234,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(242,245,246,1) 0%,rgba(242,245,246,1) 46%,rgba(235,235,234,1) 48%,rgba(235,235,234,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(242,245,246,1) 0%,rgba(242,245,246,1) 46%,rgba(235,235,234,1) 48%,rgba(235,235,234,1) 100%); /* IE10+ */
background: linear-gradient(top,  rgba(242,245,246,1) 0%,rgba(242,245,246,1) 46%,rgba(235,235,234,1) 48%,rgba(235,235,234,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f5f6', endColorstr='#ebebea',GradientType=0 ); /* IE6-8 */
}
td.ui-state-hasevent a {
    background: #002664 !important;    /* ff7900  US#36546-B */
    color: #fff !important;
}
td.ui-state-hasevent a:hover {
    color: #ff7900 !important;
}

.ui-datepicker td span, .ui-datepicker td a {
    text-align: center !important;
}
#calendar-container {
    position: relative;
    float:right;
    width: 260px;
    min-height: 230px;
    background: url(/static/images/bkg_calendar_bdr.png) 0 0 repeat-y;

}
#jqcalendar {
    position: absolute;
    top: -10px;
    left: 30px;
    z-index: 300;
    height: 220px;
}

#jqcalendar *{
    font-family: Arial, sans-serif !important;
}
#calendar-event-notification {
    background: #e3e3e3;
    color: #5a5a5a;
    border: 1px solid #888;
/*    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
*/
    display: none;
/*    left: 100%;*/
/*    overflow: auto;*/
    padding: 1em;
    position: absolute;
    top: 0;
    width: 150px;
    height: 150px;
    -moz-box-shadow: 3px 3px 3px rgba(68,68,68,0.6);
    -webkit-box-shadow: 3px 3px 3px rgba(68,68,68,0.6);
    box-shadow: 3px 3px 3px rgba(68,68,68,0.6);
}
#calendar-event-notification h4{
    font-size: 11px;
    color: #5a5a5a;
}
#calendar-event-notification a{
    color: #5a5a5a;
    font-size: 11px;
}
#calendar-event-notification p{
    padding: 0 0 1.5em 0;
    font-size: 10px;
}
#calendar-event-notification #txt{
    background: #e3e3e3;
    color: #5a5a5a;
    height: 145px;
    overflow: hidden;
}
#tail { 
    position:absolute;
    left: 70px;
    top: 100%;
    width: 0;
    height: 0; 
    border-left: 15px solid transparent;
    border-right: 15px solid transparent; 
    border-top: 15px solid #888; 
} 
a.ui-state-hover, /*a.ui-state-active */{
    color: #595959 !important;
    background: #fff;
    border: 1px solid #999;    
}
.ui-state-default.ui-state-hover {
    background: #ebebea !important;
}
.ui-datepicker-today a.ui-state-default {
    background: #ebebea !important;
color: #595959;
}
/*
/*
.ui-datepicker-today a.ui-state-active {
    color: #fff;
    background: #ebebea;
}*/
 */
 /*******************************/
.interior-cal .calendar-statics, .calendar-statics #calendar-container, .interior-cal #jqcalendar {
    position: relative !important;
    float: none;
}
.calendar-statics {
    /*min-height: 15em;*/
}


.interior-cal #jqcalendar {
    max-width: 250px;
}
 

            #archive-date-list {
                display: block;
                margin-bottom: 2em;
                padding: 0 1em;
                line-height: 60px;
                overflow: auto;
                color: #fff;
background: #592b48; /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzU5MmI0OCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjM2JSIgc3RvcC1jb2xvcj0iIzdmMzA2NyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM2MjFiNGIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  #592b48 0%, #7f3067 36%, #621b4b 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#592b48), color-stop(36%,#7f3067), color-stop(100%,#621b4b)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #592b48 0%,#7f3067 36%,#621b4b 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #592b48 0%,#7f3067 36%,#621b4b 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #592b48 0%,#7f3067 36%,#621b4b 100%); /* IE10+ */
background: linear-gradient(to bottom,  #592b48 0%,#7f3067 36%,#621b4b 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#592b48', endColorstr='#621b4b',GradientType=0 ); /* IE6-8 */
            }

    
#home-calendar-statics {
    width: 247px;
}
#home-calendar-statics .event-item {
    float: none !important;
    width: 245px !important;
    height: auto !important;
}
#home-calendar-statics .event-list-teaser, #home-calendar-statics .event-item .read-on, #home-calendar-statics .event-item br{
    display: none !important;
}
#home-calendar-statics .event-item a{
    color: #595959;
}
#home-calendar-statics .event-item a:hover{
    color: #f68b1f;
}

#archive-calendar-statics.half .event-item {
    float: left;

    margin-right: 30px;
    overflow: hidden;
    position: relative;
    width: 360px;
}

.event-item {
    display: block;
    float: left;
   /* height: 95px;*/
    margin: 0 5% 15px 0;
    overflow: hidden;
    width: 150px;
}

#archive-calendar-statics .event-item {
   min-height: 128px;
}
.event-list-title {
    color: #595959;
}
/*.calendar-statics .event-list-teaser {
    display: block !important;
    border: 1px solid #cc0;
}
*/
#archive-date-list select, #archive-date-list * {
    width: auto !important;
    float: none;
    border: none;
}
#archive-date-list #stated {
    padding-right: 0.5em;
}
            #archive-toggle-btn {
                float: right;
            }
            #select-archive-month, #select-archive-year, #find-archive {
                font-size: 14px;
            }
            #select-archive-month {
                margin: 0 1.5em 0 .5em;
            }
            #select-archive-month option {
                padding-left: 20px;
            }
            #select-archive-month option.has-event {
                background: #e8d7a5 url(/icon-event-calendar.png) 0 2px no-repeat;
            }
 .load-text {
    position: absolute;
    top: 30px;
    left: -50px;
    top: 100%;
    text-align: center;
    font-size: 50pt;
    color: #903;
    z-index: 100;
}            
#floatingCirclesG{
    top: 60px;
    left: 40%;
position:absolute;
z-index:99;
width:128px;
height:128px;
-webkit-transform:scale(0.6);
-moz-transform:scale(0.6);
-o-transform:scale(0.6);
-ms-transform:scale(0.6);
}
.f_circleG{
position:absolute;
background-color:#FFFFFF;
height:23px;
width:23px;
-moz-border-radius:12px;
-webkit-border-radius:12px;
border-radius:12px;
-webkit-animation-name:f_fadeG;
-webkit-animation-duration:1.6800000000000002s;
-webkit-animation-iteration-count:infinite;
-webkit-animation-direction:linear;
-moz-animation-name:f_fadeG;
-moz-animation-duration:1.6800000000000002s;
-moz-animation-iteration-count:infinite;
-moz-animation-direction:linear;
-o-animation-name:f_fadeG;
-o-animation-duration:1.6800000000000002s;
-o-animation-iteration-count:infinite;
-o-animation-direction:linear;
-ms-animation-name:f_fadeG;
-ms-animation-duration:1.6800000000000002s;
-ms-animation-iteration-count:infinite;
-ms-animation-direction:linear;
}
#frotateG_01{
left:0;
top:52px;
-webkit-animation-delay:0.6300000000000001s;
-moz-animation-delay:0.6300000000000001s;
-o-animation-delay:0.6300000000000001s;
-ms-animation-delay:0.6300000000000001s}
#frotateG_02{
left:15px;
top:15px;
-webkit-animation-delay:0.8400000000000001s;
-moz-animation-delay:0.8400000000000001s;
-o-animation-delay:0.8400000000000001s;
-ms-animation-delay:0.8400000000000001s}
#frotateG_03{
left:52px;
top:0;
-webkit-animation-delay:1.05s;
-moz-animation-delay:1.05s;
-o-animation-delay:1.05s;
-ms-animation-delay:1.05s;
}
#frotateG_04{
right:15px;
top:15px;
-webkit-animation-delay:1.2600000000000002s;
-moz-animation-delay:1.2600000000000002s;
-o-animation-delay:1.2600000000000002s;
-ms-animation-delay:1.2600000000000002s;
}
#frotateG_05{
right:0;
top:52px;
-webkit-animation-delay:1.4700000000000002s;
-moz-animation-delay:1.4700000000000002s;
-o-animation-delay:1.4700000000000002s;
-ms-animation-delay:1.4700000000000002s;
}
#frotateG_06{
right:15px;
bottom:15px;
-webkit-animation-delay:1.6800000000000002s;
-moz-animation-delay:1.6800000000000002s;
-o-animation-delay:1.6800000000000002s;
-ms-animation-delay:1.6800000000000002s;
}
#frotateG_07{
left:52px;
bottom:0;
-webkit-animation-delay:1.8900000000000001s;
-moz-animation-delay:1.8900000000000001s}
#frotateG_08{
left:15px;
bottom:15px;
-webkit-animation-delay:2.1s;
-moz-animation-delay:2.1s;
-o-animation-delay:1.8900000000000001s;
-ms-animation-delay:1.8900000000000001s;
}
#frotateG_08{
left:15px;
bottom:15px;
-webkit-animation-delay:2.1s;
-moz-animation-delay:2.1s;
-o-animation-delay:2.1s;
-ms-animation-delay:2.1s;
}
@-webkit-keyframes f_fadeG{
0%{
background-color:#000000}
100%{
background-color:#FFFFFF}
}
@-moz-keyframes f_fadeG{
0%{
background-color:#000000}
100%{
background-color:#FFFFFF}
}
@-o-keyframes f_fadeG{
0%{
background-color:#000000}
100%{
background-color:#FFFFFF}
}
@-ms-keyframes f_fadeG{
0%{
background-color:#000000}
100%{
background-color:#FFFFFF}
}
 


/************* event dialog *********************/
a.ui-dialog-titlebar-close {
    float: right;
}

.ui-dialog-title{
    padding-left: 10px;
}
 
.cal-event-block{
    position: relative;
    padding: 10px 0 0 80px;
    /*max-height: 300px;
    overflow: auto;*/
}
.cal-label {
    position: absolute;
    left: 10px;
    top: 10px;
    width: 90px;
    font-weight: bold;
    color: #333;
}

/*.cal-date, .cal-title, .cal-time-loc, cal-time, .cal-loc,*/

.cal-title{
    font-size: 16px;
}
 .cal-title-label{
    /*top: 12px;*/
    font-size: 16px;
}

.cal-time-loc{
    padding-bottom: 10px;
}
.cal-time{
}
.cal-loc{
}

.cal-content a{
    color: #621B4B !important;
}
.cal-content p{
    padding-bottom: 1em !important;
}