@charset "utf-8";
body {
	font-family: "微軟正黑體", Verdana, Arial, Helevetica, sans-serif;
	color: #000;
	font-size: 12px;
	margin: 2em 2em 2em 2em;
	background-color: #ddd;
}
input.submit {
	border:1px solid #999;
	background: #d2e0e6 url("/images/degrade_bleu.png") repeat-x 0 100%;
	font-weight: bold;
}
textarea, option, select {
    background: #eef3f5;
	color: #000;
	font-size: 1em;
    margin: 0px;
 
}

textarea{
	font-family: "微軟正黑體", Verdana, Arial, Helevetica, sans-serif;
}

select{
	border: 1px solid #999;
}

option:disabled{
	color:grey;	
}

input{
    background: #eef3f5;
	color: #000;
	font-family: "微軟正黑體", Verdana, Arial, Helevetica, sans-serif;
	font-size: 1em;
	margin: 0px;
 
}

#validate-image{
	vertical-align: middle; 
	cursor: pointer;
}

input.btnNull {
    border:0px;
}
input.selNull {
    border:0px;
	background:#FFFFFF;
}
input.textLong {
    background: #eef3f5;
	color: #000;
	font-family: "微軟正黑體", Verdana, Arial, Helevetica, sans-serif;
	font-size: 15px;
    margin-top: 2px;
 
}
input, textarea {
	border: 1px solid #999;
}

div.register {
	margin:0px 10px;
	text-align: left;
	padding: 1em 1em 1em 1em;
	background: #fff;
	color: #000;
	border: 1px solid #999;
}

div.login {
	width: 15em;
	margin: 100px auto auto auto;
	text-align: left;
	padding: 1em 2.5em 1.5em 2.5em;
	background: #fff;
	color: #000;
	border: 1px solid #999;
}

.loginTitle { 
	color: #3393b8;
	font-weight:bold;
	font-size:21px;
}

div.login > div{
	margin-bottom:15px;
	font-weight: bold;
}

div.login input{
    box-sizing : border-box;
	display: block;
	font-weight: bold;
	padding: 5px 8px;
}


div.login input:not(.btn_submit){
	width: 100%;
}

div.login input.captcha{
	vertical-align: middle; 
	width: 70px;
	text-transform:uppercase;
	display: inline-block;
}

div.login .message{	
	color: red;
}

a {
	color: #05b;
}
a.small{
	color: #05b;
	font-size:12px;
}
a.small:hover{
	color: #05b;
	font-size:12px;
}

.small{
	font-size:12px !important;
}

/*          menu Css        */
.menuMove{
	border:1px solid #999;
	border-top:0px;
    background: #d2e0e6 url("../images/degrade_bleu.png") repeat-x 0 100%;
	padding:3px;
	
}
.menuOut{
	padding:4px;

}

.menuOutYellow{
	padding:4px;
	background-color:#FF0;
}
.menuDefault{
    padding:3px;
    border-left:1px solid #999;
	border-right:1px solid #999;
	background: #e7e7e7 url("../images/bg-header-light-gradient.png") ;
	
}
.menuDefaultFirst{
	border-left: 1px solid #999;
	border-right:1px solid #999;
	background: #e7e7e7 url("../images/bg-header-light-gradient.png") ;
	padding:3px;
}
.submenu {
	margin: 0;
	background: #e7e7e7 url("../images/bg-header-light-gradient.png") repeat-x 0 100%;
	color: #666;
	padding-left:15px;
}
.menuLink{
	color:#000000;
	text-decoration:none;
}
.menuLink:hvoer{
	font-family: "微軟正黑體", Verdana, Arial, Helevetica, sans-serif;
	color:#000000;
	text-decoration:none;
}


/*          table Css        */
.indexTable{
    border:1px solid #999;
	min-width:900px;
	
}	
.tablecontent {
    text-align:center;
    border: 1px solid #CCCCCC;
    font-size:11px; 
    padding: 6px;
	color:#000000;
}
.tablecontent a {
	white-space: nowrap;
}
.tablecontentLeft {
    text-align:left;
    border: 1px solid #CCCCCC; 
    font-size:11px; 
    padding: 6px;
	color:#000000;
}
.tablecontentsmall {
    text-align:center;
    border-right: 1px solid #CCCCCC; 
    border-bottom: 1px solid #CCCCCC; 
    font-size:11px; 
    padding: 0px 3px 0px 6px;
	color:#000000;
}

.tabletitle {
    border: 1px solid #CCCCCC; 
    background: #fff; 
    font-size:13px; 
    padding: 3px 6px;
	color:#55728B;
}

.tabletitle img{
	vertical-align:middle;
	margin-left:5px;
}

.tabletitle1 {
    border-bottom: 1px solid #CCCCCC; 
    background: #fff; 
    font-size:13px; 
    padding: 3px 3px 3px 6px;
	color:#55728B;
	cursor:pointer;
}

a.tabletitle1 {
	text-decoration:none;
}

.tabletrmove{
    background:#EFFAFF;
}

.tabletrout
{
	background:#FFFFFF;
}

.tableselectd
{
	background:#E6FDFE;
}

.dtabletitle {
    border-right: 1px solid #CCCCCC; 
    border-bottom: 1px solid #CCCCCC; 
    background: #fff; 
    font-size:14px; 
    padding: 10px 6px;
	color:#55728B;
	vertical-align:top;
	text-align:left;
}

