﻿
/* --- Font & Link Styles --- */
div {
	font-family: 'Verdana';
	color: #333333;
	font-size: 12px;
	font-weight: normal;
	line-height: 16px;
	text-align: left;
	text-decoration: none;
}

p {
	font-family: 'Verdana';
	color: #333333;
	font-size: 12px;
	font-weight: normal;
	line-height: 20px;
	text-align: left;
	text-decoration: none;
	margin-bottom: 25px;
}

h1 {
	font-family: 'Arial';
	color: #8A683C;
	font-size: 40px;
	font-weight: normal;
	line-height: 40px;
	text-align: left;
	text-decoration: none;
	margin: 0px;
	margin-top: -15px !ie;
}

h2 {
	font-family: 'Arial';
	color: #006857;
	font-size: 35px;
	font-weight: normal;
	line-height: 24px;
	text-align: left;
	text-decoration: none;
	margin: 0px;
}

h3 {
	font-family: 'Arial';
	color: #e65620;
	font-size: 22px;
	font-weight: normal;
	line-height: 20px;
	text-align: left;
	text-decoration: none;
	margin: 0px 0px 15px 0px;
}

.title-orange {
	font-family: 'Arial';
	color: #e65620;
	font-size: 18px;
	line-height: 20px;
	text-align: left;
	text-decoration: none;
	padding-top: 10px;
	padding-bottom: 5px;
	margin: 0px;
}

.title-orange-small {
	font: 16px Arial;
	color: #e65620;
	line-height: 18px;
	text-align: left;
	text-decoration: none;
	padding-bottom: 3px;
	margin: 0px;
}

.title-green {
	font-family: 'Arial';
	color: #006840;
	font-size: 18px;
	line-height: 20px;
	text-align: left;
	text-decoration: none;
	padding-top: 10px;
	margin: 0px;
}

.title-brown {
	font-family: 'Arial';
	color: #715531;
	font-size: 18px;
	line-height: 20px;
	text-align: left;
	text-decoration: none;
	padding-top: 10px;
	margin: 0px;
}

popupBox-content {
	width: 300px;
	padding: 20px;
}

a.helpful-link-list {
	font-family: 'Verdana';
	color: #333333;
	font-size: 14px;
	font-weight: normal;
	line-height: 18px;
	text-align: left;
	vertical-align: middle;
	text-decoration: none;
	display: list-item;
	list-style: none none inside;
	padding: 2px 0px 0px 20px;
	padding: 2px 5px 0px 5px !ie;
}

	a.helpful-link-list:hover {
		text-decoration: underline;
		color: #8A683C;
	}

.faq-link {
	font-family: 'Verdana';
	color: #333333;
	font-size: 12px;
	font-weight: bold;
	line-height: 18px;
	text-align: left;
}

	.faq-link a {
		font-family: 'Verdana';
		color: #333333;
		font-size: 12px;
		font-weight: bold;
		line-height: 18px;
		text-align: left;
		text-decoration: none;
	}

		.faq-link a:hover {
			text-decoration: none;
			color: #e65620;
		}

ul.faq {
	list-style: none;
	margin: 0px 5px 0px 35px;
	padding: 0px;
}

	ul.faq li {
		font-family: 'Verdana';
		color: #333333;
		font-size: 12px;
		font-weight: normal;
		text-align: left;
		text-decoration: none;
		list-style-type: disc;
		padding-bottom: 5px;
	}

ul.link-list {
	position: relative;
	margin-left: 10px;
	list-style: disc;
	padding: 0px 20px 0px 20px;
}

	ul.link-list li {
		width: 165px;
		vertical-align: text-top;
		font-family: 'Tahoma';
		color: #ffffff;
		font-size: 17px;
		font-weight: normal;
		line-height: 18px;
		letter-spacing: 0.5pt;
		padding-bottom: 10px;
	}

.infoBox {
	width: 242px;
	font: 12px Verdana;
	line-height: 18px;
}

	.infoBox p {
		margin-bottom: 2px;
		margin-top: 0px;
		line-height: 18px;
	}

