
html {
	background-color: #dae7ed;
	background-image: none;
}

body {
	background-color: #dae7ed;
	font-family: Trebuchet MS, Verdana, Hevetica, Arial, sans-serif;
	font-size: 90%;
	color: black;
	margin: 0px;
	padding: 0px;
}

.welcome {
	background-color: #BFE1FF;
}

#top {
	height: 100px;
	background-color: #295780;
	background-position: right;
	background-repeat: no-repeat;
	border-bottom: 4px solid #1D3D5A;
}
#logo {
	width: 380px;
	height: 100px;
	float: left;
}

#tab-bar, #tab-bar li {
	list-style: none;
	margin: 0px;
	padding: 0px;
	text-align: center;
}
#tab-bar {
	background-color: #dae7ed;
	border-bottom: 3px solid #1D3D5A;
}
#tab-bar li {
	display: inline;
}
#tab-bar li a {
	padding: 0 4em 0 4em;
	color: #444444;
	font-weight: bold;
	text-decoration: none;
}
#tab-bar li a.tab-sel {
	color: #fdbc19;
	background-color: #1D3D5A;
}
#tab-bar li a:hover {
	color: #fdbc19;
}

#left {
	position: absolute;
	left: 0px;
	width: 150px;
	margin:0; padding:0;
	background-color: #1D3D5A;
	color: white;
}
#left div {
	padding: 1px;
}
#left ul {
	list-style: none;
	margin: 0px;
	margin-bottom: 1em;
	padding-left: 0px;
}
#left li {
	text-indent: 0.75em;
	margin: auto;
	border: 1px solid #1D3D5A; /* IE hack */
	border-left: 0px;
	border-right: 0px;
}
#left a:link, #left a:visited {
	font-size: 80%;
/*	color: white; */
	display: block;
}
#left a:hover {
	background-color: white;
	color: #1D3D5A;
}
#left span {
	display: block;
	font-weight: bold;
	font-size: 85%;
}


#middle {
	margin: 0 0 0 150px;
}
#container {
	border: 2px solid #1D3D5A;
	border-right: 0px;
	border-bottom: 0px;
	padding: 3px;
	min-height: 460px; /* Alas, mozilla only... there's a little jquery magic elsewhere to fix that up */
}
#right {
	display: none; /* disabled */
	position: absolute;
	right: 0px;
	width: 140px;
	margin: 0; padding: 0;
	border: 1px solid red;
}
#footer {
	clear: both;
	margin: 0px; padding: 3px;
	border-top: 2px solid #1D3D5A;
	text-align: center;
	/* border-bottom: 3px solid red; */
	background-color: #dae7ed;
	font-size: 70%;
	/* letter-spacing: 0.75pt; */
}
#footer a {
	color: black;
}
#copy, #copy a {
	color: #295780;
}

/* min widths to prevent page narrowness in modern browsers */
#tab-bar, #top, #footer {
	min-width: 700px;
}
#middle {
	min-width: 550px;
}


.breadcrumbs {
	background-color: #1D3D5A;
	color: white;
	font-size: 85%;
	padding: 3px;
	margin: 0px;
	font-weight: normal;
}
.breadcrumbs a:link, .breadcrumbs a:visited {
	color: #fdbc19;
}
.breadcrumbs a:hover {
	color: #e5a400;
}
#login-bar {
	display: block;
	float: right;
	margin-left: 1em;
/*	margin-bottom: 2em; */
}

a:link, a:visited  {
	color: #fdbc19;
}
#container a:link, #container a:visited {
	color: #093760;
}
#container .forum-head a:link, #container .forum-head a:visited {
	color: black; /* black on a light background */
}

#container .post-user a:link, #container .post-user a:visited
/* ,
#container .post-manageblock a:link, #container .post-manageblock a:visited,
#container .post-utilblock a:link, #container .post-utilblock a:visited
*/
{
	color: white;
}
a:hover, #container a:hover, #container .forum-head a:hover, #container #points-main tr th a:hover
{
	color: #e5a400;
}

pre {
	background-color: #ebf0f2;
}





