﻿body
{
	font-family: "Open Sans", "Heiti TC", "文泉驛正黑", "WenQuanYi Zen Hei", "儷黑 Pro", "LiHei Pro", "微軟正黑體", "Microsoft JhengHei", "標楷體", "DFKai-SB", "sans-serif" !important;
	font-size: 13px;
	color: #000;
	background-color: #f9fafc;
	margin: 0 0 50px 0;
}
form
{
	margin: 0;
}
table
{
	border: 0px;
	margin: 0;
}
.TopForm
{
	border: 0px;
	margin: 0;
	width: 100%;
	font-size: 16px;
	color: #fff;
	background-color: #13305f;
}
.TopForm td {
	padding: 0px !important;
}
.TopForm select {
	padding: 1px 3px 1px 3px;
	border: 0;
}
.TopForm .top-logo {
	display: inline-block;
	vertical-align: middle;
	background: transparent url('../../../Images/teco-logo.png') no-repeat left top;
	width: 139px;
	height: 40px;
}
.menuForm-body {
	margin: 0;
}
.WideTable {
	width: 100%;
	border: 0px;
	margin: 0;
	min-width: 100%;
	background-color: #fff;
	border-bottom: rgba(86, 110, 133, 0.55);
	box-shadow: 0 0px 2px rgba(86, 110, 133, 0.55);
	display: inline-block;
	vertical-align: middle;
}
.openMenu_btn {
	vertical-align: middle;
	display: none;
	vertical-align: middle;
	background: transparent url('../../../Images/open_menu_btn.png') no-repeat center center;
	width: 40px;
	height: 40px;
	cursor: pointer;
}
.LoginBody {
	background: #bfcedf url('../../../Images/b2b_bg.jpg') no-repeat;
    background-attachment: fixed;
    background-position: center top;
    background-size: 100% 100%;
	position: relative;
}
.LoginForm {
	margin: 8.5% auto 0 auto;
	text-align: left;
	background-color: rgba(152,225,248,0.8);
	padding: 40px 30px 40px 30px;
	width: 35%;
	min-width: 320px;
	box-shadow: 0 5px 50px 20px rgba(13,46,101,0.5);
	font-size: 18px;
	color: #fff;
	position: relative;
	z-index: 0;
	/* background-image: linear-gradient( to bottom right, 
		rgba(210,244,255,0.8) 0%, 
		rgba(191,240,255,0.6) 10%, 
		rgba(152,225,248,0) 100%
	); */
}
.LoginForm:before {
	content: '';
	position: absolute;
	width: 101%;
	height: 101%;
	background-color: rgba(152,225,248,0.3);
	left: 0px;
	top: 0px;
	z-index: -1;
	transform: rotate(5deg);
} 
.LoginForm:after {
	content: '';
	position: absolute;
	width: 101%;
	height: 101%;
	background-color: rgba(152,225,248,0.1);
	left: -1%;
	top: -1%;
	z-index: -1;
	transform: rotate(-4deg);
}
.LoginForm .sysTitle {
	margin-bottom: 25px;
	font-size: 37px;
	/* text-shadow: 0 2px 1px rgba(19,48,95,0.25); */
}
.LoginForm .sysTitle .en {
	font-family: 'Arial';
	display: block;
	font-size: 20px;
}
.LoginForm label {
	display: block;
	margin-bottom: 25px;
}
.LoginForm input[type="text"], 
.LoginForm input[type="password"] {
	width: 100%;
	display: block;
	border: 0;
	padding: 9px 6px;
	margin-top: 10px;
	color: #fff;
	/* box-shadow: 0 1px 1px rgba(0,0,0,0.2); */
	border: 1px solid #fff;
	background-color: transparent;
	border-radius:0;
	box-sizing: border-box;
}
.LoginForm input[type="text"]:focus, 
.LoginForm input[type="password"]:focus {
	border: 1px solid #fff;
	background-color: rgba(255,255,255,0.3);
}
.LoginForm .loginBtn {
	text-align: center;
}
.LoginForm .userIp {
	font-size: 13px;
	padding-top: 30px;
	text-align: center;
}
.LoginBroser {
	text-align: center;
	display: none;
}
.LabelAligh
{
	text-align: right;
}
.UnderBody {}
.C1WebGrid
{
	position: absolute;
}
#divFunction
{
	position: relative;
	z-index: 3;
	border-bottom: #676F78 1px dashed;
	margin: 0 0 5px 0;
}
#UpdatePanel1 {
	padding: 0 20px;
}
#divPanel {
	position: relative;
	z-index: 2;
	margin: 20px 0 0 0;
	padding: 20px;
	background-color: rgba(255, 255, 255, 1);
	box-shadow: 0 2px 6px rgba(86, 110, 133, 0.55);
	border-radius: 6px;
	/* font-size: 15px; */
}
#divTable {
	position: relative;
	z-index: 1;
	margin: 5px 0 0 0;
	padding: 20px 0;
}
.bar
{
	border: 1px solid #999999;
	background-color: #efefef;
}
.font_size
{
	font-size: 12px;
	font-weight: bold;
}
.Copylight
{
	font-size: 11px;
	line-height: 18px;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
}
a.Copyright:link, a.Copyright:visited
{
	color: #FFFFFF;
	text-decoration: underline;
}
a.Copyright:hover
{
	color: #FFFFFF;
	text-decoration: none;
}
.txtbar
{
	border: 1px solid #999999;
}
a {
	cursor: pointer;
}
a:link, a:visited
{
	color: #2f4b7d;
	text-decoration: underline;
}
a:hover
{
	color: #1153a1;
	text-decoration: underline;
}
#LoginStatus1 {
	color: #3c3c3d;
	background-color: #fff;
	padding: 1px 10px;
	border-radius: 3px;
	text-decoration: none;
	vertical-align: middle;
}
.Logout
{
	color: #136ed8;
	background-color: White;
	border-left: 1px solid gray;
	border-bottom: 1px solid gray;
	border-right: 1px solid gray;
	border-top: 1px solid gray;
}
.TabArea
{
	background-color: White;
	border-left: 1px solid gray;
	border-bottom: 1px solid gray;
	border-right: 1px solid gray;
	border-top: 1px solid gray;
}
.PopUpShow
{
	background-color: #99ffcc;
	position: absolute;
	visibility: visible;
	width: 150px;
	height: 80px;
	z-index: 1;
	border: solid 2px black;
}
.modalPopup
{
	text-align: center;
	padding-top: 30px;
	border-style: solid;
	border-width: 1px;
	background-color: White;
	width: 300px;
	height: 100px;
}
.Table_UpdateForm
{
	border: 1px solid #999999;
}
.Td_UpdateForm_Title
{
	padding-right: 2pt;
	padding-left: 2pt;
	font-weight: bold;
	font-size: 18px;
	line-height: 28px;
	padding-top: 2pt;
	text-align: center;
	text-decoration: none;
	color: #142C90;
	height: 30px;
	border: 0px solid #A4A4A4;
	background-color: #79B4FB;
	clip: rect(2px auto auto auto);
}
.TD_UpdateForm_TopToolBar
{
	border-right: #b8a685 1px solid;
	padding-right: 2pt;
	border-top: #b8a685 1px solid;
	padding-left: 2pt;
	font-weight: bold;
	font-size: 14px;
	padding-bottom: 2pt;
	border-left: #b8a685 1px solid;
	color: #aa542b;
	line-height: 17px;
	padding-top: 2pt;
	border-bottom: #b8a685 1px solid;
	background-color: #f2e3c8;
	text-decoration: none;
}
.Td_UpdateForm_Field1
{
	font-size: 15px;
	color: #000000;
	line-height: 22px;
	background-color: #EDF7FE;
	text-decoration: none;
	font-weight: normal;
	text-indent: 4pt;
	border: 1px solid #A4A4A4;
}
.Td_UpdateForm_bold
{
	font-size: 16px;
	color: #005B88;
	text-decoration: none;
	font-weight: bold;
	text-indent: 4pt;
	line-height: 20px;
	background-color: #DAE9F8;
}
.Td_UpdateForm_bold1
{
	font-size: 16px;
	color: #005B88;
	text-decoration: none;
	font-weight: bold;
	text-indent: 4pt;
	line-height: 20px;
	background-color: #DAE9F8;
	border: 1px solid #999999;
}
.Td_UpdateForm_Field2
{
	font-size: 15px;
	color: #000000;
	line-height: 20px;
	background-color: #ffffff;
	text-decoration: none;
	font-weight: normal;
	text-indent: 4pt;
	border: 1px solid #A4A4A4;
}

