@charset "utf-8";
/* CSS Document */
body{
	margin:0px;
	background-image:url(../images/bg01.jpg);
}
/****** imita_login ******/

.login_bg{
	background:url(../images/index_bg.jpg);
	background-position:top;
	background-repeat:repeat-x;
}
.login_box{
	margin-top:100px;
	width:547px; 
	height:306px; 
	background: url(../images/index_login.png);
	background-repeat:no-repeat;
	text-align:center;
	font-size:15px;
	color:#333;
	padding-top:170px;
	line-height:200%;
}
.login_btn {
	background: url(../images/bg_login_btn.png) repeat-x top; 
	border-radius: 8px; -moz-border-radius: 8px; 
	border: none; 
	font-size: 15px; 
	font-weight: 100; 
	text-shadow: 1px 1px 1px #E5EFBF; 
	color: #5B6B1D; 
	width: 100px; 
	padding: 5px 0; 
	margin: 5px 0 0 230px; 
	display: block; 
	cursor: pointer; 
	border-top: 1px solid #D5E499; 
	letter-spacing: -1px;
}
		
.login_btn:hover {
	background: url(../images/bg_login_btn.png) -0 -60px; 
	cursor: pointer; 
	color: #2F370F;
}
 
/************************/




	
a {
	color:#09F;
	font-size:13px;
	cursor:pointer;	
}

a:hover {
	color:#06F;
	font-size:13px;
	cursor:pointer;	
}


/**********************************/

.div_item {
	float:left;
	margin-right:15px;
	margin-top:3px;
	margin-bottom:3px;
	
}

.div_rule {
	margin-left:50px;

}

.rule_combination_name {
	color:#06C;
	font-size:15px;
	font-weight:bolder;
}

.rule_name {
	color:#09F;
	font-size:13px;
}

.level_1 {
	margin-left:-10px;
	margin-top:10px;
	color:#09F;
	font-size:15px;
	font-weight:bolder;
}

.level_2 {
	margin-left:0px;
	margin-top:3px;
	list-style-type:circle;
	color:#9C0;
	font-size:15px;
	font-weight:bolder;
}

.status_info_1 {
	color:#393;
	font-size:13px;
	cursor:pointer;
}

.status_info_2 {
	color:#F00;
	font-size:13px;
	cursor:pointer;
}

.status_info_9 {
	color:#CCC;
	font-size:13px;
	cursor:pointer;
	text-decoration: line-through;
}

.change_file_status {
	color:#66F;
	font-size:13px;
	cursor:pointer;
	margin:5px;
	background-color:#CCC;
	padding:3px;
	
}

.del {
	color:#F30;
	font-size:13px;
	cursor:pointer;
}


.error {
	color:#F30;
	font-size:13px;
	font-weight:bolder;
}

.over_tr {
	background-color: #E8E8E8;
	color:#F63;
}

.choice {
	color:#FFF;
	background-color: #F9C;
}


/* 左側選單 */
#main_menu{
	margin-top:-6px;
}
.menu_level_1 {
	margin:5px auto auto 0px;
	padding-left:7px;
	background:url(../images/list_btn.gif) repeat-x;
	line-height:200%;
	list-style-type:none;
	color:#FFF;
	font-size:17px;
	font-weight:bolder;
}

.menu_level_2 {
	margin:3px auto auto 10px;
	padding-left:-10px;
	color:#999;
	font-size:15px;
	border-bottom:#999 1px dashed;
	list-style-image:url(../images/activity_li.png);
	line-height:160%;
}
.menu_level_2 a{
	color:#666;
}
.menu_level_2 a:hover{
	color:#C60;	
}

.sort_able {
	border: 2px dashed #09F;
}


/* 分頁 */
.page_bar {
	font-family: "Lucida Grande","Lucida Sans Unicode",Verdana, Geneva, sans-serif;
	font-size: 15px;
	color: #666;
}
.now_page{
	font-family: "Lucida Grande","Lucida Sans Unicode",Verdana, Geneva, sans-serif;
	font-size: 20px;
	font-weight: bolder;
	color: #090;	
}

