body{
	font-size: 10pt;
	SCROLLBAR-FACE-COLOR: #ffffff; 	
	font-family:"微軟正黑體";}
/*重要標題*/
/*表格欄位名稱*/



.pageTable {
  	border:#000 1px solid; 

}
.pageTable td{
  	border:#F00 0px none; 

}


/**/
._sgClass{border:#000 2px solid;background:#FFF;}
/*表格*/


.EditInPlace {font-weight: bold;display: inline-block;}
.EditInPlace input{
	display: inline-block;
	FONT-FAMILY: "微軟正黑體","新細明體";
	font-weight: bold;
}



.EditInPhotoTitle {font-size: 15 pt;font-weight: bold;}
.EditInPhotoTitle input{
	display:block;
	height:50px;
	font-size: 15 pt;
	FONT-FAMILY: "微軟正黑體","新細明體";
	padding: 2px 2px 2px 2px;
}



.EditInPhotoTitle input[type=submit] {
  color: #F00;
  font-weight: bold;
}
.EditInPhotoTitle input[type=button] {
  color: #0F0;
  font-weight: bold;
}




.EditInPhotoContent {font-size: 10 pt;}
.EditInPhotoContent textarea{
	display:block;
	font-size: 10 pt;
	FONT-FAMILY: 微軟正黑體,新細明體;
	padding: 2px 2px 2px 2px;

}


table{ 
	padding-top:0px; 
  	padding-left:0px; 
  	padding-right:0px; 
  	padding-bottom:0px; 
  	border:#000000 0px solid; 
}

.imtd        { font-size: 11pt; background-color:#ffffcc; border-style:ridge; border-width:0px
}

/*表格大標*/
.TdTitleA{
	color: #ffffff;
	font-weight: bold; 
	background-color: #00487D; 
	font-size:15pt; 
	text-align: center;
	padding-top:5px; 
  	padding-left:0px; 
  	padding-right:0px; 
  	padding-bottom:5px; }  	
.TdTitleA a{text-decoration: none;color:#80C9FF;}
.TdTitleA a:visited {color:#80C9FF;}
.TdTitleA a:active {color:#0000FF;}
.TdTitleA a:hover {color:#FFD350;}



/*表格次標*/
.TdTitleB{
	color: #FFFFFF;
	font-weight: bold; 
	background-color: #488700; 
	font-size:15pt; 
	text-align: center;
	padding-top:5px; 
  	padding-left:10px; 
  	padding-right:0px; 
  	padding-bottom:5px; }  	
.TdTitleB a{text-decoration: none;}
.TdTitleB a:visited {color:#80C9FF;}
.TdTitleB a:active {color:#0000FF;}
.TdTitleB a:hover {color:#FFD350;}


/*表格參標*/
.tdTitle{ 
	font-size: 11pt; 
	text-align: center; 
	background-color: #80C9FF ; 
	font-weight: bold; 
	color:#000000;
	padding-top:5px;
  	padding-left:2px; 
  	padding-right:2px; 
  	padding-bottom:1px; }
  	

/*表格次標*/
.TdTitleINFO{
	color: #000000;
	background-color: #FFFFFF;
	border-width:1px;
	font-size:18px; 
	padding-top:5px; 
  	padding-left:10px; 
  	padding-right:5px; 
  	padding-bottom:5px; }
  	
.TdTitleINFO a{text-decoration: none;}
.TdTitleINFO a:visited {color:#80C9FF;}
.TdTitleINFO a:active {color:#0000FF;}
.TdTitleINFO a:hover {color:#FFD350;}

/*大頭模式表格*/
.BigHeadTD{
	font-size: 10pt;
	background-color:#FFD350;
	border-style:solid; 
	border-width:1px;
	padding-top:20px;}


/*表單*/
input, select ,textarea{
border:1px solid #000000;
color:#000000;
background-color:#FFD350;
font-size:14px;
font-family:"微軟正黑體"; }
/**/
.button{
	color: #FFFFFF; 
	font-weight: bold; 
	border: 2px ridge #FFFFFF; 
    background-color: #000000;
    font-size:18px;
    padding-top:5px;
  	padding-left:10px; 
  	padding-right:10px; 
  	padding-bottom:5px; }
}

form{margin:0px; display:inline;}/*不換行*/
/*重點字*/
.bigword     { font-size: 14 pt }
.midword     { font-size: 12 pt }
.KeyWord     { color: #FF0000; font-size: 13pt; font-weight: bold }
.BlueWord     { color: #0000FF; font-size: 13pt; font-weight: bold }

.popper{position : absolute;visibility : hidden;}
.popper{ font-size: 10pt; background-color:#000000; border-style:ridge; border-width:0px}
.pop{ font-size: 15pt; background-color:#FFFFFF; border-style:ridge; border-width:1px}





/*ddsmoothmenu選單開始*****************************/
.ddsmoothmenu{
font: bold 12px Verdana;
background: #414141; /*background of menu bar (default state)*/
width: 100%;
}

.ddsmoothmenu ul{
z-index:10000;
margin: 0;
padding: 0;
list-style-type: none;
}

/*Top level list items*/
.ddsmoothmenu ul li{
position: relative;
display: inline;
float: left;
}

/*Top level menu link items style*/
.ddsmoothmenu ul li a{
display: block;
background: #414141; /*background of menu items (default state)*/
color: white;
padding: 8px 10px;
border-right: 1px solid #778;
color: #2d2b2b;
text-decoration: none;
}

* html .ddsmoothmenu ul li a{ /*IE6 hack to get sub menu links to behave correctly*/
display: inline-block;
}

.ddsmoothmenu ul li a:link, .ddsmoothmenu ul li a:visited{
color: white;
}

.ddsmoothmenu ul li a.selected{ /*CSS class that's dynamically added to the currently active menu items' LI A element*/
background: black; 
color: white;
}

.ddsmoothmenu ul li a:hover{
background: black; /*background of menu items during onmouseover (hover state)*/
color: white;
}
	
/*1st sub level menu*/
.ddsmoothmenu ul li ul{
position: absolute;
left: 0;
display: none; /*collapse all sub menus to begin with*/
visibility: hidden;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.ddsmoothmenu ul li ul li{
display: list-item;
float: none;
}

/*All subsequent sub menu levels vertical offset after 1st level sub menu */
.ddsmoothmenu ul li ul li ul{
top: 0;
}

/* Sub level menu links style */
.ddsmoothmenu ul li ul li a{
font: normal 13px Verdana;
width: 160px; /*width of sub menus*/
padding: 5px;
margin: 0;
border-top-width: 0;
border-bottom: 1px solid gray;
}

/* Holly Hack for IE \*/
* html .ddsmoothmenu{height: 1%;} /*Holly Hack for IE7 and below*/


/* ######### CSS classes applied to down and right arrow images  ######### */

.downarrowclass{
position: absolute;
top: 12px;
right: 7px;
}

.rightarrowclass{
position: absolute;
top: 6px;
right: 5px;
}

/* ######### CSS for shadow added to sub menus  ######### */

.ddshadow{
position: absolute;
left: 0;
top: 0;
width: 0;
height: 0;

}

.toplevelshadow{ /*shadow opacity. Doesn't work in IE*/
opacity: 0.8;
}
/*選單結束**************************************************************************/




    
/* 頁碼開始*/
#wp_page_numbers ul, #wp_page_numbers li, #wp_page_numbers a {
	background: white;
	padding: 0;
	margin: 0;
	border: none;
	text-decoration: none;
	font-weight: normal;
	font-style: normal;
	list-style: none;
	text-transform: none;
	text-indent: 0px;
	font-variant: normal;
	text-align: left;
	line-height: 25px;
	letter-spacing: 0px;
	word-spacing: 0px;
	font-size: 30px;
	font-family: Arial;
}

#wp_page_numbers {
	margin-top: 10px;
	background: white;
	margin-bottom: 10px;
	text-align: right;
	  	float:right;
}
#wp_page_numbers ul {
	width: 100%;
	  	float:right;
}
#wp_page_numbers td {
	float: left;
	display: block;
	margin-bottom: 2px;
}

#wp_page_numbers a {
	padding: 3px;
	padding-left: 5px;
	padding-right: 5px;
	margin-left: 2px;
	margin-right: 2px;
	display: block;
	color: #333;
	border: 1px solid #bfbfbf;
}

#wp_page_numbers td a:hover {
	border-color: #FFFFFF;
	background: #0063DC;
	color: #FFFFFF;
}

#wp_page_numbers td.space {
	padding: 6px;
	padding-left: 2px;
	padding-right: 2px;
}

#wp_page_numbers td.first_last_page {
	font-style: italic;
}

.active_page {
	border-color: #0075b8;
	background: #0063DC;
	color: #FFFFFF;
	padding: 5px;
	padding-left: 5px;
	padding-right: 5px;
	margin-right: 2px;
	font-size: 30px;
	font-weight :bold;
}
#wp_page_numbers td.page_info {
	float: left;
	display: block;
	padding: 3px;
	padding-left: 5px;
	padding-right: 5px;
	margin-right: 2px;
	color: #666;
	font-size: 11px;
	border: 1px solid #bfbfbf;
}

#wp_page_numbers td.page_text {
	float: left;
	padding: 5px;
	padding-left: 5px;
	padding-right: 5px;
	margin-right: 2px;
	color: #FF0000;
	font-size: 0.8em;
	font-weight :bold;
}/* 頁碼結束*/



/* -- SWFUpload Object Styles開始 ------------------------------- */
.swfupload {
	vertical-align: top;
}

div.fieldset {
	border:  1px solid #afe14c;
	margin: 10px 0;
	padding: 20px 10px;
}
div.fieldset span.legend {
	position: relative;
	background-color: #FFF;
	padding: 3px;
	top: -30px;
	font: 700 14px Arial, Helvetica, sans-serif;
	color: #73b304;
}

div.flash {
	width: 375px;
	margin: 10px 5px;
	border-color: #D9E4FF;

	-moz-border-radius-topleft : 5px;
	-webkit-border-top-left-radius : 5px;
    -moz-border-radius-topright : 5px;
    -webkit-border-top-right-radius : 5px;
    -moz-border-radius-bottomleft : 5px;
    -webkit-border-bottom-left-radius : 5px;
    -moz-border-radius-bottomright : 5px;
    -webkit-border-bottom-right-radius : 5px;

}
/* -- Table Styles ------------------------------- */
.progressWrapper {
	width: 357px;
	overflow: hidden;
}

.progressContainer {
	margin: 5px;
	padding: 4px;
	border: solid 1px #E8E8E8;
	background-color: #F7F7F7;
	overflow: hidden;
}
/* Message */
.message {
	margin: 1em 0;
	padding: 10px 20px;
	border: solid 1px #FFDD99;
	background-color: #FFFFCC;
	overflow: hidden;
}
/* Error */
.red {
	border: solid 1px #B50000;
	background-color: #FFEBEB;
}

/* Current */
.green {
	border: solid 1px #DDF0DD;
	background-color: #EBFFEB;
}

/* Complete */
.blue {
	border: solid 1px #CEE2F2;
	background-color: #F0F5FF;
}

.progressName {
	font-size: 8pt;
	font-weight: 700;
	color: #555;
	width: 323px;
	height: 14px;
	text-align: left;
	white-space: nowrap;
	overflow: hidden;
}

.progressBarInProgress,
.progressBarComplete,
.progressBarError {
	font-size: 0;
	width: 0%;
	height: 2px;
	background-color: blue;
	margin-top: 2px;
}

.progressBarComplete {
	width: 100%;
	background-color: green;
	visibility: hidden;
}

.progressBarError {
	width: 100%;
	background-color: red;
	visibility: hidden;
}

.progressBarStatus {
	margin-top: 2px;
	width: 337px;
	font-size: 7pt;
	font-family: Arial;
	text-align: left;
	white-space: nowrap;
}

a.progressCancel {
	font-size: 0;
	display: block;
	height: 14px;
	width: 14px;
	background-image: url(../images/cancelbutton.gif);
	background-repeat: no-repeat;
	background-position: -14px 0px;
	float: right;
}

a.progressCancel:hover {
	background-position: 0px 0px;
}


/* -- SWFUpload Object Styles結束 ------------------------------- */

.popup
{
   position:absolute; left:50; top:30;
   border-style:solid;
   border-width:4px;
   border-color:#000000;
   background-color:#eeeeee;
   padding:5px;
   z-index:0;
   visibility:hidden;
   
}