fieldset {
	background-color: #ebf0f2;
	border: 1px solid #1D3D5A;
}
legend {
	background-color: #ebf0f2;
	border: 1px solid #1D3D5A;
	padding: 2px 20px;
	font-weight: bold;
	font-size: 90%;
}

fieldset label {
	float: left;
	width: 20%;
	margin-right: 0.5em;
	text-align:right;
	font-size: 90%;
}
fieldset label.nodent {
	float: none;
	width: auto;
	margin-right: 0;
	text-align: inherit;
}
fieldset.mini label {
	width: 7em;
}
fieldset br {
    clear: both;
}



.dark {
	background-color: #ebf0f2;
}
.light {
	background-color: #CFDBE6;
}


.autocompleter {
	border: 1px solid #1D3D5A;
	background-color: #CFDBE6;
	padding: 2px;
	min-width: 10em;
}
.autocompleter-select {
	background-color: #ebf0f2;
}


h1, h2, h3, h4, h5, h6 {
	margin: 0.25em 0;
	color: #295780;
}
h1 {
	font-size: 175%;
}

.tristate {
	width: 17px;
	height: 17px;
	border: 2px inset #dae7ed;
	cursor: pointer;
}
.tristateX {
	color: #dae7ed;
	background-color: #dae7ed;
}
.tristateP {
	color: green;
	background-color: green;
}
.tristateN {
	color: red;
	background-color: red;
}
.tristate-example {
	float: left;
	clear: both;
}

.expandy-plusminus a {
	font-weight: bold;
	text-decoration: none;
}



.msie-nag {
	width: 500px;
	background-color: #880000;
	border: 5px solid #ff0000;
	padding: 3px;
	color: white;
	margin: auto;
}
.msie-nag a:link, .msie-nag a:visited {
	font-weight: bold;
	color: white !important;
}

.edit-modwarn {
	background-color: #880000;
	border: 5px solid #ff0000;
	padding: 3px;
	color: white;
	margin: auto;
	margin-bottom: 1em;
}


#pm-new-alert.pm-new-alert {
	color: black;
	background-color: white;
	font-weight: bold;
}



table.wrap td {
	/* font-size: 80%; */
}
table.std {
    border-collapse: collapse;
    border: 1px solid #98b8d6;
}
table.std tr th {
    padding: 3px;
    background-color: #1D3D5A;
    color: white;
    border: 1px solid #98b8d6;
	font-size: 90%;
}
table.std tr td {
    padding: 2px;
    border: 1px solid #98b8d6;
	font-size: 90%;
}
table.std caption {
	color: #295780;
    font-size: 100%;
    text-align: left;
	font-weight: bold;
}
tr.stdhover td {
	background-color: #BFE1FF;
}



.cfrm-table {
	border: 0px;
	margin-bottom: 1.5em;
	border-collapse: collapse;
}
.cfrm-table tr {
}
.cfrm-spacer {
	width: 1.5em;
	border: 1px solid #98b8d6;
	border-right: 0px;
}
.cfrm-even td {
	background-color: #ebf0f2;
}
.cfrm-odd td {
	background-color: #CFDBE6;
}
.cfrm-new-row td {
	background-color: #BFE1FF;
}
.cfrm-fname {
	vertical-align: top;
	padding: 3px;
	width: 75%;
	border-top: 1px solid #98b8d6;
}
.cfrm-forum-link {
	font-size: 125%;
}
.cfrm-forum-desc {
	font-size: 85%;
	font-style: italic;
}
.cfrm-posts {
	padding: 3px;
	font-size: 85%;
	min-width: 13em;
	border-top: 1px solid #98b8d6;
	border-right: 1px solid #98b8d6;
}
.cfrm-lastpost {
	padding: 3px;
	font-size: 80%;
	text-align: left;
	padding-left: 5em;
	border-right: 1px solid #98b8d6;
	border-bottom: 1px solid #98b8d6;
}
.cfrm-new-tag {
	font-size: 200%;
	color: #fdbc19;
	vertical-align: top;
	letter-spacing: -0.2em;
}







