
hr.space {
	background:transparent;
	border-color:transparent;
	margin:10px 0;
}

.mr10 {
	margin-right:10px;}
.ml10 {
	margin-left:10px;}
	
.clear {
	clear:both;}

.fright {
	float:right;}

.fleft {
	float:left;}	

img.fright {
	margin:0 0 10px 10px;}

img.fleft {
	margin:0 10px 10px 0;}

.quiet {
	color:#666;
	font-size:9pt;}
	
form .note {
	color:#999;
	font-size:8pt;}

fieldset p {
	margin:10px 0;
	clear:both;}

fieldset p label {
	float:left;
	width:200px;
	text-align:right;
	margin-top:5px;
	margin-right:5px;
	white-space:nowrap;}
	
fieldset p label.required {
	font-weight:bold;}
	
fieldset p label.h2 { height:2em; }
fieldset p label.h3 { height:3em; }
fieldset p label.h4 { height:4em; }
fieldset p label.h5 { height:5em; }
	
fieldset p input, fieldset p select, fieldset p textarea {
	margin:0;}
	
fieldset .editor {
	width:450px;
	float:left;}
	
fieldset legend {
	font-size:10pt;
	font-weight:bold;}
	
.lienlogo {
	color:#a9a9a9;
	text-decoration:none;
}

.lienlogo:hover {
	color:#fff;;
}

.iconelogo {
	margin-bottom: -4px;
}

ul.pager {
background:transparent;
padding:5px;
margin:5px 0;
text-align:right;
clear:both;
padding-left:10px;
margin-bottom:10px;
}

ul.pager li {
	background:transparent;
	display:inline;
	list-style:none;
	border:none;
	padding:0;
	margin:0;
	font-size:9pt;
	clear:both;
}
ul.pager li.stats {
	clear:none;
	float:left;
	margin-right:5px;
}
ul.pager li a {
	padding:5px;
	font-weight:normal;
}
ul.pager li a:hover {
	background:#0053a4;
	color:#fff;
}
ul.pager li.selected a {
	color:#000;
	font-weight:bold;
}

ul.pager li.selected a:hover {
	background:transparent;
	color:#000;
}

.error, .notice, .success    { padding: .8em; margin:0.5em 0 1em 0; border: 2px solid #ddd; }
.error      { background: #FBE3E4; color: #8a1f11; border-color: #FBC2C4; }
.notice     { background: #FFF6BF; color: #514721; border-color: #FFD324; }
.success    { background: #E6EFC2; color: #264409; border-color: #C6D880; }
.error a    { color: #8a1f11; }
.notice a   { color: #514721; }
.success a  { color: #264409; }