body{
	font-size: 12px;
	font-family: Helvetica, "新細明體", Tahoma, Arial, sans-serif;
	margin: 0px;
	background-image: url(../image/webpage/tmpBg.png);
}
td {font-size: 12px;}
input, select, textarea{
	font-size: 12px;
	font-family: Helvetica, "新細明體", Tahoma, Arial, sans-serif;
}
input {
	border: solid 1px #D5DFFF;
}
textarea {
	background-color: #D5DFFF;
	border-width: 1px;
	border-style: solid;
	border-color: #000000;
}
input.textbox {
	background-color: #DAE3FF;
	border-bottom: dashed #000000 1px;
}
input.button {
	width: 60px;
	background-color: #BACAFF;
	border: solid #000000 1px;
}
input:hover, input:focus, textarea:hover, textarea:focus{
	background-color: #FFFFFF;
	border: solid #454545 1px;
}
a, a:visited {
	color: #003399;
	text-decoration: none;

}
a:hover {
	color: #CC0000;
	text-decoration: underline;

}

.laInput{
	font-size: 12px;
}

.radioBtn{
	_border: 0px;
}


/* Ranking */
.rank1 {
	background-color: #FFCCCC;
}
.rank1 td {
	font-size: 13px;
	font-weight: bold;
	color: #000000;
}

.rank2 {
	background-color: #CCFFCC;
}
.rank2 td {
	font-size: 13px;
	font-weight: bold;
	background-color: #CCFFCC;
}

.rank3 {
	background-color: #CCCCFF;
}
.rank3 td {
	font-size: 13px;
	font-weight: bold;
	background-color: #CCCCFF;
}



.laHeader a{
	color: #FFFFFF;
}

.conHeader, .conSpacerV, .conSpacer {
	background-color: #6292F3;
}
.hidText1{color: #D5DBFF}
.hidText2{color: #EEEEFF}
.conHeader{
	font-size: 15px;
	text-align:center;
	font-weight:bold;
	color: #FFFFFF;
}

/* Contains table */
.conSpacerV{width:1px;}
.conSpacer{height:1px;}
.conType{
	height: 17px;
	background-color: #D5DBFF;
	padding-left: 2px
}
.conOddRow, .conEvenRow{
	text-align: left;
	padding-left: 3px;
	padding-top: 3px
}
.conOddRow{
	background-color: #EEEEFF;
	color: #000000;
}
.conEvenRow{
	background-color: #D5DBFF;
	color: #000000;
}



/* right panel table */
.sTable td {
	padding-left: 3px;
	padding-right: 3px;
}

/* spacer */
.spacer{
	height: 3px;
}
.vSpacerC{
	width: 1px;
	background-color: #7D7D7D;
}

/* seperator */
.mainSep{
	height: 1px;
	background-color: #7D7D7D;
}
.mainLeft{
	width: 1px;
	background-color: #7D7D7D;
	/*background-repeat: repeat-y;
	background-position: left;
	background-image: url(../image/webpage/mainTB_left.png);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../image/webpage/mainTb_bg01.png',sizingMethod='scale');*/
}
.mainRight{
	width: 1px;
	background-color: #7D7D7D;
	/*background-repeat: repeat-y;
	background-position: right;
	background-image: url(../image/webpage/mainTB_right.png);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../image/webpage/mainTb_bg02.png',sizingMethod='scale');*/
}
.mainFoot{
	height: 0px;
	/*height: 1px;
	background-color: #7D7D7D;*/
	/*background-repeat: no-repeat;*/
	/*filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../image/webpage/mainTb_bg03.png',sizingMethod='scale');*/
}

/* CoolMENU */
.clsCMOn{
	color: black;
	font-size: 12px;
	text-decoration : none;
	padding: 4px;
}
.clsCMOver{
	color: white;
	font-size: 12px;
	text-decoration : none;
	padding: 4px;
}
#header_h {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 999;
	width: 100%;	
}
#main_body {
	position: absolute;
	top: 60;
	left: 10;
	z-index: 999;
	width: 80%;
}
#right_s {
	position: absolute;
	top: 60;
	z-index: 999;
	right: 10;
	width: 20%;
}