.page_num{
	font-family: "Lucida Grande","Lucida Sans Unicode",Verdana, Geneva, sans-serif;
	font-size: 15px;
	color: #06F;
	font-weight: bolder;
	text-decoration: none;
}

.page_num:hover{
	font-family: "Lucida Grande","Lucida Sans Unicode",Verdana, Geneva, sans-serif;
	font-size: 15px;
	color: #0CF;
	font-weight: bolder;
}

.change_page{
	font-family: "Lucida Grande","Lucida Sans Unicode",Verdana, Geneva, sans-serif;
	font-size: 15px;
	color: #06F;
	text-decoration: none;
}

.change_page:hover{
	font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, Geneva, sans-serif;
	font-size: 15px;
	color: #0CF;
}




/* 權限 */
.permission_name {
	font-size:13px;
	color: #333;
}

.permission_name_B {
	color: #09F;
}

.permission_description {
	font-size:13px;
	color: #666;
}

.del_button {
	font-size:13px;
	font-weight:bolder;
	color: #F00;
	cursor:pointer;
}

.edit_button {
	font-size:13px;
	font-weight:bolder;
	color: #00F;
	cursor:pointer;
}


/* 單元列表 */
.operating_functions_div{
	float:right;
	font-size:13px;
	margin:3px;
}

.additional_theme{
	float:right;
	font-size:13px;
	margin:3px;
}

.search_item_div {
	float:left;
	margin:10px;

}

.order_by_title {
	cursor:pointer;
}


.examine_label {
	height:15px;
	float:left;
	color:#E4E4E4;
	font-size:15px;
	text-shadow: 1px 1px 1px #666666;
	line-height:15px;
	padding-left:10px;
	padding-right:10px;
	padding-top:3px;
	padding-bottom:3px;
	margin-left:10px;
	background-color:#E2BE96;
	border-color:#C64000;
	border-width:1px;
	border-bottom:0px;
	border-style:solid;
}

.examine_label_hover {
	color:#FFFFFF;
	background-color:#F90;
}

.examine_label_select {
	color:#FFFF00;
	background-color:#C44000;
}



/* 單元編輯 */
.theme_title {
	text-shadow:0 1px 0 #E6E6E6;
	color:#630;
	font-size:18px;
	line-height:1.5;
	text-decoration:none;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
}

.theme_title2 {
	text-shadow:0 1px 0 #E6E6E6;
	color:#09F;
	font-size:18px;
	line-height:1.5;
	text-decoration:none;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
}

.theme_title3 {
	text-shadow:0 1px 0 #E6E6E6;
	color:#C90;
	font-size:18px;
	line-height:1.5;
	text-decoration:none;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
}

.edit_title {
	text-shadow:0 1px 0 #E6E6E6;
	color:#444;
	font-size:13px;
	line-height:1.5;
	font:13px/18px "Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif;
	text-decoration:none;
}


.source_name {
	color:#39F;
	font-size:13px;
	line-height:1.5;
	font:13px/18px "Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif;
	text-decoration:none;
}

/* 報名規則管理 */
.rule_group {
	margin-bottom:20px;
}

.rule_item {
	color:#09F;
	font-size:13px;
	cursor:pointer;
	width:220px;
	float:left;
	margin:5px;
	text-align:left;
	
}


/* 班別配分設定管理 */
.scores_group {
	margin-bottom:20px;
}

.scores_item {
	color:#09F;
	font-size:13px;
	cursor:pointer;
	width:300px;
	float:left;
	margin:5px;
	text-align:left;
	
}

/* 帳號樹 */
.tree_box{
	margin-left:100px;

}

.tree_item{
	line-height:40px;

	
}

.tree_note {
	color:#666;
	margin-left:10px;
}

