/**************************************************************
	 Styles
 **************************************************************/
/* Headers */
h1, h2, h3, h4, h5, h6 {
	margin: 0 0 10px 0;
	padding: 0;
	line-height: 120%;
}
h1 {
	padding-bottom: 0.5em;
	font-size: 1.8em;
	color: #2b8558;
}
h2 {
	font-size: 1.3em;
	color: #2a77cd;
}
h3 {
	font-size: 1.2em;
	color: #485658;
}
h4 {
	font-size: 0.85em;
}
h5 {
	font-size: 0.8em;
}

/* Links */
a, label {
	text-decoration: none;
	color: #2a77cd;
	cursor: pointer;
}
label.dark {
	color: #444;
}
a:hover, label:hover {
	color: #444;
}
a img {
	border: 0;
}
a img.border {
	border: 1px solid #000;
}
a:hover img.border {
	/* Fixes IE bug - IE doesn't correctly apply the style on a:hover so need to mask it */
	border: 1px solid #668FA3 !important;
	border: 1px solid #FC3307;
}
form {
	margin: 0px;
	padding: 0px;
}
input,select,textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #333;
}
fieldset {
	margin: 0px;
	padding: 10px;
	border: 1px solid #ccc;
	background-color: #f0f0f0;
}
.bold { font-weight: bold !important; }
.left { text-align: left !important; }
.center { text-align: center !important; }
.right { text-align: right !important; }
.icons {
	border: none;
	vertical-align: middle;
}
.DarkRow {
	background-color: #f0f0f0;
}
.LightRow {
}
#AdvancedSearchBox h4 {
	margin: 0px;
}
#AdvancedSearchBox select {
	width: 200px;
}
table.SearchResults tr td {
	padding: 10px 5px;
}
table.SearchResults tr td.top_td {
	border-top: 1px solid gray;
}
.pagingLinks a {
	padding: 3px;
}
.pagingLinks a:hover {
	background-color: #ccc;
}
.pagingLinks a.selected {
	background-color: #ccc;
	font-weight: bold;
}
#AdminFunctions {
	position: absolute;
	top: 0px;
	left: 0px;
	font-weight: bold;
}
#AdminFunctions a {
	color: black;
}
#AdminFunctions a:hover {
	color: gray;
}
th, td {
	vertical-align: top;
}
table.FormTable tr th {
	text-align: left;
	font-weight: normal;
}
.smallText {
	font-size: 80%;
}
