html, body {
	margin: auto;
	height: 100%;
	color: #9CF;
	font-size: small;
	font-family: sans-serif;
	background-color: #003;
}

a:link {
	font-size: small;
	color: #9CF;
	font-weight: bold;
	text-decoration: none;
	background-color: #003;
}

a:visited {
	font-size: small;
	color: #9CF;
	font-weight: bold;
	text-decoration: none;
	background-color: #003;
}

a:active {
	font-size: small;
	color: #9CF;
	font-weight: bold;
	text-decoration: none;
	background-color: #003;
}

a:hover {
	font-size: small;
	color: #FFF;
	font-weight: bold;
	text-decoration: underline;
	background-color: #003;
}

form {
	margin: 0px;
}

#contents {
	display: table;
	float: left;
	width: 400px;
	padding: 0px 25px 100px 25px;
	color: #9CF;
	background-color: #003;
}

#header {
	width: 780px;
	padding: 10px;
	font-size: small;
	font-weight: bold;
	color: #FFF;
	text-align: center;
	background-color: #006;
	border-right: 2px solid #000;
	border-bottom: 2px solid #000;
}

#header img {
	padding-bottom: 1%;
}

#header a:link {
	color: #FFF;
	text-decoration: none;
	background-color: #006;
}

#header a:visited {
	color: #FFF;
	text-decoration: none;
	background-color: #006;
}

#header a:active {
	color: #FFF;
	text-decoration: none;
	background-color: #006;
}

#header a:hover {
	color: #9CF;
	text-decoration: underline;
	background-color: #006;
}

#extra {
	float: left;
	font-size: small;
	text-align: center;
	width: 140px;
	margin: 0px;
	color: #9CF;
	background-color: #003;
}

.extraContents {
	color: #9CF;
	display: block;
	padding: .5em;
	margin-top: .5em;
	border: 2px solid #000;
	background-color: #006;
}

.bitSubmit a:link,
.bitSubmit a:visited,
.bitSubmit a:active {
	display: block;
	padding: 0px;
	margin: 1px;
	border: 1px solid #009;
	float: left;
	width: 26px;
	cursor: pointer;
	color: #9CF;
	font-size: small;
	text-align: center;
	text-decoration: none;
	background-color: #006;
}

.bitSubmit a:hover {
	display: block;
	padding: 0px;
	margin: 1px;
	border: 1px solid #00F;
	float: left;
	width: 26px;
	cursor: pointer;
	color: #9CF;
	font-size: small;
	text-align: center;
	text-decoration: none;
	background-color: #00C;
}

.party {
	width: 30em;
	font-size: small;
	margin-top: 3em;
	padding-bottom: 2em;
	border-bottom: .5em solid #369;
}

.partyDesc {
	text-align: justify;
	width: 16em;
	padding-left: 1em;
}

.partyPrice {
	color: #FFF;
	list-style-type: none;
	background-color: #369;
}

.party img {
	border: 2px solid #FFF;
	margin-top: 1em;
}

.party ul {
	margin-top: 2em;
	margin-bottom: 2em;
	list-style-type: square;
}

.partyIncludes {
	float: right;
	width: 140px;
	margin-top: 1em;
	color: #9CF;
	text-align: center;
	background-color: #003;
}

.partyIncludes strong {
	color: #9CF;
	display: block;
	text-align: left;
	padding-left: 1em;
	line-height: 28px;
	margin-bottom: 1em;
	background-color: #006;
	border: 2px solid #000;
}

.partyIncludes ul {
	display: block;
	padding: 0em .75em .75em .75em;
	margin: 0px;
	list-style-type: circle;
}

.partyIncludes li {
	color: #FFF;
	font-size: small;
	font-weight: bold;
	text-align: left;
	padding: 0em;
	margin: 5px 0px 0px 0px;
	border-bottom: 2px solid #369;
	background-color: #003;
}

.partyType {
	float: left;
	color: #FFF;
	width: 16em;
	margin: .5em .5em .5em 0em;
	font-weight: bold;
	padding: 1em;
	background-color: #006;
	border: 2px solid #000;
}

.bookParty {
	float: right;
	width: 13em;
	color: #FCC;
	font-weight: bold;
	cursor: pointer;
	background-color: #C00;
	border: 1px solid #000;
	text-decoration: none;
}

.leagueType {
	color: #9CF;
	display: block;
	margin-top: 3em;
	padding: .5em;
	text-align: left;
	font-size: small;
	font-weight: bold;
	text-transform: capitalize;
	background-color: #006;
	border: 2px solid #000;
}

.leagueName {
	color: #9CF;
	display: table;
	font-size: small;
	font-weight: bold;
	text-transform: uppercase;
	padding-bottom: .4em;
	margin: 0em 0em .4em 1em;
	background-color: #003;
}

.leagueName a:link {
	color: #9CF;
	font-size: x-small;
	font-weight: normal;
	text-transform: lowercase;
	background-color: #036;
}

.leagueName a:visited {
	color: #9CF;
	font-weight: normal;
	text-transform: lowercase;
	background-color: #036;
}

.leagueName a:active {
	color: #9CF;
	font-weight: normal;
	text-transform: lowercase;
	background-color: #036;
}

