/* --- Basic set --- */
body {
	margin: 0px auto;
	padding: 0px;

	border-width: 0px;
	border-color: #000000;
	border-style: solid;
	
	background-color: #dddddd;
	background-image: url("../imgCore/bodyBg.gif");
	background-repeat: repeat-y;
	background-position: center top;

	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: normal;
	color: #000000;

	text-align: center;

	z-index: 1;
}

div, p {
	margin: 0px auto;
	padding: 0px;
}
/* --- Basic set --- */


/* --- Core elements ---*/
#mainDiv {
	margin: 0px auto;
	padding: 0px;

	border-width: 0px;
	border-color: #000000;
	border-style: solid;

	width: 990px;

	position: relative;

	background-color: #ffffff;

	text-align: justify;

	z-index: 2;
}

#leftMainDiv {
	margin: 0px;
	padding: 0px;

	border-width: 0px;
	border-color: #000000;
	border-style: solid;

	width: 185px;

	position: absolute;
	left: 7px;
	top: 210px;

	z-index: 3;
}

#centerMainDiv {
	margin: 0px;
	padding: 0px;

	border-width: 0px;
	border-color: #000000;
	border-style: solid;

	width: 590px;

	position: absolute;
	left: 200px;
	top: 210px;

	z-index: 3;
}

#rightMainDiv {
	margin: 0px;
	padding: 0px;

	border-width: 0px;
	border-color: black;
	border-style: solid;

	width: 185px;

	position: absolute;
	left: 798px;
	top: 210px;

	z-index: 3;
}

#leftMainDiv p, #rightMainDiv p {
	padding-left: 13px;
	padding-right: 13px;
	padding-top: 0px;
	padding-bottom: 0px;
}

#leftMainDiv p.doubleSpace, #rightMainDiv p.doubleSpace {
	padding-left: 25px;
	padding-right: 25px;
	padding-top: 0px;
	padding-bottom: 0px;
}

#leftMainDiv p.tripleSpace, #rightMainDiv p.tripleSpace {
	padding-left: 38px;
	padding-right: 38px;
	padding-top: 0px;
	padding-bottom: 0px;
}
/* --- Core elements ---*/


/* --- Header ---*/
#headerDiv {
	border-width: 0px;
	border-color: #000000;
	border-style: solid;

	width: 990px;
	height: 206px;

	position: absolute;
	top: 0px;
	
	background-image: url("../imgCore/headerBg.gif");
	background-repeat: no-repeat;
	
	overflow: visible;

	z-index: 3;
}

#headerImg {
	border-width: 0px;
	border-color: #000000;
	border-style: solid;

	position: absolute;
	top: 0px;
	left: 0px;

	z-index: 3;
}

#headerDiv h2 {
	width: 300px;
	
  top: 102px;
	left: 210px;

	z-index: 2;
}
/* --- Header ---*/


/* --- Menu --- */
#menuDiv {
	margin: 0px;
	padding: 0px;

	border-width: 0px;
	border-color: #000000;
	border-style: solid;

	width: 590px;

	position: absolute;
	top: 151px;
	left: 210px;

	color: #000000;

	text-align: left;

	z-index: 3;
}

#submenuDiv {
	margin: 0px;
	padding: 0px;

	border-width: 0px;
	border-color: #000000;
	border-style: solid;

	width: 570px;

	position: absolute;
	top: 174px;
	left: 230px;

	color: #000000;

	text-align: left;

	z-index: 3;
}

#seasonDiv {
	margin: 0px;
	padding: 0px;

	border-width: 0px;
	border-color: #000000;
	border-style: solid;

	width: 170px;

	position: absolute;
	top: 151px;
	left: 805px;

	color: #000000;

	text-align: center;

	z-index: 3;
}

#teamDiv {
	margin: 0px;
	padding: 0px;

	border-width: 0px;
	border-color: #000000;
	border-style: solid;

	width: 170px;

	position: absolute;
	top: 174px;
	left: 805px;

	color: black;

	text-align: center;

	z-index: 3;
}

