@charset "utf-8";
/* CSS Document */

html {margin: 0;padding: 0;height: 100%;}
body {margin: 0;padding: 0;height: 100%;background: #FFFFFF;}
ul{ list-style: none }
body, td, th, input, select, textarea, option, optgroup { font-family: Arial, Helvetica, sans-serif, "微軟正黑體";font-size: 12px;color: #000000;}
input[type='text'], input[type='password'] { padding: 2px;}
select { padding: 1px;}
textarea { padding: 2px;}
a, a:visited { color: #003366;text-decoration: underline;cursor: pointer;}
a, img { border: 0;}
form { margin: 0;padding: 0;}
label { cursor: pointer;}
label.error { display: none;padding-top: 3px;color: #FF0000;font-size: 12px;font-weight: normal;}
ul.left { float: left;}
ul.right { float: right;}
.required { color: #FF0000;font-weight: bold;}
.cred {color:red;}


/* HEADER
------------------------------------------------------------------*/
#header {
	height: 56px;
	padding: 0px 30px;
	background: url(../images/header.png) repeat-x;
	background-color: #333;
	min-width: 1300px;
	font-size:12px;
}
#header .div1 {
	float: left;
	color: #FFFFFF;
	padding: 3px 0px;
}
#header .div2 {
	float: right;
	color: #FFF;
	text-align: right;
	padding-top: 7px;
}
#header .div2 div {
	padding: 3px;
}
#header .div2 span {
	font-weight: bold;
}
#header .div2 a{
	padding:0 5px;
	color: #FFF;
}



/* CONTAINER
------------------------------------------------------------------*/
body > #container {
	height: auto;
	min-height: 100%;
}
#content {
	min-width: 1300px;
	padding: 10px 30px 78px 30px;
	background: #FFFFFF url(../images/background.png) 0px 1px repeat-x;
}

#breadcrumb, #breadcrumb a {
	font-size: 12px;
	color: #666;
	margin-bottom: 15px;
}

.box {
	margin-bottom: 15px;
}
.box > .heading {
	height: 40px;
	margin-bottom: 0px;
	padding-left: 10px;
	border-left: #CCC 1px solid;
	border-right: #CCC 1px solid;
	background: url(../images/box_center.png) repeat-x;
}
.box > .left {
	float: left;
	width: 7px;
	height: 40px;
	background: url(../images/box_left.png) no-repeat;
}
.box > .right {
	float: right;
	width: 7px;
	height: 40px;
	background: url(../images/box_right.png) no-repeat;
}
.box > .heading h1 {
	float: left;
	margin: 0px;
	padding: 11px 0px 11px 30px;
	background-position:  2px 9px;
	background-repeat: no-repeat;
	color: #003A88;
	font-size: 16px;
	font-weight:normal;
}
.box > .heading .buttons {
	float: right;
	padding-top: 8px;
	padding-right: 5px;
}
.box > .content {
	min-height: 300px;
	padding: 10px;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
}

.button {
	padding: 4px 12px;
	display: inline-block;
	margin: 0px 5px;
	text-align: center;
	background-color: #039;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;		
}
.button span {
	color: #FFF;
	min-width:35px;
	letter-spacing:2px;
	padding: 5px 5px 5px 10px;
}

.button2 {
	padding: 2px 5px;
	display: inline-block;
	margin: 0px 5px;
	text-align: center;
	background-color: #039;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;		
}
.button2 span {
	color: #FFF;
	padding: 5px;
}

#login {
  	width: 700px;
  	min-height: 300px;
  	margin: 200px auto 0px;
  	letter-spacing: 1px;
}
#login table{
	width: 100%;
}
#login table td{
	font-size: 12px;
}



