.menu-row {
	width:170px;
	height: 25px;
    overflow: hidden;
    margin-right: 5px;
	padding-left:5px;
    /*display: table-row;*/
}

.menu-row:hover {
	background-color:#FF6;
	border: 1px solid #F90;
}

.menu-row a{
    /*float: right;*/
    display: table-cell;
    width: 90%;
    vertical-align: middle;
	padding-left:5px;	
    padding-bottom:2px;
	outline:none;
    text-decoration: none;
}

.menu-body {
    padding: 10px;
}


/* 未連結 */
.menu-row a:link{
    color: black;
}
/* 已連結過 */
.menu-row a:visited{
    color: black;
}
/* 滑鼠移至連結 */
.menu-row a:hover{
    color: black;
}
/* 選擇的連結 */
.menu-row a:active{
    color: black;
}

.menu-row span{
    /*float: left;*/
    display: table-cell;
	width:16px;
	height: 23px;
    text-align:right;
    vertical-align: middle;
}

.testButton {
	text-align:right;
	margin-right:5px;
	margin-top:3px;
	margin-bottom:3px;	

}

.table_v {
	border-collapse:collapse;
	border:1px solid #A2A2A2;
	width: 100%;
	margin-top:10px;
	margin-bottom:25px;
	margin-left:0px;
	color:#666666;
}
 
.table_v caption {
	color: #FFFFFF;
	background-color:#FF6471;
	padding-bottom:5px;
	padding-top:20px;
	font-weight:bold;
	text-align:center;
}
	
.table_v th {
	font-weight: normal;
	color: #666666;
	background-color: #eeeeee;
	padding: 5px 5px 3px 10px;
	border: 1px solid #808080;
	text-align: right;
	vertical-align: top;
	line-height: 140%;
	width: 20%;
}

.table_v td {
	font-weight: normal;
	color: #666666;
	padding: 5px 5px 5px 10px;
	border: 1px solid #A2A2A2;
	line-height: 140%;
	width: 80%;
}

.table_v input[type="text"][readonly="readonly"]
{
	background-color:#CCC;
}

.table_v input[type="text"]:disabled
{
	background-color:#666;
}

.table_v input[type="text"]:focus
{
    outline:none;
    border-color:blue;
    box-shadow:0 0 5px blue;
}

.table_border_none {
    border-collapse: collapse;
    border: 1px solid #A2A2A2;
    width: 100%;
    margin-top: 10px;
    margin-bottom: 25px;
    margin-left: 0px;
    color: #666666;
}

.table_border_none td {
    font-weight: normal;
    color: #666666;
    padding: 5px 5px 5px 10px;
    border: 0px solid #A2A2A2;
    line-height: 140%;
    width: 80%;
}

/* table border none */
table.table_add_spec_border_none td
{
    border: 0px;
    border-style: none;
    padding:0px 0px 0px 0px;
    border-width:0px;
}
table.table_add_spec_border_none tr>td
{
     width:auto;
}
table.table_add_spec_border_none td>*
{
     margin-left:10px;
}
table.table_add_spec_border_none input[type="text"]
{
     text-align:center;
}

/* add spec list */
table.table_add_spec_list th,table.table_add_spec_list td
{
    text-align:center; 
}
table.table_add_spec_list th:nth-child(n+1)
{
     width:60px;
}
table.table_add_spec_list th:nth-child(1)
{
     width:280px;
}
table.table_add_spec_list th:nth-child(2)
{
     width:100px;
}
table.table_add_spec_list td
{
     width:auto;
}
/* add not keyProp list */
table.table_notkeyprop_list span
{
    display:inline-block;
}

table.table_notkeyprop_list span:hover
{
    background-color:yellow;
}

table.table_notkeyprop_list span>label
{
      color:Black;
}
table.table_notkeyprop_list span>input[type=checkbox]
{
     position:relative;
     top:2px;
}


/* 對齊 */
.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.text-center {
  text-align: center;
}

/* 搜尋條件 */
.tbSearch {
  border:0; 
  width:100%; 
  border-collapse: collapse;
  /*border-spacing: 1px;*/
}

.tbSearch td {
  padding: 3px 5px 3px 10px;
}

.tbSearch td:not(.text-right,.text-center) {
  text-align: left;
}


  /* login */
