body {
    background-color: #000000;
    font-family: sans-serif;
    font-size: 12px;
	color: #000000;
    margin: 0px;
	padding: 0px;
    background-image: url("../images/bg_stripe.jpg");
    background-repeat: repeat-x;
}

#container {
	position: relative;
	background-image: url("../images/bg_band.jpg");
	background-repeat: repeat-y;
	background-position: top left;
	width: 950px;
	margin: 0px auto;
}

#comicons {
	position: absolute;
	top: 3px;
	left: 40px;
	z-index: 100;
}
#comicons a {
	text-decoration: none;
}

#comms {
	position: absolute;
	top: 0px;
	left: 30px;
	z-index: 50;
	width: 830px;
	height: 120px;
	padding: 0px 10px 10px 10px;
	margin: 0px;
	background-image: url("../images/comms.png");
	background-repeat: no-repeat;
	background-position: top left;
	color: #ffffff;
}

#menu {
	position: absolute;
	top: 115px;
	left: 50px;
	width: 805px;
	border-collapse: collapse;
	table-layout: fixed;
}
#menu td {
	height: 35px;
	padding: 0px;
	margin: 0px;
	vertical-align: bottom;
}
#menu a {
	display: block;
	height: 20px;
	padding-top: 10px;
	width: 100%;
	color: #808080;
	text-align: center;
	font-weight: bold;
	text-decoration: none;
}
#menu a.active {
	color: #ffffff;
	text-transform: uppercase;
	background-image: url("../images/menu_glow.png");
	background-repeat: no-repeat;
	background-position: bottom center;
}
#menu a:hover {
	color: #ffffff;
	text-decoration: none;
	background-image: url("../images/menu_glow_alt.png");
	background-repeat: no-repeat;
	background-position: bottom center;
}

#time {
	position: absolute;
	top: 155px;
	right: 90px;
	font-size: 10.5px;
	color: #ffffff;
    font-family: monospace;
}

#side {
	position: absolute;
	top: 175px;
	right: 80px;
	width: 180px;
	padding: 10px;
	color: #cccccc;
}
#side a {
	color: #cccc99;
	text-decoration: none;
}
#side a.active {
	font-weight: bold;
	font-style: italic;
}
#side input {
	height: 18px;
	width: 120px;
	background-color: #333333;
	color: #ffffff;
	border: 1px #333333 solid;
	background-image: url("../images/input_dark.jpg");
	background-repeat: repeat-x;
	background-position: top left;
}
#side input[type=submit] {
	width: 60px;
}
#side ul {
	margin: 10px;
	padding: 10px;
	list-style-type: square;
}
#side li {
	padding: 3px 0px;
}

#content {
	background-image: url("../images/bg_top.jpg");
	background-repeat: no-repeat;
	background-position: top left;
	min-height: 550px;
	width: 550px;
	padding: 160px 330px 10px 70px;
}

#bottom {
	width: 850;
	padding: 50px;
	background-image: url("../images/bg_bottom.jpg");
	background-repeat: no-repeat;
	background-position: top left;
	background-color: #000000;
	text-align: center;
	color: #808080;
}

#ajaxtarget {
	display: none;
}

h1 {
	width: 500px;
	background-image: url("../images/h1.png");
	background-repeat: no-repeat;
	background-position: bottom left;
	font-size: 26px;
	margin: 0px 0px 20px 0px;
	padding: 20px 20px 18px 30px;
	color: #334466;
	font-variant: small-caps;
}
h2 {
	font-size: 18px;
}
h3 {
	font-size: 14px;
	font-weight: bold;
}
h4 {
	font-size: 12px;
	font-weight: bold;
}

p {
	padding: 10px;
	margin: 0px;
}

a {
	text-decoration: underline;
	color: #666633;
}
a:hover { 
	color: #996666;
}

