.year {
	border-style: outset;
	border-width: 1px;
	background-color: #e4e4e4;
	text-align: center;
}
.month {
	/*border-style: gray;*/
	/*border-spacing: 1px;*/
	width: 100%;
	/*padding: 5;*/
	font-size: 1em;

}

.yearname {
	text-align: center;
	font-size: 18px;
	font-weight: bold;
}

.monthname {
	text-align: center;
	font-size: 10px;
	font-weight: bold;
	color: #5D5D5D;
	border-width:1.2em
}

.dayname {
	line-height:1.2em;
	color: #fff; 
	background: #4D4D74 url('/themes/gforge5/images/blue/th.gif') repeat-x; 
	/*text-align: center;*/
	font-weight: bold;
	background-color:#6D6D6D;
	padding: 0 9px;
}

.weeknumtitle {
	text-align: center;
	font-size: 12px;
	font-weight: normal;
	background-color: #e9e9e9;
	border-style: outset;
	border-width:1px
}
.weeknum {
	text-align: center;
	font-size: 10px;
	height:90px;
	width:90px;
	color: #000099;
	background-color: #e9e9e9;
}
.week {
	text-align: center;
	border-spacing: 1px;
	width: 100%;
	padding: 5;
	font-size: 1em;
	bottom-border: 0.1em;
	bottom-border-style:solid;
	bottom-border-width: 0.1em;
}
.monthweek {
	text-align: center;
	font-size: 10px;
	font-weight: bold;
	color: #667171;
	border-style: solid;
	border-width:1px
}
.yearnavigation {
	font-size: 12px;
}
.datepicker {
	background-color: #e4e4e4;
}
.datepickerform {
	margin: 0px;
}
.monthnavigation {
	font-family: Tahoma, Arial, sans-serif;
	text-align:center;
}
.monthpicker {
	font-size: 11px;
	background-color: #eeeeee;
}
.yearpicker {
	font-size: 11px;
	background-color: #eeeeee;
}
.pickerbutton {
	font-size: 11px;
	background-color: #eeeeee;
	border-style: solid;
	border-color: #000000;
	border-width: 1px;
}

.nomonthday {
	text-align: center;
	vertical-align: top;
	/*font-size: 10px;*/
	height:90px;
	width:90px;
	color: #aaaaaa;
}

.monthday {
	text-align: left;
	vertical-align: top;
	/*font-size: 20px;*/
	font-weight: bold;
	/*background-color: #E4E4E4;*/
	color: #384955;
	height:90px;
	width:90px;
}

.today {
	text-align: left;
	vertical-align: top;
	/*font-size: 10px;*/
	font-weight: bold;
	/*background-color: #5CB5C7;
	color: #ffffff; */
	background-color:#F2F4F8;
	height:90px;
	width:90px;

}
.selectedday {
	text-align: left;
	vertical-align: top;
	/*font-size: 18px;*/
	font-weight: bold;
	/*background-color: #FF884D;*/
	height:90px;
	width:90px;
	background-color:#D6D6D6;

}
.sunday {
	text-align: left;
	vertical-align: top;
	/*font-size: 20px;*/

	font-weight: bold;
	height:90px;
	width:90px;
}
.saturday {
	text-align: left;
	vertical-align: top;
	/*font-size: 20px;*/

	font-weight: bold; 
	height:90px;
	width:90px;
}
.event {
	text-align: center;
	vertical-align: top;
	font-size: 0.95em;
	font-weight: bold;
	color: red;
	background-color: #ffff99;
	height:90px;
	width:90px;
}
.event a {
	background-color: #ffff99;
	color: red;
}
.selectedevent {
	text-align: center;
	vertical-align: top;
	font-size: 11px;
	font-weight: bold;
	color: red;
	background-color: #ffff99;
	height:90px;
	width:90px;
}
.selectedevent a {
	background-color: #ffff99;
	color: red;
}
.todayevent {
	text-align: center;
	vertical-align: top;
	font-size: 11px;
	font-weight: bold;
	color: red;
	background-color: #ffff99;
	height:90px;
	width:90px;
}
.todayevent a {
	background-color: #ffff99;
	color: red;
}
.eventcontent {
	margin-top: 4px;
	font-size: 10px;
	border-style: none;
	border-width: 1px;
	width: 100%;
	font-weight: normal;
}

.e_popup {
	position: relative;
	/*visibility: hidden;
	border: 0.1em solid #000;
	background-color:#FFFFFF; 
	padding: 10px;*/
}

.moreEHeader{
	cursor: pointer;
	position: relative;
	text-decoration: underline;
}
