@charset "utf-8";
/* CSS Document */
body {margin:0px;
background-image:url(../imgs/bg_unit.bmp);
}
#wrapper {
	width:960px;
	height:100%;
	margin:auto;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
#table {display:table;background-color:#FFFFFF;}
.css_tr{display:table-row;}
.css_td {
      display: table-cell;
  }
.mainLink {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 18px;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #666;
	text-decoration: none;
	height:30px;
	vertical-align:middle;
	margin:10px 20px;
	background-image:url(../imgs/mainLinkBg.png);
}
.mainLink a:link{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 18px;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #666;
	text-decoration: underline;
	height:30px;
	vertical-align:middle;
	margin:10px 20px;
	background-image:url(../imgs/mainLinkBg.png);
}
.mainLink a:hover{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 18px;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #000;
	text-decoration: none;
	height:30px;
	vertical-align:middle;
	margin:10px 20px;
	background-image:url(../imgs/mainLinkBg.png);
}
.subLink {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: 18px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #666;
	text-decoration: none;
	height:20px;
	vertical-align:middle;
	margin:10px 20px 10px 40px;
}
.subLink a:link{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: 18px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #666;
	text-decoration: underline;
	height:20px;
	vertical-align:middle;
	margin:10px 20px 10px 40px;
}
.subLink a:hover{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: 18px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000;
	text-decoration: none;
	height:20px;
	vertical-align:middle;
	margin:10px 20px 10px 40px;
}
.MenuItem
{
	font-family: Arial, Helvetica, sans-serif;
	cursor: pointer;
	font-size: 15px;
	font-family:'Exo 2', sans-serif;
	border-right: 1px  solid #CCCCCC;
	text-transform: uppercase;
	color: #666;
	font-weight: 600;
	font-style: normal;
	text-decoration: none;
	font-variant: normal;
}
.VersionStr
{
	font-size: 11px;
	font-family:'Exo 2', sans-serif;
	color: #666;
}
.UserInformation
{
	font-size: 13px;
	font-family:'Exo 2', sans-serif;
	color: #666;
	font-weight: 600;
}
.MenuHighlight
{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 600;
	cursor: pointer;
	font-size: 15px;
	font-family:'Exo 2', sans-serif;	
	border-right: 1px  solid #00bac6;
	color:#FFFFFF;
	text-transform: uppercase;
	background-color:#00bac6; /*被選擇後的顏色*/
	font-style: normal;
	font-variant: normal;
}
.GuideLine_Tabel
{
	margin:0px 0px 0px 0px;
	height:36px;
	background-color:#FFFFFF;
}
.GuideLine_UnderLine
{
	height:40px;
	width:960px; 
	background-color:#00bac6;
}

