/* CSS Document */
table#calendar {
	font-size: 10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-align: rigth;
}
table#calendar caption {
	font-size: 10px;
	font-weight: bold;
	text-align: rigth;
}
table#calendar a {
	font-size: 10px;
	text-decoration:none;
	text-align: rigth;
}
table#calendar tr#days th {
	font-size: 8px;
	color: #666666;
	width: 23px;
	height: 23px;
	text-align: rigth;
	border: 1px solid #FFFFFF;
	background-color: #D2D28F;
	font-weight: bold;
	text-transform: uppercase;
}
table#calendar tr#title th {
	font-size: 10px;
	background: #FFFFFF;
	color: #999900;
	text-align: rigth;
	text-transform: uppercase;
	border: 1px solid #FFFFFF;

}
table#calendar td {
	font-size: 10px;
	color: #666666;
	text-align: rigth;
	width: 23px;
	height: 23px;
	background: #E5E5BF;
	border: 1px solid #FFFFFF;
	border-color: #FFFFFF;
}
table#calendar .day7 {
	text-align: rigth;
	background: #E5E5BF;
	border-right: 1px solid #FFFFFF;
}
table#calendar td a {
	font-weight: bold;
	text-align: rigth;
	width: 23px;
	height: 23px;
}
table#calendar th a {
	font-weight: bold;
	text-align: rigth;
}
table#calendar a:link {
	background-color: #EAE199;
	font-weight: bold;
	font-size: 10px;
	color: #003366;
	width: 23px;
	height: 23px;
	border: 1px solid #FFFFFF;
	border-color: #FFFFFF;
	
}
table#calendar a:visited {
	background-color: #EAE199;
	font-weight: bold;
	font-size: 10px;
	color: #003366;
	width: 23px;
	height: 23px;
	border: 1px solid #FFFFFF;
	border-color: #FFFFFF;
}
table#calendar a:hover {
	background-color: #D2D28F;
	font-weight: bold;
	font-size: 10px;
	color: #003366;
	width: 23px;
	height: 23px;
	border: 1px solid #FFFFFF;
	border-color: #FFFFFF;
}
table#calendar .day1, table#calendar .day7 {
	background: #E5E5BF;

}
table#calendar .blank {
	background: #E5E5BF;
	border: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
}
table#calendar .lastweek td {
	width: 23px;
	height: 23px;
	background: #E5E5BF;
	border: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
}
table#calendar .today {
	background-color: #E5E5BF;
	border:1px solid #000000;
	text-align: rigth;
	font-weight: bold;
}