.dtabletitleN {
    font-size:14px; 
    padding: 5px 5px 5px 10px;
	color:#55728B;
	text-align:left;
}

.dtablecontent {
    border-right: 1px solid #CCCCCC; 
    border-bottom: 1px solid #CCCCCC; 
    background: #fff; 
    font-size:14px; 
    padding: 10px 6px;
	vertical-align:top;
	text-align:left;
	color:#222222;
}

.dtablecontent table tr td{
	padding: 5px 0px;
}

.dtablecontent table tr:first-child td{
	padding-top: 0px;
}
.dtablecontent table tr:last-child td{
	padding-bottom: 0px;
}

.dtablecontent .subtable > div{
	vertical-align: top;
	display: inline-block;
	padding-right: 10px;
}

.dtablecontent .subtable > div > div{
	line-height: 20px;
	height: 20px;
}

.dtablecontent .subtable > div:nth-child(odd){
	color: #55728B;
}

.dtablecontent .subtable > div:nth-child(even){
	padding-left: 10px;
	border-left: 1px solid #CCCCCC;
}

.dtablecontent .subtable-tbl > div{
	vertical-align: top;
	display: table-row;
}

.dtablecontent .subtable-tbl > div > div{
	display: table-cell;
	line-height: 20px;
}

.dtablecontent .subtable-tbl > div > div:first-child{
	white-space: nowrap;
	padding-right: 15px;
	vertical-align: top;
}

.dtablecontent .subtable-tbl > div > div:last-child{
	width: 100%;
}

.dtablecontent .subtable-tbl > div > div > div{
	height: 150px;
	overflow-y: auto;
	resize: vertical;
}

.tabletitleBig {
    border-right: 1px solid #CCCCCC; 
    border-bottom: 1px solid #CCCCCC; 
    background: #fff; 
    font-size:16px;
	font-weight:bold;
    padding: 8px 0px ;

}

.tabletitlejust {
	color:#000000;
    background: #fff; 
    font-size:16px;
	font-weight:bold;
    padding: 8px 0px ;
	text-align:left;

}
.tableConentjust {
	color:#000000;
    background: #fff; 
    font-size:14px;
	font-weight:bold;
    padding: 8px 0px ;
	text-align:left;

}
	
.sort{
	padding-right:15px;
}
#errMsg {
	padding-left:5px;
	color:#F00;
	font-size:16px;
}
.indexLogTab td{
	text-align:left;
}

/* New Style */
.header-ctr{
	background: url(/images/bg-header.png) repeat bottom;
	padding:0px 1px;
}

.header-table tr{
	height:40px;
}

.header-table .menu{
	padding:4px;
}

.header-table .menu:hover{
	border: 1px solid #999;
	border-top: 0px;
	background: #d2e0e6 url("../images/degrade_bleu.png") repeat-x 0 100%;
	padding: 3px;
}
.header-table img{
	width:24px;
	height:24px;
}

.header-table tr td:nth-child(odd){
	width:100px;
}

.header-table tr td:nth-child(even){
	width:5px;
}

.submenu a{
	color:#05b;
	font-size:12px;
	margin-right:20px;
	padding:5px 0px;
	display:inline-block;
}

.logged-admin{
	float:right;
	margin:3px 12px;
	font-size:12px;
}

.logged-admin .logout{
	margin:0px;
}

.logged-admin img{
	width:18px;
	height:auto;
	vertical-align:text-bottom;
}

.content-ctr{
	padding:15px 15px;
	background-color:#FFFFFF;
}

.search-ctr{
	padding-bottom:15px;
}

.main-ctr{
	min-height:350px;
}

.listing-tbl{
	border-spacing:0px;
	border-collapse:collapse;
	width:100%;
}

.data-tbl{
	border:1px solid #CCCCCC;
	width:100%;
}

.data-tbl .dtabletitle{
	width:160px;
}

.pagination{
	padding:20px 20px 0px 20px;
}

.pagination table{
	width:100%;
}

.pagination table td:first-child{
	text-align:left;
	width:43%;
}

.pagination table td:last-child{
	text-align:right;
}

.pagination td > span{
	float: left;
	margin-right: 15px;
}

.pagination td > span > span{
	float: left;
	margin-right: 10px;
}


.tabletitle a{
	color:inherit !important;
	text-decoration:none !important;
}

.orderDesc::after{
	content: url("/images/desc.gif");
	vertical-align: middle;
	display: inline-block;
}

.orderAsc::after{
	content: url("/images/asc.gif");
	vertical-align: middle;
	display: inline-block;
}

input.error, textarea.error, select.error { border: 1px solid red; }
label.error::before{
	content: url('/images/check_off.png');
	float: left;
	margin: 0px 2px;
}
label.valid::before{
	content: url('/images/check_on.png');
	float: left;
	margin: 0px 2px;
}
div.errMsg{
	margin:0px 0px 5px 0px;
}

.fastedit{
	cursor:pointer;	
}

.fe-parent{
	display: inline-block;
}

*:disabled{
	cursor: not-allowed;
}

.blue-btn{
	display: inline-block;
	text-decoration: none;
	border: 1px solid #999;
	background: #d2e0e6 url("/images/degrade_bleu.png") repeat-x 0 100%;
	padding: 5px 10px;
	cursor: pointer;
	color: #05b;
}