html { 
	height: 101%;
	margin-bottom: 1px;
}

body {
	margin: 0px;
	padding: 15px;
	background-image: url(../images/layout/body-background.png);
	background-repeat: repeat-x;
	background-color: #0e4f90;
	color: black;
	font-family: Helvetica, Arial, sans-serif; /*"Trebuchet MS"*/
	font-size: 12px;
}

/* TinyMCE specific rules */
body.mceContentBody {
	background: white none;
}

h1, h2, h3, h4, h5, h6 {
	color: #0e4f90;
	font-weight: bold;
}

h1 {
	margin-top: 10px;
	color: black;
	font-size: 170%;
}

h2 {
	font-size: 140%;
}

h3 {
	font-size: 120%;
}

input, select, select option, textarea {
	font-family: Helvetica, Arial, sans-serif; /*"Trebuchet MS"*/
	font-size: 12px;
}

/*div.column_header {
	background-image: url(../images/blank-header-light.gif);
}*/

div.outer-wrapper {
	width: 100%;
	text-align: center;
	/* text-align: center; works with margin: auto; on inner wrapper
	   to center the inner wrapper in all browsers */
}

div.inner-wrapper {
	width: 973px;
	margin: auto;
	text-align: left; /* returns to left alignment from outer-wrapper centering */
	background-color: white;
}

div#header-wrapper {
	/*background-image: url(../images/layout/header-wrapper-background.gif);*/
}
div#header {
	background-image: url(../images/layout/header-background.gif);
	height: 40px;
}

div#banner {
	height: 73px;
}

div#banner a img {
	border: 0px;
}

div#navigation-wrapper {
	/*background-image: url(../images/layout/footer-wrapper-background.gif);*/
}

/* new */

#navigation {
	height: 49px; /* may no longer be accurate */
}

#navigation .navigation-button {
	float: left;
	width: 119px;
	height: 49px;
}

#navigation .navigation-button a img {
	border: 0px;
}

div#content-wrapper {
	/*background-color: #050505;*/
}

div#padded-content {
	padding: 10px;
	color: black;
}

.default-text-color {
	color: black;
}

div#subfooter-wrapper {
	/* no bg settings because body takes care of it */
}
div#subfooter {
	height: 40px;
}

.center {
	margin-left: auto;
	margin-right: auto;
}

#padded-navigation {
	text-align: right;
	padding-right: 10px;
}

#subfooter-wrapper, #subfooter {
	background-color: #0e4f90; /*#444;*/
	color: white; /*#929292;*/
}

#padded-subfooter {
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 0px;
	background-color: #316396; /*#444;*/
}

#copyright {
	float: right;
	text-align: left;
	cursor: default;
}

#footer-links {
	float: left;
	width: 63%;
	text-align: left;
	cursor: default;
}

#footer-links a {
	color: white; /*#929292;*/
}

#footer-links a:hover {
	text-decoration: underline;
}

a {
	color: #0e4f90;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

.highlight {
	color: white;
}

.content-top {
	padding-top: 0px;
	margin-top: 0px;
}

input[type=file], input[type=text], input[type=checkbox], input[type=password], textarea, select {
/*	background-color: #dddddd;*/
	border: 1px solid #bbb;
}

/*input[type=submit] {
	border: 2px outset #bbb;
}*/

code {
	text-indent: 2em;
}

code p {
	text-indent: 2em;
}

img.bordered {
	border: 1px solid gray;
}

a:hover img.bordered {
	border: 1px solid white;
}

table.table-content {
	border-width: 0 0 1px 1px;
	border-style: solid;
	border-color: lightgrey;
	border-spacing: 0px;
	border-collapse: separate;
	margin-top: 15px;
	width: 100%;
	clear: both;
}

table.table-content th {
	border-width: 1px 1px 0 0;
	border-style: solid;
	border-color: lightgrey;
	background-color: whitesmoke;
	padding: 15px;
	font-size: 120%;
	text-align: center;
}

table.table-content td {
	border-width: 1px 1px 0 0;
	border-style: solid;
	border-color: lightgrey;
	padding: 15px;
	vertical-align: top;
}

th.th-content-align {
	text-align: left;
}

td.td-content-width {
	width: 200px;
}

table#forum-categories tr.category-header {
	background-color: #0e4f90;
}

table#forum-categories tr.category-header th {
	font-size: 130%;
	font-weight: bold;
	color: white;
	padding: 5px;
	text-align: left;
}

table#forum-categories tr.topic-header {
	background-color: #faa;
}

table#forum-categories tr.topic-header th {
	background-color: #6195c9;
	text-align: left;
	padding: 5px;
	border: 1px solid white;
}

table#forum-categories tr.topic-odd {
	background-color: #e5f0fb; /*#eee;*/
}

table#forum-categories tr.topic-even {
	background-color: #e5f0fb; /*#ddd;*/
}

table#forum-categories tr.topic-odd td, table#forum-categories tr.topic-even td {
	border: 1px solid white;
	padding: 5px;
}

table#forum-categories tr.topic-odd td .topic-title, table#forum-categories tr.topic-even td .topic-title {
	font-weight: bold;
}

span.pseudolink {
	cursor: pointer;
	color: #0e4f90;
	text-decoration: none;
}

span.pseudolink:hover {
	text-decoration: underline;
}

div.statusbar {
	float: left;
	height: 18px;
	width: 18px;
	margin-right: 1px;
}

div.statusbar-start {
	background-color: firebrick;
}

div.statusbar-middle {
	background-color: orange;
}

div.statusbar-end {
	background-color: green;
}

div.statusbar-off {
	background-color: lightgrey;
}

ul.results {
	margin-top: 0;
	margin-left: -25px;
}