/* Start of CMSMS style sheet 'j2_calendar_style' */
/* big calendar */
table.big-calendar  {
  background: #ffffff;
  margin: 0;
  padding: 0;
}
table.big-calendar caption.big-calendar-month {
	background: #0e3817;
	font-size: 150%;
	font-family: Arial,Helvetica,Verdana,Tahoma,sans-serif;
	color: #ffe2c2;
	font-weight: bold;
	padding: 3px 0;
	width: 100%;
}

/* Insert Calendar Nav Here */

table.big-calendar th {
	background: #621122;
	color: #ffe2c2;
	text-align: center;
	width: 80px;
	padding: 3px;
}
table.big-calendar td {
	margin: 0;
	padding: 0;
	height: 80px;
	background: #3f0c17;
	color:#ffe2c2;
	border-color: #4f0f1d;
	border-style:none solid solid none;
	border-width:0pt 1px 1px 0pt;
}
table.big-calendar td  a {
	color:#ffe2c2;
	font-weight: normal;
}
table.big-calendar td a:hover {
	color: #11431c;
}
table.big-calendar div.big-calendar-event {
	margin: 2px;
	margin-left: 4px;
	font-size: 80%;
	background: url(../images/bg_event_calendar.gif) no-repeat 0 2px;
	text-indent: 6px;
	line-height: 12px;
}
table.big-calendar td span.big-calendar-dayNum {
	font-weight: bold;
	display: block;
	color: #ffb664;
	padding: 3px;
}
table.big-calendar td span.big-calendar-dayNum  a {
	color: #ffb664;
	font-weight: bold;
}
/* small calendar */
#calwrap {
	width: 190px;
	margin: 10px auto;
	background: #11431c;
	padding: 4px;
	
}
table.calendar caption span.calendarMonthTitle {
	font-size: 130%;
	color: #ffe2c2;
	text-align: left;
	font-weight: bold;
	font-family: Arial,Helvetica,Verdana,Tahoma,sans-serif;
	padding: 3px 0;
	float: left;
	width: 150px;
}
table.calendar span.calendar-prev a {
	display: block;
	text-indent: -9999px;
	width: 13px;
	height: 12px;
	background: url(../images/bg_calendar-prev.gif) no-repeat 0 0;
	float: left;
	padding: 0 2px;
	margin-top: 8px;
}
table.calendar span.calendar-prev a:hover {
	background-position: 0 -13px;
}
table.calendar span.calendar-next a{
	display: block;
	text-indent: -9999px;
	width: 13px;
	height: 12px;
	background: url(../images/bg_calendar-next.gif) no-repeat 0 0;
	float: left;
	padding: 0 2px;
	margin-top: 8px;
}
table.calendar span.calendar-next a:hover {
	background-position: 0 -13px;
}
table.calendar td a:hover {
	color: #ffe2c2;
}
table.calendar th {
	width: 24px;
	height: 17px;
	overflow: hidden;
}
table.calendar th {
	background: #0E3817;
	padding: 2px;
}
table.calendar tr.daysMonth th {
	text-transform: uppercase;
	color: #ffe2c2;
	font-family: Arial,Helvetica,Verdana,Tahoma,sans-serif;
}
table.calendar td.days {
	background: url(../images/bg_calendar.gif) no-repeat center 2px;
	color: #ffffff;
	font-weight: bold;
	text-align: center;
	font-size: 85%;
	width: 24px;
	height: 17px;
	line-height: 17px;
	padding: 2px;
}
#dhtmltooltip{
position: absolute;
width: 150px;
border: 1px solid #ffffff;
padding: 5px 20px 20px 20px;
background-color: #621122;
color: #ffffff;
visibility: hidden;
z-index: 100;
/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);
}
#dhtmltooltip a {
	color: #ffffff;
	font-weight: normal;
}
/* Calendar List */
div.calendar-list {
	background: #b5cfbd;
	padding: 10px;
	margin: 2px 0;
}
div.calendar-list h4 {
	font-family: Arial,Helvetica,Verdana,Tahoma,sans-serif;
	color: #0e3817;
	font-size: 115%;
}
h3.calendar-list-h3{
	font-family: Arial,Helvetica,Verdana,Tahoma,sans-serif;
	text-transform: uppercase;
	background: #0e3817;
	font-size: 135%;
	text-indent: 10px;
	color: #ffe2c2;
	font-weight: normal;
}
/* End of 'j2_calendar_style' */