.leagueName a:hover {
	color: #9CF;
	font-weight: normal;
	text-transform: lowercase;
	background-color: #369;
}

.leagueUpdateFormText {
	line-height: 25px;
}

.textbox {
	height: 16px;
	width: 260px;
	margin-bottom: 5px;
	border: 1px solid #00C;
}

.tournament {
	color: #9CF;
	float: left;
	padding: 10px;
	margin-top: 3em;
	text-align: left;
	font-size: small;
	font-weight: bold;
	background-color: #006;
	border: 2px solid #000;
}

.tournamentInfo {
	width: 260px;
	float: left;
	background-image: url('images/stars.gif');
	background-repeat: no-repeat;
	background-position: top right;
}

.tournament h2 {
	font-size: large;
	margin: 0em;
	text-transform: capitalize;
}

.flyer {
	float: left;
	color: #9CF;
	width: 80px;
	padding: 10px;
	text-align: center;
	font-size: x-small;
	font-weight: bold;
	border: 1px inset #006;
	background-color: #003;
}

.flyer a:link {
	font-size: x-small;
}

.flyer a:visited {
	font-size: x-small;
}

.flyer a:active {
	font-size: x-small;
}

.flyer a:hover {
	font-size: x-small;
}

.flyer img {
	border: 0px;
}

#nav {
	color: #9CF;
	text-align: center;
	float: left;
	width: 166px;
	height: 100%;
	background-color: #006;
}

#nav p {
	margin: 1em 0em 1em 0em;
	width: 10em;
	font-size: small;
}

#nav span {
	color: #BCF;
	font-size: small;
	font-weight: bold;
}

#nav a:link {
	color: #9CF;
	display: block;
	height: 28px;
	background-color: #006;
	border-bottom: 2px solid #002;
}

#nav a:visited {
	color: #9CF;
	display: block;
	height: 28px;
	background-color: #006;
	border-bottom: 2px solid #002;
}

#nav a:active {
	color: #9CF;
	display: block;
	height: 28px;
	background-color: #006;
	border-bottom: 2px solid #002;
}

#nav a:hover {
	color: #9CF;
	display: block;
	height: 28px;
	background-color: #00C;
	border-bottom: 2px solid #002;
}

.opener {
	display: block;
	margin: auto;
	font-size: small;
	text-align: center;
}

.hide {
	display: none;
}

#cosmicHead {
	background-image: url('images/cosmic_top.gif');
	background-repeat: repeat-x;
	background-position: top;
}

#cosmicImg {
	color: #9CF;
	background-color: #090;
}

#rateHead {
	background-image: url('images/rates_top.gif');
	background-repeat: repeat-x;
	background-position: top;
}

.rateBottom {
	background-image: url('images/rates_bottom.gif');
	background-repeat: repeat-x;
	background-position: bottom;
}

.rateTable {
	color: #9CF;
	background-color: #006;
	background-image: url('images/rates_bg.jpg');
	background-repeat: repeat-x;
	background-position: top;
	margin-bottom: 1em;
}

.rateTableLeft {
	padding-left: 38px;
	background-image: url('images/rates_left.gif');
	background-position: left;
	background-repeat: repeat-y;
}

.rateTableRight {
	width: 23px;
	background-image: url('images/rates_right.gif');
	background-position: right;
	background-repeat: repeat-y;
}

.rateTableDesc {
	text-align: left;
	padding-top: 1em;
	padding-right: 1em;
	color: #FFF;
	font-weight: bold;
	font-size: small;
	border-bottom: 1px solid #09F;
}

.rateTablePrice {
	vertical-align: bottom;
	text-align: right;
	color: #C30;
	font-weight: bold;
	font-size: small;
	border-bottom: 1px solid #09F;
}

.submit {
	font-size: x-small;
	font-weight: bold;
	color: #9CF;
	cursor: pointer;
	text-decoration: underline;
	background-color: #006;
	border: none;
}

.text {
	padding-left: .2em;
	border: 2px inset #006;
}

.incomplete {
	padding-left: .2em;
	color: #FFF;
	border: 2px solid #FFF;
	background-color: #369;
}

#pageBottom {
	clear: both;
	width: 800px;
	color: #BCF;
	text-align: center;
	font-size: small;
	padding-bottom: 1em;
	background-color: #003;
}

#openplay {
	background-image: url('images/open_play.gif');
	background-repeat: no-repeat;
	background-position: right;
	min-width: 166px;
}

#leagues {
	background-image: url('images/leagues.gif');
	background-repeat: no-repeat;
	background-position: right;
	min-width: 166px;
}

#parties {
	background-image: url('images/parties.gif');
	background-repeat: no-repeat;
	background-position: right;
	min-width: 166px;
}

#proshop {
	background-image: url('images/pro_shop.gif');
	background-repeat: no-repeat;
	background-position: right;
	min-width: 166px;
}

#tournaments {
	background-image: url('images/tournaments.gif');
	background-repeat: no-repeat;
	background-position: right;
	min-width: 166px;
}

#averages {
	background-image: url('images/averages.gif');
	background-repeat: no-repeat;
	background-position: right;
	min-width: 166px;
}