/* --- Basic set --- */
body {
	margin: 0px auto;
	padding: 0px;

	border-width: 0px;
	border-color: #000000;
	border-style: solid;
	
	background-color: #ffffff;

	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: normal;
	color: #000000;

	text-align: justify;

	z-index: 1;
}

div, p {
	margin: 0px auto;
	padding: 0px;
}
/* --- Basic set --- */


/* --- Core elements ---*/ 
#leftMainDiv {
	display: none;
}

#rightMainDiv {
	display: none;
}
/* --- Core elements ---*/

/* --- Header --- */
#headerImg {
	display: none;
}

#headerDiv h2 {
	display: none;	
}
/* --- Header --- */


/* --- Menu --- */
#menuDiv {
	display: none;
}

#submenuDiv {
	display: none;
}

#seasonDiv {
	display: none;
}

#teamDiv {
	display: none;
}
/* --- Menu --- */


/* --- Main body, all document set ---*/
h1 {
	margin: 0px;
	margin-bottom: 12px;
	margin-top: 10px;
	
	font-size: 16pt;
}

h2 {
	margin: 0px;
	margin-bottom: 10px;
	margin-top: 8px;
	
	font-size: 12pt;
}

h3 {
	margin: 0px;
	margin-bottom: 4px;
	margin-top: 2px;
	
	font-size: 10pt;
}

h4, h5 {
	margin: 0px;
	margin-bottom: 2px;
	margin-top: 1px;
	
	font-size: 8pt;
}

a {
	color: #000000;

	text-decoration: underline;
}

a:link {
	color: #000000;
}

a:visited {
	color: #000000;
}

img {
	border-color: #000000;
	border-style: solid;
	border-width: 0px;

	vertical-align: middle;
}

img.sort {
	display: none;
}

img.inTextLeft {
	margin-top: 1px;
	margin-right: 5px;
	margin-left: 0px;
	margin-bottom: 1px;

	float: left;
	
	border-color: #000000;
	border-style: solid;
	border-width: 1px;

	vertical-align: top;
	
	text-align: left;
}

img.inTextRight {
	margin-top: 1px;
	margin-right: 0px;
	margin-left: 5px;
	margin-bottom: 1px;

	float: right;
	
	border-color: #000000;
	border-style: solid;
	border-width: 1px;

	vertical-align: top;
	
	text-align: left;
}

img.inTextCenter {
	margin-top: 1px;
	margin-right: 0px;
	margin-left: 5px;
	margin-bottom: 1px;

	float: none;
	
	border-color: #000000;
	border-style: solid;
	border-width: 1px;

	vertical-align: middle;
	
	text-align: center;
}

img.smile {
	display: none;
}

img.icon {
	position: relative;
	top: -1px;
}

img.cardPhoto {
	margin-top: 1px;
	border-width: 1px;
}

table {
	width: 99.9%;
}

table.dataTable, table.dataTableNoHov, table.scheduleTable, table.detailTable,
table.dataTable thead, table.dataTableNoHov thead, table.scheduleTable thead, table.detailTable thead {
	margin-top: 2px;
	margin-bottom: 2px;
	
	border-color: #000000;
	border-style: solid;
	border-width: 1px;

	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: normal;

	color: #000000;

	text-align: left;
}

table.dataTable th, table.dataTableNoHov th, table.scheduleTable th, table.detailTable th {
	background-color: #c0c0c0;
}

table.navigation td.navigationPrevious, table.navigation td.navigationNext {
	width: 15%;
}

table.navigation td.navigationIndex {
	width: 70%;
}

table.scheduleTable td.schedule {
	background-color: #e0e0e0;
}

thead, th {
	font-weight: bold;

	background-color: #dedede;
	
	color: #000000;
}

tr.light {
	background-color: #ffffff;
}

tr.dark {
	background-color: #e0e0e0;
}

div.hr {
	margin-top: 5px;
	margin-bottom: 5px;

	border-color: #000000;
	border-width: 0px;
	border-style: solid;
	border-top-width: 1px;

	height: 0px;
	
	text-align: center;
}

hr {
	display: none;
	visibility: hidden;
}

.top {
	vertical-align: top;
}

.bottom {
	vertical-align: bottom;
}

.middle {
	vertical-align: middle;
}

.justify {
	text-align: justify;
}

.left {
	text-align: left;
}

.right {
	text-align: right;
}

.center {
	text-align: center;
}

.invisible {
	display: none;
}

.w1 {
	width: 1%;
}

.w2 {
	width: 2%;
}

.w3 {
	width: 3%;
}

.w4 {
	width: 4%;
}

.w5 {
	width: 5%;
}

.w6 {
	width: 6%;
}

.w7 {
	width: 7%;
}

.w8 {
	width: 8%;
}

.w10 {
	width: 10%;
}

.w12 {
	width: 12%;
}

.w14 {
	width: 14%;
}

.w15 {
	width: 15%;
}

.w16 {
	width: 16%;
}

.w18 {
	width: 18%;
}

.w20 {
	width: 20%;
}

.w22 {
	width: 22%;
}

.w25 {
	width: 25%;
}

.w27 {
	width: 27%;
}

.w28 {
	width: 28%;
}

.w29 {
	width: 29%;
}

.w30 {
	width: 30%;
}

.w32 {
	width: 30%;
}

.w33 {
	width: 33%;
}

.w34 {
	width: 34%;
}

.w35 {
	width: 35%;
}

.w40 {
	width: 40%;
}

.w45 {
	width: 45%;
}

.w50 {
	width: 50%;
}

.w55 {
	width: 55%;
}

.w60 {
	width: 60%;
}

.w63 {
	width: 63%;
}

.w65 {
	width: 65%;
}

.w68 {
	width: 68%;
}

.w70 {
	width: 70%;
}

.w73 {
	width: 73%;
}

.w75 {
	width: 75%;
}

.w80 {
	width: 80%;
}

.w85 {
	width: 85%;
}

.w90 {
	width: 90%;
}

.w95 {
	width: 95%;
}

.w99 {
	width: 99%;
}

.w100 {
	width: 100%;
}

.wBook {
	width: 100%;
}
/* --- Main body, all document set ---*/


/* --- Footer ---*/
#footerDiv {
	margin-top: 12px;

	text-align: center;
	
	z-index: 3;
}
/* --- Footer ---*/