#menuDiv a.menuItem, #submenuDiv a.menuItem, #teamDiv a.menuItem, #seasonDiv a.menuItem, #menuDiv span.menuItem, #submenuDiv span.menuItem, #teamDiv span.menuItem, #seasonDiv span.menuItem {
	margin: 0px auto;
	padding-left: 2px;
	padding-right: 3px;
	padding-top: 1px;
	padding-bottom: 1px;

	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;

	text-decoration: none;
}

#menuDiv a.menuItemSelected, #submenuDiv a.menuItemSelected, #teamDiv a.menuItemSelected, #seasonDiv a.menuItemSelected, #menuDiv span.menuItemSelected, #submenuDiv span.menuItemSelected, #teamDiv span.menuItemSelected, #seasonDiv span.menuItemSelected {
	margin: 0px auto;

	background-image: url("../imgCore/menuItemBg.gif");
	background-position: 0 100%;
	background-repeat: repeat-x;
}

#menuDiv a.menuItemDisabled, #submenuDiv a.menuItemDisabled, #teamDiv a.menuItemDisabled, #seasonDiv a.menuItemDisabled, #menuDiv span.menuItemDisabled, #submenuDiv span.menuItemDisabled, #teamDiv span.menuItemDisabled, #seasonDiv span.menuItemDisabled {
	color: #5f5f5f;

	text-decoration: line-through;

	cursor: default;
}

#menuDiv a:link, #submenuDiv a:link, #teamDiv a:link {
	color: #000000;
}

#menuDiv a:visited, #submenuDiv a:visited, #teamDiv a:visited {
	color: #000000;
}

#menuDiv a:hover, #submenuDiv a:hover, #teamDiv a:hover {
	background-image: url("../imgCore/menuItemBg.gif");
	background-position: 0 100%;
	background-repeat: repeat-x;

	color: #cc0000;
}

#menuDiv span.separator, #submenuDiv span.separator, #teamDiv span.separator, #seasonDiv span.separator {
	margin-left: 1px;
	margin-right: 1px;
	padding-left: 2px;
	padding-right: 0px;

	position: relative;
	top: -1px;
}
/* --- Menu --- */


/* --- Main body, all document set ---*/
h1 {
	position: absolute;
	top: 72px;
	left: 210px;

	font-family: Arial, Helvetica, sans-serif;
	font-size: 16pt;
	font-weight: bold;

	z-index: 2;
}

h2, h3 {
	margin: 0px;
	padding-left: 0px;
	padding-top: 5px;

	position: relative;
	top: 7px;
	left: 9px;

	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: bold;

	text-align: justify;
}

h4, h5 {
	margin: 0px;
	padding: 0px;

	position: relative;

	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: bold;

	text-align: justify;
}

h4.normalSpace {
	padding-left: 13px;
	padding-right: 13px;
	padding-top: 0px;
	padding-bottom: 0px;
}

a {
	color: #000000;

	text-decoration: underline;
}

a:link {
	color: #000000;
}

a:visited {
	color: #000000;
}

a:hover {
	color: #cc0000;

	text-decoration: underline;
}

.date a {
	color: #cc0000;
	text-decoration: underline;
}

.date a:link {
	color: #cc0000;
}

.date a:visited {
	color: #cc0000;
}

.date a:hover {
	color: #000000;

	text-decoration: underline;
}

img {
	margin: 0px;
	padding: 0px;
	
	border-color: #cc0000;
	border-style: solid;
	border-width: 0px;

	vertical-align: middle;
}

img.sort {
	margin-top: 2px;
	margin-right: 1px;
	
	vertical-align: top;
}

img.inTextLeft {
	margin-top: 1px;
	margin-right: 5px;
	margin-left: 0px;
	margin-bottom: 1px;

	float: left;
	
	border-color: #cc0000;
	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: #cc0000;
	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: #cc0000;
	border-style: solid;
	border-width: 1px;

	vertical-align: middle;
	
	text-align: center;
}

img.smile, img.icon {
	position: relative;
	top: -1px;
}

img.cardPhoto {
	margin-top: 1px;
	border-width: 1px;
}