.account_tree ul {
	margin:0px;
	padding:0px;
	margin-bottom:20px;
	margin-left:50px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #666;

}

.account_tree li {
	margin:0px;
	padding:0px;
	font-size:18px;
	line-height:1.5em;
	list-style-image: url(/images/tree_line.gif);
	list-style-type: none;
}

.tree_voild {
	color:#FF0;
	font-weight: bolder;
	background-color: #F00;
}

.tree_level_1 {
	color:#06F;
}

.tree_level_2 {
	color:#090;
}

.tree_level_3 {
	color:#F6C;
}

.tree_level_4 {
	color:#960;
}

.tree_level_5 {
	color:#C3F;
}

.tree_level_6 {
	color:#F90;
}

.tree_level_7 {
	color:#99C;
}

.tree_level_8 {
	color:#666;
}

.tree_level_9 {
	color:#FF6;
}


/* 單元管理 */
.is_disable {
	background-color:#EEE;
}


/* 書審 */
.score_total {
	font-size:32px;
	color: #F00;
	font-weight:bolder;
}


.score {
	font-size:26px;
	color: #36F;
	font-weight:bolder;
}


/* 連動選單 */
.level_option_item_name {
	font-size:13px;
	font-weight:bolder;
	color: #09C;
}

.level_option_item {
	font-size:13px;
	color: #333;
}


/* 一般設定 */
.a {
	font-size:13px;
	font-weight:bolder;
	color: #09F;
	text-decoration: none;
	cursor:pointer;
}

.a:hover {
	font-size:13px;
	font-weight:bolder;
	color: #03F;
	text-decoration: none;
	cursor:pointer;
}

.b {
	font-size:13px;
	font-weight:bolder;
	color: #1B7DF5;
	text-decoration: none;
	cursor:pointer;
}

.b:hover {
	font-size:13px;
	font-weight:bolder;
	color: #0566B6;
	text-decoration: none;
	cursor:pointer;
}

.text01 {
	font-size:13px;
	color: #666;
}

.text02 {
	font-size:13px;
	color: #69F;
}

.text03 {
	font-size:13px;
	color: #96C;
}

.text04 {
	font-size:13px;
	color: #F00;
}

.text05 {
	font-size:13px;
	color: #F90;
}

.title01 {
	font-size:16px;
	color: #666;
}

.title02 {
	font-size:16px;
	color: #69F;
}

.title03 {
	font-size:16px;
	color: #96C;
}

.title04 {
	font-size:16px;
	color: #F00;
}

.title05 {
	font-size:16px;
	color: #F90;
}


.shadow01 {
	text-shadow:0 1px 0 #E6E6E6;
}

.shadow02 {
	text-shadow:0 1px 0 #666;
}

.shadow03 {
	text-shadow:0 1px 0 #222;
}

/**Jiau add**/
#add_new_account{  /**新增帳號按鈕**/
	background-image:url(../images/account_add.png);
	background-position:left;
	background-repeat:no-repeat;
	text-align:right;
	padding:13px 3px 2px 13px;
	outline:0;
}

/**********top**************/
.top {
	height:150px;
	background-color:#87beb7;
	border:0px;
}
#top_title {
	position:absolute;
	font-size:25px;
	color:#8f5f25;
	font-weight:bold;
	z-index:1;
	left: 40px;
	top: 31px;
	text-shadow: 1px 1px 1px #E5EFBF;
	text-align:center;
}
.top_images {
	float:right;
	margin:15px;

}
.top_login {
	position:absolute;
	font-size:15px;
	color:#FFF;
	z-index:2;
	left: 50px;
	bottom: 50px;
	width:65px;
	text-align:center;
	font-weight:bold;
}
.top_logout {
	position:absolute;
	font-size:15px;
	color:#8f5f25;
	z-index:2;
	left: 50px;
	bottom: 20px;
	width:60px;
	text-align:center;
	font-weight:bold;	
}
.top_logout a{
	text-decoration:none;
	color:#FFF;
}