.Td_UpdateForm_Field2-1
{
	font-size: 15px;
	color: #000000;
	line-height: 20px;
	background-color: #ffffff;
	text-decoration: none;
	font-weight: normal;
	text-indent: 4pt;
}

.Td_UpdateForm_Field3
{
	font-size: 15px;
	color: #000000;
	line-height: 22px;
	background-color: #F2F2F2;
	text-decoration: none;
	font-weight: normal;
	text-indent: 4pt;
	border: 1px solid #A4A4A4;
}
.Td_UpdateForm_Field4
{
	font-size: 15px;
	color: #000000;
	line-height: 20px;
	background-color: #F2F2F2;
	text-decoration: none;
	font-weight: normal;
	text-indent: 4pt;
	border: 1px solid #A4A4A4;
}
.Td_UpdateForm_Field5
{
	font-size: 15px;
	color: #000000;
	line-height: 20px;
	text-decoration: none;
	font-weight: normal;
	text-indent: 4pt;
}
.Td_UpdateForm_Field6
{
	font-size: 15px;
	color: #000000;
	line-height: 20px;
	background-color: #ffffff;
	font-weight: normal;
	text-indent: 4pt;
	border: 1px solid #A4A4A4;
}
.Td_UpdateForm_Field7
{
	font-size: 15px;
	color: #000000;
	line-height: 20px;
	background-color: #D8EBDD;
	text-decoration: none;
	font-weight: normal;
	text-indent: 4pt;
	border: 1px solid #A4A4A4;
}
.Td_UpdateForm_Field8
{
	font-size: 15px;
	color: #000000;
	line-height: 20px;
	background-color: #FEFBE7;
	text-decoration: none;
	font-weight: normal;
	text-indent: 4pt;
	border: 1px solid #A4A4A4;
}
.Td_UpdateForm_Field9
{
	font-size: 15px;
	color: #000000;
	line-height: 20px;
	background-color: #AECEDF;
	text-decoration: none;
	font-weight: normal;
	text-indent: 4pt;
	border: 1px solid #A4A4A4;
}
.Td_UpdateForm_Field10
{
	font-size: 15px;
	color: #000000;
	line-height: 20px;
	background-color: #E0E0E0;
	text-decoration: none;
	font-weight: normal;
	text-indent: 4pt;
	border: 1px solid #A4A4A4;
}
.Td_UpdateForm_Field11
{
	font-size: 15px;
	color: #000000;
	line-height: 20px;
	background-color: #93CBF4;
	text-decoration: none;
	font-weight: normal;
	text-indent: 4pt;
	border: 1px solid #A4A4A4;
}

