/* Calendar Settings */

  .calnk a:hover {
         background-position:0 0;
         text-decoration:none;  
         color:#000000;
         border-bottom:1px dotted #000000;
         }
    .calnk a:visited {
         text-decoration:none;
         color:#000000;
         border-bottom:1px dotted #000000;
        }
    .calnk a {
        text-decoration:none; 
        color:#000000; 
        border-bottom:1px dotted #000000;
		
        }
    .calnk a span { 
        display:none; 
        }
    .calnk a:hover span {
        color:#333333; 
        background:#FEFDFD;
        display:block;
        position:absolute; 
        margin-top:10px; 
		margin-left:40px;
        padding:25px; 
        width:200px; 
        z-index:100;
		border:1px solid #FFCC00;
		font-family:Verdana, Arial, Helvetica, sans-serif;
        }

    .col6 a:hover span {
        color:#333333; 
        background:#FEFDFD;
        display:block;
        position:absolute; 
        margin-top:10px; 
		margin-left:-60px;
        padding:25px; 
        width:200px; 
        z-index:100;
		border:1px solid #FFCC00;
		font-family:Verdana, Arial, Helvetica, sans-serif;
        }

    .col7 a:hover span {
        color:#333333; 
        background:#FEFDFD;
        display:block;
        position:absolute; 
        margin-top:10px; 
		margin-left:-120px;
        padding:25px; 
        width:200px; 
        z-index:100;
		border:1px solid #FFCC00;
		font-family:Verdana, Arial, Helvetica, sans-serif;
        }

     .calendar-table {
        border:none;
        width:100%;
		
     }
	 
	 #CalendarContainer {
	 margin-top:10px;
	 }
	 
     .calendar-heading {
        text-align:center;
		background:#6FC4F1;
 		font-size:14px;
  		color:white;
  		font-weight:bold;
		padding-top:0px;
		padding-bottom:5px;
     }
	 
	 .calendar-heading a {
	 color:white;
	 }
	 

	 
     .calendar-next {
        width:25%;
        text-align:center;
     }
     .calendar-prev {
        width:25%;
        text-align:center;
     }
     .calendar-month {
        width:50%;
        text-align:center;
        font-weight:bold;
     }
     .normal-day-heading {
        text-align:center;
        width:25px;
        height:25px;
        font-size:0.8em;
        border:1px solid #DFE6DE;
        background-color:#EBF2EA;
     }
     .weekend-heading {
        text-align:center;
        width:25px;
        height:25px;
        font-size:0.8em;
        border:1px solid #DFE6DE;
        background-color:#EBF2EA;
        color:#FF0000;
     }
     .day-with-date {
        vertical-align:text-top;
        text-align:left;
        width:60px;
        height:120px;
        border:1px solid #DFE6DE;
     }
     .no-events {

     }
     .day-without-date {
        width:60px;
        height:120px;
        border:1px solid #E9F0E8;
     }
     span.weekend {
        color:#FF0000;
     }
     .current-day {
        vertical-align:text-top;
        text-align:left;
        width:60px;
        height:60px;
        border:1px solid #BFBFBF;
        background-color:#E4EBE3;
     }
     span.event {
        font-size:0.75em;
		font-family:Verdana, Arial, Helvetica, sans-serif;
     }
     .kjo-link {
        font-size:0.75em;
        text-align:center;
     }
     .event-title {
        text-align:left;
        font-size:1em;
		font-family:Verdana, Arial, Helvetica, sans-serif;
     }
     .event-title-break {
        width:100%;
        margin-top:5px;
        margin-bottom:5px;
        text-align:center;
        height:1px;
        border-bottom:1px dotted #FFCC00;
     }
     .event-content-break {
        width:100%;
        margin-top:5px;
        margin-bottom:5px;
        text-align:center;
        height:1px;
        border-bottom:1px dotted #FFCC00;
     }
     .calendar-date-switcher {
        height:25px;
        text-align:center;
        border:1px solid #D6DED5;
        background-color:#E4EBE3;
     }
     .calendar-date-switcher form {
        margin:0;
        padding:0;
     }
     .calendar-date-switcher input {
        border:1px #D6DED5 solid;
     }
     .calendar-date-switcher select {
        border:1px #D6DED5 solid;
     }
     .cat-key {
        width:100%;
        margin-top:10px;
        padding:5px;
        border:1px solid #D6DED5;
     }
	 
	 #CalendarLocationHeader {
	 padding-top:5px;
	 padding-bottom:5px;
	 position:relative;
	 }
	 
	 #CalendarLocationHeaderLeft {
	 float:left;
	 position:relative;
	 width:340px;
	  }
	 
	 #CalendarLocationHeaderLeft h2 {
	 font-weight:bold;
	 }
	 
	 #CalendarLocationHeaderRight {
	 float:right;
	 position:relative;
	 }
	 
	 #CalendarLocationHeaderMid {
	 float:right;
	 position:relative;
	 font-size:10px;
	 font-style:italic;
	 margin-right:20px;
	 margin-top:8px;
	 }
	 
	 .CalendarEventsHeader {
	 margin-top:5px;
	 }
	 





