:link, :visited {
	color: white;
	text-decoration: underline;
}
:link:focus, :visited:focus {
	color: green;
}
:link:hover, :visited:hover {
	color: red;
}
:link:active, :visited:active {
	color: gray;
}

body {
	background: #000 url('/images/whl_bg.gif') repeat-y;
	color: white;
	margin: 0 0 25px 0;
	padding: 0;
}
body,html {
	scrollbar-arrow-color: white;
	scrollbar-face-color: #AA0000;
	scrollbar-highlight-color: red;
	scrollbar-3d-light-color: black;
	scrollbar-shadow-color: black;
	scrollbar-dark-shadow-color: #800000;
	scrollbar-track-color: #00347a;
	scrollbar-base-color: #4000a0;
}
table,tr,th,td {
	border: 0;
	margin: 0;
	padding: 0;
}
table.bordered {
	border: 2px black solid;
}
td.padded {
	padding: 2px;
}
td {
	vertical-align: top;
}
h1,h2,h3,h4,h5,h6 {
	color: white;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
h1 {
	font-size: 20px;
}
h2 {
	font-size: 18px;
}
h3 {
	font-size: 16px;
}
h4 {
	font-size: 14px;
}
h5 {
	font-size: 12px;
}
h6 {
	font-size: 10px;
}
p,li,ol,ul,td,th,blockquote,form,div {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}
pre {
	color: white;
}
img {
	border: 0;
}

#news {
	margin: 15px 0 0 60px;
	width: 400px;
}
#news .topicheader {
	background: black url('/images/submenu_end_news.gif') no-repeat top right;
	color: #b0c4de;
}
#splashmain {
	left: 485px;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 132px;
	width: 300px;
}
#splashmain form {
	padding-top: 30px;
}
#main {
	margin: 15px 0 0 60px;
	width: 725px;
}
#main p, #main ul {
	padding-right: 63px;
}
#main table {
	margin-bottom: 18px;
}
.n6img {
	display: block;
}
.toptable {
	width: 671px;
}
.smallheader {
	font-size: 11px;
	font-weight: bold;
	padding-top: 7px;
}
.copyright {
	font-size: 10px;
	padding: 35px 0 0 0;
}
.topicheader {
	background: black url('/images/submenu_end.gif') no-repeat top right;
/*	border-top: 1px solid #cccccc;
	border-left: 1px solid #cccccc; */
	color: white;
	font-size: 18px;
	font-weight: bold;
	height: 22px;
	padding: 2px 2px 2px 4px;
}
.topics {
	margin: 12px 0 16px 0;
	padding: 0 0 0 4px;
}

/* for GM pages */
.GMtable {
	border: 1px solid white;
	width: 100%;
}
.GMtable td, .GMtable th {
	border: 1px solid white;
	padding: 3px;
}
.GMtablehead {
	background-color: #8080C0;
	color: white;
	font-weight: bold;
}
.GMtablehead th {
	text-align: left;
}
.GMtablefoot {
	background-color: #8080C0;
	color: white;
}

/* for LOGO pages */
.LOGOtable {
	background-color: white;
	color: black;
	border: 2px solid black;
	width: 100%;
}
.LOGOtable td, .LOGOtable th {
	border: 2px solid black;
	font-size: 14px;
	padding: 3px;
	text-align: center;
}

/* for team history page */
.currentteam {
	color: red;
	font-size: 14px;
	font-weight: bold;
}

/* for players page */
.heading {
	font-size: 14px;
	font-weight: bold;
	padding: 0 5px 3px 0;
}
.cell {
	padding: 2px;
	white-space: nowrap;
}
.resultpages {
	background-color: #000066;
	color: white;
	padding: 5px 2px;
	font-size: 11px;
}
.rowalternatecolor {
	background-color: #999999;
	color: white;
}

/* for players detail page */
.playername {
	font-size: 18px;
	font-weight: bold;
}
.hockeydblink {
	margin: 5px 0 5px 0;
}
.award {
	color: red;
	font-size: 14px;
	font-style: italic;
	font-weight: bold;
}

/* for trophyroom */
.AwinY {
	white-space: nowrap;
}
.Awin {
}