#overview
{
	width: 980px;
	float: left;
}


.year a {
	text-decoration: none;
	color: #000000;
	text-align: center;
}
.year a:hover {
	text-decoration: none;
	color: #3163CE;
}
.year {
	background-color: #ffffff;
	text-align: center;
}
.month {
	border-style: none;
	background-color: #ffffff;
	text-align: center;
	
	margin-bottom: 20px;
	margin-left:1px;
	
}

.yearname {
	text-align: center;
	font-size: 18px;
	font-weight: bold;
}

.next
{
	font-size: 0.8em;
}

.monthname {
	text-align: center;
	font-size: 12px;
	background-color: #ffffff;
	color: #000000;
	border-style: none;
	border-width:1px
}
.weeknumtitle {
	text-align: center;
	font-size: 10px;
	font-weight: normal;
	
	background-color: #ffffff;
	border-style: none;
	border-width:1px
}
.weeknum {
	text-align: center;
	font-size: 10px;
	height:20px;
	width:20px;
	color: #000000;
	background-color: #ffffff;
	color: #F68541 !important;
}
.week {
	border-style: none;
	background-color: #ffffff;
	text-align: center;
}
.monthweek {
	text-align: center;
	font-size: 10px;
	font-weight: bold;
	color: #000000;
	border-style: solid;
	border-width:1px
}
.yearnavigation {
	font-size: 12px;
}
.datepicker {
	background-color: #ffffff;
}
.datepickerform {
	margin: 0px;
}
.monthnavigation {
	font-family: Verdana,Arial;
}
.monthpicker {
	font-size: 11px;
	background-color: #ffffff;
}
.yearpicker {
	font-size: 11px;
	background-color: #ffffff;
}
.pickerbutton {

}
.nomonthday {
	text-align: center;
	font-size: 10px;
	height:20px;
	width:30px;
	color: #aaaaaa;
	font-weight: bold;
}

.monthday {
        text-align: center;
        font-size: 11px;
        font-weight: bold;
        background-color: #FAFAFA;
        color: #000000;
        height:20px;
        width: 30px;
}

.monthday a {
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	background-color: #FAFAFA;
	color: #000000;
	height:20px;
	width: 30px;
}
.today {
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	background-color: #FAFAFA;
	color: red;
	height:20px;
	width:30px;
}
.today a
{
	color: red;
}

.sunday {
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	background-color: #FAFAFA;
	color: #667171;
	height:20px;
	width:20px;
}
.sunday a {
	color: black;
}
.saturday {
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	background-color: #FAFAFA;
	color: #667171;
	height:20px;
	width:20px;
}
.saturday a {
	color: black;
}
.event {
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	background-color: #ffffff;
	height:20px;
	width:30px;
}

.selectedevent {
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	border-width: 1px;
	border-style: solid;
	color: #000000;
	background-color: #ffffff;
	height:20px;
	width:20px;
}
.selectedevent a {
	background-color: #ffffff;
	color: #000000;
}
.selectedday a
{
	color: black;
}
.todayevent {
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	border: 1px solid black;
	color: red;
	background-color: #ffffff;
	height:20px;
	width:20px;
}
.todayevent a {
	background-color: #ffffff;
	color: red;
}
.eventcontent {
	font-size: 10px;
	border-style: outset;
	border-width: 1px;
	width: 100%;
}

#userlist
{
	width: 250px;
	overflow: auto;	
	height: 350px;
	
}


.dpDiv {
	}


.dpTable {
	font-family: Verdana,Arial;
	font-size: 12px;
	text-align: center;
	color: #000000;
	background-color: #FFFFFF;
	border: 1px solid #AAAAAA;
	}



.dpTD {
	border: 1px solid #ece9d8;
	}


.dpDayHighlightTD {
	background-color: #CCCCCC;
	border: 1px solid #AAAAAA;
	}


.dpTDHover {
	background-color: #aca998;
	border: 1px solid #888888;
	cursor: pointer;
	color: #CCCCCC;
	}


.dpTitleTD {
	}


.dpButtonTD {
	}


.dpTodayButtonTD {
	}


.dpDayTD {
	background-color: #FFFFFF;
	border: 1px solid #AAAAAA;
	color: black;
	}


.dpTitleText {
	font-size: 12px;
	color: gray;
	font-weight: bold;
	}


.dpDayHighlight {
	color: black;
	font-weight: bold;
	}


.dpButton {
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: gray;
	background: #FFFFFF;
	font-weight: bold;
	padding: 0px;
	}


.dpTodayButton {
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: gray;
	background: #FFFFFF;
	font-weight: bold;
	}