.infoBox-title {
	font-family: 'Arial';
	font-size: 18px;
	line-height: 20px;
	padding-bottom: 5px;
	padding-top: 5px;
	text-align: left;
	text-decoration: none;
	color: #006840;
}

	.infoBox-title a {
		font-family: 'Arial';
		font-size: 18px;
		height: 20px;
		line-height: 20px;
		text-align: left;
		text-decoration: none;
		color: #006840;
	}

		.infoBox-title a:hover {
			text-decoration: underline;
			color: #006840;
		}


a.directory-list {
	font-family: 'Verdana';
	color: #8A683C;
	font-size: 14px;
	font-weight: normal;
	line-height: 18px;
	text-align: left;
	text-decoration: underline;
	display: list-item;
	list-style: none none outside;
	padding-top: 5px;
	cursor: pointer;
}

	a.directory-list:hover {
		text-decoration: underline;
		color: #333333;
	}

.link-img {
	position: relative;
	display: block;
	margin-right: 10px;
	margin-top: 10px;
	text-align: right;
	height: 20px;
}

	.link-img a {
		font-family: 'Verdana';
		color: #8A683C;
		font-size: 12px;
		font-weight: normal;
		line-height: normal;
		text-align: left;
		vertical-align: middle;
		text-decoration: none;
	}

		.link-img a:hover {
			text-decoration: underline;
			color: #664600;
		}

	.link-img img {
		border: none;
		vertical-align: middle;
	}

.link a {
	font-family: 'Verdana';
	color: #e65620;
	font-size: 12px;
	font-weight: normal;
	line-height: normal;
	text-align: left;
	text-decoration: none;
}

	.link a:hover {
		text-decoration: underline;
		color: #8A683C;
	}

.panel-top-link {
	display: block;
	height: 30px;
}

	.panel-top-link a {
		height: 30px;
		color: #8A683C;
		font: 16px 'Arial';
		line-height: 30px;
		text-decoration: none;
		padding: 5px 10px;
		border: solid 1px #ccc;
		background: #f5f5f5;
	}

		.panel-top-link a:hover {
			text-decoration: none;
			color: #e65620;
			background: #fff;
		}

/* --- Breadcrumb Styles --- */
.breadcrumb {
	font-family: 'Verdana';
	color: #333333;
	font-size: 14px;
	font-weight: normal;
	line-height: 16px;
	text-align: left;
	text-decoration: none;
	margin-top: 10px;
	margin-left: 2px;
}

	.breadcrumb a {
		background: url("images/breadcrumb.gif") no-repeat center right;
		font-family: 'Verdana';
		color: #555555;
		font-size: 14px;
		font-weight: normal;
		line-height: 16px;
		text-align: left;
		text-decoration: none;
		padding-right: 10px;
	}

		.breadcrumb a:hover {
			text-decoration: underline;
			color: #e65620;
		}

		.breadcrumb a.last {
			background: url("images/spacer.gif") no-repeat center right;
			font-family: 'Verdana';
			color: #8A683C;
			font-size: 14px;
			font-weight: normal;
			line-height: 16px;
			text-align: left;
			text-decoration: none;
		}

			.breadcrumb a.last:hover {
				text-decoration: underline;
			}

/* --- Form Styles --- */

