/* 首頁新聞列表 */
table#index_news {
	width: 100%;
	padding:8px;
	border-collapse: collapse;
}

table#index_news td{
	padding-bottom:10px;
}

/* 新聞標題 */
#news_title{
	font-size: 18px;
	background-color: #f6f6f6;
	font-weight: bold;
	padding:4px;
	margin:15px 0px 5px 0px;
}

#news_info{
	margin:2px 4px 6px 10px;
	font-size:11px;
}

#news_content{
	padding:6px 0px 10px 0px;
	border-top:1px dotted #cfcfcf;
	line-height: 150%;
}

#news_content ul{
	padding:24px;
}

#news_toolbar{
	float: right;
	text-align: right;
}



.news_files{
	background-color: rgb(240,255,224);
	padding: 6px;
	margin: 6px;
}

.file_title{
	width:40px;
	padding:4px;
	margin-right:10px;
	text-align: center;
	background-color: rgb(220,235,204);
	border-top: 1px solid #708090;
	border-left: 1px solid #708090;
	border-bottom: 1px solid #F0F8FF;
	border-right: 1px solid #F0F8FF;
}



/* 3D圓角 */
/* tadnews_inset 3D Curved */
.tadnews_inset {
  background:transparent;
  width:98%;
  margin:5px 5px 10px 5px;
  }
.tadnews_inset h1, .tadnews_inset p {
  margin:0 10px;
  padding:6px 0px 4px 4px;
  }
.tadnews_inset h1 {
  font-size:18px; 
  }
.tadnews_inset p {
  padding-bottom:0.5em;
  }
.tadnews_inset .b1, .tadnews_inset .b2, .tadnews_inset .b3, .tadnews_inset .b4, .tadnews_inset .b1b, .tadnews_inset .b2b, .tadnews_inset .b3b, .tadnews_inset .b4b {
  display:block; 
  overflow:hidden;
  font-size:1px;
  }
.tadnews_inset .b1, .tadnews_inset .b2, .tadnews_inset .b3, .tadnews_inset .b1b, .tadnews_inset .b2b, .tadnews_inset .b3b {
  height:1px;
  }
.tadnews_inset .b2 {
  background:#fdfdff; 
  border-left:1px solid #999; 
  border-right:1px solid #aaa;
  }
.tadnews_inset .b3 {
  background:#fdfdff; 
  border-left:1px solid #999; 
  border-right:1px solid #ddd;
  }
.tadnews_inset .b4 {
  background:#fdfdff; 
  border-left:1px solid #999; 
  border-right:1px solid #eee;
  }
.tadnews_inset .b4b {
  background:#fdfdff; 
  border-left:1px solid #aaa; 
  border-right:1px solid #fff;
  }
.tadnews_inset .b3b {
  background:#fdfdff; 
  border-left:1px solid #ddd; 
  border-right:1px solid #fff;
  }
.tadnews_inset .b2b {
  background:#fdfdff; 
  border-left:1px solid #eee; 
  border-right:1px solid #fff;
  }
.tadnews_inset .b1 {
  margin:0 5px; 
  background:#999;
  }
.tadnews_inset .b2, .tadnews_inset .b2b {
  margin:0 3px; 
  border-width:0 2px;
  }
.tadnews_inset .b3, .tadnews_inset .b3b {
  margin:0 2px;
  }
.tadnews_inset .b4, .tadnews_inset .b4b {
  height:2px; margin:0 1px;
  }
.tadnews_inset .b1b {
  margin:0 5px; 
  background:#fff;
  }
.tadnews_inset .boxcontent {
  display:block; 
  background:#fdfdff; 
  border-left:1px solid #999; 
  border-right:1px solid #fff;
  }





/* 以灰藍色色為基底的CSS設定 */
table#form_tbl {
	width: auto;
	padding:8px;
	border-collapse: collapse;
}
table#form_tbl td {
	padding: 3px;
}
table#form_tbl td.form {
	font-weight: bold;
  font-size:110%;
	background-color: rgb(68,75,94);
	color: rgb(255,255,255);
	text-align:center;
	border-top: 1px solid rgb(0,0,0);
	border-bottom: 1px dotted rgb(255,255,255);
}
table#form_tbl td.text {
	color: rgb(0,0,0);
	text-align:left;
	padding-right: 6px;
}
table#form_tbl td.text ol{
  margin-top:3px;
  margin-bottom:3px;
}
table#form_tbl td.text ol li{
  list-style:decimal outside;
  line-height:150%;
  color: rgb(153,0,51);
}
table#form_tbl td.title {
	background-color: rgb(230,230,255);
	color: rgb(0,0,0);
	text-align:right;
	padding-right: 10px;
	vertical-align: middle;
	border-bottom: 1px dotted rgb(255,255,255);
	border-right: 4px solid rgb(215,215,220);
}
table#form_tbl td.col {
	padding-left: 6px;
}


