/**************************************************************
	 Styles
 **************************************************************/

div {
}

p {
	margin-top: 0px;
	margin-bottom: 10px;
}

fieldset {
	margin: 0px;
	padding: 10px;
	border: 1px solid #ccc;
	background-color: #eee;
}

/* Headers */
h1, h2, h3, h4, h5, h6 {
	margin: 0 0 10px 0;
	font-family: "Lucida Grande", Arial, Helvetica, sans-serif;
	color: #172956;
	line-height: 150%;
}
h1 {
	font-size: 16pt;
	border-bottom: 1px solid #ccc;
	padding-bottom: 5px;
	margin-bottom: 15px;
}
h2 {
	font-size: 13.5pt;
}
h3 {
	font-size: 11pt;
	color: #555;
}
h4 {
	font-size: 10pt;
	color: black;
}
h5 {
	font-size: 8pt;
}
h6 {
	font-size: 7pt;
}
h4.title {
	font-family: Tahoma;
	color: #1E90FF;
	font-weight: bold;
	text-decoration: underline;
	text-transform: uppercase;
}

/* Links */
a {
	text-decoration: none;
	color: #0082B8;
	cursor: pointer;
}
a:hover {
	text-decoration: underline;
}
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;
}

/* Lists */
ul {
}
ul li {
}
ol li {
}
dt {
	margin: 10px 0px;
	color: #172956;
	line-height: 110%;
	font-size: 10pt;
	font-weight: bold;
}

