/* page.css */

/*
	#9999CC etwas blasseres blaugrau
	#CCCC99 etwas helleres gold
*/

/* {{{ core: general elements */
body, html {
	font-family: bitstream vera sans, sans-serif;
	font-size: 11pt;

	color: #862;

	margin: 0;
	padding: 0;
}

body {
	background-color: white;
	background-image: url(images/bg.gif);
}

a {
	color: #990;
	background-color: transparent;
	text-decoration: none;
}
a:active {
	color: #990;
	background-color: transparent;
}
a:visited {
	color: #990;
	background-color: transparent;
}
a:hover {
	color: #880000;
	background-color: transparent;
	text-decoration: underline;
}

img {
	border: none;
	vertical-align: middle;
}

td {
	vertical-align: top;
}

ul, ol {
	line-height: 1.5em;
	padding-left: 0.5em;
}

ul {
	list-style-type: disc;
	margin: 0.3em 0 0 1.5em;
}

ol {
	margin: 0.3em 0 0 3.2em;
	list-style-image: none;
}

li {
	margin-bottom: 0.1em;
}

div.paragraph {
	padding-bottom: 1em;
}

span.email {
	color: #777;
}

p {
	margin: 0;
	padding: 0;
}

/*!*/

table.MemberLogin tr td.Key {
	text-align: right;
	padding-right: 1em;
	width: 80px;
}

table.GuestLogin tr td.Key {
	text-align: right;
	padding-right: 1em;
	width: 80px;
}

table.SendNewPassword {
	margin-top: 1em;
}

table.SendNewPassword tr td.Key {
	text-align: right;
	padding-right: 2em;
	width: 80px;
}

table.SendNewActivationKey {
	margin-top: 1em;
}

table.SendNewActivationKey tr td.Key {
	text-align: right;
	padding-right: 2em;
	width: 80px;
}
/* }}} */

/* {{{ core: page top */
.PageTop {
	background-color: #EFB978;
	color: #884400;
	border-bottom: 1px solid #DB7;
	padding-left: 1em;
	padding-right: 1em;
}

.PageContent {
	padding: 2em;
}

.PageRight {
	padding-top: 7em;
	width: 140px;
}

/* }}} */

/* {{{ core: left page bar */
div.SideBarLogo {
	padding-left: 1em;
	padding-top: 0.5em;
/*	border: 1px solid green; /**/
	text-align: center;
}

div.SideBarLogo img {
	border: 0;
}

td.PageBarLeft {
	min-height: 800px;
/*	height: 500px; */
/*	height: 100%; */
	width: 255px;
/*	border: 2px solid red; /**/
	border-right: 1px solid #DB7;
}

div.PageBarLeft {
	color: #777;
	margin-bottom: 1em;
/*	border: 1px solid green;/**/
}

div.PageBarLeft a {
	font-weight: normal;
	text-align: left;
	font-size: 12pt;

	color: #963;
	background-color: transparent;

	padding-left: 1em;

	display: block;
}

div.PageBarLeft a:visited {
	color: #963;
	background-color: transparent;
}

div.PageBarLeft a:hover {
	background-color: #C94;
	color: white;
	text-decoration: underline;
}
/* }}} */

/* {{{ core: page footer */
table.PageFooter {
	color: #884400;/*#444;*/
	background-color: #EFB978;/*#EEEEEE;*/
	border-top: 1px solid #DB7;
	font-size: 8pt;
}

table.PageFooter tr td.right {
	text-align: right;
}

table.PageFooter a {
/*	color: red;*/
	background-color: transparent;
}
/* }}} */

/* {{{ welcome page */
img.WelcomeLogo {
	margin-top: 1em;
	margin-bottom: 2em;
}

table.Box {
	border: 1px solid #520;
	margin-top: 2em;

	/* spacer to left window border / right frame */
	margin-left: 1em;
	margin-right: 1em;
}

table.Box tr td.Header {
	color: #884400;
	background-color: #AA8844;

	text-align: center;

	font-size: 12pt;
	font-weight: bold;
}

table.Box tr td.Body {
	padding: 0.25em;
	background-color: #DDD;
	color: #840;
}
/* }}} */

/* {{{ core: headings */
h1, h2, h3, h4, h5, h6, .ChatChannelsTopic {
	font-family: trebuchet ms, bitstream vera sans, sans serif;
	color: #860;
	background-color: transparent;
	background: none;
	font-weight: normal;
	padding-top: 0.5em;
	padding-bottom: 0.17em;
	margin: 0;
	text-align: left;
	margin-bottom: 0em;
}

