.ScheduleContainer {
	margin:0px;padding:0px;
	width:100%;
	box-shadow: 10px 10px 5px #888888;
	border:1px solid #f1907a;
	
	-moz-border-radius-bottomleft:7px;
	-webkit-border-bottom-left-radius:7px;
	border-bottom-left-radius:7px;
	
	-moz-border-radius-bottomright:7px;
	-webkit-border-bottom-right-radius:7px;
	border-bottom-right-radius:7px;
	
	-moz-border-radius-topright:7px;
	-webkit-border-top-right-radius:7px;
	border-top-right-radius:7px;
	
	-moz-border-radius-topleft:7px;
	-webkit-border-top-left-radius:7px;
	border-top-left-radius:7px;
}.ScheduleContainer table{
    border-collapse: collapse;
        border-spacing: 0;
	width:100%;
	height:100%;
	margin:0px;padding:0px;
}.ScheduleContainer tr:last-child td:last-child {
	-moz-border-radius-bottomright:7px;
	-webkit-border-bottom-right-radius:7px;
	border-bottom-right-radius:7px;
}
.ScheduleContainer table tr:first-child td:first-child {
	-moz-border-radius-topleft:7px;
	-webkit-border-top-left-radius:7px;
	border-top-left-radius:7px;
}
.ScheduleContainer table tr:first-child td:last-child {
	-moz-border-radius-topright:7px;
	-webkit-border-top-right-radius:7px;
	border-top-right-radius:7px;
}.ScheduleContainer tr:last-child td:first-child{
	-moz-border-radius-bottomleft:7px;
	-webkit-border-bottom-left-radius:7px;
	border-bottom-left-radius:7px;
}.ScheduleContainer tr:hover td{
	background-color: #fef495;
	color: #000000;
}