/*大範圍的修改基本表單原始樣式*/
/* input */
input[type="text"],
input[type="password"],
input[type="file"],
input[type="number"],
input[type="url"],
input[type="email"],
input[type="tel"],
input[list],
input[type="range"] {
  /* box-sizing: border-box; */
  border: 1px solid #676F78;
  border-radius: 3px;

  padding: 3px 0;
  /* font-size: 15px; */
  font-family: "Open Sans", "Heiti TC", "文泉驛正黑", "WenQuanYi Zen Hei", "儷黑 Pro", "LiHei Pro", "微軟正黑體", "Microsoft JhengHei", "標楷體", "DFKai-SB", "sans-serif";
  vertical-align: middle;
  /*可惡死IE全系列不支援 appearance (Edge支援)... 生氣不管照用*/
  -webkit-appearance: none;
  /*for Safari 和 Chrome 清掉樣式預設值*/
  -moz-appearance: none;
  /*for Firefox 清掉樣式預設值*/
}
input[type="text"]:focus,
input[type="password"]:focus,
input[type="file"]:focus,
input[type="number"]:focus,
input[type="url"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus,
input[list]:focus,
input[type="range"]:focus {
  border-color: #0b468c;
  outline: 0 none;
}
input[type="text"]:disabled,
input[type="password"]:disabled,
input[type="file"]:disabled,
input[type="number"]:disabled,
input[type="url"]:disabled,
input[type="email"]:disabled,
input[type="tel"]:disabled,
input[list]:disabled,
input[type="range"]:disabled {
  /* opacity: 0.4; */
  border: 1px solid #B5BBC2;
  color: #000;
  background-color: rgba(235, 235, 228, 0.5);
}

/*特別取消輸入欄位為數字型態瀏覽器預設的上下箭頭*/
input[type="number"] {
  -moz-appearance: textfield;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* textarea */
textarea {
  box-sizing: border-box;
  border: 1px solid #676F78;
  border-radius: 3px;
  background-color: #fff;
  padding: 3px;
  font-size: 14px;
  font-family: "Open Sans", "Heiti TC", "文泉驛正黑", "WenQuanYi Zen Hei", "儷黑 Pro", "LiHei Pro", "微軟正黑體", "Microsoft JhengHei", "標楷體", "DFKai-SB", "sans-serif";
  vertical-align: middle;
  /*可惡死IE全系列不支援 appearance (Edge支援)... 生氣不管照用*/
  -webkit-appearance: none;
  /*for Safari 和 Chrome 清掉樣式預設值*/
  -moz-appearance: none;
  /*for Firefox 清掉樣式預設值*/
}
textarea:focus {
  border-color: #0b468c;
  outline: 0 none;
}

/* button */
input[type="button"],
input[type="submit"],
button {
  box-sizing: border-box;
  border: 1px solid #676F78;
  border-radius: 3px;
  background-color: #fff;
  padding: 3px 0;
  /* font-size: 14px; */
  font-family: "Open Sans", "Heiti TC", "文泉驛正黑", "WenQuanYi Zen Hei", "儷黑 Pro", "LiHei Pro", "微軟正黑體", "Microsoft JhengHei", "標楷體", "DFKai-SB", "sans-serif";
  vertical-align: middle;
  /*可惡死IE全系列不支援 appearance (Edge支援)... 生氣不管照用*/
  -webkit-appearance: none;
  /*for Safari 和 Chrome 清掉樣式預設值*/
  -moz-appearance: none;
  /*for Firefox 清掉樣式預設值*/
  cursor: pointer;
  padding: 4px 6.66667px;
  box-shadow: 0 1px 0px #d0d8e8;
  background: white;
  /* Old browsers */
  background: -moz-linear-gradient(top, white 0%, #f7f7f7 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, white 0%, #f7f7f7 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #ffffff 0%, #f7f7f7 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f7f7f7',GradientType=0 );
  /* IE6-9 */
}
input[type="button"]:focus,
input[type="submit"]:focus,
button:focus {
  border-color: #0b468c;
  outline: 0 none;
}
input[type="button"]:disabled,
input[type="submit"]:disabled,
button:disabled {
  /* opacity: 0.4; */
  border: 1px solid rgba(235, 235, 228, 0.3);
  color: #969EA7;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.2) 0%, rgba(235, 235, 228, 0.3) 100%);
  background-color: rgba(235, 235, 228, 0);
}

/* select */
select {
  box-sizing: border-box;
  border: 1px solid #676F78;
  border-radius: 3px;
  background-color: #fff;
  padding: 3px 0;
  font-size: 14px;
  font-family: "Open Sans", "Heiti TC", "文泉驛正黑", "WenQuanYi Zen Hei", "儷黑 Pro", "LiHei Pro", "微軟正黑體", "Microsoft JhengHei", "標楷體", "DFKai-SB", "sans-serif";
  vertical-align: middle;
}
select:focus {
  border-color: #0b468c;
  outline: 0 none;
}
select:disabled {
	/* opacity: 0.4; */
	border: 1px solid #B5BBC2;
	background-color: rgba(235, 235, 228, 0.5);
}

/*table*/
#divTable {}
#divTable table, 
#divPanel table {
	border-color: #676F78 !important;
}
#divTable table th, 
#divPanel table th, 
#C1WebGrid1_div table th {
	background-color: #fff;
	border: 1px solid #676F78;
	border-top: 4px solid #1153a1;
	border-bottom-width: 1px;
	text-align: center;
	padding: 5px 0;
	min-height: 22px;
	line-height: 20px;
	color: #1153a1 !important;
}
#divTable table td, 
#divPanel table td,
#C1WebGrid1_div table td {
	border-color: #676F78 !important;
}
#divTable table th a, 
#divPanel table th a,
#C1WebGrid1_div table th a {
	color: #1153a1 !important;
	text-decoration: none !important;
}
#divTable table th div, #divTable table th a,  
#divPanel table th div, #divPanel table th a,
#C1WebGrid1_div table th div, #C1WebGrid1_div table th a { 
	min-height: 22px;
	line-height: 20px;
	background-color: transparent !important;
}
#C1WebGrid1_div table {
	min-width: 100%;
}