/* MENU 導覽列
------------------------------------------------------------------*/
#menu {
	height: 34px;
	padding: 0px 30px;
	min-width: 1300px;
	background: url(../images/menu.png) repeat-x;
	position: relative;
	z-index: 1;
}
.nav {
	position: relative;
	margin: 0;
	padding: 0;
}
.nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
	background: url(../images/transparent.png);
}
.nav a {
	display: block;
	color: #FFFFFF;
	text-decoration: none;
	padding: 5px;
}
.nav > li + li {
	background: url(../images/split.png) center left no-repeat;
}
.nav .top, 
.nav li li.sfhover {
	padding: 9px 15px;
	color: #FFFFFF;
	text-align: center;
	line-height: 16px;
}
.nav ul li {
	padding: 2px;
}
.nav .selected .top {
	background: url(../images/selected.png) repeat-x;
	color: #FFFFFF;
}
.nav .selected:hover a.top, .nav .sfhover a.top {}
.nav .parent {
	background: url(../images/arrow_right.png) 95% center no-repeat;
}
.nav li {
	float: left;
	list-style: none;
}
.nav li ul {
	position: absolute;
}
.nav li li {
	clear: both;
}
.nav li ul a {
	color: #FFFFFF;
	height: 15px;
	width: 145px;
}
.nav li ul ul {
	margin: -27px 0 0 157px;
}
.nav li li:hover, .nav li li.sfhover {
	background: #333;
	color: #000000;
}



/* 分頁
------------------------------------------------------------------*/
.pagination {
	width: 100%;
	border-top: 1px solid #EEEEEE;
	background: #F8F8F8;
	display: inline-block;
}
.pagination .links, 
.pagination .results, 
.pagination .page_select {
	padding: 9px;
}
.pagination .links {
	float: left;
}
.pagination .links a {
	border: 1px solid #CCCCCC;
	padding: 4px 7px;
	text-decoration: none;
	color: #000000;
}
.pagination .links b {
	border: 1px solid #CCCCCC;
	padding: 4px 7px;
	text-decoration: none;
	color: #000000;
	background: #FFFFFF;
}
.pagination .results {
	float: right;
}
.pagination .page_select {
	float: right;
	width: 150px;
	margin: 2px;
	padding: 0;
	color: white;
	font-size: 10pt;
	background:url(../images/page.png) no-repeat;
	text-align:center;
}



/* TABLE
-----------------------------------------------------------------------*/
table.form {
	width: 100%;
	border-collapse: collapse;
}
table.form tr > td:first-child {
	width: 150px;
}
table.form > * > * > td {
	padding: 10px;
	color: #000000;
	border-bottom: 1px dotted #CCCCCC;
}

table.list {
	width: 100%;
	margin-bottom: 20px;
	border-top: 1px solid #DDDDDD;
	border-left: 1px solid #DDDDDD;
	border-collapse: collapse;
}
table.list td {
	border-right: 1px solid #DDDDDD;
	border-bottom: 1px solid #DDDDDD;
}
table.list thead td {
	padding: 0px 5px;
	background-color: #EFEFEF;
}
table.list thead td a, table.list thead td {
	text-decoration: none;
	color: #222222;
	font-weight: bold;
}
table.list tbody a {
	text-decoration: underline;
}
table.list tbody td {
	padding: 0px 5px;
	vertical-align: middle;
}
table.list tbody tr:odd {
	background: #FFFFFF;
}
table.list tbody tr:even {
	background: #E4EEF7;
}
table.list .sm-row-center {
	text-align: center;
	padding: 7px;
	width:25px;	
}
table.list .left {
	text-align: left;
	padding: 7px;
}
table.list .right {
	text-align: right;
	padding: 7px;
}
table.list .center {
	text-align: center;
	padding: 7px;
}
table.list .asc {
	padding-right: 15px;
	background: url(../images/asc.png) right center no-repeat;
}
table.list .desc {
	padding-right: 15px;
	background: url(../images/desc.png) right center no-repeat;
}
table.list .order {
	padding-right: 15px;
	background: url(../images/order.png) right center no-repeat;
}
table.list .filter td {
	padding: 5px;
	background: #E7EFEF;
}
table.list .image {
	padding: 5px;
	border:1px #CCCCCC solid;
}
table.list .boxedit{
	padding: 3px 1px;
	margin-bottom:5px;
	border:1px #CCCCCC solid;
	text-align:center;
}



