/* Generic style */

hr.space {
	margin:20px 0;
	background:#fff;
	border:none;
	height:0px;}
	
a {
	outline:none;
}

.fleft {
	float:left;}
.fright {
	float:right;}
	
.mr10 {
	margin-right:10px;}
.ml10 {
	margin-left:10px;}
	
.clear {
	clear:both;}
	
img.fright {
	margin:0 0 10px 10px;}

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

.quiet {
	color:#666;
	font-size:9pt;}
	
input.quiet {
	color:#999;}
	
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;}

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;
}

ul.list {
	padding:10px;
	list-style-type:none;
	clear:both;
}

ul.list li {
	display:block;
	font-size:10pt;
	margin-bottom:5px;
	padding:4px;
	border-bottom:dotted 1px #eee;
	font-weight:normal;
	clear:both;
	cursor:default;
}

ul.list li:hover {
	background-color:#eee;
	border-bottom:dotted 1px #ddd;}

ul.list li .photo {
	float:left;
	width:61px;
	height:61px;
	background:#eee;
	border:solid 1px #ddd;
	margin-right:10px;}
	
ul.list li .icons {
	float:right;}
	
ul.list li.noresult, ul.list li.noresult:hover {
	font-size:14pt;
	margin:40px 0;
	border:none;
	background:transparent;
	text-align:center;
	width:100%;}
	
.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; }
