/***** 控制網頁中整頁中各項 *****/
body, th, td, input, select, textarea, select, checkbox {font-family: "Arial"; font-size: 10pt;line-height: 18pt;;text-align:justify;text-justify:inter-ideograph}



/***** 控制網頁link及visited及active及hover的顏色 *****/
a:link          {text-decoration: none; color: #000000;}
a:visited       {text-decoration: none; color: #216EBD;}
a:active        {text-decoration: none; color: #216EBD;}
a:hover         {text-decoration: none; color: #AD25AD;}


/***** word控制包含字體及齊左右及行距 *****/ 
.word            {text-align:justify;text-justify:inter-ideograph; line-height: 18pt; color:#666666}
.word1           {text-align:justify;text-justify:inter-ideograph; line-height: 18pt;padding-right:20px}
.word2           {border-left-width: 1px; border-right-width: 1px; border-top-width: 1px; border-bottom-style: dotted; border-bottom-width: 1px}
.word3           {text-align:justify;text-justify:inter-ideograph; line-height: 14pt}



/*********table*********/

.datatable{
  

}
.datatable td{
  padding-left:5px;
  padding-right:5px;
  line-height:30px;
  color:#666666;
  border-bottom:1px solid #d4d4d4;
}

 

/*********軸*********/
.body {
scrollbar-face-color: #5E7EAF;
scrollbar-highlight-color: #799ACD;
scrollbar-3dlight-color: #799ACD;
scrollbar-darkshadow-color: #799ACD;
scrollbar-shadow-color: #799ACD;
scrollbar-arrow-color: #799ACD;
scrollbar-track-color: #799ACD;
}

/*  contribution
------------------------------------------------------------------------------------------------------*/
div#submit_Column{ margin-top:10px;}
div#submit_Column th{ background: #6eced9; padding:5px 10px;}
div#submit_Column td{ width:65px; padding-left:5px;background: #ABE2E9;}
div#submit_Column td + td{ width:350px; background:#CEEFF2;}

.submit_up{
-webkit-border-top-left-radius: 10px;
-webkit-border-top-right-radius: 10px;
-moz-border-radius-topleft: 10px;
-moz-border-radius-topright: 10px;
border-top-left-radius: 10px;
border-top-right-radius: 10px;
}
.submit_down{
-webkit-border-bottom-right-radius: 10px;
-webkit-border-bottom-left-radius: 10px;
-moz-border-radius-bottomright: 10px;
-moz-border-radius-bottomleft: 10px;
border-bottom-right-radius: 10px;
border-bottom-left-radius: 10px;
text-align:center;
}

div#login{ margin-top:10px;}
div#login th{ background: #6eced9; padding:5px 10px;}
div#login td{ width:20%; padding:5px 10px;background: #ABE2E9;}
div#login td + td{ width:80%; background:#CEEFF2;}

div#cont_M th{ background:#ABE2E9; text-align:center;}
div#cont_M td{ background:#D9F1F4;}

div#cont_Column{ line-height:22px;}
div#cont_Column th{ background:#ABE2E9; text-align:left; padding: 0 10px; border-top:1px #999 solid;}
div#cont_Column td{ background:#D9F1F4; border-bottom:5px #fff solid; padding: 5px 10px;}
.cont_dot{ border-bottom:1px #999 solid;}
.cont_txt{ letter-spacing:0.2em;}


/* 按鈕 */
.i2Style{
font:bold 20px Tahoma, Geneva, sans-serif;
font-style:normal;
color:#ffffff;
background:#15b5db;
border:0px solid #ffffff;
text-shadow:0px -1px 1px #222222;
box-shadow:2px 2px 5px #000000;
-moz-box-shadow:2px 2px 5px #000000;
-webkit-box-shadow:2px 2px 5px #000000;
border-radius:10px 10px 10px 10px;
-moz-border-radius:10px 10px 10px 10px;
-webkit-border-radius:10px 10px 10px 10px;
width:77px;
padding:9px 50px;
cursor:pointer;
margin:0 auto;
}
.i2Style a{ color:#FFFFFF;}
.i2Style:active{
cursor:pointer;
position:relative;
top:2px;
}



