button{
    padding:0;
}
.bodybg1 {
	background-color: #F0EEE7;
	background-image: url(/templet/images/sme_04.gif);
	background-repeat: repeat-x;
	background-position: top;
}
.statuspic {
	background-color: #FFFFFF;
	background-image: url(/templet/images/spring_1.gif);
	background-repeat: no-repeat;
	background-position: center top;
}
body td {
	font-size: 13px;
	color: #414141;



}
.size12 {
	font-size: 12px;
	color: #414141;
}
td#marge_1 {
    padding-top: 3px;
}
a:link {
	text-decoration: none;
	color: #006699;
}
a:visited {
	text-decoration: none;
	color: #006699;
}
a:hover {
	text-decoration: underline;
	color: #006699;
}
a.StuStatus:link {
	text-decoration: none;
	color: #6C6B69;
}
a.StuStatus:visited {
	text-decoration: none;
	color: #6C6B69;
}
a.StuStatus:hover {
	text-decoration: underline;
	color: #006699;
}
.search {
	color: #868686;
	background-color: #F1F1F1;
	border: 1px solid;
	padding: 3px;
}
.login {
	color: #868686;
	border: 1px solid;
	padding: 3px;
}
.count {
	padding-left: 22px;
}
.banner {
	border: 1px solid #B9B9B9;
}

/*********************** 浮動選單 Begin ***************************/
/* Navigation */
.nav, .nav ul { 
	list-style: none;
	margin: 0;
	padding: 0;
	width: auto;
}

.nav {
  z-index: 100;
  position: relative;
}
.nav li {
  margin: 0;
  padding: 0;
  position: relative;
}
.nav li a, .nav li a:link, .nav li a:active, .nav li a:visited {
  /* font: bold 1.22em/25px Arial, Helvetica, sans-serif; /*子選單字體*/ 
  font-size: 10pt;
  display: block;
  padding: 6px 9px 5px; /*子選單留白[上面留白值] [右邊留白值] [下面留白值] [左邊留白值]*/
  text-transform: lowercase;
  text-decoration: none;
}
.nav li a:hover {
  /*background: #ccc;*/
  color: #000;
}
#nav-one li:hover a, 
#nav-one li.sfHover a {
  /*background: #ccc;*/
  color: #000;
}
#nav-one li:hover ul a, 
#nav-one li.sfHover ul a {
  background: #199098;	/*子選單背景色*/
  color: #FFFFFF;	    /*子選單文字色*/
}
#nav-one li:hover ul a:hover, 
#nav-one li.sfHover ul a:hover {
  background: #26DCE9;	   /*子選單背景色-移上*/
  color: #000;		   /*子選單文字色-移上*/
}

.nav ul {
  z-index: 200;
  border-bottom: 1px solid #000;
  list-style: none;
  margin: 0;
  width: auto; /*子選單寬度*/
  position: absolute;
  top: -900em;
  left: 197px; /*子選單位置-left*/
}
.nav li:hover ul,
.nav li.sfHover ul {
  top: 15px; /*子選單位置-top*/
}
.nav ul li {
  border: 0;
  float: none;
}
.nav ul a {
  border: 1px solid #000;
  border-bottom: 0;
  padding-right: 20px;
  width: 220px; /*子選單寬度*/
  height: 25px; /*子選單高度*/
  white-space: nowrap;
}
.nav ul a:hover {
  /*background: #ccc;*/
  color: #000;
}

.nav_class, .nav_class ul { 
	list-style: none;
	margin: 0;
	padding: 0;
	width: auto;
}

.nav_class {
  z-index: 100;
  position: relative;
}
.nav_class li {
  margin: 0;
  padding: 0;
  position: relative;
}
.nav_class li a, .nav_class li a:link, .nav_class li a:active, .nav_class li a:visited {
  /* font: bold 1.22em/25px Arial, Helvetica, sans-serif; /*子選單字體*/ 
  font-size: 10pt;
  display: block;
  padding: 6px 9px 5px; /*子選單留白[上面留白值] [右邊留白值] [下面留白值] [左邊留白值]*/
  text-transform: lowercase;
  text-decoration: none;
}
.nav_class li a:hover {
  /*background: #ccc;*/
  color: #000;
}

