html {
	overflow: -moz-scrollbars-vertical;
}

body {
	width: 100%; height: 100%;
	margin: 0px 0px 0px 0px;
	font-size: 11px;
	font-family: verdana, sans-serif;
	background: #3a3a3a;
}


p { font-size: 11px; }
p.description { width: 683px; font-size: 11px; margin: 0px; padding-bottom: 15px; padding-left: 8px; }

div.header-container {
	position: relative;
	background: url(images/header-bg.jpg) no-repeat;
	width: 100%; height: 105px;
	margin-bottom: 1px;
}
div.header-container h1 {
	color: #e78c27;
	color: #96959a;
	font-size: 20px;
	font-family: arial, sans-serif;
	position: absolute; left: 250px; top: 30px; margin: 0px; padding: 0px;
}
h1 b { color: #545454; font-style: normal; }

h1 {
	color: #e78c27;
	color: #96959a;
	font-size: 20px;
	font-family: arial, sans-serif;
}

h3 {
	color: #e78c27;
	color: #96959a;
	font-size: 16px;
	font-family: arial, sans-serif;
	margin: 0px 0px 2px 0px;
}

form { margin: 0px; padding: 0px; }

a,
a:link,
a:visited,
a:hover {
	color: #e78c27; text-decoration: none;
}
a:hover {
	color: #66abd1; text-decoration: underline;
}

table {
	font-family: verdana, sans-serif;
	font-size: 11px;
}

table.resultset {
	font-family: verdana, sans-serif;
	font-size: 11px;
	border-left: 1px solid #e78c27;
	border-right: 1px solid #e78c27;
	border-bottom: 1px solid #e78c27;
	width: 100%;
}

table.resultset th {
	padding: 5px 10px 5px 10px;
	background: #e78c27;
	color: #ffffff;
	text-align: left;
}

table.resultset tr {
	color: #000000;
	background: #ffffff;
}

table.resultset tr.over {
	background: #d6d8d8;
}

table.resultset td {
	padding: 3px 10px 3px 10px;
	border-bottom: 1px solid #e78c27;
}

table.form {
	font-family: verdana, sans-serif;
	font-size: 11px;
	color: #e78c27;
	border-left: 2px solid #a2a2a5;
	border-right: 2px solid #a2a2a5;
	border-top: 2px solid #a2a2a5;
}

table.form th {
	font-size: 11px;
	font-weight: bold;
	color: #ffffff;
	background: #e78c27;
	vertical-align: top;
	padding: 5px;
}

table.form td.subtitle {
	font-family: verdana, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #ffffff;
	background: #e78c27;
	padding: 0px 0px 1px 5px;
	border-bottom: 2px solid #e78c27;
}

table.form td.label {
	background: #3a3a3a;
	color: #a2a2a5;
	border-bottom: 2px solid #a2a2a5;
	vertical-align: top;
	padding: 8px 30px 5px 10px;
}
table.form td.input {
	background: #ffffff;
	border-bottom: 2px solid #a2a2a5;
	vertical-align: top;
	padding: 5px 5px 5px 5px;
	border-left: 1px solid #a2a2a5;
	background: #3a3a3a;
	color: #a2a2a5;
}

table.form input,
table.form select,
table.form textarea {
	font-family: verdana, sans-serif;
	font-size: 11px;
	border: 1px solid #a2a2a5;
	padding: 2px;
	color: #000000;
}


table#page {
	width: 100%; height: 100%;
	background: #ffffff;
	padding-right: 10px;
}


/* BEGIN MENU STYLES */
table#page td#menu {
	background: #3a3a3a;
	vertical-align: top;
	height: 100%;
	white-space: nowrap;
	padding: 55px 0px 0px 0px;
	border-right: 2px solid #e78c27;
}

/* Setup the base CSS that is common between each menu state */
td#menu a.off,
td#menu a.off:link,
td#menu a.off:visited,
td#menu a.off:hover,
td#menu a.on,
td#menu a.on:link,
td#menu a.on:visited,
td#menu a.on:hover {
	font-family: arial, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #666666;
	display: block;
	text-decoration: none;
	text-transform: uppercase;
	padding: 3px 20px 4px 6px;
}
td#menu a.off:hover {
	background: #e78c27;
	color: #ffffff;
}
td#menu a.on,
td#menu a.on:link,
td#menu a.on:visited,
td#menu a.on:hover {
	background: #e78c27;
	color: #e78c27;
	color: #ffffff;
	border-top: 1px solid #cdcdcd;
	border-bottom: 1px solid #cdcdcd;
	padding: 2px 20px 3px 6px;
}
/* END MENU STYLES */

table#page td#content {
	vertical-align: top;
	width: 100%; height: 100%;
	padding: 0px 15px 15px 15px;
}


div#submenu {
	font-family: verdana, sans-serif;
	font-size: 10px;
	color: #ffffff;
	background: #e78c27;
	width: 100%;
	margin: 0px 0px 10px 0px;
	padding: 0px;
	height: 22px;
}

div#submenu div#subcontent {
	height: 22px;
	padding: 5px 3px 0px 3px;
}

div#submenu a,
div#submenu a:link,
div#submenu a:visited,
div#submenu a:hover {
	font-family: verdana, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #ffffff;
	padding: 1px 4px 1px 4px;
	margin: 0px;
	display: inline;
	background: #af5b00;
	text-decoration: none;
	border: 1px solid #ffffff;
}
div#submenu a.on,
div#submenu a.on:link,
div#submenu a.on:visited,
div#submenu a.on:hover,
div#submenu a:hover {
	color: #af5b00;
	background: #ffffff;
}
div#pagination {
	font-family: verdana, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #ffffff;
	padding-bottom: 5px;
	width: 100%;
}

table.resultset td.icon,
table.resultset td.icon-last {
	padding: 1px 10px 0px 3px;
	text-align: left;
	border-bottom: 1px solid #e78c27;
}
table.resultset td.icon-last {
	padding-right: 10px;
}

td.icon a.edit,
td.icon a.edit:link,
td.icon a.edit:visited,
td.icon a.edit:hover,
td.icon a.delete,
td.icon a.delete:link,
td.icon a.delete:visited,
td.icon a.delete:hover {
	font-family: verdana, sans-serif;
	font-size: 10px;
	font-weight: bold;
	padding: 0px 4px 0px 4px;
	margin: 0px;
	text-decoration: none;
}

td.icon a.edit,
td.icon a.edit:link,
td.icon a.edit:visited {
	color: #ffffff;
	background: #af5b00;
	border: 1px solid #af5b00;
}
td.icon a.edit:hover {
	color: #af5b00;
	background: #ffffff;
	border: 1px solid #af5b00;
}

td.icon a.delete,
td.icon a.delete:link,
td.icon a.delete:visited {
	color: white;
	background: #f79625;
	border: 1px solid #f79625;
}
td.icon a.delete:hover {
	color: #f79625;
	background: white;
	border: 1px solid #f79625;
}

div.error_message {
	font-family: tahoma, sans-serif;
	font-size: 11px;
	border: 2px solid #ff0000;
	background: #ffdfdf;
	color: #ff0000;
	width: 400px;
	padding: 10px;
	margin-bottom: 10px;
}
div.success_message {
	font-family: tahoma, sans-serif;
	font-size: 11px;
	border: 2px solid #e78c27;
	background: #eaf2e3;
	color: #e78c27;
	width: 400px;
	padding: 10px;
	margin-bottom: 10px;
}

