/******************************
** Page Layout				 **
******************************/

body {
	margin: 0px;
	padding: 0px;
	width: 100%;
	font-family: sans-serif;
	font-size: medium;
	line-height: 1.2em;
    background-color: #222222;
	background-image: url(bg.jpg);
	background-attachment: fixed;
}

div.adminpanel {
	background-color: #000000;
	color: #00FF00;
	border: none;
	border-bottom: 3px double #00FF00;
	margin: 0px;
	padding: 3px;
	font-family: "Courier New", Courier, monospace;
	overflow: auto;
	font-size: small;
}

div.centrealign {
	position: absolute;
	left: 50%;
	width: 0px;
	height: 100%;
	overflow: visible;
}

div.centre {
    text-align: center;
	clear: both;
}

div.page {
	position: absolute;
	left: -425px;
	width: 850px;
	padding: 0px;
	font-size: smaller;
}

div.leftcolumn {
	float: left;
	width: 592px;
}

div.rightcolumn {
	margin-left: 600px;
}

/******************************
** General Styles			 **
******************************/

p {
	padding: 0px;
	margin: 0px;
    text-align: justify;
	background-color: #333333;
}

li {
    padding: 0.3em;
	list-style: upper-roman outside;
}

img, INPUT, TEXTAREA, SELECT {
	border: 1px solid;
	margin: 2px;
}

a img {
    padding: 0px;
	background: none;
}


table {
	border: 1px solid;
	margin: 1px;
	width: 100%;
	border-collapse: collapse;
}

td {
  text-align: center;
  border: none;
  padding: 2px;
  border-bottom: 1px dotted;
}


td.list {
  text-align: center;
  border: none;
  border-bottom: 1px solid;
  padding: 2px;
}

span.disabled {
    background-color: #333333;
}


/******************************
** Headers/Titles			 **
******************************/

h1 {
	height: 96px;
	margin: 0px;
	padding: 3px;
	margin-bottom: 8px;
	border: 1px solid;
	border-top: none;
	text-align: right;
	font-size: x-large;
	text-transform: uppercase;
	line-height: 96px;
}

h2 {
	border: 1px solid;
	background-color: #FFFFFF;
	margin: 0px;
	padding: 3px;
	clear: both;
	font-size: small;
	overflow: auto;
	vertical-align: baseline;
}

h3, h3.orc, h3.rak {
	text-align: center;
  	border: 1px solid;
  	border-left-width: 2em;
  	border-right-width: 2em;
	margin: 0px;
	font-weight: normal;
	text-transform: uppercase;
    letter-spacing: 0.3em;
	line-height: normal;
	white-space: nowrap;
	/*padding-left: 2em;
	padding-right: 2em;*/
}

/******************************
** Special Text Styles		 **
******************************/

span.disabled, span.strike {
	font-style: italic;
}

span.strike {
    text-decoration: line-through;
}

span.blink {
    text-decoration: blink;
}

span.date {
    font-size: 0.9em;
}

p.error {
    color: #FF0000;
	font-weight: bold;
}

p.intro:first-line {
    font-weight: bold;
}

/******************************
** Buttons					 **
******************************/

a.button, span.buttonactive, a.orcbutton, a.rakbutton {
	border: 1px solid;
	border-left: 12px solid;
	padding: 2px !important;
	padding-left: 4px !important;
	padding-right: 4px !important;
	text-decoration: none;
    line-height: 2em;
    background-color: #333333;
}

a.admin, a.admin:visited {
    font-weight: bold;
	border: 1px #00FF00 solid;
	color: #00FF00;
	text-decoration: none;
	padding: 1px 4px 1px 4px !important;
	margin: 2px;
	background: none;
}

a.admin:hover, a.admin:active {
	color: #00FF00;
    background: #006600;
}

span.floatright {
	float: right;
	text-align: right;
}

span.floatleft {
    float: left;
}

/******************************
** Module Styles			 **
******************************/

div.article_w, div.article_n, div.article_f {
	background-color: #333333;
    border: 1px solid;
	border-top: none;
	margin: 0px;
	padding: 2px;
	margin-bottom: 12px;
	overflow: auto;
}

div.article_n {
    text-align: center;
}

div.by {
	margin: 0px;
	padding: 1px;
	border: 1px solid;
    font-style: italic;
	font-weight: normal;
	clear: both;
	text-align: right;
	background-color: #4C4C4C;
}

div.panel {
    margin: 0px;
	padding: 1px;
	border: 1px solid;
}


div.sideobject, div.orcmodulecontainer, div.rakmodulecontainer {
	text-align: center;
	padding: 2px;
	border: 1px solid;
	border-top: none;
    margin-bottom: 12px;
	overflow: auto;
}

div.orcmodule, div.rakmodule {
	padding: 2px;
	border: 1px solid;
	background-color: #4C4C4C;
}