/* Calendar Widget Settings */

  .mini_calnk a:hover {
         background-position:0 0;
         text-decoration:none;  
         color:#000000;
         border-bottom:1px dotted #000000;
         }

.mini_calnk a:visited {
         text-decoration:none;
         color:#000000;
         border-bottom:1px dotted #000000;
        }

.mini_calnk a {
        text-decoration:none; 
        color:#000000; 
        border-bottom:1px dotted #000000;
		text-align:left;
		
        }

.mini_calnk a span { 
        display:none; 
		text-align:left;
        }

.mini_calnk a:hover span {
        color:#333333; 
        background:#FEFDFD;
        display:block;
        position:absolute; 
        margin-top:10px; 
		margin-right:-100px;
        padding:10px; 
        width:150px; 
        z-index:100;
		border:1px solid #FFCC00;
		font-family:Verdana, Arial, Helvetica, sans-serif;
		font-size:10px;
        }

.mini_col6 a:hover span {
        color:#333333; 
        background:#FEFDFD;
        display:block;
        position:absolute; 
        margin-top:10px; 
		margin-left:-60px;
        padding:10px; 
        width:150px; 
        z-index:100;
		border:1px solid #FFCC00;
		font-family:Verdana, Arial, Helvetica, sans-serif;
        }

.mini_col7 a:hover span {
        color:#333333; 
        background:#FEFDFD;
        display:block;
        position:absolute; 
        margin-top:10px; 
		margin-left:-120px;
        padding:10px; 
        width:150px;  
        z-index:100;
		border:1px solid #FFCC00;
		font-family:Verdana, Arial, Helvetica, sans-serif;
        }

.mini_calendar-table {
        border:none;
        width:100%;
		
     }
	 

.mini_calendar-heading {
        text-align:center;
 		font-size:12px;
  		color:#666666;
  		font-weight:bold;
		padding-top:5px;
		padding-bottom:5px;
		border-bottom:2px dotted #333333;
     }
	 
#mini_Big_Date {
padding:0;
border-bottom:2px dotted #666666;
height:120px;

}

#mini_Big_Date h2 {
font-size:100px;
font-weight:bolder;
}

#mini_Big_Date h3 {
color:#009DDC;
font-weight:bold;
font-size:24px;
}

#mini_Big_Date h4 {
font-style:italic;
font-size:14px;
}

#mini_Big_Left {
float:right;
text-align:right;
padding-top:50px;
padding-right:10px;
}

#mini_Big_Right {
text-align:right;
float:right;
padding:0;
}

.mini_calendar-heading a {
	 color:#666666;
	 }

.mini_calendar-next {
        width:25%;
        text-align:center;
     }

.mini_calendar-prev {
        width:25%;
        text-align:center;
     }

.mini_calendar-month {
        width:50%;
        text-align:center;
        font-weight:bold;
     }

.mini_normal-day-heading {
        text-align:center;
        width:35px;
        height:35px;
        font-size:1.2em;
        border:4px solid white;
        background-color:white;
		color:#333333;
		}

.mini_weekend-heading {
        text-align:center;
        width:35px;
        height:35px;
        font-size:1.2em;
        border:4px solid white;
        background-color:white;
		color:#333333;
     }

.mini_day-with-date {
        vertical-align:middle;
        text-align:center;
        width:35px;
        height:35px;
        border:4px solid white;
		background:#66CCFF;
     }

.mini_no-events {
background:#D5D5D5;

     }

.mini_day-without-date {
        vertical-align:middle;
        text-align:center;
        width:35px;
        height:35px;
        border:4px solid white;
		background:#F7F7F7;
     }
     span.weekend {
        color:#FF0000;
     }

.mini_current-day {
        vertical-align:middle;
        text-align:center;
        width:35px;
        height:35px;
       border:4px solid white;
        background-color:#ADCC84;
     }
span.event {
        font-size:0.75em;
		font-family:Verdana, Arial, Helvetica, sans-serif;
     }

.mini_kjo-link {
        font-size:0.75em;
        text-align:center;
     }

.mini_event-title {
        text-align:left;
        font-size:1em;
		font-family:Verdana, Arial, Helvetica, sans-serif;
     }

.mini_event-title-break {
        width:100%;
        margin-top:5px;
        margin-bottom:5px;
        text-align:center;
        height:1px;
        border-bottom:1px dotted #FFCC00;
     }

.mini_event-content-break {
        width:100%;
        margin-top:5px;
        margin-bottom:5px;
        text-align:center;
        height:1px;
        border-bottom:1px dotted #FFCC00;
     }

.mini_calendar-date-switcher {
        height:25px;
        text-align:center;
        border:1px solid #D6DED5;
        background-color:#E4EBE3;
     }

.mini_calendar-date-switcher form {
        margin:0;
        padding:0;
     }

.mini_calendar-date-switcher input {
        border:1px #D6DED5 solid;
     }

.mini_calendar-date-switcher select {
        border:1px #D6DED5 solid;
     }

.mini_cat-key {
        width:100%;
        margin-top:10px;
        padding:5px;
        border:1px solid #D6DED5;
     }
	 

.mini_CalendarEventsHeader {
	 margin-top:5px;
	 }
	 