@charset "utf-8";
body {
	font-family: "微軟正黑體";
	font-size: 13px;
	line-height: 22px;
	color: #666;
	text-decoration: none;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a {
	color: #666;
	text-decoration:none;
	outline: none; /* for Firefox Google Chrome  */
	behavior:expression(this.onFocus=this.blur()); /* for IE */
}
a:hover{
	color:#F90;
	text-decoration:underline;
	outline: none; /* for Firefox Google Chrome  */
	behavior:expression(this.onFocus=this.blur()); /* for IE */
}
::selection {
    background:#E97C85; /* Safari */
	color:#FFF;
}
::-moz-selection {
    background: #E97C85; /* Firefox */
	color:#FFF;
}
.txtmenuA
	{
	font-family:"微軟正黑體";
	font-size:16px;
	font-weight:bolder;
	text-decoration:none;
	color:#c01a1a;
	}
.txtmenuA A{
	text-decoration:none;
	color:#c01a1a;
	}
.txtmenuA A:hover{
	text-decoration:underline;
	color:#c01a1a;
	}
.txtblackA
	{
	font-family:"微軟正黑體";
	font-size:13px;
	text-decoration:none;
	line-height:23px;
	color:#666;
	}
.txtblackB
	{
	font-family:"微軟正黑體";
	font-size:12px;
	text-decoration:none;
	font-weight:bold;
	color:#333;
	}
.txtblackC
	{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-decoration:none;
	color:#CCC;
	}
.txtwhiteA
	{
	font-family:"微軟正黑體";
	font-size:16px;
	font-weight:bold;
	text-decoration:none;
	color:#FFF;
	}
.txtwhiteA A{text-decoration:none;color:#FFF;}
.txtwhiteA A:hover{text-decoration:underline;color:#FC0;}
.txtwhiteB
	{
	font-family:"微軟正黑體";
	font-size:13px;
	text-decoration:none;
	color:#FFF;
	}
.txtwhiteB
	A{
	text-decoration:none;
	color:#FFF;
	}
.txtwhiteB
	A:hover{
	text-decoration:underline;
	color:#FFF;
	}
.txtOrangeA
	{
	font-family:"微軟正黑體";
	font-size:16px;
	font-weight:bold;
	text-decoration:none;
	color:#de8424;
	}
.txtOrangeA A{color:#de8424;text-decoration:none;}
.txtOrangeA A:hover{color:#F60;text-decoration:underline;}
.btnblack{
	font-size:16px;
	font-family:"微軟正黑體";
	font-weight:bold;
	}
.box_shadow{
	font-family: "微軟正黑體","Arial";
	font-size:14px;
	font-weight:bolder;
	line-height:22px;
	background-color:#FFFFFF;
	border: thin solid #999;
	-moz-box-shadow:0px 0px 2px 2px #CCC inset;
	-webkit-box-shadow:0px 0px 3px 2px #CCC inset;
	box-shadow:0px 0px 3px 2px #CCC inset;
	}
.Page a{
	  font-family:Tahoma, Geneva, sans-serif;
      padding-top:      2px;
      padding-bottom:   2px;
      padding-right:    5px;
      padding-left:     5px;
      text-align:       center;
      color:            #666;
      font-size:        12px;
      border:           1px solid #CCC;
      background-color: #FFFFFF;
      text-decoration:  none;
}

.Page a:hover {
      color: #003366;
      background-color: #DDD;
}

.ThisPage{
	  font-family:Tahoma, Geneva, sans-serif;
      padding-top:      2px;
      padding-bottom:   2px;
      padding-right:    5px;
      padding-left:     5px;
      text-align:       center;
      color:            #666;
      font-size:        12px;
      border:           1px solid #CCC;
      background-color: #EEE;
      text-decoration:  none;
}

.tablecss {
    *border-collapse: collapse; /* IE7 and lower */
    border-spacing: 0;
    width: 100%;    
}

.bordered {
    border: solid #ccc 1px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: 0 1px 1px #ccc; 
    -moz-box-shadow: 0 1px 1px #ccc; 
    box-shadow: 0 1px 1px #ccc;         
}

.bordered tr:hover {
    background: #fbf8e9;
    -o-transition: all 0.1s ease-in-out;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;     
}    
    
.bordered td, .bordered th {
    border-left: 1px solid #ccc;
    border-top: 1px solid #ccc;
    padding: 10px;
    text-align: left;    
}

.bordered th {
    background-color: #dce9f9;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ebf3fc), to(#dce9f9));
    background-image: -webkit-linear-gradient(top, #ebf3fc, #dce9f9);
    background-image:    -moz-linear-gradient(top, #ebf3fc, #dce9f9);
    background-image:     -ms-linear-gradient(top, #ebf3fc, #dce9f9);
    background-image:      -o-linear-gradient(top, #ebf3fc, #dce9f9);
    background-image:         linear-gradient(top, #ebf3fc, #dce9f9);
    -webkit-box-shadow: 0 1px 0 rgba(255,255,255,.8) inset; 
    -moz-box-shadow:0 1px 0 rgba(255,255,255,.8) inset;  
    box-shadow: 0 1px 0 rgba(255,255,255,.8) inset;        
    border-top: none;
    text-shadow: 0 1px 0 rgba(255,255,255,.5); 
}

.bordered td:first-child, .bordered th:first-child {
    border-left: none;
}

.bordered th:first-child {
    -moz-border-radius: 6px 0 0 0;
    -webkit-border-radius: 6px 0 0 0;
    border-radius: 6px 0 0 0;
}

.bordered th:last-child {
    -moz-border-radius: 0 6px 0 0;
    -webkit-border-radius: 0 6px 0 0;
    border-radius: 0 6px 0 0;
}

.bordered th:only-child{
    -moz-border-radius: 6px 6px 0 0;
    -webkit-border-radius: 6px 6px 0 0;
    border-radius: 6px 6px 0 0;
}

.bordered tr:last-child td:first-child {
    -moz-border-radius: 0 0 0 6px;
    -webkit-border-radius: 0 0 0 6px;
    border-radius: 0 0 0 6px;
}

.bordered tr:last-child td:last-child {
    -moz-border-radius: 0 0 6px 0;
    -webkit-border-radius: 0 0 6px 0;
    border-radius: 0 0 6px 0;
}

.div_alpha{
	filter:alpha(Opacity=50, Style=0);/*for ie*/ 
	-moz-opacity:0.5;/* Moz + FF */ 
	opacity: 0.5;/* CSS3的標準語法，FOR支援CSS3的瀏覽器（FF 1.5）*/
}
#jsddm
{	margin: 0;
	padding: 0}

	#jsddm li
	{	float: left;
		list-style: none;
		font-family:"微軟正黑體";}

	#jsddm li a
	{	display: block;
		background:#FFFFFF;
		padding: 0px 0px;
		text-decoration: none;
		border-right: 0px;
		white-space: nowrap;
		text-align:center;
		font-family:"微軟正黑體";
		font-size:14px;}

	#jsddm li a:hover
	{	background: #FFFFFF}
		
		#jsddm li ul
		{
	margin: 0;
	padding: 0;
	position: absolute;
	visibility: hidden;
	border-top: 0px solid white;
	width: 194px;
}
		
			#jsddm li ul li
			{	float: none;
				display: inline}
			
			#jsddm li ul li a
			{	
			background:#888787;
				color: #FFF}
			
			#jsddm li ul li a:hover
			{	background:#F90}