table#form_tbl td.col input {
  color: rgb(0,102,0);
  font-size:110%;
	background-color: rgb(240,240,240);
	border-top: 1px solid rgb(46,46,46);
	border-left: 1px solid rgb(46,46,46);
	border-bottom: 1px solid #CFCFCF;
	border-right: 1px solid #CFCFCF;
}
table#form_tbl td.col input:focus, textarea:focus {
  color:rgb(0,0,0);
	background-color: rgb(253,243,66);
	border-top: 1px solid rgb(102,0,0);
	border-left: 1px solid rgb(102,0,0);
	border-bottom: 1px solid rgb(253,213,236);
	border-right: 1px solid rgb(253,213,236);
}



/* 以灰藍色色為基底的列出表單CSS設定 */
table#tbl {
	width: auto;
	border-collapse: collapse;
}
table#tbl td {
	padding: 4px;
	border: 1px solid rgb(0,0,0);
	vertical-align: middle;
}
table#tbl th {
	padding: 4px;
	border: 1px solid rgb(68,75,94);
	color:#FFFFFF;
	text-align:center;
	font-weight:normal;
	background-color: rgb(68,75,94);
}
table#tbl td.form {
	font-weight: bold;
  font-size:110%;
	background-color: rgb(68,75,94);
	color: rgb(255,255,255);
	text-align:center;
	border-top: 1px solid rgb(0,0,0);
	border-bottom: 1px dotted rgb(255,255,255);
}
table#tbl td.text {
	color: rgb(0,0,0);
	text-align:left;
	padding-right: 6px;
}
table#tbl td.title {
	background-color: rgb(230,230,255);
	color: rgb(0,0,0);
	text-align:right;
	padding-right: 10px;
	vertical-align: middle;
	border-bottom: 1px dotted rgb(255,255,255);
	border-right: 4px solid rgb(215,215,220);
}
table#tbl td.col {
	padding-left: 6px;
}

td.bar {
	text-align: center;
  color:rgb(0,0,153);
	background-color: rgb(255,255,255);
}

td.bar input{
	font-size:110%;
}

.coltitle {
	font-weight: bold;
	color: #764f45;
	text-align: center
}
.col {
	background-color: white
}
.add_button {
	background-color: #ffffcc;
	font-size: 12px;
	margin-top: 2px;
	margin-bottom: 2px;
	padding: 2px;
	padding-left: 5px;
	padding-right: 5px;
	border-top: thin solid #ffffff;
	border-left: thin solid #ffffff;
	border-right: thin solid #666600;
	border-bottom: thin solid #666600;
}
.showfile {
	width: 500px;
	margin-left: auto;
	margin-right: auto;
	background-color: rgb(246,246,246);
	padding: 40px;
	color: rgb(80,80,80);
	border: 1px dotted rgb(153,153,153);
	line-height: 2;
}
.path {
	font-size: 12px;
	background-color: white;
	padding: 2px 5px 2px 5px;
	display: inline;
	border-top: 1px solid #717171;
	border-left: 1px solid #717171;
	border-bottom: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
}


/* 選單移動 */
.multipleSelectBoxControl span{	/* Labels above select boxes*/
	font-family:arial;
	font-size:11px;
	font-weight:bold;
}
.multipleSelectBoxControl div option{	/* Select box layout */
	font-family:arial;

}

.multipleSelectBoxControl div select{

	height:100%;
}
.multipleSelectBoxControl input{	/* Small butons */
	width:25px;
}

.multipleSelectBoxControl div{
	float:left;
}


/*電子報外觀*/
.TadNewsPaper_title{

}

.TadNewsPaper_content{
	margin-left: 20px;
}


.TadNewsPaper_hr{
	border: 0px;
	border-top-color: rgb(51,102,255);
	border-top-style: dotted;
	border-top-width: 1px;
}

