@CHARSET "UTF-8";

BODY {
	font-family: Verdana, sans-serif;
	font-weight: normal;
	color: #404040;
	background-color: white;
	text-decoration: none;
}

A {
	text-decoration: none;
}

.NormTxtYMD {
	font-size: 15px;
	font-family: Arial;
	font-weight: bold;
}

.NormTxtMonSat {
	font-size: 13px;
	font-family: Arial;
	font-weight: normal;
	color: #404040;
}

.NormTxtToday {
	font-size: 13px;
	font-family: Arial;
	font-weight: bold;
	color: #404040;
}

.NormTxtSun {
	font-size: 13px;
	font-family: Arial;
	font-weight: normal;
	color: red;
}

.SelTxtYMD {
	font-size: 15px;
	font-family: Arial;
	font-weight: bold;
	color: red;
}

.HeadTools {
	background-color: #ececec;
}

.HeadDays {
	background-color: #dfdfdf;
	font-size: 13px;
	font-family: Arial;
	font-weight: normal;
	text-align: center;
}

.HeadSun {
	background-color: #dfdfdf;
	font-size: 13px;
	font-family: Arial;
	font-weight: normal;
	text-align: center;
	color: red;
}

.TodayTD {
	background-color: #dfdfdf;
	text-align: right;;
	cursor: pointer
}

.OtherDaysTD {
	text-align: right;
	cursor: pointer
}

table.CalendarTABLE {
	background-color: white;
	border-width: 0px;
	padding: 0px;
	margin: 0px;;
	border-collapse: collapse;
}

table.CalendarTABLE td {
	border-style: solid;
	border-width: 1px;
	border-color: #dfdfdf;
	padding: 1px;
	margin: 0px;
}

table.ToolsTABLE {
	background-color: #ececec;
	border-width: 0px;
	padding: 0px;
	margin: 0px;;
	border-collapse: collapse;
}

table.ToolsTABLE td {
	border-width: 0px;
	border-collapse: collapse;
	padding: 1px;
	margin: 0px;
}

.ButtonPrevMonth{
	background: transparent url('images/prev.gif') left no-repeat;;
	padding-left: 16px;
}

.ButtonNextMonth{
	background: transparent url('images/next.gif') left no-repeat;;
	padding-left: 16px;
}

.ButtonPrevYear{
	background: transparent url('images/first.gif') left no-repeat;;
	padding-left: 16px;
}

.ButtonNextYear{
	background: transparent url('images/last.gif') left no-repeat;;
	padding-left: 16px;
}