hr {
    border: 0;
	border-bottom: 2px solid #676F78;
	margin: 27px 0 20px 0;
}

/*上方程式訊息區(麵包屑)*/
#UC010_1_UC010Panel1 {
	font-size: 16px;
	font-weight: normal;
}
#UC010_1_UC010Panel1 table:first-child td {
	text-align: right;
	font-weight: bold;
}
#UC010_1_UC010Panel1 table:first-child * {
	color: #136ed8 !important;
}

/*左下角訊息*/
#UC000_1_UC000Panel1 {
	font-size: 16px !important;
	padding: 8px;
	border: 1px solid #676F78 !important;
	border-bottom: 0;
	box-shadow: 0 0 10px rgba(86, 110, 133, 0.55);
	background-color: rgba(255, 255, 255, 0.85) !important;
	border-radius: 4px 4px 0 0;
	left: 10px !important;
	right: 10px !important;
}
#UC000_1_UC000Panel1 table {
	background-color: transparent;
}
#UC000_1_lblMessage {
	color: #1153a1 !important;
}
#UC000_1_lblMessageResult {
	color: #c10808 !important;
}

/*主選單區塊*/
#BaseMenu1 {
	/* width: 0% !important; */ /*讓內容物撐開*/
}
#BaseMenu1 table {}
#BaseMenu1 table td{
	width: auto !important;
	/* font-size: 15px !important; */
	padding: 0 !important;
}
#BaseMenu1 table .alb_css_menu_BaseMenu11, 
#BaseMenu1 table .alb_css_menu_BaseMenu12 {
	padding: 10px 0 !important;
}
#BaseMenu1 .alb_css_menu_BaseMenu16 {
	background-color: transparent !important;
}
#BaseMenu1 .alb_css_menu_BaseMenu13 {
	border: 0 !important;
}
#BaseMenu1 .alb_css_menu_BaseMenu13>div tr>td {
	word-wrap:break-word;
	word-break:break-all;
}
#BaseMenu1 .alb_css_menu_BaseMenu13>div tr>td>div{
	width: 25% !important;
	word-wrap:break-word;
	word-break:break-all;
}
#BaseMenu1 .alb_css_menu_BaseMenu114 {
	background-color: transparent !important;
}

