body {
overflow-x:hidden; /*刪除水平捲軸*/
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
margin-top: 0px;　
margin-left: 0px;
margin-right: 0px;　
margin-bottom: 0px;
}
table,td,tr
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px; 
	line-height: 18px;
	word-break:break-all;
	
}
input,select,textarea{
	font-size:12px; 
	border-Width:1px;
	line-height: 18px;
	color:#385370;
		
}

.txtFocus {	
	background-color:#E2F1F4;	
} 
.txtBlur {	
	background-color:#FFFFFF;		
}	


tr.TitleBgcolor,td.TitleBgcolor
{
	background-color:#364356;
	font-size:12px;
	color: #FFFFFF;	
	vertical-align:middle;
	height:30px;
	font-weight: 800;
	width:100%;
	word-break:keep-all;/* 不換行 */
	white-space:nowrap;/* 不換行 */
	overflow:hidden;/* 內容超出寬度時隱藏超出部分的內容 */
	text-overflow:ellipsis;/* 當對像內文本溢出時顯示省略標記(...) ；需與overflow:hidden;一起使用。*/	 

	
}
.TitleBgcolorSort{
	background-image: url(../images/sort.gif);         
	vertical-align:middle;
	cursor: pointer;     
	font-weight: bold;     
	background-repeat: no-repeat;     
	background-position: center right;     
	margin-left: -1px; 
	cursor: hand;
}
.TitleBgcolorSort1{
	vertical-align:middle;
	background-image: url(../images/sort1.gif);         	
	cursor: pointer;     
	font-weight: bold;     
	background-repeat: no-repeat;     
	background-position: center right;     
	margin-left: -1px; 
	cursor: hand;
}
.TitleBgcolorSort2{
	vertical-align:middle;
	background-image: url(../images/sort2.gif);         	
	cursor: pointer;     
	font-weight: bold;     
	background-repeat: no-repeat;     
	background-position: center right;     
	margin-left: -1px; 
	cursor: hand;
}
tr.DataBgcolor1,td.DataBgcolor1
{
	background-color:#DFEAFF;
	color:#385370;
	font-size:12px;
	height:30px;
	vertical-align:middle;
	
}



tr.DataBgcolor2,td.DataBgcolor2
{
	background-color:#EFF9FE;
	color:#385370;
	font-size:12px;
	height:30px;
	vertical-align:middle;
}
hr {
	border: 1px dashed #CCCCCC;
}


tr.DataBgcolor3
{
	background-color:#F5F8FD;
	color:#385370;
	font-size:12px;
	vertical-align:middle;
	height:30px;
}
table.TableBgcolor{
 border-collapse: separate; // collapse;
 border-spacing: 3px;
  empty-cells:  show ; 
}

//Modify
table.MTableBgcolor{
	background-color: #B5C7E7;
	border-collapse: separate; // collapse;
	border-spacing: 3px;
	empty-cells:  show ; 
}
tr.MTitleBgcolor,td.MTitleBgcolor{
	background-color: #95D5D3;
	font-size:12px;
	color: #FFFFFF;	
	
}
tr.MDataBgcolor1,td.MDataBgcolor1{
	text-align: right;
	vertical-align:top;
	color: #0644ad;
}

tr.MDataBgcolor2,td.MDataBgcolor2{
	text-align: left;

	color: #000000;	
	border-bottom-color:#FFFFFF;
	border-bottom-width:1px;
      border-bottom-style:inset;


}
.btn{
width:100px
}

form{margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px}
.linksubmit{
	background-image: url(../images/sort.gif);         
	cursor: pointer;     
	font-weight: bold;     
	background-repeat: no-repeat;     
	background-position: center right;     
	margin-left: -1px; 
	cursor: hand;
}

.DMIn {color:#CE4C08;font-weight: 800; text-decoration:none; }
.red {color:#ff0000;font-weight: 800;}
.title {color:#ff0000;font-weight: 800; }



img{
border:0px
}


.border {
	border: 1px solid #E0E0E0;
}

.PageFocus{
	cursor: hand;

}


span.SS{
color: #1286B6;
text-decoration: underline;
cursor: hand;
}



@media print {
.noprint {display:none}
}



.border {
	border: 1px solid #000000;
}
/*Common*/
div#wrapper {
    position: relative;
    float :right;
    margin: 0 auto;
}


div.pagination {
    overflow: hidden;
    font-size: 12px;
    padding: 10px 0;
}

div.pagination ul {
    list-style: none;
    padding: 2px 0;
    line-height: 16px;
}

div.pagination li {
    display: inline;
}


/*Digg*/
div.pagination.digg {
	padding: 3px;
	margin: 3px;

}

div.pagination.digg a {
	padding: 2px 5px 2px 5px;
	margin: 2px;
	border: 1px solid #385370;

	text-decoration: none; /* no underline */
	color: #385370;
}

div.pagination.digg a:hover, div.pagination.digg a:active {
	border: 1px solid #385370;
	color: #000;
}

div.pagination.digg li.current {
	padding: 2px 5px 2px 5px;
	margin: 2px;
	border: 1px solid #385370;

	font-weight: bold;
	background-color: #385370;
	color: #FFF;
}

div.pagination.digg li.disabled {
	padding: 2px 5px 2px 5px;
	margin: 2px;
	border: 1px solid #EEE;
	color: #DDD;
}


.style1 {color: #1C275E}
.down {font-family: "Times New Roman", Times, serif;
	color: #FFFFFF;
	font-size: 12px;
}
.style19 {font-family: "Times New Roman", Times, serif; font-size: 12px; }
.style6 {font-family: "Times New Roman", Times, serif}
.style21 {font-size: 12px; color: #FFFFFF; }
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color: #FF9900;
}
a:active {
	text-decoration: none;
	color: #FF9900;
}
.font_12-bulepx {font-size: 12px; text-decoration: none; font-family: "Verdana","Arial","Helvetica","sans-serif"; color: #5695d4; line-height:150%;}
.font_12-mainpx {font-size: 12px; text-decoration: none; font-family: "Verdana","Arial","Helvetica","sans-serif"; color: #747474; line-height:170%;}
.font_12-main-1px {font-size: 12px; text-decoration: none; font-family: "Verdana","Arial","Helvetica","sans-serif"; color: #686868; line-height:170%;}
.style15 {color: #666666; font-size: 14px;}
.style14 {color: #666666;font-size: 12px;}
/*flash upload*/
.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;
	
	float: right;
}

a.progressCancel:hover {
	background-position: 0px 0px;
}


/* -- SWFUpload Object Styles ------------------------------- */
.swfupload {
	vertical-align: top;
}

.progressWrapper {
	width: 357px;
	overflow: hidden;
}

.progressContainer {
	margin: 5px;
	padding: 4px;
	border: solid 1px #E8E8E8;
	background-color: #F7F7F7;
	overflow: hidden;
}

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;

}
/*flash upload*/
