table.calendar_small,
table.calendar,
table.calendar_side
{
	border-collapse: collapse;
	padding: 0px;
	margin: 0 0 4px 0;
}
table.calendar_small th,
table.calendar th
{
	background-color: #3B3121;
	color: white;
	border: 1px solid #6F5120;
	text-align: center;
}

table.calendar th select
{
	font-size: 8pt;
	background-color: #F9ECD7;
}

table.calendar_small th
{
	font-size: 10px;
	font-weight: normal;
	padding: none;
	margin: none;
}
table.calendar_small th a, table.calendar_small th a:visited,
table.calendar th a, table.calendar th a:visited
{
	color: white;
	text-decoration: none;
}
table.calendar_small th a:hover, table.calendar_small th a:over, table.calendar_small th a:active,
table.calendar th a:hover, table.calendar th a:over, table.calendar th a:active
{
	color: #33DD33;
}
table.calendar_small td,
table.calendar td
{
	border: 1px solid #444455;
	vertical-align: top;
	text-align: left;
	font-size: 11px;
	margin: 1px 2px 1px 1px;
	line-height: 11px;
}
table.calendar_small td
{
	font-size: 7.2pt;
}
table.calendar_small td.none,
table.calendar td.none
{
	background-color: #C9AF85;
}
table.calendar_small td.event,
table.calendar td.event
{
	background-color: #6AE51F;
}
table.calendar td div
{
	text-align: right;
	font-size: 10px;
}
table.calendar td a
{
	color: #835757 !important;
	text-decoration: none;
	font-weight: normal;
	font-size: 9px;
}
table.calendar td hr
{
	font-size: 1px;
	line-height: 1px;
	height: 1px;
	border: none;
	border-bottom: 1px solid #BBBBCC;
}

table.calendar td a:selected, table.calendar td a:active, table.calendar td a:over,  table.calendar td a:hover
{ 
	color: #C38282 !important;
}
table.calendar td.today
{
	border: 1px solid #D7BD92;
	color:  #6F5120;
	background-color: #F9ECD7;
}

table.calendar_small input
{
	font-size: 9px;
	height: 9px;
	font-style: normal;
	font-family: arial;
}
table.calendar_small input.submit
{
	font-size: 9px;
	height: 17px;
	font-style: normal;
	font-family: arial;
}



table.calendar_side td
{
	font-size: 9px;
	border: 1px solid #888899;
	vertical-align: top;
	text-align: left;
	margin: 0;
}
table.calendar_side td.none
{
	background-color: #B7A485;
}
table.calendar_side td.event
{
	background-color: #77EE77;
}
table.calendar_side td.today
{
	background-color: #EDEDFF;
}

/* border for calendar key images */
.cal_img_bdr
{
	border: 1px solid #888899;
	margin-top: 2px;
}
#calendar_side
{
	text-align: center;
}