/*硬改主選單 (提醒後端的組件在ie5使用的是iframe方式做次選單所以會有css吃不到的問題)*/
#_fid0_BaseMenu1__root {/* border: 1px solid yellow; */}
#_fid0_BaseMenu1__root table, #_fid0_BaseMenu1__root td {
	background-image: none !important;
	/* font-size: 16px !important; */
	background-color: #fff;
	border-color: #a6adbb !important;
	height: auto !important;
}
#_fid0_BaseMenu1__root img {
	/* display: none; */
}
#_fid0_BaseMenu1__root div {
	background-color: transparent !important;
}

.alb_css_menu_BaseMenu11 {
	background-color: transparent;
	border-bottom-style: none;
	border-left-style: none;
	border-right-style: none;
	border-top-style: none;
	color: #13305f !important;
}
.alb_css_menu_BaseMenu11 div {
	/* _width: 280px !important; */ /*for ie5*/
}
.alb_css_menu_BaseMenu12 {
	background-color: transparent !important;
	border-bottom-style: none !important;
	border-left-style: none !important;
	border-right-style: none !important;
	border-top-style: none !important;
}
.alb_css_menu_BaseMenu12 div {
	/* _width: 280px !important; */ /*for ie5*/
	width: auto !important;
	word-wrap: break-word;
    word-break: break-all;
}
/*滑鼠滑入之後的小table*/
.alb_css_menu_BaseMenu13 {
	background-color: #fff;
	border-bottom-color: #404040;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-left-color: #404040;
	border-left-style: solid;
	border-left-width: 1px;
	border-right-color: #404040;
	border-right-style: solid;
	border-right-width: 1px;
	border-top-color: #404040;
	border-top-style: solid;
	border-top-width: 1px;
	color: black;
	cursor: pointer;
	cursor: hand;
	font-family: "Open Sans", "Heiti TC", "文泉驛正黑", "WenQuanYi Zen Hei", "儷黑 Pro", "LiHei Pro", "微軟正黑體", "Microsoft JhengHei", "標楷體", "DFKai-SB", "sans-serif" !important;
	/* font-size: 16px !important; */
	padding-bottom: 1px;
	padding-left: 1px;
	padding-right: 1px;
	padding-top: 1px;
	background-image: url('../../../Images/teco-logo.png') !important;
}
.alb_css_menu_BaseMenu13 table {
	width: auto !important;
	background-image: none !important;
}
.alb_css_menu_BaseMenu13 table td {
	height: auto !important;
	width: 270px !important; 
	word-wrap:break-word;
	word-break:break-all;
	padding-left: 15px !important;
	padding-right: 15px !important;
}