.ScheduleContainer tr:nth-child(odd), .even { background-color:#ffe7e7; }
.ScheduleContainer tr:nth-child(even), .odd { background-color:#ffffff; }

.even { background-color:#ffe7e7; }
.odd { background-color:#ffffff; }

.ScheduleContainer td{
	vertical-align:middle;
	border:1px solid #f1907a;
	border-width:0px 1px 1px 0px;
	text-align:center;
	padding:2px;
	padding-top:3px;
	padding-bottom:3px;
	font-size:9pt;
	font-family:Arial;
	font-weight:normal;
	color:#000000;
}.ScheduleContainer tr:last-child td{
	border-width:0px 1px 0px 0px;
}.ScheduleContainer tr td:last-child{
	border-width:0px 0px 1px 0px;
}.ScheduleContainer tr:last-child td:last-child{
	border-width:0px 0px 0px 0px;
}
.ScheduleContainer tr:first-child td {
/* red: 
ea3766 0% 
cd305a 50% 
b0294d 100% 
*/	
	background:-o-linear-gradient(bottom, #ea3766 5%, #b0294d 100%);	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ea3766), color-stop(1, #b0294d) );
	background:-moz-linear-gradient( center top, #ea3766 5%, #b0294d 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#ea3766", endColorstr="#b0294d");	background: -o-linear-gradient(top,#ea3766,b0294d);

	background-color:#ea3766;
	border:0px solid #b0294d;
	text-align:center;
	border-width:0px 0px 1px 1px;
	font-size:10pt;
	font-family:Arial;
	font-weight:bold;
	color:#ffffff;
}
.ScheduleContainer tr:first-child:hover td{
	background:-o-linear-gradient(bottom, #ea3766 5%, #b0294d 100%);	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ea3766), color-stop(1, #b0294d) );
	background:-moz-linear-gradient( center top, #ea3766 5%, #b0294d 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#ea3766", endColorstr="#b0294d");	background: -o-linear-gradient(top,#ea3766,b0294d);

	background-color:#ea3766;
}
.ScheduleContainer tr:first-child td:first-child{
	border-width:0px 0px 1px 0px;
}
.ScheduleContainer tr:first-child td:last-child{
	border-width:0px 0px 1px 1px;
}

.ScheduleContainer td[colspan="8"],
.ScheduleContainer td[colspan="9"]
{
background: rgb(162,100,181); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(162,100,181,1) 0%, rgba(179,127,198,1) 50%, rgba(179,127,198,1) 51%, rgba(196,156,216,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(162,100,181,1)), color-stop(50%,rgba(179,127,198,1)), color-stop(51%,rgba(179,127,198,1)), color-stop(100%,rgba(196,156,216,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(162,100,181,1) 0%,rgba(179,127,198,1) 50%,rgba(179,127,198,1) 51%,rgba(196,156,216,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(162,100,181,1) 0%,rgba(179,127,198,1) 50%,rgba(179,127,198,1) 51%,rgba(196,156,216,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(162,100,181,1) 0%,rgba(179,127,198,1) 50%,rgba(179,127,198,1) 51%,rgba(196,156,216,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(162,100,181,1) 0%,rgba(179,127,198,1) 50%,rgba(179,127,198,1) 51%,rgba(196,156,216,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a264b5', endColorstr='#c49cd8',GradientType=0 ); /* IE6-9 */
/* purple: 
a264b5 0% 
b37fc6 50% 
c49cd8 100% 
*/
	border:0px solid #000000;
	text-align:center;
	border-width:0px 0px 1px 1px;
	font-size:10pt;
	font-family:Arial;
	font-weight:bold;
	color:#ffffff;
}

.TeamContainer {
	margin:0px;padding:0px;
	width:100%;
	box-shadow: 10px 10px 5px #888888;
	border:1px solid #000000;
	
	-moz-border-radius-bottomleft:7px;
	-webkit-border-bottom-left-radius:7px;
	border-bottom-left-radius:7px;
	
	-moz-border-radius-bottomright:7px;
	-webkit-border-bottom-right-radius:7px;
	border-bottom-right-radius:7px;
	
	-moz-border-radius-topright:7px;
	-webkit-border-top-right-radius:7px;
	border-top-right-radius:7px;
	
	-moz-border-radius-topleft:7px;
	-webkit-border-top-left-radius:7px;
	border-top-left-radius:7px;
}.TeamContainer table{
    border-collapse: collapse;
        border-spacing: 0;
	width:100%;
	height:100%;
	margin:0px;padding:0px;
}.TeamContainer tr:last-child td:last-child {
	-moz-border-radius-bottomright:7px;
	-webkit-border-bottom-right-radius:7px;
	border-bottom-right-radius:7px;
}
.TeamContainer table tr:first-child td:first-child {
	-moz-border-radius-topleft:7px;
	-webkit-border-top-left-radius:7px;
	border-top-left-radius:7px;
}
.TeamContainer table tr:first-child td:last-child {
	-moz-border-radius-topright:7px;
	-webkit-border-top-right-radius:7px;
	border-top-right-radius:7px;
}.TeamContainer tr:last-child td:first-child{
	-moz-border-radius-bottomleft:7px;
	-webkit-border-bottom-left-radius:7px;
	border-bottom-left-radius:7px;
}.TeamContainer tr:hover td{
	
	
}
.TeamContainer td{
	vertical-align:middle;
	/*
	background:-o-linear-gradient(bottom, #ffffff 5%, #d3e9ff 100%);	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ffffff), color-stop(1, #d3e9ff) ); 
	background:-moz-linear-gradient( center top, #ffffff 5%, #d3e9ff 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#d3e9ff");	background: -o-linear-gradient(top,#ffffff,d3e9ff);

	background-color:#ffffff;
*/
	background:-o-linear-gradient(bottom, #e3cdf7 5%, #ffffff 100%);	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #e3cdf7), color-stop(1, #ffffff) ); 
	background:-moz-linear-gradient( center top, #e3cdf7 5%, #ffffff 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#e3cdf7", endColorstr="#ffffff");	background: -o-linear-gradient(top,#e3cdf7,ffffff);

	background-color:#e3cdf7;

	border:1px solid #000000;
	border-width:0px 1px 1px 0px;
	text-align:center;
	padding:3px 7px;
	font-size:10px;
	font-family: Arial, '細明體';
	font-weight:normal;
	color:#000000;
}.TeamContainer tr:last-child td{
	border-width:0px 1px 0px 0px;
}.TeamContainer tr td:last-child{
	border-width:0px 0px 1px 0px;
}.TeamContainer tr:last-child td:last-child{
	border-width:0px 0px 0px 0px;
}
.TeamContainer tr:first-child td{
/*
	background:-o-linear-gradient(bottom, #0057af 5%, #007fff 100%);	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #0057af), color-stop(1, #007fff) );
	background:-moz-linear-gradient( center top, #0057af 5%, #007fff 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#0057af", endColorstr="#007fff");	background: -o-linear-gradient(top,#0057af,007fff);

	background-color:#0057af;
*/
	background:-o-linear-gradient(bottom, #871961 5%, #e68bf4 100%);	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #871961), color-stop(1, #e68bf4) );
	background:-moz-linear-gradient( center top, #871961 5%, #e68bf4 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#871961", endColorstr="#e68bf4");	background: -o-linear-gradient(top,#871961,e68bf4);

	background-color:#871961;
	border:0px solid #000000;
	text-align:center;
	border-width:0px 0px 1px 1px;
	font-size:14px;
	font-family:Arial;
	font-weight:bold;
	color:#ffffff;
}
.TeamContainer tr:first-child:hover td{
/*
	background:-o-linear-gradient(bottom, #0057af 5%, #007fff 100%);	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #0057af), color-stop(1, #007fff) );
	background:-moz-linear-gradient( center top, #0057af 5%, #007fff 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#0057af", endColorstr="#007fff");	background: -o-linear-gradient(top,#0057af,007fff);

	background-color:#0057af;
*/	
	background:-o-linear-gradient(bottom, #871961 5%, #e68bf4 100%);	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #871961), color-stop(1, #e68bf4) );
	background:-moz-linear-gradient( center top, #871961 5%, #e68bf4 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#871961", endColorstr="#e68bf4");	background: -o-linear-gradient(top,#871961,e68bf4);

	background-color:#871961;
	
}
.TeamContainer tr:first-child td:first-child{
	border-width:0px 0px 1px 0px;
}
.TeamContainer tr:first-child td:last-child{
	border-width:0px 0px 1px 1px;
}

.TeamHeaderContainer {
	margin:0px;padding:0px;
	width:100%;
	box-shadow: 10px 10px 5px #888888;
	border:1px solid #000000;
	
	-moz-border-radius-bottomleft:7px;
	-webkit-border-bottom-left-radius:7px;
	border-bottom-left-radius:7px;
	
	-moz-border-radius-bottomright:7px;
	-webkit-border-bottom-right-radius:7px;
	border-bottom-right-radius:7px;
	
	-moz-border-radius-topright:7px;
	-webkit-border-top-right-radius:7px;
	border-top-right-radius:7px;
	
	-moz-border-radius-topleft:7px;
	-webkit-border-top-left-radius:7px;
	border-top-left-radius:7px;
	
}.TeamHeaderContainer table{
	-moz-border-radius:7px;
	-webkit-border-radius:7px;
	border-radius:7px;
    border-collapse: collapse;
    border-spacing: 0;
	width:100%;
	height:100%;
	margin:0px;padding:0px;
	/*
	background-color:#0057af;
	background:-o-linear-gradient(bottom, #0057af 5%, #007fff 100%);	
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #0057af), color-stop(1, #007fff) );
	background:-moz-linear-gradient( center top, #0057af 5%, #007fff 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#0057af", endColorstr="#007fff");	background: -o-linear-gradient(top,#0057af,007fff);
	*/
	background-color:#871961;
	background:-o-linear-gradient(bottom, #871961 5%, #e68bf4 100%);	
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #871961), color-stop(1, #e68bf4) );
	background:-moz-linear-gradient( center top, #871961 5%, #e68bf4 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#871961", endColorstr="#e68bf4");	background: -o-linear-gradient(top,#871961,e68bf4);
	
}.TeamHeaderContainer tr:last-child td:last-child {
	-moz-border-radius-bottomright:7px;
	-webkit-border-bottom-right-radius:7px;
	border-bottom-right-radius:7px;
}
.TeamHeaderContainer table tr:first-child td:first-child {
	-moz-border-radius-topleft:7px;
	-webkit-border-top-left-radius:7px;
	border-top-left-radius:7px;
}
.TeamHeaderContainer table tr:first-child td:last-child {
	-moz-border-radius-topright:7px;
	-webkit-border-top-right-radius:7px;
	border-top-right-radius:7px;
}.TeamHeaderContainer tr:last-child td:first-child{
	-moz-border-radius-bottomleft:7px;
	-webkit-border-bottom-left-radius:7px;
	border-bottom-left-radius:7px;
}.TeamHeaderContainer tr:hover td{
	/*
	 * background-color:#d3e9ff;
	 */
}

.TeamHeaderContainer td:hover{
	/*background-color:#d3e9ff;*/
	background-color: #C8995E;
}
.TeamHeaderContainer td a:hover {
	color: #FFF;
}

.TeamHeaderContainer td{
	vertical-align:middle;
	
	
	text-align:center;
	padding:7px;
	font-size:10px;
	font-family:Arial;
	font-weight:normal;
	color:#000000;
}.TeamHeaderContainer tr:last-child td{
	border-width:0px 1px 0px 0px;
}.TeamHeaderContainer tr td:last-child{
	border-width:0px 0px 1px 0px;
}.TeamHeaderContainer tr:last-child td:last-child{
	border-width:0px 0px 0px 0px;
}
.TeamHeaderContainer tr td{

	text-align: left;
	
	font-size:14px;
	font-family:Arial;
	font-weight:bold;
	color:#ffffff;
}

.TeamContainer td {
	width: 122px;
}

.TeamContainer td,
.TeamContainer td p span,
.TeamContainer td p,
.TeamContainer td p font {
	
	font-family: Arial, '細明體' !important;
	font-size: 9pt !important;
	
}

.TeamContainer td:first-child {
	width: 85px !important;
	
}