@charset "utf-8";
body {
	background-color: #E9E9E9;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-size:12pt;
}

#mainmenu a {
 outline: none; 
 hlbr:expression(this.onFocus=this.blur());
}

#mainmenu a:link {
	text-decoration: none;
}
#mainmenua:visited {
	text-decoration: none;
}
#mainmenu a:hover {
	text-decoration: none;
	color: #EC4E00;
	position:relative;
	top:2px;
	left:2px;
}
#mainmenu a:active {
	text-decoration: none;
}

a:link {
	text-decoration: underline;
	color: #FF6600;
}
a:visited {
	text-decoration: underline;
	color: #FF6600;
}
a:hover {
	text-decoration: none;
	color: #EC4E00;
}
a:active {
	text-decoration: underline;
	color: #EC4E00;
}

input {
	background-color:#E6EBFF;
	border-color:#999;
	border-width:1px;
	padding-top:3px;
	margin-top:2px;
	color:#036;
}

.input_normal {
	background-color:#FFF;
	border-width:1px;
	padding-top:3px;
	margin-top:2px;
	border: 1px solid #333;
}

.tab1 thead tr td {
	color:#1E2A34;
	font-weight:bold;
	height:30px;
	background-image:url(images/table_title_bg.jpg);
}

.tab1 tbody tf td {
	height:28px;
}

.tab1 tfoot tr td {
	color:#1E2A34;
	font-weight:bold;
	height:30px;
	background-image:url(images/table_bottom_bg.jpg);
}

.input_textfield_500 {
	padding-top:2px;
	width: 500px;
}

.input_textfield_400 {
	padding-top:2px;
	width: 400px;
}

.input_textfield_300 {
	padding-top:2px;
	width: 300px;
}

.input_textfield_250 {
	padding-top:2px;
	width: 250px;
}

.input_textfield_150 {
	padding-top:2px;
	width: 150px;
}

.input_textfield_100 {
	padding-top:2px;
	width: 100px;
}

.input_textfield_50 {
	padding-top:2px;
	width: 50px;
}

.but_class01 {
	width:100px;
	height:50px;
	font-weight:bold; 
	font-size:14pt; 
	color:#69818A;
	border:0px;
	margin:0px;
	border-spacing:0;
	padding:0;
	background:url(images/but_bg01.jpg);
}

.but_class02 {
	width:100px;
	height:50px;
	font-weight:bold; 
	font-size:14pt; 
	color:#48562B;
	border:0px;
	margin:0px;
	border-spacing:0;
	padding:0;
	background:url(images/but_bg02.jpg);
}

.but_class01b {
	width:141px;
	height:50px;
	font-weight:bold; 
	font-size:14pt; 
	color:#69818A;
	border:0px;
	margin:0px;
	border-spacing:0;
	padding:0;
	background:url(images/but_bg01_b.jpg);
}

.but_class02b {
	width:141px;
	height:50px;
	font-weight:bold; 
	font-size:14pt; 
	color:#48562B;
	border:0px;
	margin:0px;
	border-spacing:0;
	padding:0;
	background:url(images/but_bg02_b.jpg);
}

.textfield_100 {
	width:100px;
}

/* flora */

.logop{
	padding-top:30px;
}

#mi{
	clear: both;
	width:95%;
	float:right;
	margin-top:-45px;
	font-family: "微軟正黑體";
	font-size: 15px;
	color: #767774;
	margin-left:0px\9;		
}

#mi ul{
  width: 95%;
 float:right;
  list-style:none;
  margin:auto;
  line-height:40px;
  }

#mi ul li{

  float:right;    
  background-color: #caeb80;
  margin:0px 3px 0px 3px;
  padding-right:10px;
  padding-left:10px;
  height:40px;

  }
  
#mi ul li a{

  color:#000;
  text-decoration:none;

  }

#mi ul li a:hover{

  color:#fff;
  text-shadow: 3px 3px 3px #999;
  filter:progid:DXImageTransform.Microsoft.Shadow(color='#999', Direction=135, Strength=3);
  text-decoration:none;

} 