﻿#eventkalender{
    float: left;
	overflow: hidden;
	color:#666666;
	font-size:11px;
}
#calendar table {
	width: 100%;
	clear: both;
	background-color: #e2e2e2;
    margin: 0;
}
.jscal_daycell {
	background:none repeat scroll 0 0 #D7D7D7;
	border-bottom:1px solid #EAEAEA;
	border-right:1px solid #EAEAEA;
	color:#373636;
	font-size:10px;
	margin:0;
	padding:0;
	text-align:center;
	width:32px;
}
.jscal_day {
	display:block;
	height:15px;
	line-height:13px;
}
.jscal_activeday .jscal_day {
    height:13px;
	line-height:12px;
	padding: 0;    
}
.jscal_weekday {
	text-align:center;
	text-transform:uppercase;
	background-color: #FDB813; 
	color: #FFF;
	font-weight: bold;
}
.jscal_activeday .jscal_day {
	background-color: #5b5b5b;
	color: #FFF;
}
.jscal_month {
	text-transform:capitalize;
	white-space: nowrap ! important;
}
.jscal_calendar_week_column {
	background-color: #8c8c8c;
	color: #FFF;
}
.jscal_year, .jscal_month{
    display: inline;
    margin-right:5px;
}
.jscal_goback {
  float: left;
  width: 5px;
  background: url(../images/KalenderManth.gif) 0 0 no-repeat;
  height: 9px;
  cursor:pointer;
  margin: 2px 0 0;
  padding: 0;
  overflow: hidden;
  text-indent: -9999px;
}
.jscal_goforward{
  float: right;
  width: 5px;
  background: url(../images/KalenderManth.gif) -5px 0 no-repeat;
  height: 9px;
  cursor:pointer;
  margin: 2px 0 0;
  padding: 0;
  overflow: hidden;
  text-indent: -9999px;
}
.jscal_topbar {
	color:#373636;
	float:left;
	font-size:10px;
	margin:0;
	overflow:hidden;
	padding:4px 8px 4px 6px;
	text-align:center;
	width:218px;
}
#jscal_showevents {float: left; min-height:32px;}
#jscal_showevents a {color: #7d7d7d;}
#jscal_showevents a:hover {text-decoration:underline;}
ul.jscal_eventlist {
	list-style-type:disc;
	padding:0;
	margin: 0;
}
#calendar .hr {height: 8px;}
#jscal_showevents ul {
    padding: 3px 0 0 0;
    margin:0;
}
#jscal_showevents li  {
    list-style-type: none;
    margin:0;
    padding: 3px 0;
}
#jscal_showevents ul li a { text-decoration: none; }
ul.CalendarEventsList {
	padding: 0 !important;
	margin: 5px !important;
}
.calendarContentDiv a {
    color: #7d7d7d;
    text-decoration: none;
}
.calenderContentDiv td.jscal_daycell a.jscal_dayevent { color: #000; }
.jscal_dayevent {
	background:none repeat scroll 0 0 #FFFFFF;
	cursor:pointer;
	width:32px;
}
.jscal_activeday {
	padding:0 0 1px;
	width:30px;
	background-color:#D7D7D7;
}
.more {
    height: 28px;
    display:none;
}
.more a {
    display:block;
    color: #FFF;
    text-decoration: none;
    font-weight: bold;
    padding: 6px 0 0 15px;
}
