/*
body {
	font-family:"Tahoma", Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align: center;
	font-weight: normal;
	color: #4d5651;	
}

a {
	text-decoration: none;
	color: #CCCCCC;
	text-align: center;
}
a:hover {
	text-decoration: none;
	color: #82b501;
}*/

.year {
	border-style: outset;
	border-width: 1px;
	background-color: #ffffff;
	text-align: center;
}
.month {
	border-style: none;
	background-color: #ffffff;
	text-align: center;
}
.yearname {
	text-align: center;
	font-size: 18px;
	font-weight: bold;
}
div.monthname{
	font-size:25px;
	font-weight: bold;
	text-align:center;
	width:160px;
	height: 40px;
	font-size: 30px;
	margin-bottom:5px;;
}
.dayname {
	text-align: center;
	font-size: 12px;
	font-weight:bolder;
	text-transform:uppercase;
	background-color: #4d5651;
	color: #ffffff;
	border:1px solid #4d5651;
}
.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;
}
.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: Arial, sans-serif;
	font-size: 12px;
	font-weight:bolder;
	color:#FFFFFF;
	text-align:center;
}

.monthnavigation a{
	color:#FFFFFF;
	background-color:#82b501;
	display:block;
	width:22px;
	height:auto;
	float:left;
	text-decoration:none;
}

.monthpicker {
	font-size: 11px;
	background-color: #ffffff;
}
.yearpicker {
	font-size: 11px;
	background-color: #ffffff;
}
.pickerbutton {

}
.nomonthday {
	position:relative;
	text-align: center;
	font-size: 10px;
	height:20px;
	width:20px;
	color: #aaaaaa;
	background-color: #f7f7f7;
}
.monthday {
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	background-color: #ffffff;
	color: #000000;
	height:20px;
	width:20px;
	border:1px solid #dadada;
}
.today {
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	border: 2px solid #82b501;
	background-color: #ffffff;
	color: #000000;
	height:20px;
	width:20px;
}
.selectedday {
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	border: 1px solid #82b501;
	background-color: #ffffff;
	height:20px;
	width:20px;
}

.sunday {
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	color: #667171;
	height:20px;
	width:20px;
	background-color: #ebebeb;
	border:1px solid #dadada;
}
.sunday a {
	color: #667171;
}
.saturday {
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	color: #667171;
	height:20px;
	width:20px;
	background-color: #ebebeb;
	border:1px solid #dadada;
}
.saturday a {
	color: #667171;
}
.event {
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	border:1px solid #dadada;
	color: #ffffff;
	background-color: #82b501;
	height:20px;
	width:20px;
}

.event a {
	color: #ffffff;
}
.event_nogremi {
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	border:1px solid #dadada;
	color: #000000;
	background-color:#B57002;
	height:20px;
	width:20px;
}

.event_nogremi a {
	color: #ffffff;
}

.selectedevent {
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	border: 1px solid #82b501;
	color: #000000;
	background-color: #ffffff;
	height:20px;
	width:20px;
}
.selectedevent a {
	background-color: #ffffff;
	color: #000000;
}

.todayevent {
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	border-width: 1px;
	border-style: solid;
	color: red;
	background-color: #ffffff;
	border: 2px solid #82b501;
	height:20px;
	width:20px;
}
.todayevent a {
	background-color: #ffffff;
	color: #000000;
}

.todayevent_gremi {
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	border-width: 1px;
	border-style: solid;
	color: red;
	background-color: #ffffff;
	border: 2px solid #82b501;
	height:20px;
	width:20px;
}
.todayevent_gremi a {
	background-color: #ffffff;
	color: #000000;
}

.todayevent_nogremi {
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	border-width: 1px;
	border-style: solid;
	color: red;
	background-color: #ffffff;
	border: 2px solid #B57002;
	height:20px;
	width:20px;
}
.todayevent_nogremi a {
	background-color: #ffffff;
	color: #000000;
}
.eventcontent {
	font-size: 10px;
	border-style: outset;
	border-width: 1px;
	border-color:#82b501;
	width: 100%;
}
