/* CSS Document */

.news-box {
	padding: 10px 0;
	width: 486px; 
	float: right; 
	margin-left: 20px;
}

.news-box.alt {
	background-color: #F7F7F7;
}

.news-image {
	width: 262px;
	margin-top: 10px;
	margin-bottom: 10px;
}

p.news-date {
	font-size: 0.9em;
	color: #666666;
}

.sidebar-event {
	border-top: 1px dotted #666666;
	padding: 10px 0px;
	color: #666666;
}

.sidebar-event-bar {
	width: 4px; 
	margin-right: 15px;
}

.sidebar-event a {
	color: #bf5a00 !important;
}

.sidebar-event a:hover {
	text-decoration: none;
}

#sidebar {
	width: 259px; 
	padding-right: 20px; 
	border-right: 1px dotted #aaaaaa; 
	margin-top: 10px; 
	float: left;
	color: #666666;
}

#sidebar a {
	color: #666666;
	text-decoration: underline;
}

#sidebar a:hover {
	color: #666666;
	text-decoration: none;
}

#sidebar p {
	margin: 0px;
}

#sidebar-title {
	color: #bf5a00; 
	font-weight: bold; 
}

p#sidebar-register {
	display: block; 
	background-color: #e8a52f; 
	color: #ffffff; 
	padding: 5px;
	margin-top: 10px;
	margin-bottom: 10px;
}

p#sidebar-register a {
	color: #ffffff;
	text-decoration: underline;	
}

p#sidebar-register a:hover {
	color: #ffffff;
	text-decoration: none;	
}

#sidebar-subtitle {
	font-size: 0.9em;
}

#error {
	border: 1px solid #990000;
	background-color: #FFB3B3;
	padding: 10px;
	margin-bottom: 10px;
	color: #000000;
	font-size: 0.9em;
}

#error p, #success p {
	font-weight: bold;
}


#success {
	border: 1px solid #11772D;
	background-color: #7DF481;
	padding: 10px;
	margin-bottom: 10px;
	color: #000000;
	font-size: 0.9em;
}

#reg_form {
	margin-bottom: 10px; 
	background-color: #f7f7f7;
	padding: 10px;
	color: #000000;
	font-size: 0.9em;
}