span.name {
	display: inline;
	float: left;
}

span.rowtitle {
  display: inline;
  float: left;
  font-weight: bold;
}

p.form {
	text-align: center;
}

img.postavatar {
	position: relative;
    float: left;
	margin: 0px;
	top: -2px;
	left: -2px;
}

img.adventurepreview {
  position: relative;
  float: right;
  margin: 0px;
  top: -2px;
  right: -2px;
}


img.intro {
	position: relative;
    float: right;
	margin: 3px;
}

/******************************
***	Confirmations/Errors	***
******************************/

div.success {
  color: #66FF00;
  background-color: #000000;
  border: 2px solid #66FF00;
  text-align: left;
  list-style-type: circle;
  margin: 4px;
  padding: 4px;
}

div.success h4 {
  font-size: small;
  color: #000000;
  background-color: #66FF00;
  text-align: center;
  line-height: normal;
  margin: -4px;
  margin-bottom: 0px;
}

div.error {
	color: #CC0000;
	background-color: #000000;
	border: 2px solid #CC0000;
	text-align: left;
	list-style-type: circle;
  margin: 4px;
  padding:4px;
}

div.error h4 {
	font-size: small;
	color: #000000;
	background-color: #CC0000;
	text-align: center;
	line-height: normal;
  margin: -4px;
  margin-bottom: 0px;
}

/******************************
***	Sidebar Styles			***
******************************/

/*** Orcanis *****************/

h3.orc {
	background-color: #666666;
	color: #FFFFFF;
}

a.orc, a.orc:visited {
  color: #CCCCCC;
  background-image: url(orcanis/aa.gif);
  background-position: left bottom;
  background-repeat: no-repeat;
  padding-left: 8px;
}

a.orc:hover, a.orc:active {
  color: #666666;
  background-image: url(orcanis/a.gif);
  background-position: left bottom;
  background-repeat: no-repeat;
  padding-left: 8px;
}

a.orcbutton, a.orcbutton:visited {
	color: #CCCCCC;
	border-color: #CCCCCC;
	background-image: none;
}

a.orcbutton:hover, a.orcbutton:active {
    background: #666666;
	color: #CCCCCC;
	border-color: #CCCCCC;
}

div.orcmodulecontainer {
	background-color: #333333;
}

div.orcmodulecontainer, div.orcmodule, img.orcimg {
	color: #CCCCCC;
	border-color: #CCCCCC;
}

/*** Rakhama *****************/

h3.rak {
	background-color: #CC0000;
	color: #FF9900;
}

a.rak, a.rak:visited {
  color: #FF9900;
  background-image: url(rakhama/a.gif);
  background-position: left bottom;
  background-repeat: no-repeat;
  padding-left: 8px;
}

a.rak:hover, a.rak:active {
  color: #CC0000;
  background-image: url(rakhama/aa.gif);
  background-position: left bottom;
  background-repeat: no-repeat;
  padding-left: 8px;
}

a.rakbutton, a.rakbutton:visited {
	color: #FF9900;
	border-color: #FF9900;
	background-image: none;
}

a.rakbutton:hover, a.rakbutton:active {
    background: #CC0000;
	color: #FF9900;
	border-color: #FF9900;
}

div.rakmodulecontainer {
	background-color: #333333;
}

div.rakmodulecontainer, div.rakmodule, img.rakimg {
	color: #FF9900;
	border-color: #FF9900;
}

/*** Pumarax *****************/

span.pummodulehead {
	border-style: solid;
	border-bottom-style: none;
	border-top-style: none;
	border-width: 1px;
  	padding-left: 2em;
  	padding-right: 2em;

	color: #00FF99;
	background-color: #330066;
}

div.pummodulecontainer {
    border: 1px solid;
	margin: 0px;
	margin-bottom: 8px;
	overflow: auto;
	text-align: center;

	color: #00FF99;
	background-color: #000000;
	padding: 6px;
	padding-top: 12px;
	margin-bottom: 12px;
}

div.pummodule {
	font-size: smaller;
	font-style: italic;
	padding: 2px;
	border: 1px solid;
	color: #FFFFFF;
	border-color: #00FF99;
}

img.pummodule {
	border: solid 1px #330066;
}

a.pumbutton {
	border: 1px solid;
	padding: 2px;
	padding-left: 4px;
	padding-right: 4px;
	text-decoration: none;
    line-height: 2em;

	background: #330066;
	color: #00FF99;
	border-color: #00FF99;
}

a.pumbutton:hover {
    background: #00FF99;
	color: #330066;
}

a.pumbutton:active {
	background: #330066;
    color: #FFFFFF;
	border-color: #00FF99;
}

h3.pum {
  color: #00FF99;
  background: #330066;
}

/*** Error/Success ***********/
h3.error {
    background-color: #FF3300;
	color: #333333;
}

h3.success {
    background-color: #33FF00;
	color: #333333;
}

