/* CSS Reset *//**********************************************************/

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
margin:0;
padding:0;
}
table {
border-collapse:collapse;
border-spacing:0;
}
fieldset,img {
border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
font-style:normal;
font-weight:normal;
}
ol,ul {
list-style:none;
}
caption,th {
text-align:left;
}
h1,h2,h3,h4,h5,h6 {
font-size:100%;
font-weight:normal;
}
q:before,q:after {
content:'';
}
abbr,acronym { border:0;
}

/* Global *//**********************************************************/

body
{
	font-size:13px;
	/*font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;*/
	font-family:"Microsoft JhengHei"," 	\5FAE\x8EDF\6B63\9ED1\9AD4","Microsoft Yahei","\5FAE\8F6F\96C5\9ED1","Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#333;
	line-height:18px;
}

p
{
	text-align:justify;
	font-size:13px;
	line-height:18px;
	margin:0 0 15px;
}

table td, table th
{
	font-size:13px;
	padding:5px 10px;
}

a
{
	color:#666;
	text-decoration:none;
}

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

b
{
	font-weight:bold;
}

input, textarea, select
{
	border:1px solid #ccc;
	font-size:13px;
	font-family:"Microsoft JhengHei"," 	\5FAE\x8EDF\6B63\9ED1\9AD4","Microsoft Yahei","\5FAE\8F6F\96C5\9ED1","Trebuchet MS", Arial, Helvetica, sans-serif;
}

/* Site *//**********************************************************/

.recordDisplay
{
}

.recordDisplay th
{
	text-align:center;
	font-weight:bold;
	background-color:#c63;
	color:#fff
}

.recordDisplay tr:nth-child(odd) td
{
	background-color:#f0f0f0;
}

.recordDisplay td
{
	text-align:center;
	color:#444;
}

.recordDisplay td.teamTitle
{
	font-weight:bold;
	text-align:center;
}

/* header *//**********************************************************/

#header
{
	width:100%;
	height:40px;
	/*background-color:#063;*/
	color:#FFFFFF;
	line-height:20px;
	z-index:10000;
	
	border-bottom:1px solid #E68A0E;
	/* IE6-7  */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#E68A0E, endColorstr=#D8B448); zoom:1;
	/* IE8  */
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#E68A0E, endColorstr=#D8B448)"; 
	/* IE10 */ 
	background-image: -ms-linear-gradient(top, #E68A0E 0%, #D8B448 100%);
	/* Mozilla Firefox */ 
	background-image: -moz-linear-gradient(top, #E68A0E 0%, #D8B448 100%);
	/* Opera */ 
	background-image: -o-linear-gradient(top, #E68A0E 0%, #D8B448 100%);
	/* Webkit (Safari/Chrome 10) */ 
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #E68A0E), color-stop(1, #D8B448));
	/* Webkit (Chrome 11+) */ 
	background-image: -webkit-linear-gradient(top, #E68A0E 0%, #D8B448 100%);
	/* Proposed W3C Markup */ 
	background-image: linear-gradient(top, #E68A0E 0%, #D8B448 100%);
}

#header .left
{
	float:left;
	padding:10px 10px 0;
	font-size:16px;
	font-weight:bold;
}

#header .right
{
	float:right;
	padding:10px 10px 0;
}

.lighter td
{
	color:#aaa;
}

/*
.resultRow
{
	display:none;
}
*/