.login {
  position: relative;
  margin: 0 auto;
  padding: 20px 20px 20px;
  width: 310px;
  background: white;
  /*border-radius: 3px;
  -webkit-box-shadow: 0 0 200px rgba(255, 255, 255, 0.5), 0 1px 2px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 200px rgba(255, 255, 255, 0.5), 0 1px 2px rgba(0, 0, 0, 0.3);*/
}
.login:before {
  content: '';
  position: absolute;
  top: -8px;
  right: -8px;
  bottom: -8px;
  left: -8px;
  z-index: -1;
  background: rgba(0, 0, 0, 0.08);
  border-radius: 4px;
}
.login h1 {
  margin: -20px -20px 21px;
  line-height: 40px;
  font-size: 26px;
  font-weight: bold;
  color: black;
  text-align: center;
  text-shadow: 0 1px white;
  background: #5599FF; /*#f3f3f3;*/
  border-bottom: 1px solid #cfcfcf;
  border-radius: 3px 3px 0 0;
  background-image: -webkit-linear-gradient(top, whiteffd, #eef2f5);
  background-image: -moz-linear-gradient(top, whiteffd, #eef2f5);
  background-image: -o-linear-gradient(top, whiteffd, #eef2f5);
  background-image: linear-gradient(to bottom, whiteffd, #eef2f5);
  -webkit-box-shadow: 0 1px whitesmoke;
  box-shadow: 0 1px whitesmoke;
}
.login p {
  margin: 15px 0 0;
}
.login p:first-child {
  margin-top: 0;
}
.login input[type=text], .login input[type=password] {
  width: 278px;
}
.login p.remember_me {
  float: left;
  line-height: 31px;
}
.login p.remember_me label {
  font-size: 12px;
  color: #777;
  cursor: pointer;
}
.login p.remember_me input {
  position: relative;
  bottom: 1px;
  margin-right: 4px;
  vertical-align: middle;
}
.login p.submit {
  text-align: right;
}

.login-help {
  margin: 20px 0;
  font-size: 11px;
  color: white;
  text-align: center;
  text-shadow: 0 1px #2a85a1;
}
.login-help a {
  color: #cce7fa;
  text-decoration: none;
}
.login-help a:hover {
  text-decoration: underline;
}

:-moz-placeholder {
  color: #c9c9c9 !important;
  font-size: 13px;
}

::-webkit-input-placeholder {
  color:Gray;
  font-size: 13px;
}

.login input {
  font-family: 'Lucida Grande', Tahoma, Verdana, sans-serif;
  font-size: 14px;
}

input[type=text][id^=login_account], input[type=password][id^=login_account] {
  margin: 5px;
  padding: 0 10px;
  height: 34px;
  color: #404040;
  background: white;
  border: 1px solid;
  border-color: #c4c4c4 #d1d1d1 #d4d4d4;
  border-radius: 2px;
  outline: 5px solid #eff4f7;
  -moz-outline-radius: 3px;
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.12);
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.12);
}
.login input[type=text]:focus, .login input[type=password]:focus {
  border-color: #0000FF;/* 輸入框 focus的框色 #EB6565 粉紅 #7dc9e2; 藍*/
  outline-color: #CCDDFF;/*外框(看似發光的部分) #dceefc;*/ 
  outline-offset: 0;
}

.login input[type=button] {
  padding: 0 18px;
  height: 29px;
  font-size: 12px;
  font-weight: bold;
  color: #444444;
  text-shadow: 0 1px #e3f1f1;
  background: #DDDDDD; /*#cde5ef;*/
  border: 1px solid;
  border-color: #444444 #888888 #888888 #444444; /* 圖型按扭 red green blue black */
  border-radius: 16px;
  outline: 0;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  background-image: -webkit-linear-gradient(top, #edf5f8, #DDDDDD);
  background-image: -moz-linear-gradient(top, #edf5f8, #DDDDDD);
  background-image: -o-linear-gradient(top, #edf5f8, #DDDDDD);
  background-image: linear-gradient(to bottom, #edf5f8, #DDDDDD);
  -webkit-box-shadow: inset 0 1px white, 0 1px 2px rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 1px white, 0 1px 2px rgba(0, 0, 0, 0.15);
}
.login input[type=button]:active {
  background: #DDDDDD;
  border-color: #9eb9c2 #b3c0c8 #b4ccce;
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.2);
}

.lt-ie9 input[type=text], .lt-ie9 input[type=password] {
  line-height: 34px;
}

.toolbar_button {
    text-align: right;
    margin-right: 5px;
    margin-top: 3px;
    margin-bottom: 3px;
}