.topics-topinfo {
	font-size: 90%;
	padding: 3px;
}
.topics-topinfo .pagination {
}
.topics-topinfo .pagination .pagenum {
	padding: 0px 1px 0px 1px;
	font-weight: bold;
}
.topics-topinfo .right {
	float: right;
}
.topics-bottominfo {
	font-size: 90%;
	padding: 3px;
}
.topics-bottominfo .right {
	float: right;
}
.topics-utilblock {
	background-color: #BFE1FF;
	color: white;
	padding: 3px;
	padding-bottom: 5px;
	font-size: 90%;
}
.topics-utilblock .right {
	float: right;
}

.topics-container {
	border-bottom: 1px solid #98b8d6;
}
.topics-line {
	padding: 1px 2px 2px 0px;
	border: 1px solid #98b8d6;
	border-bottom: 0px;
	clear: both;
}
.topics-new-line {
	font-weight: bold;
}

.topics-status {
	float: left;
	width: 30px;
	text-align: center;
}
.topics-status .sticky { color: #00ff00; font-weight: bold; }
.topics-status .closed { color: red; font-weight: bold; }
.topics-status .moved { color: purple; font-weight: bold; }
.topics-new {
	color: #fdbc19;
}

.topics-moved {
}
.topics-title {
	display: inline;
	/* padding: 2px; */
}
.topics-title .pages {
	font-size: 75%;
}
.topics-author {
	clear: left;
	text-indent: 4em;
	font-size: 80%;
}
.topics-posts {
	float: right;
	clear: right;
	font-size: 80%;
	margin: 0px;
	padding: 0px;
}
.topics-last {
	display: inline;
	float: right;
	clear: right;
	font-size: 80%;
	margin: 0px;
	padding: 0px;
}







.topic-wrapper {
}
.post-wrapper {
	margin-bottom: 5px;
	margin-top: 5px;
	border: 1px solid #98b8d6;
	width: 100%;
}
.post-wrapper-new {
	border: 2px solid #fdbc19;
}
.post-new {
	color: #fdbc19;
	font-size: 100%;
}
.post-user {
	background-color: #6092BF;
	text-align: center;
	padding: 3px;
	margin-right: 3px;
	margin-bottom: 3px;
	width: 125px;
	vertical-align: top;
	/* border: 1px solid red; */
}
.post-user a.user {
	font-size: 100%;
	font-weight: bold;
	color: white;
}
.post-user {
	font-size: 100%;
	color: white;
}
.user-title  {
	font-size: 80%;
	color: white;
}
.post-avatar {
	/* margin-top: 3px; */
}
.post-timestamp {
	background-color: #6092BF;
	color: white;
	padding: 2px;
	font-size: 85%;
	font-weight: bold;
}
.post-controls {
	/* clear: both; */
	text-align: right;
	font-size: 90%;
	padding: 3px;
	vertical-align: bottom;
}
.post-id, .post-id:link, .post-id:visited {
	font-size: 80%;
	font-style: italic;
	color: #093760;
	text-decoration: none;
}
.post-layouthack {
	clear: both;
}
.post-user-layouthack {
	width: 125px;
	height: 1px;
/* 	border: 1px solid red; 	*/
	overflow: hidden;
}
.post-body {
	padding: 3px;
	vertical-align: top;
}
.post-signature {
	/* */
}
.post-edited {
/*	clear: both; */
	padding: 3px;
	font-size: 80%;
	font-style: italic;
	vertical-align: bottom;
}

.post-utilblock {
/*	background-color: #BFE1FF;
	color: white; */
	padding: 3px;
	font-size: 90%;
}
.post-utilblock .right {
	float: right;
}

.post-manageblock {
/*	background-color: #BFE1FF;
	color: white; */
	padding: 3px;
	padding-bottom: 5px;
	font-size: 90%;
	text-align: center;
}


.ubbcode-quote, .ubbcode-code {
	background-color: #BFE1FF;
	padding: 2px;
	margin: 0.5em;
	margin-left: 1.75em;
	margin-right: 1.75em;
	border: 1px solid #1D3D5A;
}
.ubbcode-quote i, .ubbcode-code i {
	font-style: normal !important;
} /* FUCKING IE */
.ubbcode-quote-word, .ubbcode-code-word {
	width: 3em;
	text-align: center;
	font-weight: bold;
	font-size: 80%;
	padding: 3px;
	display: inline;
}
.ubbcode-code pre {
	background-color: #BFE1FF;
}
.ubbcode-quote-attrib {
	/* font-style: italic; */
	font-size: 70%;
}
.ubbcode-quote hr, .ubbcode-code hr {
	display: none;
}




.chat-name {
	font-size: 110%;
	font-weight: bold;
}
.chat-timestamp {
	font-size: 80%;
}

.chat-tagline {
	font-size: 85%;
	font-style: italic;
	margin-left: 0.75em;
}


.userprofile-layout-hack tr td:first-child {
	text-align: right;
}
.userprofile-layout-hack td {
	vertical-align: top;
	padding: 2px;
}






#points-main {
    border-collapse: collapse;
    border: 1px solid #98b8d6;
}
#points-main tr th, #attend tr th {
    padding: 3px;
    background-color: #1D3D5A;
    color: white;
    border: 1px solid #98b8d6;
    cursor: pointer;
}
#points-main tr td {
    padding: 2px;
    border-bottom: 1px solid #98b8d6;
}
#sorting {
    display: none;
    position: absolute;
    top: 250px;
    padding: 10px;
    border: 2px solid black;
    background-color: white;
    color: black;
    width: 400px;
    text-align: center;
}
#points-main caption {
    font-size: 75%;
    text-align: left;
}
#filter {
	display: none;
	position: absolute;
	top: 200px;
	left: 200px;
	width: 500px;
	clear: both;
	background-color: #CFDBE6;
	border: 1.01px solid #1D3D5A; /* firefox.  don't ask.  */
}
#filter th {
    background-color: #1D3D5A;
    color: white;
}
#filter td, #filter th {
	padding: 2px;
}
#filter fieldset label {
	float: none;
	display: inline;
	margin: 0px;
	padding: 0px;
}


