html {
	font-family: verdana;
	font-size: 14px;
	color: #435A61;
	background-color: #C4E1E1;
}

a {
	color: #435A61;
	text-decoration: underline;
	font-weight: bold;
}

a:link {text-decoration: none;}
a:active {text-decoration: underline;}
a:hover {text-decoration: underline;}
a:visited {text-decoration: none;}

a.admin {
	color: #FF0000;
}

a.errors {
	color: #CC0000;
}

img {
	border: none;
}
h1 {
	font-size: 24px;
	font-family: verdana;
	display: inline;
}

h1.center {
	text-align: center;
}

p.notes {
	font-size: 11px;
	text-align: center;
}

div.left-flank {
	float: left;
	width: 20px;
	height: auto;
	border-right: 1px solid #000000;
	background-color: #000000;
	}

div.right-flank {
	float: right;
	width: 20px;
	height: auto;
	border-left: 1px solid #000000;
	background-color: #000000;
	}

div.global {
	width: 100%;
}

div.header-links {
	padding: 2px;
	text-align: center;
	border-top: 1px solid #EBF8FA;
	border-left: 1px solid #EBF8FA;
	border-right: 1px solid #44BFD0;
	border-bottom: 1px solid #44BFD0;
	margin-top: 3px;
	margin-bottom: 10px;
	background-color: #C5EAF1;
}

div.header-user {
	text-align: center;
	background-color: #AAD6A9;
	border-left: 1px solid #CBE6CA;
	border-top: 1px solid #CBE6CA;
	border-bottom: 1px solid #58AF56;
	border-right: 1px solid #58AF56;
	margin-top: 3px;
	margin-bottom: 3px;
	padding: 2px;
}

div.body {
	text-align: center;
	line-height: 130%;
	width: 100%;
	background-color: #FFFFFF;
	min-height: 700px;
	border: 1px solid #435A61;
}

div.left {
	float: left;
	width: 180px;
	text-align: left;
	margin: 0;
	padding: 5px;
	border-right: 1px dotted #435A61;
	border-top: 1px dotted #435A61;
	border-bottom: 1px dotted #435A61;
	min-height: 300px;
	background-color: #F5FBFB;
}

div.center {
	text-align: left;
	margin-left: 195px;
	margin-right: 195px;
	padding: 5px;
}

div.right {
	float: right;
	width: 180px;
	text-align: right;
	margin: 0px;
	padding: 5px;
	border-left: 1px dotted #435A61;
	border-top: 1px dotted #435A61;
	border-bottom: 1px dotted #435A61;
	min-height: 300px;
	background-color: #F5FBFB;
}

div.footer {
	clear: both;
	margin: 0;
	padding: .5em;
	text-align: center;
}

#index-left p, #index-right p { margin: 0 0 1em 0; }
#index-center h2 { margin: 0 0 .5em 0; }

span {
	padding-left: 15px;
	padding-right: 15px;
}

span.copyright {
	display: block;
	font-size: 10px;
	padding-top: 5px;
}

table {
	font-size: 11px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	width: 40%;
}

table td {
	border-top: 1px solid #E7F1F0;
	border-left: 1px solid #E7F1F0;
	border-right: 1px solid #C1DAD7;
	border-bottom: 1px solid #C1DAD7;
	background: #F5FBFB;
	padding: 2px;
	color: #6D929B;
	text-align: left;
}

table td#index {
	vertical-align: top;
}

table td#heading {
	border-top: 1px solid #E7F1F0;
	border-left: 1px solid #E7F1F0;
	background: #F5FAFA;
	padding: 6px 6px 6px 6px;
	color: #6D929B;
	text-align: center;
}

table.bbs-index {
	width: 60%;
}

table.bbs-index h3 {
	display: inline;
}

table.bbs-index td#header {
	font-weight: bold;
	font-size: 14px;
	}

table.bbs-board {
	width: 60%;
}

table.bbs-board h3 {
	display: inline;
}

table.bbs-board td#header {
	font-weight: bold;
	font-size: 14px;
}

table.bbs-thread {
	width: 60%;
}

table.bbs-thread h3 {
	display: inline;
}

table.bbs-thread td#header {
	display: inline;
	font-size: 14px;
}

table.errors td{
	background: #FF9595;
	color: #000000;
	border-top: 1px solid #FFCCCC;
	border-left: 1px solid #FFCCCC;
	border-right: 1px solid #B82E2E;
	border-bottom: 1px solid #B82E2E;
}

