/* 主要樣板CSS */
body {
	font: 12px Arial, "新細明體";
	color:#000000;
	margin:0px;
}
img{ 
	border:0px;
}
a{ 
	border:0px;
}
.header{
	border-bottom:solid 2px #CCC;
	padding:0px 0px 0px 20px;
}
.header_right{
	float:right;
	padding:20px 6px;
	line-height:28px;
}
.multi-language{
	width:250px;
}
#log_front_name{
	font-size:16px;
	font-weight:bolder;
}
#log_front{
	 margin: 0 20px; float:right; border-bottom:1px dashed #666666;
}


/*
	路徑連結
*/

.ui-state-defalut_without_bg_border{background:none; border:0px;}

.item_title {padding: .7em 10px .4em 30px;text-decoration: none;position: relative; background-position:top;}
.item_title span.ui-icon {margin: 0 5px 0 -20px;position: absolute;}
.edit_link {padding: .4em 1em .4em 20px;text-decoration: none;position: relative;}
.edit_link span.ui-icon {margin: 0 5px 0 0;position: absolute;left: .2em;top: 50%;margin-top: -8px;}
.sort_link {padding: .4em 1em .4em 20px;text-decoration: none;position: relative; cursor:move;}
.sort_link span.ui-icon {margin: 0 5px 0 0;position: absolute;left: .2em;top: 50%;margin-top: -8px;}
.path_link {text-decoration: none;position: relative; padding:.4em 10px .4em 10px;}
.path_link span.ui-icon {margin: 0 5px 0 0;position: absolute;left: .2em;top: 50%;margin-top: -8px;}
.sort_link_disabled {padding: .4em 1em .4em 20px;text-decoration: none;position: relative; cursor:not-allowed; color:#999 !important;white-space:nowrap;}
.sort_link_disabled span.ui-icon {margin: 0 5px 0 0;position: absolute;left: .2em;top: 50%;margin-top: -8px;}


ul#icons {margin: 0; padding: 0;}
ul#icons li {margin: 2px; position: relative; padding: 4px 0; cursor: pointer; float: left;  list-style: none;}
ul#icons span.ui-icon {float: left; margin: 0 4px;}
.sort_table{
	background:#FFFFFF; height:40px; border:1px solid #CCC; color:#333;
}
.sort_table_hover{
	background:#FCF4DA;
}
.page_list{
	font-weight:bolder;
	padding: 3px 10px 5px 20px;
	margin:0 2px;
	text-decoration: none;
	position: relative; 
	cursor:pointer;
}
.page_list span.ui-icon {
	margin: 0 5px 0 0;
	position: absolute;
	left: .2em;
	top: 50%;
	margin-top: -8px;
}
.page_btn{
	padding: 3px 1em .4em 1em;
	margin:0 2px;
	font-weight:bolder;
	text-decoration: none;
	position: relative; 
	cursor:pointer;
}
.page_btn span.ui-icon {margin: 0 5px 0 0;position: absolute;left: .2em;top: 50%;margin-top: -8px;}
.page_btn_useless{
	padding: 3px 1em .4em 1em;
	text-decoration: none;
	position: relative; 
	cursor:text;
}
.page_list_useless{
	font-weight:bolder;
	padding: 3px 10px 5px 20px;
	margin:0 2px;
	text-decoration: none;position: relative; cursor:text;
}
.page_list_useless span.ui-icon {margin: 0 5px 0 0;position: absolute;left: .2em;top: 50%;margin-top: -8px;}

.btn{
	font-size:12px;
	padding:4px;
	cursor:pointer;
}

/*
	表單驗證
*/
form label.error{
	color:#CC3333;
	padding-left:5px;
}

input input.valid{
	/*background-color:#B8F5B1;*/
}

input input.error{
/*	background-color:#FF9F9F;*/
}

.bgTop{
	/*
	background:url(../../images/admin/bg_top.gif);
	*/
	padding-top:20px; 
	color:#999;
}
.bgTop2{
	background-image:url(../../images/admin/bg_top2.gif);
	background-repeat:repeat-x;
	color:#FFFFFF;
}

.bgBottom{
	/*
	background:url(../../images/admin/bg_bottom.gif);
	height:50px;
	*/
}
.borderBottom{
	border-bottom:1px solid #dddddd;
}
.title_info{
	color:#990000;
}



/*
舊的
不知道哪裡用到的

*/
/*
.main_area a:link {
	color:#6666CC;
	font-size: 12px;
	text-decoration: none;
}
.main_area a:visited {
	color:#6666CC;
	text-decoration: none;
	font-size: 12px;
}
.main_area a:hover {
	color:#ff0000;
	text-decoration: underline;
	font-size: 12px;
}
.main_area a:active {
	color:#000000;
	text-decoration: none;
	font-size: 12px;
}
*/
.undisplay{
	background-color:#EEE;
	color:#666;
	text-decoration:line-through;
}

.display{
	background-color:#FFF;
	color:#000;
}
.display_rollover{

	background-color:#666;
	color:#FFF;
}

.display_rollover a:link {
/*	color: #3d3c3c;*/
	color:#FFF;
	font-size: 12px;
	text-decoration: none;
}
.display_rollover a:visited {
	color:#FFF;
	text-decoration: none;
	font-size: 12px;
}
.display_rollover a:hover {
	color:#3CF;
	text-decoration: underline;
	font-size: 12px;
}
.display_rollover a:active {
	color:#3CF;
	text-decoration: none;
	font-size: 12px;
}

.developby{
	text-align:right;
	padding:5px 10px 5px;
	color:#999;
}
form {
	margin:0;
}
/*預設CSS*/
.H1 {
	font-family: Arial, "新細明體";
	font-size: 15px;
	font-weight: bold;
}
.H2 {
	font-family: Arial, "新細明體";
	font-size: 12px;
	font-weight: bold;
	color: #FF6600;
}
.H3 {
	font-family: Arial, "新細明體";
	font-size: 12px;
	font-weight: bold;
}
.left_text{
	font-size:12px;
	margin-left:20px;
	padding-top: 20px;
	padding-right:30px;
}
.thtable {
                padding: 5px;
                border-top-width: 1px;
                border-top-style: solid;
                border-top-color: #EFEFEF;
                border-left-width: 1px;
                border-left-style: solid;
                border-left-color: #EFEFEF;
                border-bottom-width: 1px;
                border-bottom-style: solid;
                border-bottom-color: #999999;
                border-right-width: 1px;
                border-right-style: solid;
                border-right-color: #999999;
            }
/*後台*/
#logo {
	float: left;
	height: 33px;
	width: 500px;

	padding:15px 15px 0px 15px;
}
/*上方快選*/
#topLink {
	width: 300px;
	float: right;
	margin-top: 15px;
	text-align: right;
	margin-right: 10px;
}
#topLink a{
	font-family: Arial, 新細明體;
	font-size: 12px;
	color: #444444;
}
#topLink a:visited,a:active,a:link{
	text-decoration: none;
}
#topLink a:hover{
	text-decoration: none;
	/*color: #6cb40e;*/
}

