body {
	margin: 0px;
	padding: 0px;
	padding-right: 30px;
	background-color: rgb(0,0,0);
	width: auto;
}

body, input, textarea {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 90%;
}

h1, h2, h3, h4, h5 {
	margin: 0px;
	padding: 0px;
}

h3 {
	background-color: rgb(7,54,64);
	color: rgb(255,255,255);
	padding: 4px;
	width: auto;
	text-align: center;
	font-weight: bold;
	font-size: 120%;
	line-height: 0.85;
	letter-spacing: -0.08em;
}

b {
	color: rgb(7,54,64);
}

a {
	color: rgb(7,54,64);
}

a:hover {
	color: rgb(16,123,146);
}

a:hover b {
	color: rgb(16,123,146);
}

td,th {
	vertical-align: top;
}

a img {
	border: 0px;
}

td.topbar {
	background-image: url(../images/top_bg.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	vertical-align: bottom;
	height: 160px;
}

td.topbar div.tabard {
	float: right;
	margin: 0px;
	padding: 0px;
	margin-bottom: 5px;
}

td.topbar h1 {
	font-weight: bold;
	font-size: 220%;
	font-family: arial,helvetica,sans-serif;
	letter-spacing: -0.07em;
	line-height: 0.9;
}

td.topbar h1 a {
	text-decoration: none;
	color: rgb(255,255,255);
}

td.topbar h2 {
	color: rgb(255,255,215);
	font-weight: normal;
	font-size: 70%;
	line-height: 0.9;
}

td.buttonbar {
	background-image: url(../images/buttonbar_bg.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	vertical-align: top;
	width: 164px;
}

td.buttonbar table {
	width: 100%;
}

td.buttonbar td.button {
	padding-right: 20px;
	background-image: url(../images/button_bg.gif);
	background-repeat: no-repeat;
	background-position: center left;
	text-align: center;
	vertical-align: middle;
	height: 44px;
}

td.buttonbar td.button a {
	font-size: 100%;
	color: rgb(255,255,255);
	font-weight: bold;
	height: 44px;
	letter-spacing: -0.07em;
	text-decoration: none;
	line-height: 0.9;
}

td.buttonbar th {
	font-weight: bold;
	color: rgb(255,255,255);
	padding: 2px;
	font-size: 80%;
	padding-right: 16px;
	padding-top: 1em;
	text-transform: uppercase;
	text-align: right;
}

td.buttonbar td.admin {
	font-size: 80%;
	text-align: right;
	padding-right: 16px;
}

td.buttonbar td.admin a {
	text-decoration: none;
	color: rgb(255,255,255);
}

td.buttonbar td.admin a:hover {
	font-weight: bold;
	text-decoration: underline;
}

td.buttonbar table.login {
	width: auto;
	margin-top: 1em;
}

td.buttonbar table.login th {
	text-align: center;
}

td.buttonbar table.login td {
	font-size: 80%;
	padding-right: 16px;
	color: rgb(255,255,255);
	text-align: center;
}

td.buttonbar table.login td.prompt {
	padding-top: 1em;
}

td.buttonbar table.login td.data {
	padding-top: 0.2em;
}

table.border {
	width: 100%;
}

table.border td img {
	display: block;
}

table.border td.content img {
	display: inline;
}

table.border td.top {
	width: 99%;
	background-image: url(../images/border_top.gif);
	background-repeat: repeat-x;
	background-position: top left;
}

table.border td.left {	
	background-image: url(../images/border_left.gif);
	background-repeat: repeat-y;
	background-position: top left;
}

table.border td.right {	
	background-image: url(../images/border_right.gif);
	background-repeat: repeat-y;
	background-position: bottom right;
}

table.border td.bottom {
	background-image: url(../images/border_bottom.gif);
	background-repeat: repeat-x;
	background-position: top right;
}

.content {
	vertical-align: top;
	background-image: url(../images/bg.gif);
	background-position: center center;
	color: rgb(0,25,31);
	padding: 8px;
	font-size: 90%;
	letter-spacing: -0.01em;
}

table.entry th {
	text-align: right;
	padding-right: 7px;
}

table.entry th.2 {
	font-size: 80%;
	text-transform: uppercase;
	letter-spacing: 0.15em;
	width: auto;
	font-weight: bold;
	padding: 3px;
	color: #FFF;
	background-color: rgb(7,54,64);
}

.news {
	border-top: 1px solid rgb(7,54,64);
	width: auto;
	clear: both;
}

.news h5 {
	font-size: 120%;
	font-weight: bold;
	font-style: normal;
	padding-bottom: 0.5em;
	padding-top: 0.1em;
	color: #000000;
}

.news h5 .editButton {
	float: right;
}

.news h5 .editButton a {
	font-weight: bold;
	font-size: 70%;
	text-decoration: none;
	text-transform: uppercase;
	color: rgb(100,0,0);
	padding: 4px;
	letter-spacing: 0;
}

.news h5 .editButton a:hover {
	background-color: rgb(100,0,0);
	color: rgb(255,255,255);
}

.news img.main {
	float: right;
	border: 3px double rgb(7,54,64);
	margin-bottom: 10px;
	margin-left: 1em;
}

.news .footer {
	margin-top: 1.5em;
	font-size: 70%;
	margin-bottom: 10px;
}

table.topics {
	width: 100%;
	clear: both;
}

table.topics tr td {
	border-bottom: 1px solid rgb(170,180,150);
	line-height: 1.05;
}

table.topics th {
	background-color: rgb(7,54,64);
	color: #FFFFFF;
	padding: 2px;
	text-align: center;
}

table.topics th.subject {
	text-align: left;
}

table.topics td {
	padding: 4px;
	text-align: center;
}

table.topics td a {
	text-decoration: none;
	display: block;
	width: 100%;
}

table.topics td.subject {
	text-align: left;
}

table.scrawls {
	width: 100%;
	border-top: 1px solid rgb(7,54,64);
}

table.scrawls td.author {
	padding: 6px;
	width: 75px;
	text-align: center;
	border-right: 1px solid rgb(7,54,64);
}

table.scrawls td.author a {
	text-decoration: none;
}

table.scrawls td.author img {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

table.scrawls td.author div.author {
	width: 100%;
	text-align: center;
	font-weight: bold;
}

table.scrawls td.author div.rank {
	width: 100%;
	text-align: center;
	font-size: smaller;
	font-weight: normal;
	margin-top: 0.5em;
}

table.scrawls td.author div.authortitle {
	width: auto;
	text-align: center;
	font-size: 70%;
	font-weight: normal;
	line-height: 0.95;
	padding: 2px;
	padding-top: 3px;
	padding-bottom: 3px;
	color: #000;
	background-color: #ccc;
	border-top: 1px solid rgb(7,54,64);
}

table.scrawls td.post {
	width: 98%;
}

table.scrawls td.post table {
	width: 100%;
}

table.scrawls td.post table th {
	font-weight: normal;
	text-align: left;
	padding: 3px;
	background-color: rgb(16,123,146);
	color: #FFF;
	line-height: 1.1;
}

table.scrawls td.post table th.subject {
	font-weight: bold;
	text-align: left;
}

table.scrawls td.post table th.date {
	font-size: smaller;
	text-align: right;
}

table.scrawls td.post table td {
	padding: 12px;
}

.reply {
	text-align: right;
	vertical-align: bottom;
	padding-bottom: 5px;
}

.reply a {
	text-decoration: none;
	font-weight: bold;
	font-size: smaller;
	text-transform: uppercase;
}

.forumName {
	font-weight: bold;
	letter-spacing: 00em;
	text-transform: uppercase;
	padding: 4px;
	padding-left: 6px;
	padding-right: 6px;
	background-image: url(../images/bg2.gif);
}

.forumName #desc {
	font-size: 85%;
	text-transform: none;
	letter-spacing: 0em;
	font-weight: normal;
}

.forumOptions {
	float: right;
	margin-left: 1.5em;
}

.forumOptions a {
	text-decoration: none;
	font-weight: bold;
	font-size: smaller;
	text-transform: uppercase;
}

table.roster {
	width: 100%;
}

table.roster a {
	color: rgb(7,54,64);
}

table.roster th {
	background-color: rgb(7,54,64);
	color: rgb(255,255,255);
	padding: 4px;
	width: auto;
	text-align: left;
	font-weight: bold;
	font-size: 120%;
	line-height: 0.85;
}

table.roster th.main {
	border-bottom: 1px solid #FFF;
	text-align: center;
	background-color: rgb(16,123,146);
}

table.roster th {
	font-size: small;
}

table.roster td {
	padding: 4px;
	vertical-align: middle;
	border-bottom: 1px solid rgb(170,180,150);
}

table.roster td.spacer {
	border: 0px;
}

table.roster td.avatar {
	width: 50px;
	text-align: center;
	line-height: 1;
}

table.roster td.avatar img {
}

table.roster td.name {
	font-size: 110%;
	font-weight: bold;
}

table.roster td.name .rank {
	font-size: 80%;
	font-weight: normal;
	line-height: 0.8;
}

table.roster td.name a {
	text-decoration: none;
}

table.roster td.lvl {
	white-space: nowrap;
	text-align: left;
}

table.roster td.raceclass {
	white-space: nowrap;
	text-align: left;
}

table.roster td div.publicNote {
	font-weight: bold;
	margin-bottom: 3px;
	line-height: 1.05;
	color: #000;
}

table.roster td div.publicNote {
	color: #000;
}

td.profs {
	line-height: 1.0;
}

td.profs .secondary {
	color: rgb(100,100,100);
	font-size: 75%;
}

table.profile {
	width: 100%;
}

table.profile td {
	vertical-align: top;
}

table.profile th {
	white-space: nowrap;
	width: 1%;
	padding-right: 10px;
	padding-left: 10px;
	text-align: right;
	font-weight: bold;
	font-size: 80%;
}

table.profile td.avatar {
	width: 1%;
	padding: 0px;
}

table.profile td.avatar img {
	border: 1px solid rgb(7,54,64);
}

table.gallery {
}

table.gallery td {
	text-align: center;
	vertical-align: top;
	padding: 3px;
}

table.gallery td img {
	display: block;
}

table.gallery td a img {
	border: 0px;
}

table.gallery td a.title {
	font-weight: bold;
}

table.gallery td div.desc {
	font-size: smaller;
	width: 100%;
	text-align: left;
	margin-bottom: 1em;
}

table.gallery td.album img {
	border: 3px double rgb(7,54,64);
}

table.gallery td b.title {
	font-size: large;
}

table.gallery td a {
	text-decoration: none;
}

table.stats {
	width: 100%;
}

table.stats td {
	padding-top: 7px;
	font-weight: normal;
	line-height: 1;
}

table.stats th {
	padding-top: 7px;
	text-align: right;
	line-height: 1.1;
	font-weight: normal;
	line-height: 1;
}

table.production {
	width: 100%;
}

table.production td {
	padding: 3px;
}

table.production th {
	vertical-align: middle;
	padding: 3px;
	color: #fff;
	white-space: nowrap;
}

table.production th.theTitle {
	background-color: rgb(7,54,64);
	font-size: 120%;
	text-align: center;
	white-space: normal;
}

table.production th.iconer {
	vertical-align: top;
	font-size: 80%;
	text-align: center;
	color: #fff;
	width: 64px;
}

table.production td .priceminor {
	font-size: 85%;
	font-color: #666;
}

table tr.noPad td {
	padding: 3px;
}

table.calendar {
	width: 100%;
}

table.calendar th {
	font-size: 80%;
	color: #FFF;
	background-color: rgb(7,54,64);
	padding: 2px;
}

table.calendar th.monthname {
	border-bottom: 1px solid #fff;
	letter-spacing: 0em;
	color: #FFF;
}

table.calendar th.monthname a {
	text-decoration: none;
	color: #FFF;
}

table.calendar th.calnav {
	background-color: none;
	background-image: url(../images/bg2.gif);
	text-transform: none;
	color: #000;
}

table.calendar th.calnav div.right {
	float: right;
}

table.calendar th.calnav div.left {
	float: left;
}

table.calendar th.calnav a {
	text-decoration: none;
}

table.calendar td {
	font-size: 80%;
	line-height: 1;
	height: 45px;
	padding: 4px;
	background-image: url(../images/bg.gif);
	border-top: 1px solid rgb(7,54,64);
	border-left: 1px solid rgb(167,214,224);
}

table.calendar td a {
	display: block;
	width: auto;
	text-decoration: none;
	margin-bottom: 0.5em;
}

table.calendar td div.event {	
	margin-bottom: 0.5em;
}

table.calendar td div.eventDetails {	
	display: none;
	border: 1px dashed rgb(7,54,64);
	background-image: url(../images/bg2.gif);
	position: absolute;
	padding: 0.4em;
	line-height: 1.1;
	width: 200px;
	margin-left: -5%;
	color: #000;
}

table.calendar td div.eventDetails div.time {	
	font-size: 1.5em;
	width: 100%;
	text-align: left;
	font-weight: bold;
	text-transform: uppercase;
}

table.calendar td div.dn {
	color: rgb(7,54,64);
	font-weight: bold;
	font-size: 150%;
}

table.calendar td.lastmonth {
	background-image: url(../images/bg2.gif);
}

table.calendar td.today {
	background-color: rgb(57,104,114);
	background-image: none;
	color: #FFF;
}

table.calendar td.today a {
	color: #FFF;
}

table.calendar td.today div.dn {
	color: #FFF;
}

table.calendar td.nextmonth {
	background-image: url(../images/bg2.gif);
}

table.calendar td div.birthday {
	color: #777;
	margin: 0px;
	margin-top: 0.5em;
}

table.calendar td .birthday {
	color: #777;
	margin: 0px;
}

table.calendar td.today .birthday {
	color: #FFF;
}

div.vote {
	float: right;
	width: 33%;
	background-image: url(../images/bg2.gif);
	border: 1px solid rgb(7,54,64);
	padding: 0px;
	font-size: 85%;
	margin-left: 10px;
}

div.movie {
	margin-top: 0.0em;
	margin-bottom: 2em;
	width: auto;
}

div.movie img {
	border: 1px solid rgb(7,54,64);
	float: left;
	display: block;
	margin-right: 1em;
}

div.movie .movTitle {
	font-size: 125%;
	font-weight: bold;
	color: #fff;
	padding: 0.2em;
	background-color: rgb(57,104,114);
	width: auto;
}

div.movie .movDesc {
	font-size: 85%;
	margin-top: 0.5em;
}

div.movie table.movStats th {
	font-size: 85%;
	padding: 1px;
	margin: 0px;
	text-align: left;
}

div.movie table.movStats td {
	font-size: 85%;
	padding: 1px;
	margin: 0px;
}

table.minimovies {
	clear: both;
	width: 100%;
	margin-top: 2em;
	border-top: 1px solid rgb(7,54,64);
}

table.minimovies th {
	text-align: center;
	letter-spacing: 0.2;
	font-size: 85%;
	font-weight: bold;
	padding: 0.2em;
	padding-bottom: 1em;
}

table.minimovies td {
	text-align: center;
	vertical-align: top;
}

table.minimovies td .author {
	font-size: 85%;
}

table.minimovies td img {
	border: 1px solid rgb(7,54,64);
}

table.wallpapers {
	width: 100%;
}

table.wallpapers td {
	text-align: center;
	vertical-align: top;
	padding-bottom: 1.0em;
	padding-top: 0.5em;
}

table.wallpapers td img {
	border: 1px solid rgb(7,54,64);
}

table.wallpapers td .author {
	font-size: 85%;
}

div.addon {
	margin: 0px;
	padding: 0px;
	margin-bottom: 2em;
	padding-right: 1em;
	padding-left: 1em;
	clear: right;
}

div.addon .addonName {
	font-weight: bold;
	font-size: 125%;
	color: #fff;
	padding: 3px;
	padding-left: 5px;
	background-color: rgb(57,104,114);
	margin-bottom: 0.5em;
}

div.addon .addonDesc {
	font-size: 85%;
}

div.addon table.addonStats {
	margin-left: 0em;
	margin-top: 0.5em;
}

div.addon table.addonStats td {
	font-size: 85%;
	padding: 2px;
	line-height: 1.05;
}

div.addon table.addonStats th {
	font-size: 85%;
	text-align: left;
	padding: 2px;
	padding-right: 0.75em;
	padding-left: 0px;
	line-height: 1.05;
}

table.sidebar_vitals {
	font-size: 80%;
}

table.sidebar_vitals th {
	text-align: left;
	vertical-align: top;
	padding-top: 0.5em;
}

table.sidebar_vitals th.sub {
	padding-left: 1em;
	font-weight: normal;
	padding-top: 0px;
}

table.sidebar_vitals td {
	text-align: right;
	vertical-align: top;
}

table.sidebar_vitals td.vitalstop {
	font-weight: bold;
	padding-top: 0.5em;
}

table.sidebar_vitals td .green {
	font-weight: bold;
	color: rgb(0,100,0);
}

table.sidebar_vitals td .red {
	font-weight: bold;
	color: rgb(100,0,0);
}

table.footer {
	font-size: 60%;
	margin-top: 2em;
	border-top: 1px solid rgb(100,100,100);
	padding-left: 1em;
	padding-bottom: 1em;
}

table.footer td {
	color: rgb(192,192,192);
}

table.footer td.left {
	padding-top: 0.5em;
}

table.footer td.right {
	text-align: right;
	padding-top: 0.5em;
}

table.footer td a {
	text-decoration: none;
	color: rgb(255,255,255);
}

table.footer td a:hover {
	text-decoration: underline;
}

table.footer td.bottom {
	
}

.nowrap {
	white-space: no-wrap;
}

.warning {
	color: rgb(150,0,0);
}

.minor {
	font-size: 75%;
}

.sb {
	display: none;
}