@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: #fff;	
	font-family: "Trebuchet MS", "Microsoft JhengHei", Arial, "細明體", sans-serif;
	
	color: #363467;
}

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

div#container {
	/* background: url('../../images/hkibo2012/bg_purple.jpg') #fff center top no-repeat; */
}

div#naviStrip { /* fake navi menu column */
	/* background: url('../../images/hkibo2012/bg_hkba_strip.png') repeat-y; */
}

div#footerPC { /* more footer styles at the end of this file */
	/*background: url('../../images/hkibo2012/bg_footer.png') 164px 25px no-repeat;*/
	
}


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

a {
	color: #C8995E;
}

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

span.hide {
	display: none;
}

div#content p {
	/*
	 * margin-bottom: 15px;
	 */
}

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: #c4e0e3;
}

#contentTable td {
	padding: 5px;
	background-color: #9abfc3;
}



#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: #c4e0e3;
}

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

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

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

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

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

#team-list .list-line-even {
	FONT-SIZE: 8pt;
	background-color: #c4e0e3;
}

#team-list .list-line-odd {
	FONT-SIZE: 8pt;
	background-color: #9abfc3;
}

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

.tblData {
	text-align: center;
	background-color: #c4e0e3;
	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 36px 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;
}