table, tr, td, th, thead, tbody {
	border-color: #000000;
	border-style: solid;
	border-width: 0px;

	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: normal;

	color: #000000;

	text-align: left;
}

thead, th {
	font-weight: bold;
}

table.navigation, table.dataTable, table.formTable, table.dataTableNoHov, table.scheduleTable, table.albumTable {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 13px;
	margin-right: 13px;
	padding: 0px;

	border-color: #c0c0c0;
	border-width: 0px;
	border-style: solid;
	border-collapse: collapse;

	width: 556px;
}

table.dataTable, table.formTable, table.dataTableNoHov, table.scheduleTable, table.albumTable {
	margin-top: 0px;
	margin-bottom: 0px;
	
	padding-top: 10px;
	
	position: relative;
}

table.navigation tr, table.navigation td, table.navigation th,
table.dataTable tr, table.dataTable td, table.dataTable th,
table.dataTableNoHov tr, table.dataTableNoHov td, table.dataTableNoHov th,
table.scheduleTable tr, table.scheduleTable td, table.scheduleTable th,
table.albumTable tr, table.albumTable td, table.albumTable th {
	margin: 0px auto;
	padding: 0px;
}

table.dataTable td, table.dataTableNoHov td, table.scheduleTable td, table.albumTable td {
	padding-top: 1px;
	padding-bottom: 1px;
}

table.navigation td.navigationPrevious, table.navigation td.navigationNext {
	width: 15%;
}

table.navigation td.navigationIndex {
	width: 70%;
}

table.dataTable td, table.dataTable th,
table.dataTableNoHov td, table.dataTableNoHov th,
table.scheduleTable td, table.scheduleTable th {
	padding-left: 2px;
}

table.dataTable th, table.dataTableNoHov th, table.scheduleTable th {
	padding-top:4px;
	padding-bottom:1px;

	border-color: #cc0000;
	border-style: solid;
	border-width: 0px;

	background-image: url("../imgCore/dataTableHeaderBg.gif");
	background-position: left bottom;
	background-repeat: repeat-x;
	background-color: #dedede;
}

table.dataTable th.sorted, table.dataTable th.sortedAsc, table.dataTable th.sortedDesc {
	background-color: #c0c0c0;
}

table.dataTable th.sortable {
	/*	text-align: left;*/
}

table.dataTable tr:hover {
	background-color: #c0c0c0;
}

table.dataTable td.sorted {
	/*background-color: #c0c0c0;*/
}

table.scheduleTable td.schedule {
	background-color: #e0e0e0;
}

table.scheduleTable td.schedule:hover {
	background-color: #c0c0c0;
}

table.scheduleTable td {
	border-color: #ffffff;
	border-width: 1px;
}

table.detailTable {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 13px;
	margin-right: 13px;
	padding: 0px;

	border-color: #c0c0c0;
	border-width: 0px;
	border-style: solid;
	border-collapse: collapse;

	width: 151px;
}

table.detailTable tr, table.detailTable td, table.detailTable th {
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	
	border-width: 0px;
}

tr.light {
	background-color: #ffffff;
}

tr.dark {
	background-color: #e0e0e0;
}

div.leftTopDiv, div.rightTopDiv {
	margin: 0px;
	
	height: 38px;
	
	position: relative;

	background-image: url("../imgCore/detailTopBg.gif");
	background-repeat: no-repeat;
}

div.leftMiddleDiv, div.rightMiddleDiv {
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-right: 4px;
	padding-left: 4px;

	position: relative;

	background-image: url("../imgCore/detailMiddleBg.gif");
	background-repeat: repeat-y;
}

div.leftBottomDiv, div.rightBottomDiv {
	margin: 0px;
	margin-bottom: 8px;

	height: 8px;
	
	position: relative;

	background-image: url("../imgCore/detailBottomBg.gif");
	background-repeat: no-repeat;
}

div.centerTopDiv {
	margin: 0px;

	height: 38px;
	
	position: relative;
	
	background-image: url("../imgCore/centerTopBg.gif");
	background-repeat: no-repeat;
}

