.tx-jwcalendar-pi1 {
	font-family: tahoma;
	background-color: #FFFFFF;
	width: 100%;
	margin-right: 2px;
	margin-left: 2px;
	padding-right: 5px;
	padding-left: 5px;
	border: 0px none;
}

.jwcalendar_month {
	padding: 4px;
}

.title {
	font-family: tahoma;
	font-size: 13px;
	font-weight: bold;
	color: #336699;
}

.monthbrowser {
	padding: 2px 2px 6px;
	width: 100%;
	margin-bottom: 10px;
	border-top: 0px none;
	border-right: 0px none;
	border-bottom: 1px solid #000000;
	border-left: 0px none;
}

.navs {
	border: 0px none;
	margin-top: 6px;
	margin-bottom: 2px;
	width: 90%
}

.months {
	cellspacing: 0px;
	background-color: #FFFFFF;
	padding: 0px;
	margin-top: 4px;
	margin-bottom: 2px;
	margin-left: 14px;
	border: 0px none;
	width: 100%;
}

.other_month a, .next_year a, .other_month a:visited, .year a:visited {
	font-family: tahoma;
	font-size: 12px;
	font-weight: bold;
	color: #3a91c5;
	background-color: #FFFFFF;
	text-align: center;
	margin: 0px;
	padding-top: 3px;
	padding-right: 8px;
	padding-bottom: 2px;
	padding-left: 8px;
	border: 0px none;
	text-decoration:none;
}

.current_month a, .current_month a:visited {
	font-family: tahoma;
	font-size: 12px;
	font-weight: bold;
	color: #336699;
	background-color: #FFFFFF;
	text-align: center;
	margin: 0px;
	padding-top: 3px;
	padding-right: 8px;
	padding-bottom: 2px;
	padding-left: 8px;
	border: 0px none;
	text-decoration:none;
}

.current_month a:hover, .other_month a:hover, .year a:hover {
	text-decoration:none;
	color: #336699;
}

.year {
	margin-left: 20px;
	width: 300px;
	text-align: left;
	font-family: tahoma;
	font-size: 12px;
	font-weight: bold;
}

.days_view {
	width: 100%;
	padding-left: 8px;
	padding-right: 8px;
}

.days {
	width: 100%;
}

.dayname, .week {
	font-family: tahoma;
	font-weight: bold;
	color: #FFFFFF;
	font-size: 12px;
	background-color: #336699;
	border: 1px solid #FFFFFF;
	padding: 3px;
}

.dayname, .inside, .outside, .dayitem, .singleday, .inside_weekend {
	text-align: center;
	align: center;
	padding: 3px;
}

.inside, .outside, .inside_weekend {
	border: 1px solid #FFFFFF;
}

.inside {
	background-color: #EBEBEB;
}

.inside_weekend {
	background-color: #CCCCCC;
}

.dayitem a, .dayitem a:visited, .dayitem a:active {
	font-family: tahoma;
	font-size: 12px;
	font-weight: bold;
	color: #3a91c5;
	text-decoration:none;
}

.dayitem a:hover {
	font-family: tahoma;
	font-size: 12px;
	font-weight: bold;
	color: #336699;
	text-decoration:none;
}

.today {
	border: 1px dashed #3a91c5;
}

.jwcalendar_olbg { border: solid 0px #003399; background-color: #336699; }
.jwcalendar_olfg { border: 0px; background-color: #EBEBEB; padding:6px 6px; text-align:left;}
.jwcalendar_olcf { font-family: tahoma; font-size: 10px; line-height: 2em; font-weight: bold; color: #FFFFFF; }
.jwcalendar_oltf { font-family: tahoma; font-size: 10px; color: #000000; }