@charset "utf-8";
body {
	margin: 0;
	padding: 0;
	color: #000;
	background-image: url(../images/bk.gif);
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	line-height: 150%;
}

/* ~~ 元素/標籤選取器 ~~ */
ul, ol, dl { /* 由於瀏覽器之間的差異，最佳作法是在清單中使用零寬度的欄位間隔及邊界。為了保持一致，您可以在這裡指定所要的量，或在清單包含的清單項目 (LI、DT、DD) 上指定所要的量。請記住，除非您寫入較為特定的選取器，否則在此執行的作業將重疊顯示到 .nav 清單。 */
	padding: 0;
	margin: 0;
}
h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;	 /* 移除上方邊界可以解決邊界可能從其包含的 Div 逸出的問題。剩餘的下方邊界可以保持 Div 不與接在後面的元素接觸。 */
	padding-right: 15px;
	padding-left: 15px; /* 將欄位間隔加入至 Div 內元素的兩側 (而不是 Div 本身)，即可不需執行任何方塊模型的計算作業。具有側邊欄位間隔的巢狀 Div 也可當做替代方法。 */
	padding-top: 0px;
	padding-bottom: 0px;
	margin-bottom: 0px;
}
a img { /* 這個選取器會移除某些瀏覽器在影像由連結所圍繞時，影像周圍所顯示的預設藍色邊框 */
	border: none;
}

/* ~~ 網站連結的樣式設定必須保持此順序，包括建立滑過 (Hover) 效果的選取器群組在內。~~ */
a:link {
	color: #42413C;
	text-decoration: underline; /* 除非您要設定非常獨特的連結樣式，否則最好提供底線，以便快速看出 */
}
a:visited {
	color: #6E6C64;
	text-decoration: underline;
}
a:hover, a:active, a:focus { /* 這個選取器群組可以讓使用鍵盤導覽的使用者，也和使用滑鼠的使用者一樣擁有相同的滑過體驗。 */
	text-decoration: none;
}

