/* CSS Document */
a:link {
	color: #6D6D6D;
	text-decoration: none;
	font-family: "Tahoma";
}

a:hover {
	color: #FE6601;
	text-decoration: underline;
	font-family: "Tahoma";
	
}
a:visited {
	color: #6D6D6D;
	text-decoration: none;
	font-family: "Tahoma";
}



body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

.bgtable {
	background-color: #ffffff;
	background-position: left top;
}

.bgfooter {
	background-image:  url(images/bgfooter.gif);
}
.infooter { 
  font-size: 11px; 
  font-weight: normal; 
  font-family: "Tahoma"; 
  color: #7F7F7F;
  line-height: 16px;
  padding: 0px 0 0 10;
  }
  
.now-place { 
  font-size: 12px; 
  font-weight: normal; 
  font-family: "Tahoma"; 
  color: #7F7F7F;
  line-height: 16px;
  padding: 0px 0 0 10;
  }
  
.in01 { 
  font-size: 12px; 
  font-weight: normal; 
  font-family: "Tahoma"; 
  color: #666666;
  line-height: 18px;
 }

.table_title { 
  font-size: 12px; 
  font-weight: normal; 
  font-family: "Tahoma"; 
  color: #FF6501;
  line-height: 18px;
 }

 .table_title_green { 
  font-size: 12px; 
  font-weight: normal; 
  font-family: "Tahoma"; 
  color: #89AA35;
  line-height: 26px;
  font-weight: bold;
 }
 
 .table_title_blue { 
  font-size: 12px; 
  font-weight: normal; 
  font-family: "Tahoma"; 
  color: #3366cc;
  line-height: 34px;
 }
 
.table_title_13_main { 
  font-size: 10pt;
	font-weight: bold;
	text-align: center;
	color: #00B9D8;
	line-height: 16px;
	background-color: #F5F5F5;
	padding: 5px;
	border-bottom: 1px solid #00B9D8;
 } 
.table_title_13 { 
  font-size: 10pt;
	font-weight: bold;
	color: #00B6D6;
	text-align: left;
	padding: 0px 0px 2px 0px;
 }

.table_content_13 { 
  font-size: 12px; 
  font-weight: normal; 
  font-family: "Tahoma"; 
  color: #666666;
  line-height: 18px;
  padding-left: 16px;
 }
.table_content { 
  font-size: 12px; 
  font-weight: normal; 
  font-family: "Tahoma"; 
  color: #666666;
  line-height: 18px;
  
 }
 .table_content_en { 
  font-size: 12px; 
  font-weight: normal; 
  font-family: "Tahoma"; 
  color: #666666;
  line-height: 18px;
  text-indent:26px;
  padding: 10px 10 10 13;
 }
.table_content_10px { 
  font-size: 12px; 
  font-weight: normal; 
  font-family: "Tahoma"; 
  color: #666666;
  line-height: 18px;
  padding: 0px 10 0 13;
 }
 .table_content_right { 
  font-size: 12px; 
  font-weight: normal; 
  font-family: "Tahoma"; 
  color: #666666;
  line-height: 18px;
  padding: 0px 20 0 13;
  text-align:right;
 }
 
 .member_idpw { 
  font-size: 12px; 
  font-weight: normal; 
  font-family: "Tahoma"; 
  color: #666666;
  line-height: 18px;
  padding: 0px 0 0 24;
 }
 .member_down { 
  font-size: 12px; 
  font-weight: normal; 
  font-family: "Tahoma"; 
  color: #96595D;
  line-height: 18px;
  padding: 0px 0 0 10;
 }
 
.dottedline { 
	font-size: 12px;
	color: #836947;
	font-family: "Tahoma";
	text-align: left;
	line-height: 16px;
	border-bottom: 1px dotted  #cccccc;
}

.linkbg{
	background-image:  url(images/link_bg.gif);
	padding: 9px 0 9 36;
}

.link_content{
	color:#586878;
	font-size:12px;
	font-weight:normal;
	text-align:center;
	padding: 6px 0 9 0;
}


/*ªí®æ*/

.datatable {
	border-collapse:collapse;
	
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-bottom-color: #96B6C4;
	border-right-color: #96B6C4;
	border-top-style: solid;
	border-top-color: #BED6E0;
	border-top-width: 1px;
	padding:0;
	margin: 10px 0 10px 0;
}
.datatable_caption {
	font:12px Arial, Helvetica, sans-serif;
	color:#666666;
	text-align: left;
	margin:0;
	font-weight:bold;
	padding: 10px 0 0 0;
}
.datatable td {
font:12px Arial, Helvetica, sans-serif;
	border:1px solid #BED6E0;
	background-color:#F5F8FB;
	color:#777777;
	letter-spacing: 0px;
	padding:3px;
	margin: 0 0 7px 0;
	line-height: 24px;
}
.datatable td a{
   color:#777777;
   font:12px Arial, Helvetica, sans-serif;
   letter-spacing: 0px;
   }

