body { 
	font-family: Arial; 
	font-size: 10pt; 
	color:#000000; 
}

hr {
	color: red;
}

a:link { 
	color: #FF6600;
}

a:active { 
	color: #FF9933; 
}

a:visited { 
	color: #FF6600;
}

a:hover {
	color: orange;
}

#links ul {
	margin-top: 5px;
	margin-bottom: 5px;	
}
#links ul li {
	vertical-align: top;
	padding-left: 6px;
}
#links a {
	color: white;
	font-family: Arial;
	font-weight: bold;
	font-size: 11pt;
	text-decoration: none;
	z-index: 10;
}
#links a:hover {
	color: orange;
}
#links .shadow {
	font-family: Arial;
	font-weight: bold;
	font-size: 11pt;
	text-decoration: none;
	color: black;
	position: absolute;
	margin-left: -2px;
	margin-top: 4px;
	z-index: -1;
}

#title_block {
	position: absolute;
	margin-left: 30px;
}
#title_block .title {
	position: relative;
	font-family: Arial;
	font-size: 20pt;
	font-weight: bold;
	padding-left: 3px;
	color: black;
	z-index: 10;		

}
#title_block .shadow {
	position: absolute;
	font-family: Arial;
	font-size: 20pt;
	font-weight: bold;
	padding-top: 3px;
	color: black;
	opacity: 0.4;
	filter: alpha(opacity=50);
	z-index: 1;
}

#calendar_view_form {
	margin-top: 0px;
	margin-bottom: 0px;
	background: red;
}
#calendar_view_form input {
	background: white;
	font-family: Arial;
	font-size: 9pt;
	font-weight: normal;
}
.c_base {
	width: 97%;
	margin-bottom: 10px;
}
.c_head {
	width: 50%;
	text-align: left;
	background: red;
	color: white;
	padding-left: 10px;
	font-weight: bold;
	padding-top: 5px;
	padding-bottom: 5px;
}
.c_form {
	background: red;
	padding-top: 5px;
	padding-bottom: 5px;
	width: 100%;
	text-align: right;
	padding-right: 10px;
}

.c_week {
	width: 100%;
}
.c_day {
	font-size: 9pt;
	width: 14.28%;
	text-align: center;
	height: 20px;
	background: darkred;
	border-color: #666633;
	border-width: 1px;
	color: white;
	font-weight: bold;
}
.c_no_event {
	width: 14.28%;
	height: 70px;
	vertical-align: top;
	background: white;
}
.c_day_num {
	color: black;
	width: 100%;
	text-align: left;
	padding-left: 5px;
	font-size: 8pt;
	font-family: Arial;
	z-index: 100;
}
.c_event_block {
	width: 100%;
	text-align: center;
}
.c_event_block a {
	font-family: Arial;
	font-size: 8pt;
}
.c_event_block a:hover {
	color: orange;
}