html {
	height: 100%;
	margin-bottom: 1px;
	overflow-y: scroll;
}

body {
	background: #000000;
	font-family: Futura,sans-serif;
	color: #f7941e;
	margin-top: 0px;
}

a {
	border: 0;
	text-decoration: none;
	color: #FFFFFF;
}

img {
	border: 0;
}

ul
{
	list-style-position: inside;
	padding-left: 10px;
}

li
{
	margin: 0px;
}

hr {
	border: 1px solid #FFCC00;
	width: 100%;
	margin: 0px;
}

input,textarea,select
{
	font-size: 12px; 
	background-color: #660000; 
	border: 2px solid #FFCC00;
	color: #FFFFFF;
	margin: 4px 0px 8px 0px;
}

input, select
{
	width: 200px;
}

input.numbersOnly {
	width: 50px;
}

input.medium, select.medium
{
	width: 240px;
}

input.large, select.large
{
	width: 400px;
}

input.submit
{
	width: auto;
	font-weight: bold;
}

input.players
{
	width: 50px;
	font-weight: bold;
}

input.subimpose
{
	font-size: 1.17em;
}

textarea
{
	width: 480px;
	height: 240px;
}

textarea.huge
{
	width: 640px;
	height: 480px;
}

textarea.halved
{
	width: 480px;
	height: 120px;
}

textarea.hugehalved
{
	width: 640px;
	height: 120px;
}

textarea.tiny
{
	width: 220px;
	height: 60px;
}

div.main {
	background-color: #000000;
	padding: 0px 10px 0px 10px;
	margin: 0px auto;
	width: 1024px;
	text-align: center;
}

div.header {
	text-align: center;
}

div.content {
	text-align: left;
}

div.leftsplit {
	width: 500px;
	float: left;
}

div.rightsplit {
	width: 500px;
	float: right;
}

div.splitting {
	display: block;
}

div.threequarter {
	display: inline-block;
	width: 750px;
}

div.twothirds {
	display: inline-block;
	width: 667px;
}

div.half {
	display: inline-block;
	width: 500px;
}

div.third {
	display: inline-block;
	width: 333px;
}

div.quarter {
	display: inline-block;
	width: 250px;
}

div.eighth {
	display: inline-block;
	width: 120px;
}

div.threeeighth {
	display: inline-block;
	width: 370px;
}

div.slot {
	margin: 24px 0px;
}

div.editgm {
	border: 2px solid #FFCC00;
	border-radius: 10px;
	width: 240px;
	margin: 2px;
}

div.editplayer {
	border: 2px solid #FFCC00;
	border-radius: 10px;
	width: 240px;
	margin: 5px;
}

div.editplayer input, div.editplayer textarea, div.editgm input, div.editgm textarea {
	margin: 0px;
	border: 1px solid #FFCC00;
}

div.player {
	position: relative;
	border: 2px solid #FFCC00;
	border-radius:10px;
	width: 200px;
	margin: 5px 20px;
}

div.player:hover span {
	text-align: center;
	display: inline;
	width: 220px;
	padding: 5px;
	left: 200px;
	top: 0px;
	background: #000;
	position: absolute;
	font: 10px Helvetica,Ariel,sans-serif;
	opacity: .75;
	filter:alpha(opacity=75);
	color: #FFF;
	z-index:10;
}

div.player span {
	display: none;
}

div.plgm {
	background-color: #000000;
}

div.pltaken {
	background-color: #660000;
}

div.plopen {
	background-color: #BB0000;
}


div.subline
{
	height: 33px;
	min-height: 33px;
}

div.sublineplus
{
	height: 45px;
	min-height: 45px;
}

div#hidetimes, div#hidedrop
{
	display: none;
}

div#hidedrop:hover span {
	text-align: center;
	padding: 5px;
	left: -8px;
	top: 24px;
	background: #000;
	position: absolute;
	font: 10px Helvetica,Ariel,sans-serif;
	opacity: .75;
	filter:alpha(opacity=75);
	color: #FFF;
	z-index:10;
}

div#hidedrop span {
	display: none;
}

div#showtime:hover span {
	padding: 5px;
	min-width: 96px;
	left: 0px;
	top: 24px;
	background: #000;
	position: absolute;
	font: 10px Helvetica,Ariel,sans-serif;
	opacity: .75;
	filter:alpha(opacity=75);
	color: #FFF;
	z-index:10;
}

div#showtime span {
	display: none;
}

div#showtime table, div#showtime table  input {
	display: none;
}

div#showtime:hover table {
	display: inline;
	padding: 2px;
	width:300px;
	left: 200px;
	top: 24px;
	background: #000;
	position: absolute;
	font: 8px Helvetica,Ariel,sans-serif;
	filter:alpha(opacity=75);
	z-index:10;
}

div#showslottime {
	position: relative;
}

div#showslottime:hover span {
	display: inline;
	padding: 5px;
	min-width: 96px;
	left: 75px;
	top: 24px;
	background: #000;
	position: absolute;
	font: 10px Helvetica,Ariel,sans-serif;
	opacity: .75;
	filter:alpha(opacity=75);
	color: #FFF;
	z-index:10;
}

div#showslottime span {
	display: none;
}

div.disPost
{
	width: 98%;
	margin: 5px 0px 5px auto;
}

div.inPost
{
	border: 1px solid #FFCC00;
	border-radius: 5px;
	padding: 5px;
}

.abox {
	border: 2px solid #FFCC00;
}

table {
	width: 98%;
	border-collapse:collapse;
	margin: 8px auto;
}

tr {
	border-width: 2px 0px;
	border-style: solid;
	border-color: #FFCC00;
}

