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

/* ------------------ */
/*  System Config page*/
/* ------------------ */

.header_box .header_system_config_box{
	width:550px;
	height:180px;
	margin:0 0 0 10px;
	background:url(../../images/system_config_box_middlebar.gif) repeat center;
	float:left;
}

.header_box .header_system_config_box .info_title_box_topbar{
	width:550px;
	height:8px;
	background:url(../../images/system_config_box_topbar.gif) no-repeat top center;
}

.header_box .header_system_config_box .info_title_box_bottombar{
	width:550px;
	height:8px;
	background:url(../../images/system_config_box_bottombar.gif) no-repeat top center;
}


.header_system_config_box #system_config_box {
	width:520px;
	margin:0 auto;
}

.header_system_config_box h5 {
	font-size:16px;
	font-weight:bold;
	margin:0 0 10px 0;
	color:#F90;
	border-bottom:#F90 1px dotted;
	padding-bottom:4px;
}

.header_system_config_box li.menu {
	float:left;
	width:250px;
	height:130px;
	margin:0 10px 0 0;
	display:block;
}

.header_system_config_box li.menu p{
	font-size:14px;
	font-weight:bold;
	padding:3px 5px;
	background:#666;
	color:#FFF;
}

.header_system_config_box li.menu ul {
	margin-left:10px;
}




/*  System Config page LIST*/

.main_container #system_list {
	width:930px;
	margin:0 auto;
}

.main_container #system_list th{
	line-height:27px;
	height:27px;
	border-right:#FFF 1px solid;
	color:#FFF;
	background:#6DA61C;
	border-bottom:none;
}

.main_container #system_list td{
	height:23px;

}

.main_container #system_list td p{
	line-height:14px;
	padding:5px 3px;
	color:#666;
	overflow:hidden;
}

#new_item_window,
#new_item_window a,
#new_item_window a:link,
#new_item_window a:visited {
	width:100px;
	margin:20px auto;
	text-align:center;
	padding:3px;
	background:#F90;
	color:#FFF;
}

#new_item_window:hover {
	background:#FC6;
}


tr.table_row_0 td{
	background-color:#F8FAEB;
	border-top:#9AC94A 1px solid;
	padding-top:5px;
	padding-bottom:5px;
}

tr.table_row_1 td{
	background-color:#EFF5D8;
	border-top:#9AC94A 1px solid ;
	padding-top:5px;
	padding-bottom:5px;
}

tr.access_log_agent{
	background-color:#D7E8A7;
}

td.access_log_agent{
	font-size:10px;
	line-height:10px;
	padding:2px 5px;
	border-top:#9AC94A 1px dashed ;
	color:#6DA61C;
}