/* ~~這個固定寬度的容器環繞著其他 Div~~ */
.container {
	width: 990px;
	 /* 兩側的自動值與寬度結合後，版面便會置中對齊 */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

/* ~~ 頁首沒有指定的寬度，而會橫跨版面的整個寬度。頁首包含影像預留位置，必須由您自己的連結商標加以取代 ~~ */
.header {
	width: 990px;
	margin-right: auto;
	margin-left: auto;
	height: 122px;
}
.headRT1 a {
	background-image: url(../images/arrow02.png);
	background-repeat: no-repeat;
	padding-left: 15px;
	background-position: left center;
	color: #FFF;
	text-decoration: none;
}
.headRT1 a:hover {
	color: #FC0;
}

.headRT1 {
	background-color: #1fb97b;
	color: #FFF;
	font-size: 10pt;
	text-align: right;
	border-radius: 0px 5px;
	line-height: 26px;
	height: 26px;
	padding-right: 10px;
	padding-left: 10px;
	margin-left: 440px;
}
.headRT1 ul li {
	list-style-type: none;
	display: block;
	float: right;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #1ea871;
	border-left-color: #22ca87;
	padding-right: 10px;
	padding-left: 10px;
}
.headRT1 ul li:last-child  {
	border-left-width: 0px;
}
.headRT1 ul li:first-child  {
	border-right-width: 0px;
}
.headRt2_1 {
	float: left;
	width: 316px;
	text-align: right;
}
.headRt2 {
	margin-top: 15px;
	font-size: 10pt;
}

.headRt2_1 a {
	font-size: 9pt;
	text-decoration: none;
	display: inline-block;
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 35px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #ececec;
	text-align: center;
	width: 94px;
	color: #5A5A5A;
	margin-top: 0px;
	margin-right: -8px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.headRt2_1 a:hover {
	color: #73A925;
}

.aBt1 {
	background-image: url(../images/slcon-02.png);
}
.headRt2_1 .aBt2{
	background-image: url(../images/slcon-01.png);
	background-position: center 5px;
}
.aBt4 {
	border: 1px solid #dcdcdc;
	background-color: #f3f3f3;
	background-image: url(../images/i_add.png);
	background-repeat: no-repeat;
	background-position: 2px center;
	height: 20px;
	width: 40px;
	padding-left: 10px;
	padding-right: 2px;
	line-height: 20px;
	display: inline-block;
	text-align: right;
}
.aBt5 {
	background-image: url(../images/i_archive.png);
	background-repeat: no-repeat;
	background-position: 5px center;
	display: block;
	padding-left: 25px;
	height: 30px;
	width: 60px;
	background-color: #f3f3f3;
	border: 1px solid #dcdcdc;
	line-height: 30px;
}


.headRt2_1 .aBt3{
	background-image: url(../images/slcon-04.png);
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #ececec;
}
.headRt2_1 .aBt6 {
	line-height: 100%;
	width: 130px;
	text-align: right;
	background-image: url(../images/atm.png);
}

.submitBox {
	height: 30px;
}


.aBt4:hover , .main .aBt4:hover,.aBt5:hover , .main .aBt5:hover{
	border-top-color: #666;
	border-right-color: #666;
	border-bottom-color: #666;
	border-left-color: #666;
	color: #333;
}




.headRt2_2 {
	text-align: right;
}





.head {
	background-image: url(../images/menu_bk.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
	background-color: #FFF;
}
.headRt2_2 {
	color: #1fb97b;
	padding-right: 10px;
	text-align: right;
}

#Insert_logo {
	float: left;
}

.menuBox {
	width: 990px;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
}



/* ~~ 這是版面的欄位。~~ 

1) 欄位間隔只會置於 Div 的頂端或底部。這些 Div 內的元素在兩側會有欄位間隔，可讓您不需進行「方塊模型計算」。請記住，如果對 Div 本身加入任何側邊的欄位間隔或邊框，在計算「總」寬度時，就會將這些加入您定義的寬度。您也可以選擇移除 Div 中元素的欄位間隔，然後在其中放置沒有寬度的第二個 Div，並依設計所需放置欄位間隔。

2) 尚未為這些欄位提供邊界，因為它們全都是浮動的。如果必須加入邊界，請避免將其放在浮動方向的一側 (例如將右邊界放在設定為向右浮動的 Div 上)。在許多時候，您都可以改用欄位間隔。對於必須違反此規則的 Div，您應該在 Div 的規則中加入 "display:inline" 宣告，以防止某些版本的 Internet Explorer 將邊界加倍。

3) 因為可在文件中多次使用類別 (也可對單一的元素套用多個類別)，所以已為欄位指定類別名稱，而非 ID。例如，您可在必要時將兩個側邊列 Div 堆疊起來。如有需要，也可以將這些名稱輕鬆地變更為 ID (只要您在每份文件中只使用一次)。

4) 如果想要將導覽放在右方而非左方，只要將這些欄設定為往反方向浮動 (全部往右，而非全部往左)，它們就會以相反順序呈現。您不需要在 HTML 原始碼中移動 Div。

*/
.sidebar1 {
	float: left;
	width: 229px;
	padding-bottom: 10px;
	padding-top: 20px;
}
.content {
	float: left;
	padding-top: 20px;
	padding-right: 0;
	padding-bottom: 1px;
	padding-left: 0;
	width: 750px;
	margin-left: 10px;
}

/* ~~ 這個群組選取器會在 .content 區域空間中提供清單 ~~ */
.content ul, .content ol { 
	padding: 0 15px 15px 40px; /* 這個欄位間隔反映出上方標題和段落規則中的右方間隔。當欄位間隔位於下方時，便可將清單中的其他元素間隔開來；當位於左方時，則可藉此建立縮排。這些動作均可依需要進行調整。 */
}

/* ~~ 導覽清單樣式 (如果選擇使用 Spry 之類的預製飛出選單，則可移除) ~~ */
ul.nav {
	list-style: none; /* 這會在下方的內容上建立導覽間的間距 */
	background-image: url(../images/line.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding: 0px;
	height: 39px;
	margin: 0px;
}
ul.nav li {
	display: block;
	background-image: url(../images/line.jpg);
	background-position: right bottom;
	height: 39px;
	width: 132px;
	background-repeat: no-repeat;
	float: left;
}
.nav li.smallBt {
	width: 64px;
}
.nav .smallBt a {
	width: 64px;
}



ul.nav a, ul.nav a:visited { /* 將這些選取器放入群組，即可確保您的連結即使在受到點擊後仍保有按鈕外觀 */
	display: inline-block;  /*這個寬度使整個按鈕都可用於 IE6 的點按動作。如果不需要支援 IE6，就可將其移除。請從側邊列容器的寬度減去此連結的間距來計算適當的寬度。 */
	text-decoration: none;
	padding-top: 5px;
	padding-bottom: 5px;
	background-image: url(../images/menu_decoration.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	width: 132px;
	text-align: center;
	height: 29px;
	color: #1fb97b;
	font-weight: bold;
}
ul.nav a:hover, ul.nav a:active, ul.nav a:focus { /* 這會同時變更滑鼠及鍵盤導覽器的背景及文字顏色 */
	color: #73A925;
}

/* ~~ 頁尾 ~~ */
.footer {
	background-color: #1FB97B;
	position: relative;/* 這會為 IE6 提供 hasLayout 以進行適當的清除動作 */
	clear: both; /* 這個 clear 屬性可以強制 .container 辨識欄結束於何處以及包含欄的位置 */
	background-image: url(../images/index_32.jpg);
	background-size: contain;
	background-repeat: no-repeat;
	color: #FFF;
	font-size: 10pt;
	text-align: center;
	background-position: center top;
	line-height: 180%;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 2px;
	padding-left: 0;
}
.footer p {
	margin-bottom: 5px;
}


/* ~~ 其他 float/clear 類別 ~~ */
.fltrt {  /* 這個類別可用來讓元素在頁面中浮動，浮動的元素必須位於頁面上相鄰的元素之前。 */
	float: right;
	margin-left: 8px;
}
.fltlft { /* 這個類別可用來讓元素在頁面左方浮動，浮動的元素必須位於頁面上相鄰的元素之前。 */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* 這個類別可放置在 <br /> 或空白的 Div 上，當做接在 #container 內最後一個浮動 Div 後方的最後一個元素 (如果從 #container 移除或取出 #footer) */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}


.loginBox {
	font-size: 10pt;
}
.loginBox .loginmain {
	border-right-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #1fb97b;
	border-left-color: #1fb97b;
	background-color: #FFF;
}
.inputLogin {
	border: 1px solid #c0c0c0;
	background-color: #f2f2f2;
	width: 150px;
}

.loginBox .loginmain div {
	margin-left: 20px;
	padding-bottom: 5px;
	padding-top: 5px;
	margin-right: 5px;
}

.loginBox .loginfoot {
	background-image: url(../images/login_03.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 35px;
	text-align: center;
	padding-top: 15px;
	color: #FFF;
}
.loginBox .loginfoot a {
	color: #FFF;
	text-decoration: none;
}
.loginBox .loginfoot img {
	margin-left: 8px;
	vertical-align: text-bottom;
}
.sideBanner {
	margin-top: 15px;
}

.sideBanner img {
	margin-bottom: 15px;
}
.banner {
	width: 741px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 20px;
}
.main  {
	background-image: url(../images/index_20_2.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #FFF;
	width: 741px;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #CFDCCF;
	border-radius: 5px;
	padding-bottom: 15px;
	font-size: 10pt;
	min-height: 630px;
}
.main a {
	text-decoration: none;
	color: #333;
}
.main a:hover {
	color: #73A925;
}

.mainHead h1 {
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #098739;
	margin-right: 18px;
	margin-left: 18px;
	padding-top: 25px;
	padding-bottom: 15px;
	padding-right: 0px;
	padding-left: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}
.mainHead h2 {
	color: #1FB97B;
	font-size: 18pt;
	padding-top: 20px;
	padding-bottom: 10px;
	margin-top: 0px;
	margin-right: 18px;
	margin-bottom: 0px;
	margin-left: 18px;
	padding-right: 0px;
	padding-left: 0px;
}

.root {
	float: right;
	margin-top: 20px;
	margin-right: 18px;
	color: #1FB97B;
}


.mainHead h1 .more {
	font-size: 10pt;
	font-weight: bold;
	float: right;
	background-image: url(../images/arrow04.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 12px;
	text-decoration: none;
}
.news {

}
.news th {
	background-image: url(../images/e4e4e4.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
	padding-top: 8px;
	padding-bottom: 8px;
}
.news th.whiteLine {
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FFF;
	border-left-color: #FFF;
}


.mainmid {
	padding-top: 20px;
	padding-right: 20px;
	padding-left: 20px;
}

.news td {
	padding-top: 6px;
	padding-bottom: 6px;
	padding-right: 2px;
	padding-left: 2px;
}
.news tr.gray td {
	background-color: #f9f9f9;
}
.newsTopic,.mainmid h1 {
	background-color: #F9FDFB;
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #20b97b;
	padding-left: 15px;
	color: #20B97B;
	font-size: 12pt;
	font-weight: bold;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D6F1E3;
	line-height: 150%;
}
.mainmid h2 {
	background-image: url(../images/arrow03.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	margin-left: 15px;
	font-size: 12pt;
	padding-left: 20px;
	color: #1A5D56;
}

.green {
	color: #73a925;
}
.green2 {
	color: #1FB97B;
}
.red {
	color: #F00;
}

.gotop {
	text-align: right;
	padding-top: 10px;
	padding-right: 10px;
}
.subNav {
	background-image: url(../images/login_02.jpg);
	background-repeat: repeat-y;
	font-size: 10pt;
}
.subNav1 {
	background-image: url(../images/index_19.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 6px;
}
.subNav2 {
	background-image: url(../images/index_19s.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-bottom: 4px;
}
.subNav h1  {
	color: #1FB97B;
	font-size: 12pt;
	background-image: none;
	width: 186px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #EEF5EE;
}
.subNav h1.smaller{font-size: 11pt;}
.subMenu {
	width: 186px;
	margin-right: auto;
	margin-left: auto;
}
.smallWW {
	font-size: 8pt;
}
.smallW {
	font-size: 10pt;
}



.subMenu li {
	list-style-type: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #EEF5EE;
	padding-top: 8px;
	padding-bottom: 8px;
	background-image: url(../images/arrow01.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 15px;
}


.subMenu li:last-child {
	border-bottom-width: 0px;
}

.subMenu li a {
	text-decoration: none;
}
.subMenu li a:hover {
	color: #73A925;
}
.page {
	text-align: center;
	margin-top: 15px;
}
.page a {
	display: inline-block;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
	margin-right: 2px;
	margin-left: 2px;
}
.page a img {
	padding: 0px;
	margin: 0px;
}

.page a:hover ,.page a.current{
	color: #73A925;
	border-radius: 4px;
	font-weight: bold;
}
.back a {
	background-image: url(../images/arrow01.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 15px;
}
.back {
	text-align: center;
	margin-top: 15px;
}
.doctor td {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: dotted;
	border-bottom-style: dotted;
	border-left-style: dotted;
	border-right-color: #dff4e9;
	border-bottom-color: #dff4e9;
	border-left-color: #dff4e9;
	padding: 6px;
}
.doctor {
	border: 1px solid #e1e1e1;
	border-collapse:collapse;
}
.doctor tr.green td {
	background-color: #F9FDFB;
}
.doctor td a {
	color: #1fb97b;
}
.dr .leftHalf {
	width: 100px;
	float: left;
	font-weight: bold;
	text-align: right;
}
.drPhoto {
	background-color: #FFF;
	height: 190px;
	width: 150px;
	border: 1px solid #CCC;
	overflow: hidden;
	margin-bottom: 5px;
}


.dr li {
	padding: 6px;
}
ul.dr {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
.doctor2 th {
	color: #FFF;
	background-color: #1FB97B;
	padding: 5px;
	font-size: 12pt;
}
.photo {
	background-image: url(../images/photo_bg.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-bottom: 15px;
	width: 214px;
	text-align: center;
}
.photoIn {
	border: 1px solid #CCC;
	height: 133px;
	width: 200px;
	overflow: hidden;
	padding: 0px;
	text-align: center;
}
.photoTxt {
	width: 214px;
}
input.btSend {
	color: #20B97B;
	padding: 8px;
	background-color: #F9FDFB;
	border: 1px solid #D6F1E3;
}
input.btCancel {
	color: #666666;
	padding: 8px;
	background-color: #F1F1F1;
	border: 1px solid #CCCCCC;
	display: inline-block;
	margin-left: 40px;
}
input.btLogin {
	color: #20B97B;
	padding: 0px;
	background-color: #F9FDFB;
	border: 1px solid #D6F1E3;
	height: 59px;
	width: 91px;
	line-height: 59px;
	text-align: center;
	font-size: 12pt;
	font-weight: bold;
}
.getPw label {
	display: inline-block;
	width: 120px;
	color: #20B97B;
}
.submitPaper label {
	display: inline-block;
	width: 120px;
	color: #20B97B;
	text-align: right;
}
.submitPaper div {
	margin-bottom: 10px;
}

.getPw {
	width: 500px;
	margin-right: auto;
	margin-left: auto;
}
.revised {
	border: 1px solid #CCC;
	margin-bottom: 15px;
	border-radius: 8px;
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
}
.revised h1 {
	font-size: 11pt;
	background-color: transparent;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	color: #1FB97B;
	margin: 0px;
	padding-bottom: 0px;
}
.applyForm th {
	font-size: 11pt;
	font-weight: normal;
	color: #FFF;
}
.applyForm td {
	padding: 6px;
	color: #666;
}
.attendList tr td {
	border: 1px solid #CCC;
	padding: 5px;
}
.attendList {
	border-collapse:collapse;
}
.attendList tr:hover td {
	background-color: #D3F8E9;
}
.attendList tr th {
	padding: 6px;
	border: 1px solid #CCC;
}
.note{ width:70%; margin-left:auto; margin-right:auto; margin-top:15px;}