table.photolist{
	width: 100%;
	margin-bottom: 20px;
	border-top: 1px solid #DDDDDD;
	border-left: 1px solid #DDDDDD;
	border-collapse: collapse;
}
table.photolist td {
	border-right: 1px solid #DDDDDD;
	border-bottom: 1px solid #DDDDDD;
}
table.photolist .right {
	float:right;
	width:500px;
	text-align: right;
	padding: 15px 7px 0px;
}
table.photolist .left {
	float:left;
	width:500px;
	text-align: left;
	padding: 7px;
	padding: 10px 7px 0px;
}



/* UPLOADIFY-PHOTO
------------------------------------------------------------------*/
#photo {
	list-style-type:none;
	padding:0;
	margin:0;
}
#photo li {
	float:left;
	width:120px;
	margin:2px 4px;
	padding:2px;
	border:#CCCCCC solid 0.1em;
}
#photo li div {
	width: 100%;
	margin: 2px 0px;
	padding: 0px;
	text-align:center;
}
#photo li p {
	width: 100%;
	margin: 3px 0px;
	padding: 5px 0px;
}
#photo li p img{
	max-width: 85px;
	max-height:85px;
}
#photo li p span{
	display: block;
	margin: 5px 0px;
	padding: 5px;
}
#photo li .del {
	height: 25px;
	text-align:center;
}
#photo li .img {
	height: 120px;
}
#photo li .img img{
	max-width:120px;
	max-height:120px;
}
#photo li .text {
	height: 18px;
	overflow: hidden;
	border:#CCC 1px dashed;
}
#photo li .ctext {
	height: 60px;
	overflow: hidden;
	border:#CCC 1px dashed;
}
.placeHolder  {
	background-color: #CCFFFF !important;
	border: dashed 1px gray !important;
}



/* dragsort
------------------------------------------------------------------*/
.dragsort-title {
	font-size: 16px;
	line-height:25px;
}
td.showDragHandle {
	background-image: url(../images/updown2.gif);
	background-repeat: no-repeat;
	background-position: center center;
	cursor: move;
}
.tDnD_whileDrag td {
	background-color:  #9CF;
	border:none;
	-webkit-box-shadow: 6px 3px 5px #555, 0 1px 0 #ccc inset, 0 -1px 0 #ccc inset;
}
.tDnD_whileDrag td:last-child {
	-webkit-box-shadow: 1px 8px 6px -4px #555, 0 1px 0 #ccc inset, 0 -1px 0 #ccc inset;
}
.num {
	color:#F00;
}



/* 書籤
------------------------------------------------------------------*/
.htabs {
	width: 100%;
	padding: 0 0 5px 0;
	margin: 2px auto 15px;
	border-bottom: 1px solid #DDDDDD;
	overflow:hidden;
}
.htabs > div{
	float:left;
	margin: 5px 50px 5px 0;
}
.htabs a {
	display:inline-block;
	margin: 0 3px;
	padding: 2px 10px;
	border: 1px solid #DDDDDD;
	font-size: 10pt;
	text-align: center;
	text-decoration: none;
	color: #000000;
	letter-spacing:1px;
}
.htabs a:hover,
.htabs a.selected {
	color: #0065bb;
	border: 1px solid #0065bb;
	background: #FFFFFF;
}
.htabs a.selected {
	font-weight: bold;
	background: #FFFFFF url(../images/tab.png) repeat-x;
}
.htabs .htabsbutton{
	margin-left:10px;
}
.htabs .box1{
	margin: 0 3px;
	padding: 2px 10px 2px 25px;
	border: 1px solid #DDDDDD;
    position:relative;
}

.htabs .box1 input {
    position: absolute;
    top: 0;
    left: 5px;
    bottom:0;
    margin: auto;
}