.nav_class ul {
  z-index: 200;
  border-bottom: 1px solid #000;
  list-style: none;
  margin: 0;
  width: auto; /*子選單寬度*/
  position: absolute;
  top: -900em;
  left: 197px; /*子選單位置-left*/
}
.nav_class li:hover ul,
.nav_class li.sfHover ul {
  top: 15px; /*子選單位置-top*/
}
.nav_class ul li {
  border: 0;
  float: none;
}

/* Navigation */
.nav_class ul a {
  border: 1px solid #000;
  border-bottom: 0;
  padding-right: 20px;
  width: 350px; /*子選單寬度*/
  height: 180px; /*子選單高度*/
  white-space: nowrap;
}
.nav_class ul a:hover {
  /*background: #ccc;*/
  color: #000;
}
/*********************** 浮動選單 End ***************************/


.stu_status {
	font-size: 13px;
	color: #6C6B69;
	line-height: 21px;
	padding-top: 4px;
}
/* MIS#015485 create by OU S */
.h2 {
	font-size: 15px;
	color: #333333;
	font-weight: bold;
	line-height: 25px;
}
.imgRightMar {
	margin-right: 15px;
	border: 1px solid #CCCCCC;
}
.imgLeftMar {
	border: 1px solid #CCCCCC;
	margin-left: 12px;
}
.tdMar {
	padding: 20px;
}
/* MIS#015485 create by OU E */
.red{
    color:red;
}
.blue{
    color:blue;
}
.white{
    color:white;
}
.grey{
    color:#666666; 
}
/*註冊修改會員的form by TN (B)*/
.infofrm{
    text-align:left;
}
.infofrm input[type=text],.infofrm input[type=password]{
    border-right:#999999 1px solid;
    border-top: #999999 1px solid;
    border-left:#999999 1px solid;
    border-bottom:#999999 1px solid;
    font-family: Verdana,Arial;
    background-color: #ffffff;  
}
.infofrm input{
    border:expression(this.type=="text"||this.type=="password"?"#999999 1px solid":"inherit");
    background-color:expression(this.type=="text"||this.type=="password"?"#ffffff":"inherit");
}   
.infofrm input.radio{
    border:0;
    background-color:transparent;
}
/*註冊修改會員的form by TN (E)*/
.formbt {
	font-size: 13px;
	color: #333333;
	border: none;
	padding-top: 4px;
	background-image: url(/templet/images/sme_128.gif);
	height: 25px;
	width: 133px;
}
.formbt2 {
	font-size: 13px;
	color: #333333;
	border: none;
	padding-top: 4px;
	background-image: url(/templet/images/sme_137.gif);
	height: 25px;
	width: 133px;
}
/* Custom By TN 20111025(B)MIS#021043升級動畫*/
.popupBg {
	background-image: url(/templet/swf/board.png);
	background-repeat: no-repeat;
}
.c1 {
	font-family: Arial, "新細明體";
	font-size: 13px;
	line-height: 18px;
	color: #404040;
}
/* Custom By TN 20111025(E)MIS#021043升級動畫*/


/* Custom By tcLin 20120926(B)MIS#  名人金句微知識 */
.cq_ma_01 {
	padding-top: 16px;
	padding-right: 16px;
	padding-bottom: 18px;
	padding-left: 16px;
}
.cq_txt_01 {
	font-size: 11px;
	color: #795C3A;
}
.cq_ma_02 {
	padding-left: 19px;
}
/* Custom By tcLin 20120926(E)MIS#  名人金句微知識 */
.leftMenuSubmenu a {
	display: block;
	background-image: url(images/sme_22.gif);
	background-color: #e8e5db;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 25px;
	background-repeat: no-repeat;
	background-position: 15px center;
}
.leftMenuSubmenu a:hover {
	background-position: 18px center;
	text-decoration: none;
}
.leftMenuSubmenu2 a {
	display: block;
	background-image: url(images/sme_22.gif);
	background-color: #e8e5db;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 25px;
	background-repeat: no-repeat;
	background-position: 15px center;
	margin-bottom: 0px;
}
.leftMenuSubmenu2 a:hover {
	background-position: 18px center;
	text-decoration: none;
}