h1 { 
	font-size: 188%; 
	padding-left: 12px;
	border-bottom: 1px dashed #ccc;
/*	background-image: url(images/h1bg.gif);
	background-position: right bottom;
	background-repeat: no-repeat;*/
	margin-bottom: 1em;
}

h2 {
	font-size: 150%;
	margin-bottom: 0.5em;
	border-bottom: 1px dashed #ccc;
}

h3, h4, h5, h6 {
	border-bottom: none;
	font-weight: bold;
}
h3 {
	font-size: 132%;
}
h4 {
	font-size: 116%;
}
h5 {
	font-size: 100%;
}
h6 {
	font-size: 80%;
}
/* }}} */

/* {{{ message handling */

div.Message_error {
	border: 1px solid #BB6633;
	color: #BB6633;
	background-color: #DDBBAA;

	font-weight: bold;
	text-align: center;
	margin-bottom: 1em;
}

div.Message_notice {
	/* more green
	border: 1px solid #66BB33;
	color: #559922;
	background-color: #CCEEBB; */

	/* more yellow */
	border: 1px solid #993;
	background-color: #CDA;
	color: #993;

	font-weight: normal;
	text-align: center;
	margin-bottom: 1em;
}

div.Message_info {
}

/* }}} */

/* {{{ content */

input.Text, textarea.Text, select.Text {
	border: 1px solid #cba; 		/* equals .PageBarLeft->color */
	color: #4E446B; 				/* equals body->color */
	background-color: white; 		/* equals body->bgcolor */
}

input.Button {
	border: 1px solid #cba; 		/* equals .PageBarLeft->color */
	color: #4E446B; 				/* equals body->color */
	background-color: #EFEFEF;
}

/* }}} */

/* {{{ core: panel */

.PanelObject {
	border: 1px solid #9D9;
	margin: 1em;
	width: 140px;
}

.PanelObject .Header {
	border-bottom: 1px dashed #99C;
	font-weight: normal;
	font-style: italic;
	text-align: right;
	padding-right: 0.5em;
	color: #446;
}
.PanelObject .Content {
	padding-left: 1em;
	padding-right: 1em;
	padding-bottom: 0.5em;
}

/* }}} */

/* {{{ cms module */
/* }}} */

/* {{{ chat module */
.ChatChannelsTopic {
	font-size: 128%;
	font-weight: bold;
	margin-bottom: 0em;
}

.ChatChannels {
	margin-bottom: 1em;
	margin-left: 1em;
}

.ChatChannels span.NoMembers {
	font-style: italic;
	color: #999;
}

.ChatChannel {
	margin-bottom: 0.5em;
}

.ChatChannelTopic {
	color: inherit;
	background-color: inherit;
}

.ChatSession {
	text-decoration: none;
}

.ChatInput {
	margin: 0.5em;
}

/* }}} */

/* {{{ character module */
table.CharacterProfile {
	width: 500px;
}
td.CharKey {
	padding-right: 1em;
	width: 150px;
	white-space: nowrap;
	color: #777;
}
td.CharValue {
}
td.CharKeyValue {
}

div.CharInfoSectionHeader {
	margin-top: 1em;
	font-size: 18pt;
	font-weight: bold;
	font-style: italic;
	color: #997733;
	background-color: transparent;
}

table.GbEntry {
	border: 1px solid #973;
}

td.GbEntryHead {
	color: #66A;
	background-color: #D4D4D4;
	padding-left: 1em;
}

td.GbEntryBody {
	padding: 0.5em;
}

div.GbEntryOptions {
	text-align: right;
	font-size: smaller;
	margin-bottom: 1em;
}

/* }}} */

/* {{{ news module */
div.Preview {
	border: 1px dotted #973;
	width: 600px;
}
/* }}} */

.nowrap {
	white-space: nowrap;
}

/* {{{ jquery overrides */
.ui-widget-header {
	font-family: trebuchet ms, bitstream vera sans, sans serif;
	font-size: 20px;
	font-weight: bold;

	color: #884400;
}

.ui-widget-header .left {
	padding-left: 0.5em;
	margin-bottom: 0.5em;

	color: #884400;
}

.ui-widget-header .right {
	font-size: 10pt;
	font-weight: normal;
	text-align: right;
	vertical-align: bottom;
	padding: 0.25em;

	color: #884400;
}

.ui-widget-content {
	padding: 0.5em;

	color: #884400;
}

.ui-widget-content .bottom-left {
	color: #884400;
	font-size: 10pt;

	padding: 0.25em;
}

.ui-widget-content table tr .bottom-right {
	color: #884400;

	padding: 0.25em;

	font-size: 10pt;
	font-weight: normal;
	text-align: right;
	vertical-align: bottom;
}
/* }}} */

/* vim:ai:noet:ts=4:nowrap
 */