.alb_css_menu_BaseMenu14 {
	background-color: transparent;
	border-bottom-style: none;
	border-left-style: none;
	border-right-style: none;
	border-top-style: none;
	color: gray;
	padding-bottom: 1px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 1px
}

.alb_css_menu_BaseMenu15 {
	background-color: white;
	border-bottom-color: #000080;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-left-color: #000080;
	border-left-style: solid;
	border-left-width: 1px;
	border-right-color: #000080;
	border-right-style: solid;
	border-right-width: 1px;
	border-top-color: #000080;
	border-top-style: solid;
	border-top-width: 1px;
	padding-bottom: 0px;
	padding-left: 4px;
	padding-right: 4px;
	padding-top: 0px
}

.alb_css_menu_BaseMenu16 {
	background-color: #fff;
	height: 1px;
	margin-left: 10px;
	width: 1px
}
/*第二層選單*/
.alb_css_menu_BaseMenu17 {
	background-color: #fff;
	border-color: #fff;
	border-bottom-style: none;
	border-left-style: none;
	border-right-style: none;
	border-top-style: none;
	padding-top: 6px !important;
	padding-bottom: 6px !important;
}
.alb_css_menu_BaseMenu17 table td:first-child {
	display: none !important;
}
.alb_css_menu_BaseMenu17 table td:last-child {
	/* display: none !important; */
	padding: 0px !important;
}

/*第二層 進入某個小單元 td*/
.alb_css_menu_BaseMenu18 {
	/*background-color: #FFEEC2;*/
	border-bottom-color: #000080;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-left-color: #000080;
	border-left-style: solid;
	border-left-width: 1px;
	border-right-color: #000080;
	border-right-style: solid;
	border-right-width: 1px;
	border-top-color: #000080;
	border-top-style: solid;
	border-top-width: 1px;
	padding-top: 10px !important;
	padding-bottom: 10px !important;
	border: 0 !important;
	background-color: #136ed8 !important;
	color: #fff !important;
}
.alb_css_menu_BaseMenu18 table td {
	background-color: #136ed8 !important;
}
.alb_css_menu_BaseMenu18 table td:first-child {
	display: none !important;
}
.alb_css_menu_BaseMenu18 table td:last-child {
	/* display: none !important; */
	padding: 0px !important;
}

