a:link {
  font-weight: bold;
  text-decoration: none;
  font-size: 10px;
  line-height: 12px;
  font-family: arial, helvetica;
  color: #777777;
}

a:visited {
  font-weight: bold;
  text-decoration: none;
  font-size: 10px;
  line-height: 12px;
  font-family: arial, helvetica;
  color: #777777;
}

a:active {
  font-weight: bold;
  text-decoration: none;
  font-size: 10px;
  line-height: 12px;
  font-family: arial, helvetica;
  color: #000000;
}

a:hover {
  font-weight: bold;
  text-decoration: none;
  font-size: 10px;
  line-height: 12px;
  font-family: arial, helvetica;
  color: #ff9c00;
}

td {
  font-weight: bold;
  font-size: 10px;
  line-height: 12px;
  font-family: arial, helvetica;
  color: #000000;
}

b {
  font-weight: bold;
  font-size: 12px;
  line-height: 14px;
  font-family: arial, helvetica;
  color: #932020;
}

u {
  font-weight: normal;
  font-size: 12px;
  line-height: 14px;
  text-decoration: none;
  font-family: arial, helvetica;
  color: #fcff97;
}

tt {
  font-weight: bold;
  font-size: 14px;
  line-height: 16px;
  font-family: arial, helvetica;
  color: #000000;
}

div {
  font-weight: bold;
  text-decoration: none;
  font-size: 10px;
  line-height: 12px;
  font-family: arial, helvetica;
  color: #777777;
}

#calendar {
	text-align:center;
	font:normal 10px Verdana, Arial, Helvetica, sans-serif;
	position:relative;
	width:150px;
}
#calendar .calendarDetail {
	border:1px solid #aaa;
	margin:0 0 1em 0;
	padding:0 0 0.3em 0;
	width:100%;
	color:#000;
	background-color:#fff;
}
#calendar .calendarDetail .title td, #calendar .calendarDetail .title a {
	font-weight:bold;
	font-size:0.8em;
	color:#fff;
	background-color:#aaa;
	padding:0.1em;
	text-decoration:none;
}
#calendar .calendarDetail .title1 td {
	border-bottom:1px dashed #ddd;
	padding:0.2em;
}
#calendar .calendarDetail .week td, #calendar .calendarDetail .week a {
	padding:0.2em;
	text-decoration:none;
	color:#000;
	background-color:inherit;
}
#calendar .calendarDetail .week a:hover {
	color:#000;
	background-color:#eee;
}
#calendar .calendarDetail .lastMonth a, #calendar .calendarDetail .nextMonth a {
	color:#aaa;
	background-color:#eee;
}
#calendar .calendarDetail .weekend a {
	color:#f00;
	background-color:inherit;
}
#calendar .calendarDetail .event a {
	font-weight:bold;
	color:#ff9c00;
	background-color:inherit;
	text-decoration:underline;
}
#calendar .calendarDetail .today a {
	color:#fff;
	background-color:#808080;
	font-weight:bold;
}
#calendar .calendarDetail .calendarEvent {
	display:none;
	margin:0;
	padding:0.3em;
	position:absolute;
	width:150px;
	color:#000;
	background-color:#fff;
	text-align:left;
	border:1px solid #aaa;
	font-weight:normal;
}
#calendar .calendarDetail .calendarEvent .date {
	font-style:italic;
}
#calendar .calendarDetail .calendarEvent .edit {
	float:right;
}
#calendar .calendarDetail .calendarEvent a {
	font-weight:normal;
	color:#000;
	background-color:#fff;
}
#calendar .calendarDetail .calendarEvent li {
	margin:0 0 1em 0;
	list-style:disc inside none;
}
#calendar .calendarDetail td:hover > .calendarEvent {
	display:block;
}

#calendarForm {
	font:normal 10px Verdana, Arial, Helvetica, sans-serif;
	background-color:#c0c0c0;
	color:#fff;
}
#calendarForm .title {
	text-align:center;
	color:#eee;
	background-color:#808080;
	padding:0.3em;
	margin:0 0 1em 0;
	font-weight:bold;
}
#calendarForm .credit {
	text-align:right;
	margin:0;
	padding:0 1em 0.5em 0;
	color:#C0C0C0;
	background-color:inherit;
}
#calendarForm .credit a {
	color:#C0C0C0;
	background-color:inherit;
	text-decoration:underline;
}
#calendarForm .credit a:hover {
	text-decoration:none;
}
#calendarForm form {
	margin:0;
	padding:0 0.5em;
	color:#eee;
	background-color:inherit;
}
#calendarForm form br {
	clear:both;
}
#calendarForm input, #calendarForm select, #calendarForm textarea {
	font:normal 10px Verdana, Arial, Helvetica, sans-serif;
	margin:0 0 0.5em 0;
}