#Back_Stage{
	font-family: Arial, "新細明體";
	font-size:12px;
}

/* 換行CSS*/
.Blocker {
 	/*border: 2px dashed #333;*/
 	background-color: #FFFFFF;
  }
.spacer {
  clear: both;
  }
.float {
  float: left;
  }
.float p {
  text-align: center;
   }
.float1 {
	padding:5px;
   }
.float2 {
	height:26px;
   }
.item_img{
	max-height:100px;
	max-width:100px;
}
.item_hide_img{
	-moz-opacity:0.3;
	filter:alpha(opacity=50);
}
.item_hide_text{
	color:#999999;
}
.item_width1{
	width:120px;
}
.item_height1{
	height:110px;
}
  
/* 換行CSS*/

.photopad{
	padding:10px;
	font:"新細明體";
	font-size:12px;
}
.tablepad1{
	text-align:right;
	padding-right:20px;
}
.tablepad2{
	text-align:right;
	padding-right:20px;
	padding-top:8px;
	padding-bottom:8px;
}
.tablepad3{
	text-align:left;
	padding:3px 2px 3px 10px;
}
.formpadding_view{
	padding-top:20px;
}

.table_bottom1{
	border-bottom:dashed 1px #666666;
}
.table_bottom2{
	border-bottom:dotted 1px #666666;
}
.table_bottom3{
	border-bottom:dotted 1px #CCCCCC;
}
.table_bottom4{
	border-bottom:dotted 3px #CCCCCC;
}
.table_border1{
	border:dashed 1px #666666;
	text-align:center;
	height:40px;
}
.check1{
	background-color:#FFFF00;
}
.check2{
	background-color:#99CC33;
}

