/* ADMIN LAYOUT CSS TEMPLATE - LAST UPDATED 02-15-07 */
/* Created by Jessie Johnson, jjohns@wested.org      */
/* Save to a "css" folder at your project's root     */
/* Change colors to suit your project where noted    */


/* GLOBAL
-------------------------------------------------------------------- */
body { 
	margin: 0;
	padding: 0;
	text-align: left;
	background: #ffffff;
	font-family: Arial, sans-serif;
	font-size: 12px;
	}

table td {
	font-family: Arial, sans-serif;
	font-size: 12px;
	}

a:link, a:visited { /* General Links - change color */
	color: #e27430;
	text-decoration: underline;
	}

a:hover { /* General Links Hover - change color */
	color: #e27430;
	text-decoration: none;
	}

img {
	border: 0
	}

form {
	padding: 0;
	margin: 0;
	}

fieldset, legend {
	border: none;
	}

.req {
	font-family: Verdana, sans-serif;
	font-size: 11px;
	line-height: 16px;
	color: #ec9a10;
	font-weight: normal;
	}


/* STRUCTURE / Header
-------------------------------------------------------------------- */
#tableHeader .header { /* Top Bar - change color */
	background-color: #e99c54;
	}

#tableHeader .header .title { /* Title - change color */
	font-family: "Times New Roman", times, serif;
	font-size: 22px;
	line-height: 15px;
	font-weight: bold;
	color: #16796f;
	margin: 0 0 0 0;
	padding: 10px 0 10px 10px;
	}

#tableHeader .header .titleLink {
	font-size: 15px;
	line-height: 15px;
	font-weight: normal;
	margin: 0 0 0 0;
	padding: 10px 10px 10px 0;
	}

	#tableHeader .header .titleLink a { /* Title Link - change color to match title */
	color: #16796f;
	text-decoration: underline;
	}

	#tableHeader .header .titleLink a:hover { /* Title Link Hover- change color to match title link */
	color: #e27430;
	text-decoration: none;
	}

#tableHeader .header .drop {
	margin: 0;
	padding: 10px 10px 10px 0;
	}

#tableHeader .headerSub { /* Util Bar - change color */
	background-color: #e27430;
	}

#tableHeader .headerSub .sub { /* Util Text - change color */
	font-size: 12px;
	line-height: 15px;
	font-weight: normal;
	color: #ffffff;
	margin: 0 0 0 0;
	padding: 3px 10px 3px 10px;
	}

	#tableHeader .headerSub .sub a { /* Util Links - change color to match util text */
	color: #ffffff;
	text-decoration: underline;
	}

	#tableHeader .headerSub .sub a:hover { /* Util Links Hover - change color to match util links */
	color: #ffffff;
	text-decoration: none;
	}


/* STRUCTURE / Nav and Content
-------------------------------------------------------------------- */
#tableContent .nav { /* Left Nav - change color */
	background-color: #faeec7;
	}

#tableContent .nav h1 { /* Left Nav Header - change color */
	font-size: 12px;
	line-height: 15px;
	font-weight: bold;
	color: #16796f;
	margin: 10px 10px 5px 10px;
	padding: 0;
	}

	#tableContent .nav h1 a { /* Left Nav Header Link - change color to match left nav header */
	color: #16796f;
	text-decoration: underline;
	}

	#tableContent .nav h1 a:hover { /* Left Nav Header Link Hover - change color to match left nav header */
	color: #16796f;
	text-decoration: none;
	}

#tableContent .nav p { /* Left Nav P Text - change color to match left nav links */
	font-size: 12px;
	line-height: 15px;
	color: #16796f;
	margin: 10px 10px 15px 10px;
	padding: 0;
	}

	#tableContent .nav p a { /* Left Nav P Link - change color to match left nav links */
	color: #16796f;
	text-decoration: underline;
	}

	#tableContent .nav p a:hover { /* Left Nav P Link Hover - change color to match left nav links */
	color: #16796f;
	text-decoration: none;
	}

#tableContent .nav ul {
	list-style: none;
	margin: 10px 0 10px 0;
	padding: 0;
	}

#tableContent .nav ul li {
	font-size: 12px;
	line-height: 15px;
	color: #16796f;
	padding: 0 10px 3px 10px;
	}

#tableContent .nav ul.loose li {
	font-size: 12px;
	line-height: 15px;
	color: #16796f;
	padding: 0 10px 10px 10px;
	}

	#tableContent .nav ul li.on a { /* Left Nav List Link On State - change color to match util links */
	font-weight: bold;
	color: #16796f;
	text-decoration: none;
	}

	#tableContent .nav ul li a { /* Left Nav List Link - change color to match util links */
	color: #16796f;
	text-decoration: underline;
	}

	#tableContent .nav ul li a:hover { /* Left Nav List Link Hover - change color to match left nav links */
	color: #16796f;
	text-decoration: none;
	}

#tableContent .content {
	margin: 0;
	padding: 0 10px 10px 30px;
	}


/* BASICS
-------------------------------------------------------------------- */
#tableContent .content h1 { /* Header - change color optional */
	font-size: 18px;
	line-height: 18px;
	font-weight: bold;
	color: #336699;
	margin: 0 0 10px 0;
	padding: 0;
	}

#tableContent .content h2 { /* Header - change color optional */
	font-size: 15px;
	line-height: 15px;
	font-weight: bold;
	color: #336699;
	margin: 10px 0 10px 0;
	padding: 0;
	}

#tableContent .content h3 { /* Header - change color optional */
	font-size: 13px;
	line-height: 15px;
	font-weight: bold;
	color: #336699;
	margin: 10px 0 10px 0;
	padding: 0;
	}

#tableContent .content p {
	font-size: 12px;
	line-height: 15px;
	font-weight: normal;
	color: #000000;
	margin: 10px 0 10px 0;
	padding: 0;
	}

	#tableContent .content p a { /* General Text Link - change color */
	color: #0033cc;
	text-decoration: underline;
	}

	#tableContent .content p a:hover { /* General Text Link Hover - change color to match general text link */
	color: #0033cc;
	text-decoration: none;
	}

#tableContent .content ul {
	list-style-type: disc;
	margin: 0 0 0 20px;
	padding: 0;
	}

#tableContent .content ul li {
	font-size: 12px;
	line-height: 16px;
	color: #000000;
	padding: 0 0 10px 0;
	}

	#tableContent .content ul li a { /* General Bullet Link - change color to match general text link */
	color: #0033cc;
	text-decoration: underline;
	}

	#tableContent .content ul li a:hover { /* General Bullet Link Hover - change color to match general bullet link */
	color: #0033cc;
	text-decoration: none;
	}


/* Added 08-20-07
-------------------------------------------------------------------- */
#pagetitle {
	width: 636px;
	background-color: #e27430;
	margin: 0;
	padding: 3px 3px 3px 10px;
	}
.pagetitle {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	line-height: 22px;
	color: #ffffff;
	}

.regionbar {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	background-color: #79aa95;
	font-size: 13px !important;
	font-weight: bold !important;
	line-height: 22px !important;
	color: #ffffff !important;
	padding: 0 0 2px 10px !important;
	}
