hr {
	background-color:#000000;
}
/* CSS Document */
.cal {
	width: 750px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-top: 20px;
	margin-bottom: 20px;
}
.cal a {
	color: #FFFFFF;
	text-decoration: none;
}
.cal a:hover {
	color: #E1E1E1;
	text-decoration: underline;
}
.cal_head {
	/*background-image:url(../images/cal_header_2.gif);
	background-repeat:no-repeat;*/
	background-color:#7A2F12;
}
.cal_title {
	font-size: 14px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	height: 30px;
	line-height: 30px;
}
.days {
	/*background-image:url(../images/cal_header_3.gif);
	background-repeat:no-repeat;*/
	background-color:#833415;
	border-bottom: 1px solid #000000;
	font-size: 10px;
	color: #CCCCCC;
	height: 20px;
	line-height: 20px;	
}
/* FULL MONTH CALENDAR DAYS */
.date {
	padding:1px;
	color:7A2F12;
	text-align:right;
}
.date a {
	display: block;
	width: 100%;
	background-color:#F6DFA9;
	color: #7A2F12;
	text-decoration: none;
}
.date a:hover {
	background-color:#833415;
	color:#FFFFFF;
	text-decoration:none;
}
.bot { 
	border-bottom: 1px solid #7A2F12;
	border-right: 1px solid #7A2F12;
}
/*
.e_0 {
	background-color: #E1E1E1;
}
.e_1 {
	background-color: #F1F1F1;
}
*/
.event {
 	font-size: 10px;
	padding: 2px;
	margin-bottom: 1px;
}
.event a {
	display: block;
	width: 100%;
	text-decoration: none;
	text-align:center;
	color:#7A2F12
}
.event a:hover {
	color: #000000;
	text-decoration:underline;
}
.cal_select {
	margin-bottom: 5px;
	color:#7A2F12;
	height:20px;
}
.cal_sel_td {
	color:#FFFFFF;
	font-weight:bold;
	text-align:center;
	border:1px solid #333333;
	background-color:#666666;
}
.cal_sel_td a {
	display: block;
	width: 100%;
	text-decoration: none;
}
.cal_sel_td a:hover {
	background-color:#333333;
}
/* WEEKLY EVENTS */
.week_day {
	border: 1px solid #333333;
	text-align: left;
	padding: 5px;
	margin-bottom: 3px;
	width:90%;
	margin-right:auto;
	margin-left:auto;
}
.week_event {
	margin-top: 2px;
	margin-bottom: 2px;
	border-bottom: 1px solid #333333;
}
.week_event_header {
	color: #000000;
	font-weight: bold;
	text-decoration:underline;
}
.week_event a {
	display: block;
	width: 100%;
	color: #333333;
	text-decoration: none;
}
.week_event a:hover {
	background-color: #E1E1E1;
	color: #000000;
	text-decoration: none;
}
.week_none {
	color: #CCCCCC;
	font-weight: bold;
	border: 1px solid #333333;
	background-color: #333333;
	padding: 5px;
	font-size:14px;
	vertical-align:middle;
	margin-bottom:3px;
	width:90%;
	margin-right:auto;
	margin-left:auto;
}
.w_date {
	text-align: left;
	text-indent: 10px;
	font-size: 13px;
	padding: 1px;
	background-color: #333333;
	color:#666666;
}
.w_date a {
	display: block;
	width: 100%;
	color: #E1E1E1;
	text-decoration: none;
}
.w_date a:hover {
	background-color: #E1E1E1;
}
.week_title {
	font-weight: bold;
	font-size:12px;
	color: #FFFFFF;
	height: 30px;
	line-height: 30px;
}

/* DAY AT A GLANCE */
.day_event {
	border: 1px solid #333333;
	margin-bottom: 3px;
	padding: 3px;
	width:90%;
	margin-right:auto;
	margin-left:auto;
}
.day_event a {
	color: #000066;
	text-decoration: underline;
}
.day_event a:hover {
	color: #000066;
	text-decoration: none;
}
.day_header {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-align: left;
	color:#CC3300;
	margin-bottom: 3px;
	margin-right:auto;
	margin-left:auto;
	width:90%;
}
.day_title {
	color:#CC3300;
	font-weight: bold;
}
.day_org {
	color: #CC3300;
	font-weight: bold;
}
.day_bot {
	border-bottom: 1px solid #666666;
}
.day_bot a {
	text-decoration:none;
	display:block;
	width:100%;
}
.day_bot a:hover {
	color:#FFFFFF;
	background-color:#7A2F12;
	text-decoration:none;
}

/* SMALL CALENDAR */
.cal_small {
	font-size:10px;
	line-height:16px;
}
.cal_head_small {
	color:#FFFFFF;
	line-height:22px;
}
.cal_head_small a {
	color:#FFFFFF;
	text-decoration:none;
}
.cal_head_small a:hover {
	color:#E1E1E1;
}
.days_small {
	font-size:10px;
	background-color:#FFFFFF;
	text-align:center;
	width:20px;
}
.bot_small { 
	height:16px;
	border-bottom: 1px solid #C7A568;
	border-right: 1px solid #C7A568;
}
.date_small {
	color:#722B0F;
	text-align:center;
}
.date_small a {
	display:block;
	width:100%;
	background-color:#722B0F;
	color:#FFFFFF;
	text-decoration:none;
}
.date_small a:hover {
	background-color:#C7A568;
}

.cal_thanks {
	width:400px;
	margin:40px auto 40px auto;
	border:1px solid #7A2F12;
	padding:10px;
	color:#000000;
}

.list_view a {
	display:block;
	border:1px solid #7A2F12;
	color:#7A2F12;
	padding:6px;
}
.list_view a:hover {
	background-color:#FFFFFF;
	text-decoration:none;
	color:#000000;
}
.register a{
	width:120px;
	height:30px;
	display:block;
	background-image:url(../images/register_off.png);
}
.register a:hover {
	background-image:url(../images/register_on.png);
}