/*Small Calendar*/
.small, .small table  {
	font-family: verdana, tahoma;
	font-size: 10px;
	margin: 0px;
	padding: 0 0 0 0px;
	border-spacing: 0px;
	border-collapse: collapse;
	text-align: center;
}
.small th {
	border-bottom: 1px solid #dddddd;
	height: 20px;
}
.small thead {
	font-weight: bold;
	font-size: 12px;
	height: 20px;
	color: #000;
}
.small tfoot {
	font-size:10px;
	width:100%;
	text-align:center;
	vertical-align: middle;
}
.small td {
	width: 20px;
	height: 18px;
	text-align: center;
	font-size:10px;
	padding: 0;
}
.small .withoutLink {
	/*padding: 0 0 0 3px;*/
}
.small .withLink {
	font-weight: bold;
	background: url(images/event.png) no-repeat center;
}
.small .withLink:hover {
	background: url(images/event-over.png) no-repeat center;
}
.small .today {
	background: url(images/event-today.png) no-repeat center;
}
.small a, .small a:link {
	text-decoration: none;
	color: #000000;
}
.small a:hover {
	text-decoration: underline;
}
.small_description .closebutton{
	font-size:9px;
	margin:2px;
	padding:2px;
	text-align:center;
}
.small_description .adesc {
	padding: 4px;
}
/*end of Small Calendar*/

/*Large Calendar*/
.large, .large table  {
	font-size: 12px;
	border-spacing: 3px;
	text-align: center;
}
.large th {
	height: 20px;
	text-align:center;
}
.large thead {
	font-weight: normal;
	font-size: 14px;
	height: 20px;
	color: #000;
}
.large tfoot {
	font-size:12px;
	width:100%;
	text-align:center;
	vertical-align: middle;
}
.large td {
	width: 20px;
	height: 18px;
	text-align: center;
	font-size:12px;
	padding: 0 0 0 3px;
}
.large td a {
	color: #000000;
}
.large .withoutLink {
	/*padding: 0 0 0 3px;*/
}
.large .withLink {
	-moz-border-radius-bottomleft:5px;
	-moz-border-radius-bottomright:5px;
	-moz-border-radius-topleft:5px;
	-moz-border-radius-topright:5px;
	background-color: #f5f8fd;
	border:1px solid #99CCFF;
}
.large .withLink:hover {
	-moz-border-radius-bottomleft:5px;
	-moz-border-radius-bottomright:5px;
	-moz-border-radius-topleft:5px;
	-moz-border-radius-topright:5px;
	background-color: #ddeeff;
}
.large .today {
	-moz-border-radius-bottomleft:5px;
	-moz-border-radius-bottomright:5px;
	-moz-border-radius-topleft:5px;
	-moz-border-radius-topright:5px;
	background-color:#FFDDDD;
	border:1px solid #FFBBBB;
}
.large a, .large a:link {
	text-decoration: none;
	//color: #000000;
}
.large a:hover {
	text-decoration: underline;
	font-weight: bold;
}
.large_description .adesc {
	padding: 4px;
}
/*end of Large Calendar*/

