@charset "utf-8";
/* CSS Document */

body {
	background:url(./images/bg.jpg) repeat-x;
	background-color:#000000;
	margin:0 auto;
	padding:10px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#fff;
}
a:link, a:visited, a:active {
	color:#fff;
}
#bodyTop {
	background:url(./images/bodyTop.gif) no-repeat;
	width:900px;
	height:28px;
	margin:0 auto;
}
#bodyBot {
	background:url(./images/bodyBot.gif) no-repeat;
	width:900px;
	height:31px;
	margin:0 auto;
}
#headerContainer {
	width:900px;
	margin:0 auto;
}
#logoContainer {
	float:left;
	width:320px;
	padding-bottom:5px;
}
#navContainer {
	float:left;
	width:580px;
	text-align:right;
	margin-top:110px;
	padding-bottom:5px;
}
#navContainer a:link, #navContainer a:visited, #navContainer a:active {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:15px;
	color:#fff;
	text-decoration:none;
	font-weight:bold;
}
#navContainer a:hover {
	color:#C0C0C0;
}
#singleColumn {
	width:900px;
	text-align:center;
}
#singleColumn a:link, #singleColumn a:visited, #singleColumn a:active {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#fff;
	text-decoration:none;
	font-weight:bold;
}
#singleColumn a:hover {
	color:#C0C0C0;
}
#footerContainer a:link, #footerContainer a:visited, #footerContainer a:active {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#fff;
	text-decoration:none;
	font-weight:bold;
}
#footerContainer a:hover {
	color:#C0C0C0;
}
#bodyContainer {
	background:url(./images/bodybg.jpg) repeat-y;
	width:900px;
	margin:0 auto;
}
#col1 {
	float:left;
	width:550px;
	
}

#col2 {
	float:left;
	width:350px;
}
#footerContainer {
	width:900px;
	margin:0 auto;
}
    .calnk a:hover {
         background-position:0 0;
         text-decoration:none;  
         color:#fff;
         border-bottom:1px dotted #fff;
         }
    .calnk a:visited {
         text-decoration:none;
         color:#fff;
         border-bottom:1px dotted #fff;
        }
    .calnk a {
        text-decoration:none; 
        color:#fff; 
        border-bottom:1px dotted #fff;
        }
    .calnk a span { 
        display:none; 
        }
    .calnk a:hover span {
        color:#333333; 
        background:#F6F79B; 
        display:block;
        position:absolute; 
        margin-top:1px; 
        padding:5px; 
        width:150px; 
        z-index:100;
        }
     .calendar-table {
        border:none;
        width:90%;
     }
     .calendar-heading {
        height:25px;
        text-align:center;
        border:1px solid #D6DED5;
        background-color:#333333;
     }
     .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:#333;
     }
     .weekend-heading {
        text-align:center;
        width:25px;
        height:25px;
        font-size:0.8em;
        border:1px solid #DFE6DE;
        background-color:#333;
        color:#FF0000;
     }
     .day-with-date {
        vertical-align:text-top;
        text-align:left;
        width:60px;
        height:60px;
		background-color:#111;
        border:1px solid #333;
     }
     .no-events {

     }
     .day-without-date {
        width:60px;
        height:60px;
        border:1px solid #000000;
     }
     span.weekend {
        color:#FF0000;
     }
     .current-day {
        vertical-align:text-top;
        text-align:left;
        width:60px;
        height:60px;
        border:1px solid #BFBFBF;
        background-color:#333;
     }
     span.event {
        font-size:0.75em;
     }
     .kjo-link {
        font-size:0.75em;
        text-align:center;
     }
     .event-title {
        text-align:center;
        font-weight:bold;
        font-size:1.2em;
     }
     .event-title-break {
        width:96%;
        margin-left:2%;
        margin-right:2%;
        margin-top:5px;
        margin-bottom:5px;
        text-align:center;
        height:1px;
        background-color:#000000;
     }
     .event-content-break {
        width:96%;
        margin-left:2%;
        margin-right:2%;
        margin-top:5px;
        margin-bottom:5px;
        text-align:center;
        height:1px;
        background-color:#000000;
     }
     .calendar-date-switcher {
        height:25px;
        text-align:center;
        border:1px solid #D6DED5;
        background-color:#333;
     }
     .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;
     }
	 p {
		padding:10px;
		margin:0;
	 }