body
{
	cursor: default
	background: #FFFFFF;
}

td
{
	font-family: Arial, Verdana, Sans-Serif, Clean;
	font-size: 10pt;
}

table.Cal
{
	border: none 0px;
	border-collapse: collapse;
	background-repeat: no-repeat;
	background-position: center;
	width: 100%;
	height: 100%;
}
table.CalDayNo
{
	position: relative;
	top: 0px;
	left: 0px;
	background: #0D273F;
	padding: 0px;
	padding-left: 2px;
	padding-right: 2px;

	border-right: solid 1px #FFFFFF;
	border-bottom: solid 1px #FFFFFF;


	font-family: Arial, Verdana, Sans-Serif, Clean;
	color: #FFFFFF;
	font-size: 8pt;
	font-weight: bold;

	text-align: left;
}

tr.CalTitle
{
	background: url('../images/bg.gif');
	height: 51px;
}
tr.CalRow
{
	height: 14%;
}

td.CalTitle
{
	font-weight: bold;
	font-size: 20px;
	text-align: center;
	color: #FFFFFF;
	height: 51px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 0px;

}
td.CalLogo
{
	padding-left: 6px;
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}
td.CalColHdr
{
	font-weight: bold;
	text-align: center;
	background: url('../images/cal_menubar-bg.gif');
	color: #000000;
	width: 10%;
	padding: 0px;
	height: 29px;
	vertical-align: center;
}
td.CalBtnPrev
{
	font-weight: bold;
	font-size: 20px;
	text-align: left;
	color: #FFFFFF;
	padding: 0px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 0px;
	padding-bottom: 0px;
}
td.CalBtnNext
{
	font-weight: bold;
	font-size: 20px;
	text-align: right;
	color: #FFFFFF;
	padding: 0px;
	padding-right: 20px;
	padding-left: 20px;
	padding-top: 0px;
	padding-bottom: 0px;
}
td.CalCellNo
{
	font-weight: bold;
	text-align: left;
	vertical-align: text-top;
	color: #000000;
	border: 2px solid;
	border-right: solid 1px #C0C0C0;
	border-bottom: solid 1px #C0C0C0;
	border-top: solid 1px #FFFFFF;
	border-left: solid 1px #FFFFFF;

	background-repeat: no-repeat;
	background-position: center;

	padding: 0px;
	width: 14%;
	height: 50px;
}
td.CalCellNo_On
{
	font-weight: bold;
	text-align: left;
	vertical-align: text-top;
	color: #FFFFFF;
	border-left: solid 1px #FFFFFF;
	border-right: solid 1px #C0C0C0;
	border-bottom: solid 1px #C0C0C0;
	border-top: solid 1px #FFFFFF;

	background: #750F0E;
	background-repeat: no-repeat;
	background-position: center;
	padding: 0px;
	width: 14%;
	height: 50px;
}
td.CalLbl
{
	font-weight: bold;
	color: #FFFFFF;
	padding-right: 8px;
}
td.CalFooter
{
	font-weight: bold;
	text-align: left;
	background: url('../images/cal_bg.gif');
	color: #000000;
	padding: 6px;
	height: 22px;
}

select.CalCbo
{
	font-family: Arial, Verdana, Sans-Serif, Clean;
	font-size: 10pt;
	color: #000000;
	background: #FFFFFF;
	height: 21px;
}

font.ErrTitle
{
	font-family: Arial, Verdana, Sans-Serif, Clean;
	font-size: 20pt;
	font-weight: bold;
	color: red;
}
font.ErrMsg
{
	font-family: Arial, Verdana, Sans-Serif, Clean;
	font-size: 12pt;
	font-weight: bold;
	color: #000000;
}

a.CalBtn
{
	font-weight: bold;
	font-size: 20px;
	color: #FFFFFF;
	text-decoration: none;
}
a.ErrLink
{
	font-family: Arial, Verdana, Sans-Serif, Clean;
	font-size: 11pt;
	color: blue;
}