#calender {
	FONT-SIZE: 7pt; WIDTH: 200px; FONT-FAMILY: arial
}
#calenderTable {
	BORDER-RIGHT: black 2px; BORDER-TOP: black 2px; DISPLAY: none; Z-INDEX: 1; LEFT: 0px; BORDER-LEFT: black 2px; BORDER-BOTTOM: black 2px; POSITION: absolute; TOP: 0px; BACKGROUND-COLOR: #eee
}
#calenderTable TD {
	FONT-SIZE: 7pt; WIDTH: 19px; TEXT-ALIGN: center
}
#calenderTableHead TR {
	BACKGROUND-COLOR: white
}
#calenderTableDays TR {
	BACKGROUND-COLOR: #c3d4e7
}
#selectMonth {
	BORDER-RIGHT: 0px; BORDER-TOP: 0px; FONT-SIZE: 7pt; BORDER-LEFT: 0px; BORDER-BOTTOM: 0px; FONT-FAMILY: arial
}
#selectYear {
	BORDER-RIGHT: 0px; BORDER-TOP: 0px; FONT-SIZE: 7pt; BORDER-LEFT: 0px; BORDER-BOTTOM: 0px; FONT-FAMILY: arial
}
#calenderTable A {
	FONT-SIZE: 11pt; COLOR: #9399cd; FONT-FAMILY: "arial"; TEXT-DECORATION: none
}
#calenderTable A:hover {
	COLOR: red; TEXT-DECORATION: none
}
.normalDay {
	BORDER-RIGHT: black 1px dotted; BORDER-TOP: black 1px dotted; BORDER-LEFT: black 1px dotted; CURSOR: pointer; BORDER-BOTTOM: black 1px dotted
}
.hlDay {
	BORDER-RIGHT: black 1px dotted; BORDER-TOP: black 1px dotted; BORDER-LEFT: black 1px dotted; CURSOR: pointer; COLOR: #9399cd; BORDER-BOTTOM: black 1px dotted; BACKGROUND-COLOR: #fff
}
.toDay {
	BORDER-RIGHT: #e70 1px solid; BORDER-TOP: #e70 1px solid; FONT-WEIGHT: bold; BORDER-LEFT: #e70 1px solid; CURSOR: pointer; COLOR: #e70; BORDER-BOTTOM: #e70 1px solid; BACKGROUND-COLOR: #fd8
}
.choosenDay {
	BORDER-RIGHT: green 1px solid; BORDER-TOP: green 1px solid; FONT-WEIGHT: bold; BORDER-LEFT: green 1px solid; CURSOR: pointer; COLOR: green; BORDER-BOTTOM: green 1px solid; BACKGROUND-COLOR: #a8faa8
}
BODY {
	BACKGROUND-IMAGE: url(../images/bg.jpg); MARGIN: 0px
}
.Header {
	FONT-WEIGHT: bold; FONT-SIZE: 12px; TEXT-TRANSFORM: uppercase; COLOR: #333333; FONT-STYLE: normal; FONT-FAMILY: Arial, Helvetica, sans-serif
}
.Text {
	FONT-SIZE: 12px; COLOR: #000000; FONT-FAMILY: Arial, Helvetica, sans-serif
}
A:link {
	COLOR: #333333
}
A:visited {
	COLOR: #333333
}
A:hover {
	COLOR: #333333
}
A:active {
	COLOR: #333333
}
.Smalltext {
	FONT-SIZE: 10px; COLOR: #333333; FONT-FAMILY: Arial, Helvetica, sans-serif
}
.redText {
	FONT-WEIGHT: bold; FONT-SIZE: 12px; COLOR: #ff0000; FONT-FAMILY: Arial, Helvetica, sans-serif
}
