
/* Misc
-----------------------------------------------------------------------------*/
.zebraStripe0 {
	background: #eee;
}
.zebraStripe1 {
	background: #ddd;
}
.zebraStripe2 {
	background: #ccc;
}
.zebraStripe3 {
	background: #bbb;
}
abbr {
     border-bottom: 1px dotted;
}

.info, .success, .warning, .error, .validation {
     border: 1px solid;
     margin: 10px 0px;
     padding:15px 10px 15px 50px;
     background-repeat: no-repeat;
     background-position: 10px center;
}
.info {
     color: #00529B;
     background-color: #BDE5F8;
     background-image: url('../images/icons/info.png');
}
.success {
     color: #4F8A10;
     background-color: #DFF2BF;
     background-image:url('../images/icons/success.png');
}
.warning {
     color: #9F6000;
     background-color: #FEEFB3;
     background-image: url('../images/icons/warning.png');
}
.error {
     color: #D8000C;
     background-color: #FFBABA;
     background-image: url('../images/icons/error.png');
}


.redOutlineFloatRight {
	border: solid 1px #821619;
	float: right;
	margin-left: 8px;
}

.redOutlineFloatLeft {
	border: solid 1px #821619;
	float: left;
	margin-right: 8px;
}

.redOutline {
	border: solid 1px #821619;
}

.redBackgroundWhiteText {
	background: #821619;
	color: #fff;
}

.redBackground {
	background: #821619;
}

.floatRight { 
	float: right;
	margin-left: 8px;
}

.floatLeft { 
	float: left;
	margin-right: 8px;
}

.floatCenter {
	margin-right: auto;
	margin-left: auto;
}
.clearFloat { 
     clear:both;
     height:0;
     font-size: 1px;
     line-height: 0px;
}

.caption {
	font-size: 0.8em;
	font-weight: bold;
	color: #333;
	line-height: 1.5em;
}

.redText {
	color: #821619;
}

.floatRightLogo { 
	display: block;
	float: right;
}

.floatLeftLogo { 
	display: block;
	float: left;
	margin-left: 20px;
}

.floatCenterLogo {
	display: block;
	margin-right: auto;
	margin-left: auto;
}

.newsEvents {
	font: .8em Verdana, Arial, Helvetica, sans-serif;
	margin: 10px 0px;
}
.newsEvents h3 {
	color: #fff;
	background: #821619;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	padding: 5px;
	text-align: center;
	text-transform: uppercase;
}
.newsEvents p {
	margin-top: 5px;
	margin-right: 5px;
}

#topleft {
	position: absolute;
	right: 0;
	top: 0;
	display: block;
	height: 300px;
	width: 300px;
	background: url('../images/banner.png') no-repeat;
	text-indent: -999em;
	text-decoration: none;
	z-index: 20;
}

