td.norepeat {background-image:url(); background-repeat:no-repeat;}
	h1 {font-family : tahoma; font-size : 11PT; color : 000000; font-weight: bold; text-indent: 0px ;letter-spacing: 1px;}
	h2 {font-family : tahoma; font-size : 8PT; color : ffffff; font-weight: normal; text-indent: 0px ;letter-spacing: 1px; margin-bottom: 0cm; margin-top:0cm;}
	p {font-family : tahoma; font-size : 10PT; color : 000000; font-weight: normal; text-indent: 0px ;letter-spacing: 1px;}
	small {font-family : tahoma; font-size : 8PT; color : 000000; font-weight: normal; text-indent: 0px ;letter-spacing: 1px;}
	a {text-decoration : none; color : 004A80; font-size : 10pt; font-family : tahoma; font-weight : bold;}
	a:visited {text-decoration : none; color : 004A80; font-size : 10pt; font-family : tahoma; font-weight : bold;}
	a:active {text-decoration : none; color : 000000; font-size : 10pt; font-family : tahoma; font-weight : bold;}
	a:hover {text-decoration : underline; color : 000000; font-size : 10pt; font-family : tahoma; font-weight : bold;}

.form-field-caption {
	font-style:italic;
	font-size : 10PT;
}

.required-field-mark {
	color: #ff0000;
}

.form-title	{
	color: #141414;
	font-weight: bold;
}

input,textarea,select {
	color: #000000;
	font-family: tahoma, verdana, arial, sans-serif;	
	font-size: 11px;
	padding-left: 1px;
}

#calendar {
	text-align:center;
	font:normal 9px Verdana, Arial, Helvetica, sans-serif;
	width:300px;
}
#calendar .calendarDetail {
	border:1px solid #000066;
	margin:0 0 1em 0;
	padding:0 0 5px 0;
	width:100%;
	color:#000;
	background-color:#3366FF;
}
#calendar .calendarDetail .title td, #calendar .calendarDetail .title a {
	font-size:1.2em;
	color:#fff;
	background-color:#333333;
	padding:0;
	text-decoration:none;
	text-align:center;
}
#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:#87CEEB;
	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:180px;
	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 11px Verdana, Arial, Helvetica, sans-serif;
	background-color:#494949;
	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 11px Verdana, Arial, Helvetica, sans-serif;
	margin:0 0 0.5em 0;
}