.datatable th {
	border:1px solid #BED6E0;
	background-color:#E3EAF3;
	color:#586878;
	font-size:12px;
	font-weight:normal;
	text-align:center;
	padding:3px;
	letter-spacing: 2px;
}
.datatable p{
    margin-top:5px;
	letter-spacing: 0px;
	}
.datatable ul{
	margin-left:0;
   }
.datatable ul li{
	list-style-type: square;
	margin-left:30px;
	letter-spacing: 0px;
	}
	
.datatable h3{
	font-size:12px;
	color:#6593B4;
	letter-spacing:1px;
	border-bottom-color: #8CACB9;
	border-bottom-style: dashed;
	border-bottom-width:1px; 
	font-weight: bold;
	margin-bottom:0;
	margin-top:2px;
   }  
   

.judgetable {
	border-collapse:collapse;
	
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-bottom-color: #96B6C4;
	border-right-color: #96B6C4;
	border-top-style: solid;
	border-top-color: #BED6E0;
	border-top-width: 1px;
	padding:0;
	margin: 10px 0 10px 5;
}
.judgetable th {
	border:1px solid #BED6E0;
	background-color:#E3EAF3;
	color:#586878;
	font-size:12px;
	font-weight:normal;
	text-align:left;
	padding:3px;
	letter-spacing: 2px;
}
.judgetable td {
font:12px Arial, Helvetica, sans-serif;
	border:1px solid #BED6E0;
	background-color:#F5F8FB;
	color:#777777;
	letter-spacing: 0px;
	padding:3px;
	margin: 0 0 7px 0;
	line-height: 24px;
	text-valign:top;
	vertical-align:top;
}
.judgetable h3{
	font-size:12px;
	color:#6593B4;
	letter-spacing:1px;
	border-bottom-color: #8CACB9;
	border-bottom-width:1px; 
	font-weight: bold;
	margin-bottom:0;
	margin-top:2px;
	text-align:center;
   }  
 

.judgeRsult1 {
	padding:0;

}
.judgeRsult1 th {
	background-color:#E7E3D8;
	color:#767676;
	font-size:12px;
	font-weight: bold;
	text-align:left;
	padding:3px;
	letter-spacing: 2px;
}
.judgeRsult1 td {
	font:12px Arial, Helvetica, sans-serif;
	background-color:#E7E3D8;
	color:#767676;
	letter-spacing: 0px;
	padding:3px;
	margin: 0 0 7px 0;
	line-height: 24px;
	text-valign:top;
	vertical-align:top;
}

.judgeRsult2 {
	padding:0;

}
.judgeRsult2 th {
	background-color:#EFEFEF;
	color:#1DBDF0;
	font-size:12px;
	font-weight: bold;
	text-align:left;
	padding:3px;
	letter-spacing: 2px;
}
.judgeRsult2 td {
	font:12px Arial, Helvetica, sans-serif;
	background-color:#EFEFEF;
	color:#767676;
	letter-spacing: 0px;
	padding:3px;
	margin: 0 0 7px 0;
	line-height: 24px;
	text-valign:top;
	vertical-align:top;
}
.judgeRsult_title {
	font-family: "Tahoma", "Verdana", "Arial", "Helvetica", "sans-serif";
	background-color:#ffffff;
	color:#FC7B2A;
	font-size:13px;
	font-weight: bold;
	text-align:left;
	padding:10px 0 0 0px;
	letter-spacing: 2px;
}

.judgeRsult_cmd_title {
	background-color:#ffffff;
	color:#FD9D0B;
	font-size:12px;
	font-weight: bold;
	text-align:left;
	padding:3px 0 0 20px;
	letter-spacing: 2px;
}
.judgeRsult_cmd_content {
	font:12px Arial, Helvetica, sans-serif;
	background-color:#ffffff;
	color:#767676;
	letter-spacing: 0px;
	padding:3px 0 0 20px;
	margin: 0 0 7px 0;
	line-height: 24px;
	text-valign:top;
	vertical-align:top;
}
.judgeRsult_cmd_line {
	background-image:  url(EasyJudge/images/slash_line.gif);
	line-height: 13px;
}

 
 .second_title { 
  font-size: 13px; 
  font-weight: normal; 
  font-family: "Tahoma", "Verdana", "Arial", "Helvetica", "sans-serif";
  color: #89AA35;
  line-height: 26px;
  font-weight: bold;
  padding: 6px 0px 3px 10px;
 }