.admin-perm-table {
	width: 100%;
}
.admin-perm-table td, .admin-perm-table th {
	border-bottom: 1px solid #1D3D5A;
}
.admin-perm-filter {
	width: 95%;
	margin-left: 3%;
}
.admin-perm-filter div {
	display: block;
	width: 24%;
	float: left;
}
#admin-perm-filter-agroups, #admin-perm-filter-cgroups {
	border: 1px solid #1D3D5A;
	background-color: #ebf0f2;
	padding: 2px;
}
.admin-perm-tree, .admin-perm-tree ul {
	list-style: none;
	margin: 0px;
	padding-left: 1em;
}
.admin-perm-tree li {
	margin-top: 1em;
}
.admin-perm-tree-1 {
	background-color: #BFE1FF;
	border: 1px solid ;
}
.admin-perm-tree-0 {
	background-color: #BFE1FF;
}
.admin-perm-tree-2 {
	background-color: #ebf0f2;
}
/* guests */
.grouptype-1 {
	background-color: #ebf0f2;
}
/* all registered */
.grouptype-2 {
	background-color: #CFDBE6;
}
/* mods */
.grouptype-3 {
	background-color: #BFE1FF;
}
.grouptype-4 {
	background-color: #BFE1FF;
}






ul.sortable {
	width: 200px;
	border: 1px solid #1D3D5A;
	list-style: none;
	margin: 3px;
	padding: 0px;
}
ul.sortable li {
	margin: 2px;
	padding: 3px;
	border: 1px solid #1D3D5A;
	background-color: #ebf0f2;
}
ul.sortableactive {
	background-color: #BFE1FF;
}
ul.sortablehover {
	background-color: #CFDBE6;
}
.sorthelper {
	list-style: none;
	background-color: #BFE1FF;
}

.admin-group-members {
	float: left;
	max-height: 500px;
	overflow: auto;
}
#add-results {
	width: 200px;
	border: 1px solid #1D3D5A;
	list-style: none;
	margin: 3px;
	padding: 0px;
}
#add-results li {
	margin: 2px;
	padding: 3px;
	border: 1px solid #1D3D5A;
}