.admin_table_left {
	padding-right:20px;
}
.textwidth_100 {
	width:100px;
}
.textwidth_200 {
	width:200px;
}
.textwidth_gray200 {
	border:1px #CCCCCC dashed;
	width:200px;
}
.textwidth_350 {
	width:350px;
}
.type_err{
	padding-left:20px;
	color:#FF0000;
}
.button1{
	border:#ccc dashed 1px;
	background:#fff;
	width:50px;
	height:30px;}	

.button{
	border:#ccc 1px solid;
	background:#fff;
	font-size:12px;
	color:#333;
	height:22px;
}

.img_max_100{
	max-height:100px;
	max-width:100px;
}

.img_max_300{
	max-height:300px;
	max-width:300px;
}

.boxBorder{
	border:0px solid #CCCCCC;
}

.fontGuest{
	color:#FF9900;
}
.fontRed{
	color:#FF0000;
}
.fontYellow{
	color:#FFFF00;
}
.fontBlue{
	color:#0000FF;
}

/**
 * .sort1
 * 排序
 *
 */
.sort1 { list-style-type: none; margin: 0; padding: 0; width: 100%; }
.sort1 li { margin: 0 0px 3px 0px; height:35px; }
.sort1 li span { position: absolute; margin-left: -1.3em; }
.sort2 {cursor:move; text-align:center}

/*後台首頁權限顯示*/
.adminright_display{
	list-style-type:disc;
	vertical-align:middle;
	padding-left:20px;
}
/*後台目錄樣式*/
.menu_border1{
	padding:5px 0px 0px 0px;
	background-color:#FFF;
	border:#FFF solid 15px;
}
.menu_border2{
	border:#FFF solid 1px;
	margin-top:-5px;
}

/*book list中的拖曳bar設定*/
.slider_width{
	width:200px;
	padding-left:10px;
}

.slider_container{
	float:left;
	width:100px;	
}

.slider_htm{
	float:left;
	width:10px;
	padding-left:10px;
}


.padding_left1{
	padding-left:5px;
}

.header_bg{
	background:#963;
	height:40px;
}

 /* ======================form class define =========================*/
input.clickbutton{
	border : 1px #CCCCCC solid;
	background-color: #ffffff; 
	height:30px;
	color:#000000
}
input.text{
	border : 1px #CCCCCC solid;
	background-color: #ffffff; 
	height:15 px;
	width:100px
}
input.inputTitle{
	height:20px
}
input.buttonMenu{
	border:1px #8AA7CA solid;
	background-color:#eeeeee;
	height:30;
	color:#385085;
	background-image:url(../../images/admin/bg_top.gif);
}

#page_show{
	width: 150px;
}
#page_show_div{
	margin-left:60px;
}

#search_guide{
	color:#666;
	outline:none;
}

.search_guide_black{
	color:#000 !important;
}
