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: #666671;
	color: white;
	border: 1px solid #444455;
	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: 8pt;
}
table.calendar_small td.none,
table.calendar td.none
{
	background-color: #CCCCD4;
	
}
table.calendar_small td.event,
table.calendar td.event
{
	background-color: #fff05c;
}
table.calendar td div
{
	text-align: right;
	font-size: 10px;
}
table.calendar td a
{
	color: #5555DD !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: #9999EE !important;
}
table.calendar td.today
{
	border: 1px solid #8888AA;
	color:  #9999FF;
	background-color: #F3F3FF;
}

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
{
	border-collapse: collapse;
	margin: 0 auto;
	width: 90%;
}
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: #CCCCD4;
}
table.calendar_side td.event
{
	background-color: #77EE77;
}
table.calendar_side td.today
{
	background-color: #EDEDFF;
}
table.calendar_side td a
{
	display: block;
}

/* border for calendar key images */
.cal_img_bdr
{
	border: 1px solid #888899;
	margin-top: 2px;
}
#calendar_side
{
	text-align: center;
}

/* tom 27/06/2008 */
div#calendar
{
	margin: 0 auto;
	text-align: center;
}
div#calendar a.title
{
	color: #777;
	text-decoration: none;
	font-weight: bold;
}