tr.myslot, tr.myslot td {
	height: 33px;
	min-height: 33px;
}

td {
	background-color: #800000;
	font-family: Times,serif;
}

tr.alt td {
	background-color: #990000;
	font-family: Times,serif;
}

th {
	background-color: #660000;
	font-family: Helvetica,Ariel,sans-serif;
	color: #FFFFFF;
}

th.game		{ width: 30% }
th.system 	{ width: 26% }
th.players 	{ width: 6% }
th.slots	{ width: 20% }
th.type	 	{ width: 18% }

th.myslot	{ width: 25% }
th.mygame	{ width: 60% }
th.myopts 	{ width: 20% }

h1,h2,h3,h4,h5,h6 {
	margin: 0px;
	padding: 0px;
	font-family: Helvetica,Ariel,sans-serif;
}

h1,h2,h3 {
	text-align: center;
	color: #FFFFFF;
}

div.menu {
	display: block;
	font-family: Helvetica,Ariel,sans-serif;
	font-weight: bold;
	font-size: 20px;
}

img.menu {
	padding: 0px 5px;
}

div.schedule {
	margin: 20px 0px;
}

ul#schedule {
	list-style: none;
	background: url(schedule.png) no-repeat 0 0;
	position: relative;
	width: 928px;
	height: 144px;
	margin: 0px 48px;
	padding: 0px;
}

ul#schedule li {
	position: absolute;
}

ul#schedule li a{
	display: block;
	height: 100%;
	text-decoration: none;
}

ul#schedule li a:hover span#slot {
	display: block;
	padding: 5px;
	min-width: 128px;
	background: #000;
	position: relative;
	font: 11px Helvetica,Ariel,sans-serif;
	top: 16px;
	left: -32px;
	opacity: .75;
	filter:alpha(opacity=75);
	color: #FFF;
}

ul#schedule li a:hover span#pch {
	display: block;
	padding: 5px;
	background: #000;
	position: relative;
	font: 11px Arial, Helvetica, sans-serif;
	top: 4px;
	opacity: .75;
	filter:alpha(opacity=75);
	color: #FFF;
}

ul#schedule li a span {
	display: none;
}

ul#schedule li a:hover span {
	display: block;
}

#slot1 {
	width: 64px;
	height: 62px;
	top: 34px;
	left: 112px;
}

#slot2 {
	width: 64px;
	height: 62px;
	top: 34px;
	left: 192px;
}

#slot3 {
	width: 64px;
	height: 62px;
	top: 34px;
	left: 336px;
}

#slot4 {
	width: 64px;
	height: 62px;
	top: 34px;
	left: 416px;
}

#slot5 {
	width: 64px;
	height: 62px;
	top: 34px;
	left: 496px;
}

#slot6 {
	width: 64px;
	height: 62px;
	top: 34px;
	left: 576px;
}

#slot7 {
	width: 64px;
	height: 62px;
	top: 34px;
	left: 720px;
}

#slot8 {
	width: 64px;
	height: 62px;
	top: 34px;
	left: 800px;
}

#pchfri {
	width: 112px;
	height: 32px;
	top: 96px;
	left: 80px;
}

#pchsat {
	width: 208px;
	height: 32px;
	top: 96px;
	left: 336px;
}

#pchsun {
	width: 128px;
	height: 32px;
	top: 96px;
	left: 720px;
}

.subform label {
    display: inline-block;
    width:180px;
    text-align: right;
}

div.vendor {
	display: inline;
}

div.vendor img {
	margin: 10px;
	display:inline-block;
	vertical-align: middle;
}

div.vendor h3 {
	margin: 10px auto;
}

.subform { font-size: 1.5em; }
.subform small { font: 13px Helvetica,Ariel,sans-serif; }
.subform input[type=text], .subform input[type=email] { width: 818px; height: 22px; font-size: 0.8em; }
.subform input[type=checkbox], .subform input[type=radio] { width: auto; margin: 4px; }
.subform input[type=number] { width: 42px; height: 22px; font-size: 0.8em; }
.subform input[type=submit] { font-size: 1em; font-weight: bold; width: auto; }
.subform select	{ width: 822px; height: 28px; font-size: 0.8em; }
.subform textarea { width: 814px; height: 500px; } 
.subform div { display: inline-block; vertical-align: top; }
.subform div.inputdiv { width: 818px; }
.subform div.aslot { display: inline-block; width: 200px;}
.subform div#hideslots { display: block; }
.subform div.subdiv { width: 100%; }

.schgame a		{ color: #FFCC00; }
.minhdesc		{ min-height: 480px; }
.squish 			{ margin: 0px; }
.center			{ text-align: center; }
.textleft		{ text-align: left; }
.textright		{ text-align: right; }
.textjustify 	{ text-align: justify; }
.left			{ float: left; }
.right			{ float: right; }
.clear			{ clear: both; }
.hpadding		{ padding: 0px 10px; }
.hpaddinghalf	{ padding: 0px 5px; }
.vpadding		{ padding: 10px 0px; }
.vpaddinghalf	{ padding: 5px 0px; }
.sohigh			{ min-height: 64px; }
.defaulttext 	{ color: #FFFFFF; }
.disblock		{ display: block; }
.blockin		{ display: inline-block; }
.dschide		{ display: none; }
.makeGreen		{ background-color: green; }
#error			{ color: #FF0000; }
#goaway			{ display: none; }
.infobutton		{ background-color: #000000; border: 2px solid #FFCC00;	border-radius:10px; margin: 5px auto; text-align: center; width: 150px;}
.viewby			{ background-color: #000000; border: 2px solid #FFCC00;	border-radius:10px; margin: 5px auto; text-align: center; width: 350px;}