/*第三層小選單*/
.alb_css_menu_BaseMenu19 {
	background-color: #F6F6F6;
	border-bottom-color: #404040;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-left-color: #404040;
	border-left-style: solid;
	border-left-width: 1px;
	border-right-color: #404040;
	border-right-style: solid;
	border-right-width: 1px;
	border-top-color: #404040;
	border-top-style: solid;
	border-top-width: 1px;
	color: black;
	cursor: pointer;
	cursor: hand;
	font-family: "Open Sans", "Heiti TC", "文泉驛正黑", "WenQuanYi Zen Hei", "儷黑 Pro", "LiHei Pro", "微軟正黑體", "Microsoft JhengHei", "標楷體", "DFKai-SB", "sans-serif" !important;
	/* font-size: 16px !important; */
	padding-bottom: 1px;
	padding-left: 1px;
	padding-right: 1px;
	padding-top: 1px;
}
.alb_css_menu_BaseMenu19 table {
	background-image: none !important;
}
.alb_css_menu_BaseMenu19 table td {
	width: 270px !important; 
	word-wrap:break-word;
	word-break:break-all;
	padding-left: 15px !important;
	padding-right: 15px !important;
}
.alb_css_menu_BaseMenu19 table td div {
	width: 300px !important; 
	word-wrap:break-word;
	word-break:break-all;
	margin: 0 !important;
}

.alb_css_menu_BaseMenu110 {
	background-color: transparent;
	border-bottom-style: none;
	border-left-style: none;
	border-right-style: none;
	border-top-style: none;
	color: gray;
	padding-bottom: 1px;
	padding-left: 2px;
	padding-right: 5px;
	padding-top: 1px
}

.alb_css_menu_BaseMenu111 {
	background-color: white;
	border-bottom-color: #000080;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-left-color: #000080;
	border-left-style: solid;
	border-left-width: 1px;
	border-right-color: #000080;
	border-right-style: solid;
	border-right-width: 1px;
	border-top-color: #000080;
	border-top-style: solid;
	border-top-width: 1px;
	padding-left: 1px;
	padding-right: 4px;
	padding-top: 0px
}

.alb_css_menu_BaseMenu112 {
	background-color: #F1F1F1;
	border-bottom-color: #999999;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-left-color: #999999;
	border-left-style: solid;
	border-left-width: 1px;
	border-right-color: #999999;
	border-right-style: solid;
	border-right-width: 1px;
	border-top-color: #999999;
	border-top-style: solid;
	border-top-width: 1px;
	border-color: transparent !important;
}

.alb_css_menu_BaseMenu113 {
	background-color: #cccccc;
	border-bottom-color: #999999;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-left-color: #999999;
	border-left-style: solid;
	border-left-width: 1px;
	border-right-color: #999999;
	border-right-style: solid;
	border-right-width: 1px;
	border-top-color: #999999;
	border-top-style: solid;
	border-top-width: 1px;
}

.alb_css_menu_BaseMenu114 {
	background-color: gainsboro;
	background-image: none !important;
}



/*主框架 RWD*/
/* 超小螢幕設備（手機，450px（含）以下）*/
@media (max-width: 450px) {

	.LoginForm {
		width: 75%;
		padding: 20px;
		min-width: inherit;
	}

	.LoginForm .sysTitle {
		font-size: 28px;
		
	}

}


/*其它課制*/
.forFirefox {
	background-color: rgba(235, 235, 228, 1); 
	border: 1px solid #B5BBC2; 
	color:#000; 
	border-radius:3px; 
	position: absolute; 
	left:0; 
	top:0; 
	right:0; 
	bottom:0; 
	z-index:1; 
	opacity:0;
	padding:3px;
}
