#errors{
	border: solid 1px #d95a5a;
	background-color:#eae1e1;
	padding: 20px;
	padding-top: 0px;
	color: #828282;
	margin-bottom: 20px;
	margin-top: 10px;
}
#errors h2, #errors strong{
	color: #c8000e !important;
	font-size: 0.5em;
}
#errors strong{
	font-size: 1.2em !important;	
}
.error{
	color: #990000;
}
.float_right{
	float: right;
	margin-left: 20px;
	margin-bottom: 20px;
}
/* =Footer
---------------------------------------------------------------------- */
#cms_fixedfooter a, #cms_fixedfooter a:link, #cms_fixedfooter a:visited, #cms_fixedfooter a:active {color: #ffffff;}
#cms_fixedfooter a:hover {color: #ffffff;}

div#cms_footerwrap {
	width:100%;
	position:absolute;
	bottom:0;
	left:0;
	height:30px;
}
body>div#cms_footerwrap {
	position:fixed;
}
div#cms_fixedfooter {
	height:30px;
	font-size: 1.2em;
}

div#cms_fixedfooter{
	background: #000000;
	background-image:url(../default/images/ir_cms_edit_logo.gif);
	background-repeat:no-repeat;
	background-position: top left;
	color: #bfbfbf;
	padding: 0 6px;
}
div#cms_fixedfooter a, div#cms_fixedfooter strong{
	color: #FFFFFF;
}
div#cms_fixedfooter p {
	line-height: 30px;
	text-align: right;
}



#breadcrumbs{
	padding: 4px;
	background-color:#f4faff;
	margin-bottom: 20px;
	margin-top: 10px;
}
#breadcrumbs ul{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#breadcrumbs ul li{
	float: left;
	margin-right: 10px;
}
#breadcrumbs a{
	color:#203c73;
	padding-left: 10px;
	text-decoration: none;
}
#breadcrumbs a:hover{
	text-decoration: underline;
}

.event_image{
	float: right;
	margin-left: 20px;
	margin-bottom: 10px;	
}