.fieldset {
	border: none 0px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

.form {
	margin: 10px 0px 10px 3px;
}

.small-note {
	font: 11px Verdana;
}

.star {
	padding: 5px 0px 15px 0px;
	font-family: Verdana;
	color: #e65620;
	font-size: 12px;
	font-weight: bold;
	line-height: 14px;
	border: none;
}

.field-star {
	padding: 5px 0px 0px 0px;
	font-family: Verdana;
	color: #e65620;
	font-size: 12px;
	font-weight: bold;
	line-height: 14px;
	border: none;
}

.form input.field {
	margin-top: 3px;
	width: 207px;
	height: 16px;
	border: solid 1px #7F9DB9;
	font-family: Verdana;
	font-size: 12px;
	font-weight: normal;
	line-height: 18px;
	color: #333333;
}

.form input.field-long {
	margin-top: 3px;
	width: 400px;
	height: 16px;
	border: solid 1px #7F9DB9;
	font-family: Verdana;
	font-size: 12px;
	font-weight: normal;
	line-height: 18px;
	color: #333333;
}

input.field-small {
	margin-top: 3px;
	width: 70px;
	height: 16px;
	border: solid 1px #7F9DB9;
	font-family: Verdana;
	font-size: 12px;
	font-weight: normal;
	line-height: 18px;
	color: #333333;
}

input.field-mid {
	margin-top: 3px;
	width: 190px;
	height: 16px;
	border: solid 1px #7F9DB9;
	font-family: Verdana;
	font-size: 12px;
	font-weight: normal;
	line-height: 18px;
	color: #333333;
}

.form select.multiple {
	margin-top: 3px;
	width: 194px;
	border: solid 1px #7F9DB9;
	font-family: Verdana;
	font-size: 12px;
	line-height: 18px;
	font-weight: normal;
	color: #333333;
}

.form select.dropdown {
	margin-top: 3px;
	width: 210px;
	height: 20px;
	border: solid 1px #7F9DB9;
	line-height: 18px;
	font-family: Verdana;
	font-size: 12px;
	font-weight: normal;
	color: #333333;
}

.form select.dropdown-small {
	margin-top: 3px;
	width: 100px;
	height: 20px;
	border: solid 1px #7F9DB9;
	line-height: 18px;
	font-family: Verdana;
	font-size: 12px;
	font-weight: normal;
	color: #333333;
}

.form input.checkbox {
	margin-top: 5px;
	font-family: Verdana;
	font-size: 12px;
	font-weight: normal;
	color: #333333;
}

.form input.radio {
	margin-top: 3px;
	border: solid 1px #7F9DB9;
	font-family: Verdana;
	font-size: 12px;
	font-weight: normal;
	color: #333333;
	margin: 0px;
	padding: 0px;
}

.form input.textarea, .form .textarea {
	margin-top: 3px;
	width: 400px;
	height: 90px;
	border: solid 1px #7F9DB9;
	font-family: Verdana;
	font-size: 12px;
	font-weight: normal;
	color: #333333;
	resize: none;
}

.submit {
	background: #EAEAEA;
	width: 112px;
	height: 27px;
	text-align: center;
	color: #4a3f2f;
	font-weight: bold;
	border: solid 1px #BFCBD6;
	cursor: pointer;
}

.button {
	background: #EAEAEA;
	width: 112px;
	height: 27px;
	text-align: center;
	color: #333;
	font-weight: bold;
	border: solid 1px #BFCBD6;
}

.button-arrow {
	background: url(images/Rigth-orange-arrow.png) no-repeat right 4px center white;
	min-width: 95px;
	line-height: 24px;
	text-align: center;
	color: #e65620;
	font-weight: bold;
	border: solid 1px darkgray;
	border-radius: 13px;
	padding-right: 16px;
}

a.button-arrow {
	display: inline-block;
	text-decoration: none;
	padding: 1px 16px 1px 6px;
	min-width: 71px;
}
input.button-arrow,
button.button-arrow {
	padding: 1px 16px 1px 6px;
}

.search {
	background: url("images/arrow-orange.gif") no-repeat top left;
	vertical-align: bottom;
	width: 31px;
	height: 25px;
	border: none;
}

.schedule {
	background: url("images/schedule-app.gif") no-repeat top left;
	vertical-align: middle;
	width: 29px;
	height: 22px;
	border: none;
}

/* --- Table Styles --- */
.top-table-area {
	display: block;
	/*	width:790px;*/
	height: 40px;
	vertical-align: middle;
}

.table-hr {
	width: 99.5%;
	height: 3px;
	text-align: center;
	background-color: #ccc;
}

.table-area {
	margin-left: -2px;
	width: 100%;
	font: 12px Verdana;
	text-decoration: none;
}

	.table-area tr {
		min-height: 24px;
	}

.table-area-on {
	background-color: #f5f5f5;
}

.table-area a {
	padding: 0px 3px 0px 3px;
	color: #8A683C;
	font: 12px Verdana;
	text-decoration: underline;
}

	.table-area a:hover {
		color: #e65620;
		font: 12px Verdana;
		text-decoration: underline;
	}

	.table-area a.tb-title {
		font-weight: bold;
	}

.table-area th {
	text-align: left;
	font: bold 12px 'Verdana';
	color: #8A683C;
	padding: 4px;
}

.table-row-item {
	margin: 3px;
}

	.table-row-item > label, .table-row-item > input, .table-row-item > img {
		vertical-align: middle;
	}

.hoverGridRow {
	background-color: #e3f8e7
}

.tr-row-title {
	height: 35px;
	background-color: #E3E3E3;
	color: #60513c;
	font: bold 12px Verdana;
}

.td-col-title {
	font: bold 12px 'Verdana';
	color: #60513c;
	padding: 10px;
	line-height: 20px;
}

th.td-col-title {
	text-align: center;
	font: bold 12px 'Verdana';
	color: #60513c;
	padding: 10px;
	line-height: 20px;
}

.td-col-title-small {
	font: bold 12px 'Verdana';
	color: #60513c;
	padding: 10px 10px 10px 5px;
}

.td-col-content {
	font: 12px Verdana;
	padding-left: 3px;
}

.td-col-single-content {
	font: 12px Verdana;
	padding: 10px;
}

.pager-area {
	display: block;
	margin-top: 10px;
	margin-right: 4px;
	line-height: 25px;
	/*width:80%;*/
	height: 25px;
	padding-right: 50px;
	float: right;
	text-align: right;
}

.pager-link {
	color: #6F5530;
	font: 14px Verdana;
	text-decoration: none;
	padding: 0px 2px 0px 2px;
}

	.pager-link a, a:hover {
		color: #e65620;
		text-decoration: underline;
	}

.pager-link-active {
	font: 14px Verdana;
	color: #e65620;
	text-decoration: none;
	padding: 0px 2px 0px 2px;
	border: solid 1px #e65620;
}

.pager-link-off {
	color: #6F5530;
	font: 14px Verdana;
	text-decoration: none;
	padding: 0px 2px 0px 2px;
}

	.pager-link-off a, a:hover {
		color: #e65620;
		text-decoration: none;
	}

.pager-link-on {
	color: #6F5530;
	font: 14px Verdana;
	text-decoration: none;
	padding: 0px 2px 0px 2px;
}

	.pager-link-on a, a:hover {
		color: #e65620;
		text-decoration: none;
	}

/* --- Grid Table View --- */
table.grid-view {
	width: 100%;
	font: 12px Verdana;
	border-collapse: separate;
	border-spacing: 2px;
}

	table.grid-view > thead > tr > th {
		color: #8A683C;
		background-color: #e3e3e3;
		padding: 12px 8px;
	}

	table.grid-view > tbody > tr > td, table.grid-view > tbody > tr > th, table.grid-view > tfoot > tr > td, table.grid-view > tfoot > tr > th {
		padding: 8px;
	}

	table.grid-view > tbody > tr:nth-child(even) {
		background-color: #f5f5f5;
	}

	table.grid-view > tbody > tr:hover > td, table.grid-view > tbody > tr:hover > th {
		background-color: #e3f8e7
	}

	table.grid-view > tfoot > tr > td, table.grid-view > tfoot > tr > th {
		border-top: solid 1px #cccccc;
	}

	table.grid-view a {
		color: #8A683C;
	}

	table.grid-view td.date-column,
	table.grid-view td.date-column input {
		width: 115px;
		text-align:center;
	}

/* --- HistoryCommentTable styles --- */
.history-table {
	width: 100%;
	border-collapse: collapse;
}

	.history-table td {
		padding: 2px;
		border: 1px solid #BFCBD6;
	}

/* --- Misc Styles --- */

.clear {
	clear: both;
}

.buttonsHolder {
	text-align: center;
	padding: 4px 0;
}
