#cal {
	width: 630px;
	BORDER-COLLAPSE: collapse;
	margin: auto;
}
#cal TD {
	padding: 4px;
	width: 90px;
	height: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border: 1px solid #21536A;
	background-color: #FAFAFA;
}
#cal .month {
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	width: 300px;
	color: #FFFFFF;
	background-color: #37A3BD;
}
#cal A.odd{
	color: #21536A;
	text-decoration: none;
}

#cal A.even{
	color: #37A3BD;
	text-decoration: none;
	padding-top: 2px;
	padding-bottom: 2px;
}
#cal A:hover {
	text-decoration: underline;
}
#cal .days {
	font-weight: bold;
	text-align: center;
}
#cal .next {
	text-align: right;
	width: auto;
	background-color: #21536A;
}
#cal .prev {
	text-align: left;
	width: auto;
	background-color: #21536A;
}
#cal .prev A, #cal .next A {
	color: #FFFFFF;
	text-decoration: none;
}
#cal .prev A:hover, #cal .next A:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
#cal .day {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-align: left;
	vertical-align: top;
}
#cal .colspan {
	background-color: #FFFFFF;
}
#cal .daynum {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	position: relative;
	top: 0px;
	right: 0px;
	display: block;
}
#popup {
	background: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 100%;
	BORDER-COLLAPSE: collapse;
	border: 1px solid #DADADA;
}
#popup A {
	color: #37A3BD;
	text-decoration: none;
}
#popup A:hover {
	text-decoration: underline;
}
#popup .title {
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: #FFFFFF;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #DADADA;
	background-color: #21536A;
}
#popup .subborder {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DADADA;
}
#popup TD {
	padding-top: 2px;
	padding-right: 4px;
	padding-bottom: 2px;
	padding-left: 4px;
	color: #21536A;
}
#popup .description {
	background-color: #FAFAFA;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #DADADA;
	border-bottom-color: #DADADA;
}
#popup .reminder {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #DADADA;
	background-color: #FAFAFA;
	text-align: right;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DADADA;
}
#popup .fields {
	border: 1px solid #DADADA;
	background-color: #FAFAFA;
	vertical-align: middle;
	margin: 0px;
}
#popup .rightcells {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DADADA;
}