table.notice td{
	background: #FFFFCC;
	color: #000000;
	border-top: 1px solid #E7F1F0;
	border-left: 1px solid #E7F1F0;
	border-right: 1px solid #C1DAD7;
	border-bottom: 1px solid #C1DAD7;
}

table.approved td{
	background: #CCFFCC;
	color: #000000;
	border-top: 1px solid #CCFF99;
	border-left: 1px solid #CCFF99;
	border-right: 1px solid #99FF66;
	border-bottom: 1px solid #99FF66;
}

table.listing {
	font-size: 11px;
	margin-left: auto;
	margin-right: auto;
}

table.listing td {
	border-top: 1px solid #E7F1F0;
	border-left: 1px solid #E7F1F0;
	border-right: 1px solid #C1DAD7;
	border-bottom: 1px solid #C1DAD7;
	background: #FFFFFF;
	padding: 2px;
	color: #6D929B;
}

table.listing td#alt {
	border-top: 1px solid #E7F1F0;
	border-left: 1px solid #E7F1F0;
	border-right: 1px solid #C1DAD7;
	border-bottom: 1px solid #C1DAD7;
	background: #F5FAFA;
	padding: 2px;
	color: #6D929B;
}

table.listing td#heading {
	border-top: 1px solid #E7F1F0;
	border-left: 1px solid #E7F1F0;
	background: #F5FAFA;
	padding: 6px 6px 6px 6px;
	color: #6D929B;
}

table.listing td#edit {
	border-top: 1px solid #E7F1F0;
	border-left: 1px solid #E7F1F0;
	border-right: 1px solid #C1DAD7;
	border-bottom: 1px solid #C1DAD7;
	background: #FFFFCC;
	padding: 2px;
	color: #6D929B;
}

table.listing td#editHeader {
	border-top: 1px solid #E7F1F0;
	border-left: 1px solid #E7F1F0;
	border-right: 1px solid #C1DAD7;
	border-bottom: 1px solid #C1DAD7;
	background: #FFFFCC;
	padding: 2px;
	color: #435A61;
}

table.preferences td#form {
		font-size: 11px;
		text-align: left;
	}

form.login {
	margin: 0px;
	}

form.login input {
	border: 1px solid #000000;
}

form.login input:focus {
	background-color: #FFFFCC;
}

input {
	background-color: #FFFFFF;
	border-top: 1px solid #E7F1F0;
	border-left: 1px solid #E7F1F0;
	border-right: 1px solid #C1DAD7;
	border-bottom: 1px solid #C1DAD7;
}


select {
	background-color: #FFFFFF;
	border-top: 1px solid #E7F1F0;
	border-left: 1px solid #E7F1F0;
	border-right: 1px solid #C1DAD7;
	border-bottom: 1px solid #C1DAD7;
}

textarea {
	background-color: #FFFFFF;
	border-top: 1px solid #E7F1F0;
	border-left: 1px solid #E7F1F0;
	border-right: 1px solid #C1DAD7;
	border-bottom: 1px solid #C1DAD7;
}

p.left-subtitle {
	display: block;
	width: 160px;
	font-size: 13px;
	padding-left: 2px;
	background-color: #C5EAF1;
	border: 1px solid #435A61;
}

p.right-subtitle {
	display: block;
	width: 160px;
	font-size: 13px;
	padding-right: 2px;
	background-color: #C5EAF1;
	border: 1px solid #435A61;
}

ul.left {
	
	list-style: none;
	margin: 0px;
	padding: 0px;
	background-color: #F5FBFB;
}

ul.left li {
	text-decoration: none;
	display: block;
	width: 160px;
	font-size: 12px;
	padding-left: 2px;
}

ul.left li:hover {
	background-color: #C5EAF1;
	border: 1px solid #435A61;
}

ul.right {
	
	list-style: none;
	margin: 0px;
	padding: 0px;
	background-color: #F5FBFB;
}

ul.right li {
	text-decoration: none;
	display: block;
	width: 160px;
	font-size: 12px;
	padding-right: 2px;
}

ul.right li:hover {
	background-color: #C5EAF1;
	border: 1px solid #435A61;
}

ul.knowledgeBase {
	
	list-style: none;
	margin: 0px;
	padding: 0px;
}

ul.knowledgeBase li {
	text-decoration: none;
	display: block;
	width: 100%;
	font-size: 12px;
	padding-left: 2px;
}

ul.knowledgeBase li:hover {
	background-color: #C5EAF1;
	border: 1px solid #435A61;
}

#left-heading {
	margin: 0;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 2px;
	padding-bottom: 5px;
	font-size: 14px;
	font-weight: bold;
	text-decoration: underline;
}
