/***** 控制網頁中整頁中各項 *****/
body, th, td, input, select, textarea, select, checkbox {font-family: "Arial"; font-size: 10pt;}

/***** 網頁中控制捲軸的顏色 *****/
body {
 scrollbar-face-color: #FDE9DD;
 scrollbar-highlight-color: #ffffff;
 scrollbar-shadow-color: #CE875E;
 scrollbar-arrow-color: #CE875E;
 scrollbar-track-color: #FDDBC6;
 scrollbar-darkshadow-color: #F8D7C3;
 scrollbar-3dlight-color: #E6BFA8;}



/***** 控制網頁橫捲軸不出現 *****/ 
body   {overflow-x:hidden;}


/***** 控制main的bg的背景圖 *****/ 
.bg             {background-image: url('../images/main/bg.jpg'); background-repeat: no-repeat; background-attachment: fixed; background-position: right top}


/***** word控制包含字體及齊左右及行距 *****/ 
.word            {text-align:justify;text-justify:inter-ideograph; line-height: 16pt}

/***** word控制包含字體及齊左右及行距 *****/ 
.word2            {text-align:justify;text-justify:inter-ideograph; line-height: 14pt; font-size: 11px;}


/***** 控制查詢醫師的表格 *****/
.datatable {	
	width: 100%;
}
.datatable th {
    color: #FFFFFF;
    font-size: 11px; 
    padding: 3;     
    vertical-align:text-top;

}
.datatable td {    
    font-size: 11px; 
    padding: 3; 
    vertical-align:text-top; 
}