.htabs-list {
	padding: 0px 0px 0px 0px;
	display:block;
	width:235px;
}
.htabs-list ul {
	list-style:none;
	margin: 0px;
	padding: 0px;
}
.htabs-list ul li {
	width: 100%;
	margin: 0px;
	padding: 0px;
	overflow:hidden;
	z-index:1;
}
.htabs-list .jobname{
	width:225px;
	margin: 2px 0px 2px;
	padding: 2px 0px 2px 5px;
	border-left: 6px groove #900;
	border-bottom: 1px groove #900;
	font-size: 12pt;
	cursor:pointer;
	text-align:left;
}
.htabs-list .jobname a {
	text-decoration: none;
	font-size: 12pt;
}
.htabs-list .slideinfo {
	display:none;
}
.htabs-list .slideinfo a {
	float:left;
	display:block;
	height: 15px;
	width: 110px;
	margin: 1px 1px 1px 0px;
	padding: 3px 2px 4px 2px;
	border: 1px solid #DDDDDD;
	background: #FFFFFF url(../images/tab.png) repeat-x;
	font-size: 10px;
	color: #000000;
}
.htabs-list .slideinfo a.selected {
	background: #FFFFFF;
	font-weight: bold;
}



/* SPECIAL
------------------------------------------------------------------*/
.list .mid {
	text-align: center;
	padding: 7px;	
	vertical-align:top;
}
.dragsort-scrollbox {
	height:545px;
	width: 430px;
	padding: 5px;
	margin: 10px auto;	
	overflow-y: scroll;	
	background: #FFFFFF;
	border: 1px solid #CCCCCC;
	font-size:1em;
}
.dragsort-scrollbox ul {
	margin: 0;
	padding: 0;
	min-width:400px;
	list-style: none;
}
.dragsort-scrollbox .list-img {
	margin: 0;
}
.dragsort-scrollbox .list-img li {
	height: 50px;
	width: 380px;
	margin:5px;
	padding:5px;
	border: 1px solid #CCC;
	overflow: hidden;
}
.dragsort-scrollbox .list-img li .ig {
	float: left;
	width: 50px;
	height: 50px;
	margin:0 auto;
	border: solid 1px #ddd;
	text-align: center;
}
.dragsort-scrollbox .list-img li .tx {
	float: left;
	width: 300px;
	height: 50px;
	margin: 3px;
	text-align: left;
}
.dragsort-scrollbox .placeHolder div {
	width:100%;
	height: 50px;
	background-color: #aaa !important;
	border: dashed 1px gray !important;
}



/* 語系/類別分類
------------------------------------------------------------------*/
.lage, 
.lagem{
	padding:10px 10px;
	margin:5px 0; 
	border:1px #aaa solid;
}
.lagem:nth-child(odd){
	background: #eee
}
.red-box {
	border: #F00 2px dashed;
}



/* GROUP
------------------------------------------------------------------*/
.tm {
	height:40px;
}
.tm div{
	display:inline-block;
	margin:10px;
}
.tm .tmt{
	width:230px;
}
.tm .dcb{
	width: 50px;
}



.feedbacktable > div {
	float:left;
	width:50%;
	overflow:hidden;
}
.feedbacktable table{
	width:600px;
	border-collapse:collapse;
}
.feedbacktable table td {
	border:1px #666 solid;
	padding:5px 10px;
}
	

.boxlock body {
	overflow-x:hidden;
	overflow-y:hidden;
}

.block-cloth{
	display:none;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height: 100%;
	z-index:9999;
	background-color: rgba(0,0,0,0.5);
}
.block-cloth .wait {
    width: 300px;
    font-size: 32px;
    color: #FFF;
    background-color: #000;
    text-align: center;
    padding: 15px;
	position:fixed;
	top:50%;
	left:50%;
	margin-left:-150px;
}
	

/* FOOTER
------------------------------------------------------------------*/
#footer {
	position: relative;
	height: 40px;
	margin-top: -78px;
	padding-top: 38px;
	background: #FFFFFF url(../images/footer.png) repeat-x;
	text-align: center;
	font-size: 12px;
	color: #333;
}
#footer a {
	color: #333;
	text-decoration: underline;
}


