/* This code adds the CSS necessary for the Calendar display on the Newsblog */

/* reset.css */
a, table, caption, tbody, tfoot, thead {margin:0;padding:0;border:0;font-weight:inherit;font-style:inherit;font-size:100%;font-family:inherit;vertical-align:baseline;}

td {padding:.2em;}

.calnk a:hover {
         background-position:0 0;
         text-decoration:none;  
         color:#0D0D75;
         border-bottom:1px dotted #000000;
         }
    .calnk a:visited {
         text-decoration:none;
         color:#0D0D75;
         border-bottom:1px dotted #000000;
        }
    .calnk a {
        text-decoration:none; 
        color:#0D0D75; 
        border-bottom:1px dotted #000000;
	  font-size:13px;
        }
    .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:100%;
     }
     .calendar-heading {
        height:25px;
        text-align:center;
        border:1px solid #D6DED5;
        background-color:#d6e5a9;
     }
     .calendar-next {
        width:25%;
        text-align:center;
     }
     .calendar-prev {
        width:25%;
        text-align:center;
     }
     .calendar-month {
        width:50%;
	  font-size:1em;
        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:#d6e5a9;
     }
     .weekend-heading {
        text-align:center;
        width:25px;
        height:25px;
        font-size:0.8em;
        border:1px solid #DFE6DE;
        background-color:#d6e5a9;
        color:#FF0000;
     }
     .day-with-date {
        vertical-align:text-top;
        text-align:left;
        width:60px;
        height:60px;
        border:1px solid #DFE6DE;
     }
     .no-events {

     }
     .day-without-date {
        width:60px;
        height:60px;
        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:#d6e5a9;
     }
     span.event {
        font-size:0.85em;
     }
     .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:#d6e5a9;
     }
     .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;
     }


/* This code edits the formatting of Trainings & Events on the Sidebars of all pages */

	.author_text {
		color:#7a5b18;
		font-size:.85em;
		text-transform:uppercase;
		}

	.events_margin {
		margin-left:3px;
		color:#EAB53D;
		}

	.events_margin h2 {
		font-size:1.05em;
		}

	.events_margin li {
		font-size:1em;
		font-style:italic;
		font-weight:none;
		}

	.events_margin li ul li{
		text-transform:none;
		color:black;
		font-weight:500;
		font-style:normal;
		font-size:1em;
		margin-top:1px;
		margin-bottom:3px;
		}

	.events_margin li ul li li {
		list-style-type:circle;
		}

/* This code edits the formatting of Trainings & Events on the frontpage */

	.author_text {
		color:#7a5b18;
		font-size:.85em;
		text-transform:uppercase;
		}

	.fp_events_margin {
		font-size:1.1em;
		margin-left:-42px;
		margin-top:0px;
		}

	.fp_events_margin li {
		font-weight:bold;
		font-style:italic;		
		}

	.fp_events_margin li ul li{
		font-weight:500;
		font-style:normal;		
		}

	.events_margin li ul li{
		text-transform:none;
		color:black;
		font-weight:500;
		font-style:normal;
		font-size:1em;
		}