div, form {
	padding: 0px;
	margin: 0px;
}
table, tr {
	padding: 0px;
	margin: 0px;
	border-collapse: collapse;
	width: 100%;
}
td {
	padding: 2px;
}
td.label {
	text-align: right;
	padding-right: 5px;
	padding-top: 4px;
	font-weight: bold;
	vertical-align: top;
	width: 110px;
}
input[type=submit],input[type=button], input[type=text], input[type=password], input[type=file]{
	height: 20px;
	font-size: 12px;
	padding: 0px 5px;
	margin: 0px;
	background-image: url("../images/input_light.jpg");
	background-repeat: repeat-x;
	background-position: top left;
	color: #000000;
	background-color: #f0f0f0;
	border: 1px #a7a7a7 solid;
}
select, textarea {
	background-image: url("../images/input_light.jpg");
	background-repeat: repeat-x;
	background-position: top left;
	background-color: #f0f0f0;
	border: 1px #a7a7a7 solid;
}
input.wide {
	width: 400px;
}

img {
	border: none;
}

.boxed, iframe {
	border: 1px #a7a7a7 solid;
	background-color: #ffffff;
}

.loading {
	display: block;
	margin: 20px auto;
	width: 220px;
	height: 19px;
	background-image: url("../images/loading.gif");
	background-repeat: no-repeat;
	background-position: center center;
}

.alert {
	padding: 30px;
	margin: 20px auto;
	border: 1px #ff0000 dotted;
	background-color: #ffffff;
	text-align: center;
	color: #800000;
	width: 60%;
}
.admin {
	background-image: url("../images/admin.png");
	background-repeat: repeat-y;
	background-position: top left;
	background-color: #ffffff;
	border: 1px #808000 dashed;
	padding-left: 10px;
	padding-bottom: 10px;
}

.padding {
	padding: 10px;
}

.clickable:hover {
	background-color: #cccccc;
	text-decoration: underline;
	cursor: pointer;
}
td.postlabel {
	text-align: center;
	padding-right: 5px;
	padding-top: 4px;
	vertical-align: top;
	width: 110px;
}
td.posttd {
	padding: 2px 4px;
	vertical-align: top;
	text-align: right;
}
.postbody {
	text-align: left;
	overflow: auto;
	width: 405px;
	min-height: 105px;
	padding: 2px 5px 10px 5px;
}
.avatar {
	width: 96px;
	height: 96px;
	font-weight: normal;
}
.signature {
	border-top: 1px #a7a7a7 dashed;
	margin-top: 20px;
	color: #808080;
	font-size: small;
}


.alt {
	background-color: #f0f0f0;
}
.hidden {
	display: none;
}

.center {
	text-align: center;
}
.right {
	text-align: right;
}
.lite {
	color: #808080;
	font-size: 11px;
}
.gold {
	color: #666633;
}
.red {
	color: #800000;
}

.floatleft {
	float: left;
}
.floatright {
	float: right;
}
.action {
	background-position: top left;
	background-repeat: no-repeat;
	display: block;
	height: 12px;
	width: 12px;
	text-decoration: none;
	margin: 2px 0px;
	padding-right: 5px;
}
.action:hover {
	width: 75px;
}
.reported 		{	background-image: url("../images/action_report_on.png");	}
.reported:hover	{	background-image: url("../images/action_report_full.png");	}
.report 		{	background-image: url("../images/action_report.png");		}
.report:hover 	{	background-image: url("../images/action_report_full.png");	}
.misc 			{	background-image: url("../images/action_misc.png");			}
.misc:hover 	{	background-image: url("../images/action_misc_full.png");	}
.create 		{	background-image: url("../images/action_create.png");		}
.create:hover 	{	background-image: url("../images/action_create_full.png");	}
.modify 		{	background-image: url("../images/action_modify.png");		}
.modify:hover 	{	background-image: url("../images/action_modify_full.png");	}
.move 			{	background-image: url("../images/action_move.png");			}
.move:hover 	{	background-image: url("../images/action_move_full.png");	}
.delete 		{	background-image: url("../images/action_delete.png");		}
.delete:hover 	{	background-image: url("../images/action_delete_full.png");	}

.outer {
	position: absolute;
}
.suggest {
	position: absolute;
	color: #808080;
	background: #ffffff;
	border: 1px #a7a7a7 solid;
	width: 300px;
	padding: 5px 10px;
	filter:alpha(opacity=95);
	opacity:0.95;
}

