.CalendarTable {
	border-left: 1px solid black;
	border-right: 1px solid black;
	border-bottom: 1px solid black;
}

.CalendarCell {
	width: 30px;
	height: 30px;
	color: black;
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	text-align: right;
	vertical-align: top;
	background-image: url("../imagenes/ryu_calendar/cell_background.gif");
	cursor: pointer;
}

.CalendarCellHover {
	width: 30px;
	height: 30px;
	color: black;
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	text-align: right;
	vertical-align: top;
	background-image:
		url("../imagenes/ryu_calendar/cell_background_hover.gif");
	cursor: pointer;
}

.CalendarCellActual {
	width: 30px;
	height: 30px;
	color: white;
	font-family: Arial;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	text-align: right;
	vertical-align: top;
	background-image:url("../imagenes/ryu_calendar/cell_background_lauris.gif");
	cursor: pointer;
}

.CalendarCellActualHover {
	width: 30px;
	height: 30px;
	color: blue;
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	text-align: right;
	vertical-align: top;
	background-image:
		url("../imagenes/ryu_calendar/cell_background_hover.gif");
	cursor: pointer;
}

.CalendarWeek {
	width: 30px;
	height: 30px;
	color: black;
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	vertical-align: middle;
	background-image: url("../imagenes/ryu_calendar/week_background.gif");
}

.CalendarClock {
	background-color: black;
	color: white;
	font-family: Arial;
	font-size: 9pt;
	text-align: center;
	width: 60px;
}

.CalendarHeader {
	height: 25px;
	background-color:gray;
	font-family: verdana, sans-serif;
	font-size: 15px;
	text-align: center;
	/*background-image: url("../imagenes/ryu_calendar/header_background.gif");*/
}

.CalendarFooter {
	background-color: gray;
	/*background-image: url("../imagenes/ryu_calendar/footer_background.gif");*/
	/*background-repeat: repeat-x;*/
}

.CalendarMonths {
	color: black;
	font-family: Arial;
	font-size: 12px;
	text-align: left;
	font-weight: bold;
}

.CalendarActions {
	margin: 0px;
	padding: 0px;
	height: 25px;
	background-image: url("../imagenes/ryu_calendar/actions_background.gif");
	background-repeat: repeat-x;
}

.CalendarInfo {
	color: white;
	text-align: center;
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	vertical-align: middle;
}