/* 
Filename: general.css
Date: February 6 2007
Author: Malcolm Elsworth
*/


/* http://positioniseverything.net/easyclearing */
.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}

.clearfix {
	display: inline-block;
	}

/* Hides from IE-mac \*/
* html .clearfix { 
	height: 1%; 
	}
	
.clearfix {
	display: block;
	}
/* End hide from IE-mac */


.disguise {
	position: absolute;
	left: -10000px;
	}
	
.hide {
	display: none;
	}

em.keyword {
	font-style: normal;
	font-weight: bold;
	background: #ffab57;
	color: #fff;
	}
	
	
.error {
 	border: 2px solid #CD1717;
 	background: #fff url("../images/bg_alert.gif") no-repeat 10px 50%;
 	padding: 3px 5px 3px 32px !important;
 	margin: 0 !important;
 	font-weight: bold;
 	color: #CD1717;
	}
	
.confirm {
 	border: 2px solid #3A8A3E;
 	background: #fff url("../images/bg_confirm.gif") no-repeat 10px 50%;
 	padding: 3px 5px 3px 32px !important;
 	margin: 0 0 10px 0 !important;
 	font-weight: bold;
 	color: #3A8A3E;
	}
	
.flLeft {
	float: left;
	}
	
.flRight {
	float: right;
	}

.alRight {
	text-align: right !important;
	}

.vlBottom {
	vertical-align: bottom !important;
	}
	
	
.moveBack {
	display: block;
	background: url("../images/icon-prev.gif") no-repeat 0 50%;
	padding-left: 20px;
	}



/* ----------[ Image captions ]---------- */
dl.epImgCaption dd {
	padding: 2px 5px;
	color: #777;
	font-size: 0.85em;
	line-height: 1.3em !important;
	}
	
.imgright,
dl.flRight {
	margin:0 0 20px 20px;
	}

.imgleft, 
dl.flLeft {
	margin:0 20px 20px 0;
	}
	
.imgleft {
	clear:left;
	float:left;
	}

.imgright {
	clear:right;
	float:right;
	}

img.noMargin {
	display: block;
	clear: both;
	float: none;
	padding-top: 5px;
	margin: 0 !important;
	}



/* ----------[ Pagination ]---------- */
.pagination {
	background: #eee;
	margin: 0 0 10px 0;
	font-size: 90%;
	}

.pagination p {
	margin: 0 !important;
	padding: 4px 0 !important;
	}

.pagination  h3.sReport {
	padding: 0 10px !important;
	}
	
.prev,
.prevGreyed {
	background: url("../images/icon-prev.gif") no-repeat left;
	padding-left: 20px;
	}

.prevGreyed {
	background: url("../images/icon-prev-greyed.gif") no-repeat left;;
	}
	
.next,
.nextGreyed {
	background: url("../images/icon-more.gif") no-repeat right;
	padding-right: 20px;
	}

.nextGreyed  {
	background: url("../images/icon-more-greyed.gif") no-repeat right;
	}

.prevGreyed,
.nextGreyed,
.greyed {
	color: #999;
	}