/* Blockquote */
blockquote {
	margin: 0;
	padding: 0 20px;
	background: #eee;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
hr {
	border: 0px;
	height: 1px;
	background-color: #ccc;
	margin: 20px 0px;
}
.Section hr {
	border-bottom: 1px solid #f8f8f8;
	height: 1px;
	background-color: #ccc;
	margin: 20px 0px;
}

/* Tables */

table {
	border-collapse: collapse;
}
table tr th, table tr td {
	padding: 0px;
	color: #444;
}

table.ListTable {
	border: 1px solid #ccc;
}
table.ListTable tr th {
	padding: 2px 5px;
	border-bottom: 2px solid #aaa;
	background-color: #eee;
	text-align: left;
}
table.ListTable tr td {
	padding: 2px 5px;
}
table.EntriesTable {
}
table.EntriesTable tr th {
	padding: 2px 5px;
	background-color: #eee;
	border-bottom: 2px solid #aaa;
	text-align: left;
}
table.EntriesTable tr td {
	padding: 2px 5px;
	border-bottom: 1px solid #ccc;
}
table.EntriesSubTable {
	margin: 7px 0px;
	border: 1px solid #bbb;
}
table.EntriesSubTable tr th {
	background-color: #eee;
}
table.EntriesSubTable tr th, table.EntriesSubTable tr td {
	padding: 0px 3px;
}
table.FormTable {
}
table.FormTable tr th {
	padding: 2px;
	text-align: left;
	vertical-align: top;
	border-bottom: 1px dotted #ddd;
}
table.FormTable tr td {
	padding: 2px;
}
table.ViewTable {
}
table.ViewTable tr th {
	padding: 2px;
	text-align: left;
	vertical-align: top;
	border-bottom: 1px solid #ddd;
}
table.ViewTable tr td {
	padding: 2px;
}
table.StatsTable_horizontal {
}
table.StatsTable_horizontal tr th {
	padding: 3px 5px;
	border-bottom: 2px solid #ccc;
}
table.StatsTable_horizontal tr td {
	padding: 3px 5px;
	border-bottom: 1px solid #ccc;
}
table.StatsTable_vertical {
}
table.StatsTable_vertical tr th {
	padding: 3px 5px;
	border-bottom: 1px solid #ccc;
}
table.StatsTable_vertical tr td {
	padding: 3px 5px;
	border-bottom: 1px solid #ccc;
}

.listbox {
	height: 200px;
	overflow-y: scroll;
	border: 1px solid #CCC;
	background-color: white;
	padding: 2px 0px;
}
.listbox:hover {
	border: 1px solid #888;
}
.listbox ul {
	margin: 0px;
	margin-left: 15px;
	padding: 0px;
	list-style: none;
	list-style-image: none;
}
.listbox ul li {
	list-style: none;
	list-style-image: none;
	text-indent: -10px;
}
ul.sidemenu {
	margin: 0px;
	padding: 0px;
	list-style: none;
	width: 185px;
	list-style: none;
	list-style-image: none;
}
ul.sidemenu li {
	margin: 0px;
	padding: 0px;
	list-style: none;
	list-style-image: none;
}
ul.sidemenu li a {
	padding: 2px 5px;
	color: #555;
	font-weight: bold;
	background-image: url('../images/accordion_title_bg.gif');
	border: 1px solid;
	border-color: #f4f4f4 #aaa #aaa #f4f4f4;
	display: block;
}
ul.sidemenu li a:hover,
ul.sidemenu li a.selected {
	color: black;
	border: 1px solid;
	border-color: #f0f0f0 #888 #888 #f0f0f0;
	text-decoration: none;
}
ul.sidemenu li a:hover {
	background: #cfcfcf;
	border-color: #f0f0f0 #888 #888 #f0f0f0;
}
ul.sidemenu li a.selected {
	color: black;
	background-image: url('../images/accordion_title_bg_on.gif');
}

.pagingLinks a {
	padding: 3px;
	cursor: pointer;
}
.pagingLinks img {
	cursor: pointer;
}
.pagingLinks a:hover {
	background-color: #FFE27D;
}
.pagingLinks a.selected {
	background-color: #FFE27D;
	font-weight: bold;
}

.dark {
  color: #353E47;
}
.dropcap:first-letter {
	font-size: 400%;
	float: left;
	line-height: 0.8em;
	color: #888;
	margin-right: 5px;
}
.DarkRow, .Search_DarkRow {
	background-color: #FFFACE;
}
.LightRow, .Search_LightRow {
}
.inactiveEntry {
	color: #999;
}
.smallText {
	font-size: 80%;
}
.center {
	text-align: center !important;
}
.left {
	text-align: left !important;
}
.right {
	text-align: right !important;
}
.numberField {
	text-align: right;
	width: 75px;
}
.dateField {
	width: 100px;
}
.textField {
	width: 350px;
}
.noPad {
	margin: 0px;
	padding: 0px;
}
.icons {
	border: none;
	vertical-align: middle;
}
.iconspan {
	font-weight: normal;
	text-align: right !important;
}
.bold {
	font-weight: bold !important;
}
pre {
	font-size: 8pt;
}

/**************************************************************
	 Form Elements
 **************************************************************/

form {
	padding: 0;
	margin: 0;
}
label {
	color: #3B5D77;
	cursor: pointer;
}
label:hover {
	color: #668FA3;
}
input,
textarea,
select {
	padding: 1px;
	font-family: "Lucida Grande", Tahoma, Arial, Helvetica, sans-serif;
	font-size: 1em;
}
textarea {
	font-family: "Lucida Grande", Tahoma, Arial, Helvetica, sans-serif;
	width: 350px;
	height: 100px;
}/*
input.radio,
input.checkbox {
	background: none;
	border: 0px;
}
input.disabled,
textarea.disabled,
select.disabled {
	padding: 1px;
	font-size: 1em;
	color: #999;
	background: #eee;
	border: 1px solid #ccc;
	cursor: auto;
}
input:focus,
input:hover,
textarea:focus,
textarea:hover,
select:focus,
select:hover {
	color: #000;
	border: 1px solid #666;
}
input.disabled:focus,
input.disabled:hover,
textarea.disabled:focus,
textarea.disabled:hover,
select.disabled:focus,
select.disabled:hover {
	color: #999;
	background: #eee;
	border: 1px solid #ccc;
}
input.noBorder,
input:focus.noBorder,
input:hover.noBorder {
	padding: 0;
	border: 0;
}
input.button {
	padding: 1px 3px;
	font-size: 1em;
	cursor: pointer;
	color: #fff;
	background: #800000;
	border: 1px solid black;
}
input.button:hover {
	background-color: #C00000;
	border: 1px solid black;
}
input.button:active {
	background-color: #800000;
	border: 1px solid black;
}*/