@charset "UTF-8";
@import url('layoutd1a4.css?v=20230127');
@import url('navid1a4.css?v=20230127');
@import url('headingsd1a4.css?v=20230127');

* {
	margin: 0;
	padding: 0;
}

body {
	/* background-color: #000; */
	font-family: 'Trebuchet MS', Arial, sans-serif;
/*	color: #D4D7D6; */
	color: #603; 

}

div#wrap {
	border-left: 1px solid #603;
	border-right: 1px solid #603;
}

div#container {

	/* background: #fec997 center top no-repeat;  */
}

div#naviStrip { /* fake navi menu column */
	
}

div#footerPC { /* more footer styles at the end of this file */

	color: #C8995E; 
}

div#footerPC a { /* more footer styles at the end of this file */
	color: #C8995E; 
}

/*--------------------- general styles ---------------------*/

a {
/*	color: #C8995E; */
	color: #603; 
}

a:hover {
	color: #BFDFFA; 
	text-decoration: none;
}

span.hide {
	display: none;
}

div#content p {
	margin-bottom: 5px;
}

img {
	border: 1px solid #603;
}

div#mainVisual img {
	border: none;
}

.floatLeft {
	float: left;
	margin: 0 10px 10px 0;
}

.floatRight {
	float: right;
	margin: 0 0 10px 10px;
}



/*--------------------- table styles ---------------------*/

#contentTable {
	margin-bottom: 15px;

	font-size: 90%;
	border: 1px solid #FDD;
	border-collapse: collapse;
}

#contentTable th,
#contentTable td {
	vertical-align: top;
	border: 1px solid #FDD;
}

#contentTable td.middle {
	text-align: center;
	vertical-align: middle;
}

#contentTable th {
	padding: 5px;
	text-align: center;
	background-color: #000;
	color: #FFF;
}

#contentTable tr.alt > td {
/*	background-color: #903; */
	background-color: #ffba89;
}

#contentTable td {
	padding: 5px;
/*	background-color: #300; */
	background-color: #f89863
}



#scheduleTable {
	margin-bottom: 15px;

	font-size: 90%;
	border: 1px solid #FDD;
	border-collapse: collapse;
}


#scheduleTable th,
#scheduleTable td {
	border: 1px solid #FDD;
	text-align: center;
	vertical-align: middle;
}

#scheduleTable th {
	padding: 5px;
	text-align: center;
	background-color: #000;
	color: #FFF;
}

#scheduleTable td {
	padding: 5px;
	background-color: none;
}

#scheduleTable td.alt {
/*	background-color: #903;*/
	background-color: #f89863;
}

.tblBlank {
	border-top-style: none;
	border-bottom-style: none;
}

.tblSubIndex2 {
	background-color: #903;
	text-align: center;
}

#team-list {
	margin-bottom: 15px;

	font-size: 90%;
	border: 1px solid #BFDFFA;
	border-collapse: collapse;
}

#team-list th,
#team-list td {
	vertical-align: top;
	border: 1px solid #BFDFFA;
}

#team-list .list-line-even {
	FONT-SIZE: 10pt;
/*	background-color: #903;*/
	background-color: #ffba89;
}

#team-list .list-line-odd {
	FONT-SIZE: 10pt;
/*	background-color: #300;*/
	background-color: #f89863
}

.tblIndex3 {
	background-color: #000;
	color: #FFF;
	text-align: center;
	font-weight: bold;
	border: 1px solid #666666;
}

.tblData {
	text-align: center;
/*	background-color: #903;*/
	background-color: #f89863;
	border: 1px solid #666666;
}

/*--------------------- list styles ---------------------*/

#content ul {
	margin-bottom: 15px;
}

#content li {
	margin-left: 30px;
}


/*--------------------- footer styles ---------------------*/

div#footerPC p {
	display: block;
	float: right;
	font-size: 75%;
	text-align: right;
	padding: 15px 20px 0 0;
}

div#footerPC p.hkbaLink {
	width: 80px;
	height: 45px;
	display: block;
	float: left;
	margin-left: 187px;
	padding: 0;
}

div#footerPC p.hkbaLink a {
	width: 80px;
	height: 45px;
	display: block;
}

table.boxScore {
	border-collapse: collapse;
}

table.boxScore tr td, table.boxScore tr th {
	text-align: center;
	border: 1px solid white;
}

table.boxScore tr th.teamName {
	text-align: left;
}

table.boxScore tr td.total {
	text-align: right;
	padding-right: 0.5em;
}
