@import url("/common/style.css");		/* Import codeka.com common styles */

#forum-header {
	top: 0pt;
	height: 100px;
	background: #010D55;
}

#site-logo img {
	position: absolute;
	top: 0; left; 0;
}

#forum-header-links
{
	float: right;
	font-weight: bold;
	color: white;
	margin-top: 80px;
	margin-right: 3em;
}

#forum-header-links a
{
	text-decoration: none;
	color: white;
}

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

#forum-content {
	position: absolute;
	top: 100px;
	left: 200pt;
	border-left: 1.5pt dashed;
	right: 0.5em;
	/* Damnit, even IE7 (beta 2) doesn't support min-height. Oh well. */
	min-height: 50em;
}

#forum-menu {
	position: absolute;
	left: 0pt;
	top: 100px;
	width: 200pt;
}

#forum-footer {
	border-top: 0.2pt solid;
	right: 0pt;
	text-align: center;
	font-size: 0.75em;
	margin-top: 2em;
}

.content {
	width: 95%;
	margin: 0 auto 0 auto;
}

.forum-menu-item {
	padding-bottom: 0.8em;
	text-align: center;
}

.forum-menu-item ul {
	text-align: left;
	margin-left: 0px;
}

.forum-menu-item-title {
	border-top: 1.5pt dashed #000000;
	font-size: 12pt;
	color: #0000A0;
	padding: 0 0 0 1em;
	text-align: left;
	font-weight: bold;
}

.total-users-online {
	text-align: left;
	margin-left: 1em;
}

.total-users-online ul {
	margin-left: -1em;
}

div.commands {
	clear: both;
	text-align: right;
	margin-top: 1.5em;
}

div.page-title {
	font-family: cambria, garamond, serif;
	font-weight: bold;
	font-size: 15pt;
	color: #0000a0;
	margin-top: 1em;
	margin-bottom: 1em;
}

.error {
	color: red;
}

.note {
	font-size: small;
}

/* Forum List */

div.forum-category {
	margin-top: 3em;
	border-top: dashed 1.5pt black;
}

div.forum-category a {
	font-family: cambria, garamond, serif;
	font-weight: bold;
	font-size: 15pt;
	color: #0000a0;
	text-decoration: none;
}

div.forum {
	clear: both;
	width: 95%;
	margin: 0 auto 0 auto;
}

div.forum-name a {
	font-weight: bold;
}

div.forum table.forum-desc {
	margin: 0;
	padding: 0;
	border: 0;
	width: 100%;
}

div.forum table.forum-desc td.forum-icon {
	width: 30pt;
}

div.forum table.forum-desc td.forum-number {
	width: 60pt;
}

div.forum table.forum-desc td.forum-date {
	width: 160pt;
}

div.forum-title
{
	padding: 0 0 0.9em 0;
	border-bottom: 1.5pt dashed;
	text-align: right;
	position: relative;
}

div.forum-title span.forum-title-text
{
	float: left;
	border: 1.5pt dashed;
	border-left: none;
	line-height: 1.4em;
	padding: 0.2em 0.2em;
	background: white;
}

div.post-info {
	padding-top: 1em;
}

div.forum-topicnav {
	float: right;
	text-align: center;
}

/* Member list */
table.member-list {
	width: 95%;
	margin: 1em auto 0 auto;
	border: solid 1px #A0A0A0;
}

table.member-list td, table.member-list th{
	padding: 1pt;
}

table.member-list tr.header {
	background: #E0E0E0;
	color: #909090;
	font-weight: normal;
}

/* Topic list, inside a forum */
table.topic-list {
	width: 95%;
	margin: 1em auto 0 auto;
	border: solid 1px #A0A0A0;
}

table.topic-list td, table.topic-list th{
	padding: 1pt;
}

table.topic-list tr.header {
	background: #E0E0E0;
	color: #909090;
	font-weight: normal;
}

table.topic-list div.topic-icon {
	position: absolute;
}

/* Topic, posts and that */

div.topic-nav {
	clear: both;
	float: right;
}

div.topic-title {
	font-family: cambria, garamond, serif;
	font-weight: bold;
	font-size: 15pt;
	color: #0000a0;
	text-decoration: none;
}

div.topic {
	width: 95%;
	margin: 0 auto 0 auto;
}

div.post-title {
	margin-top: 1em;
	clear: both;
	padding: 0 0 0.9em 0;
	border-bottom: 1.5pt dashed;
	text-align: right;
	position: relative;
}

span.post-title-text {
	float: left;
	border: 1.5pt dashed;
	border-left: none;
	line-height: 1.4em;
	padding: 0.2em 0.2em;
	background: white;
}

span.post-title-text img {
	vertical-align: middle;
}

table.post-content {
	width: 95%;
	margin: 0 auto 0 auto;
}

td.profile {
	width: 20%;
	border-left: solid 1pt black;
}

td.post {
	width: 80%;
}

td.profile div.details {
}

td.profile div.details-extra {
	font-size: small;
}

.profile div.details span.author {
	font-weight: bold;
}

.profile span.status-offline {
	font-size: smaller;
}

.profile span.status-online {
	font-size: smaller;
	color: #C00000;
}

table.post-content td.profile div.author-icon{
	text-align: center;
}

blockquote div.quote-username {
	font-weight: bold;
}

/* Classes for the UCP and MCP */

div.cp-toplevel-menu-container {
	clear: both;
	padding: 0 0 0.9em 0;
	border-bottom: 1.5pt dashed;
	text-align: right;
	position: relative;
	margin-top: 1em;
}

div.cp-toplevel-menu {
	float: left;
	border: 1.5pt dashed;
	border-left: none;
	line-height: 1.4em;
	padding: 0.2em 0.2em;
	background: white;
}

div.cp-toplevel-menu-selected {
	float: left;
	border: 1.5pt dashed;
	border-bottom: none;
	border-left: none;
	line-height: 1.4em;
	padding: 0.2em 0.2em;
	background: white;
}

div.cp-sublevel-menu-container {
	margin-left: 1em;
	clear: both;
	margin-bottom: 1em;
}

div.cp-sublevel-menu {
	float: left;
	padding: 0.2em 0.2em;
}