div.centerMiddleDiv {
	margin: 0px;
	
	padding-top: 0px;
	padding-bottom: 0px;
	padding-right: 4px;
	padding-left: 4px;

	position: relative;
	
	background-image: url("../imgCore/centerMiddleBg.gif");
	background-repeat: repeat-y;
}

div.centerBottomDiv {
	margin: 0px;
	margin-bottom: 8px;

	height: 8px;

	position: relative;

	background-image: url("../imgCore/centerBottomBg.gif");
	background-repeat: no-repeat;
}

div.hr {
	margin-left: 5px;
	margin-right: 5px;
	margin-top: 5px;
	margin-bottom: 5px;

	border-color: #cc0000;
	border-width: 0px;
	border-style: solid;
	border-top-width: 1px;

	height: 0px;

	text-align: center;
}

hr {
	display: none;
	visibility: hidden;
}

p {
	padding-left: 13px;
	padding-right: 13px;
	padding-top: 0px;
	padding-bottom: 0px;
}

p.doubleSpace {
	padding-left: 25px;
	padding-right: 25px;
	padding-top: 0px;
	padding-bottom: 0px;
}

p.tripleSpace {
	padding-left: 38px;
	padding-right: 38px;
	padding-top: 0px;
	padding-bottom: 0px;
}

p.schedule {
	padding-left: 2px;
	padding-right: 2px;
	padding-top: 0px;
	padding-bottom: 0px;
}

ul p, li p {
	padding-top: 0px;
	padding-bottom: 0px;
}

ul {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 25px;
	padding: 0px;
	padding-top: 0px;
	padding-left: 0px;
	
	position: relative;
}

li {
	margin: 0px;
	padding: 0px;
}

span.spacer {
	margin: 0px;
	padding: 0px;
	height: 0px;
	border-width: 0px;
}

span.invisible {
	display: none;
}

span.visible {
	display: inline;
}

form {
	margin: 0px auto;
	padding: 0px;
}

input.text, input.button, textarea.text {
	padding-left: 2px;
	padding-right: 2px;
	
	border-width: 1px;
	border-color: #000000;
	border-style: solid;
	
	border-color: #cc0000;
	border-width: 1px;
	border-style: solid;
	
	background-color: #ffffff;

	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: normal;

	color: #000000;
}	

input.button {
	background-color: #e0e0e0;
}

.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;
}

.joke, .question, .injury, .record {
	font-style: italic;
}

.date, .signature {
	font-style: italic;
	
	color: #cc0000;
}

.signature, .more {
	padding-top: 0px;
	padding-bottom: 0px;
}

.video, .audio {
	margin-left: 13px;
	margin-right: 13px;
	margin-top: 0px;
	margin-bottom: 0px;

	padding-top: 5px;
	padding-bottom: 5px;

	position: relative;
	
	border-color: #cc0000;
	border-width: 1px;
	border-style: solid;

	background-color: #dedede;

	text-align: center;
}

.photo {
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;

	padding-top: 0px;
	padding-bottom: 0px;

	position: relative;
	
	border-color: #cc0000;
	border-width: 1px;
	border-style: solid;

	background-color: #dedede;

	text-align: center;
}

.disabled {
	color: #5f5f5f;

	text-decoration: line-through;

	cursor: default;
}

.red {
	color: #cc0000;
}
	
.w1 {
	width: 1%;
}

.w2 {
	width: 2%;
}

.w3 {
	width: 3%;
}

.w4 {
	width: 4%;
}

.w5 {
	width: 5%;
}

.w6 {
	width: 6%;
}

.w7 {
	width: 7%;
}

.w8 {
	width: 8%;
}

.w9 {
	width: 9%;
}

.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%;
}

.wBookTitle {
	width: 60px;
}

.wBook {
	width: 480px;
}

.wBookSmall {
	width: 150px;
}
/* --- Main body, all document set ---*/


/* --- Footer ---*/
#footerDiv {
	margin: 4px;
	padding: 4px;

	text-align: center;
	
	z-index: 3;
}
/* --- Footer ---*/

