/*
// bg = white
// fg = black
// hc = #0b54e8
// hh = #0b44d8
*/

BODY.calendar {
	color: black;
	margin: 0;
	padding: 0;
}

DIV.calendar {
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 10px;
	color: black;
	background-color: white;
}

DIV.calendar TABLE,
DIV.calendar TD,
DIV.calendar TH {
	font-size: inherit;
}

DIV.calendar A:link,
DIV.calendar A:visited {
	text-decoration: none;
	color: #0b54e8;
}

DIV.calendar A:hover,
DIV.calendar A:active {
	text-decoration: underline;
	color: #0b44d8;
}

DIV.calendar DIV.title {
	color: #0b54e8;
	border: 1px solid #0b54e8;
	border-bottom: none;
	text-align: center;
	font-weight: bold;
}

DIV.calendar TABLE {
	width: 100%;
	border: 1px solid #0b54e8;
}

DIV.calendar TABLE TD,
DIV.calendar TABLE TH {
	text-align: center;
	padding: 0;
	margin: 0;
}

DIV.calendar TABLE TD.hili {
	border: 1px solid #0b54e8 !important;
}


DIV.calendar DIV.foot {
	border: 1px solid #0b54e8;
	border-top: none;
	padding-top: 2px;
	padding-bottom: 2px;
	text-align: center;
}
