
 div.miniCalendar {
	width: 482px; 
	height: auto;
	font-family: Arial, Helvetica, san-serif;
	font-size: 11pt;
	font-weight: normal;
	color: #000000;
	border: solid thin #000000;
 }

 div.miniCalendarTitle {
	width: 480px;
	height: auto;
	font-family: Verdana;
	font-size: 11pt;
	font-weight: bold;
	color: #000000;
	background: #FFCCEE; 
	padding: 1px;
	text-align: center;
 }

 table.miniCalendar {
	background: #000000; }

 td.miniDayTitle {
	color: #FFFFFF;
	background: #999999;
	margin: 1px;
	padding: 1px;
	font-size: 10pt;
	width: 79px;
	height: 20px;
	text-align: center;
	
 }

 td.dayOfMonth {
	margin: 2px;
	padding: 1px;
	font-size: 10pt;
	width: 79px;
	height: 30px;
	text-align: center;
	background: #FFFFFF;
	border: solid thin #333333;
 }

 td.markedDay {
	margin: 2px;
	padding: 1px;
	font-size: 10pt;
	width: 79px;
	height: 30px;
	text-align: center;
	background: #FFCCEE;
	border: solid thin #333333;
 }

 td.markedDay:hover {
	cursor: pointer;
	background: #FFEECC; }

 td.notDayOfMonth {
	margin: 2px;
	padding: 1px;
	font-size: 10pt;
	width: 79px;
	height: 30px;
	background: #CCCCCC;
	text-align: center;
 }

 a.calLink {
	color: #333333; text-decoration: underline; }

 td.calTitleNav {
	width: 50px;
	height: auto;
	font-family: Verdana;
	font-size: 10pt;
	font-weight: bold;
	color: #000000;
	background: #FFCCEE; 
	padding: 1px;
	text-align: center;
 }

 td.calTitle {
	width: 380px;
	height: auto;
	font-family: Verdana;
	font-size: 10pt;
	font-weight: bold;
	color: #000000;
	background: #FFCCEE;
	padding: 1px;
	text-align: center;
 }

 div.displayDate {
	width: 476px;
	height: 25px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 11pt;
	color: #000000;
	background: #FFCCEE;
	padding: 3px;
	border: solid thin #000000;
	margin-top: 10px;
 }
 
 div.displayDateInfo {
	width: 462px;
	height: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 12pt;
	color: #000000;
	background: #FFFFFF;
	padding: 10px;
	border: solid thin #000000;
	line-height: 22pt;
	margin-top: 5px;
 }

 div.smallCalendarHolder {
	width: 490px;
	height: auto;
 }

 div.smallCalendarInfoHolder {
	width: 490px;
	height: auto;
 }

 a.edit {
	color: #990000;
	font-weight: normal;
	font-size: 10pt;
 }

 div.calendarEditHolder {
	width: 480px;
	height: auto;
	background: #FFFFFF;
 	font-family: Verdana;
	font-size: 11pt;
	font-weight: normal;
	color: #000000;
 }
 textarea.calEditText {
	width: 450px;
	height: 300px;
	background: #FFFFFF;
	font-family: Verdana;
	font-size: 10pt;
	font-weight: normal;
	color: #000000;
	border: solid thin #000000;
	padding: 3px;
 }

 div.calendarAdmin {
	width: 476px;
	height: auto; 
	font-family: Verdana;
	font-size: 10pt;
	font-weight: normal;
	color: #000000;
	background: #EEEEEE;
	border: solid thin #000000;
	margin: 1px;
	margin-left: 0px;
	padding: 3px;
	text-align: right;
 }

 div.calLogin {
	width: 400px;
	border: solid thin #000000;
	font-family: Verdana;
	font-size: 11pt;
	font-weight: normal;
	color: #000000;
	padding: 10px;
 }
 input.calInput {
	border: solid thin #000000;
	color: #000000;
	padding: 1px;
	font-family: Arial;
	font-weight: normal;
	font-size: 10pt;
	margin: 2px;
 }
