@charset "utf-8";
html,body {
	width: 100%;
	height: 100%;
	background-color: #c9c9c9;
	padding: 0px;
	margin: 0px;
	/*font-family: "Times New Roman", Georgia, Serif;*/
}
#container {
	position: relative;
	width: 754px;
	margin: 0;
}
#board {
	border: 1px solid black;
	background-color: white;
}
#top_banner {
	clear: both;
	width: 750px;
	/*height: 75px;*/
	background-color: white;
	border-top: 1px solid grey;
	border-right: 1px solid grey;
	border-bottom: 2px solid #FF0;
	border-left: 1px solid grey;
}
#top_banner_title {
	float: left;
	width: 202px;
	/*padding-top: 15px;*/
	color: blue;
	font-size: 20px;
	font-style: italic;
	font-weight: bold;
	text-align: center;
	background-color: white;
}
#top_banner_mid_img {
	float: left;
	width: 386px;
}
#top_banner_right_img {
	float:left;
	width: 162px;
}
#menu_list {
	clear: both;
	float: none;
	width: 749px;
	/*height: 42px;*/
	padding-right: 1px;
	border-right: 1px solid grey;
	border-left: 1px solid grey;
	background-color: #330099;
}
#content {
	clear: both;
	width: 750px;
	height: 670px;
	border-right: 1px solid grey;
	border-left: 1px solid grey;
}
#left_index {
	float: left;
	width: 157px;
	height: 668px;
	padding: 1px;
	background-color: #7766cc;
}
#right_content {
	float: left;
	width: 589px;
	height: 668px;
	padding: 1px;
	background-color: white;
}
#info_content {
	float: left;
	width: 573px;
	height: 100px;
	padding: 7px 8px;
}
#main_content {
	float: left;
	width: 589px;
	height: 499px;
}
#note_content {
	float: left;
	width: 556px;
	height: 54px;
	padding: 1px 19px 1px 13px;
	font-size: 12px;
	text-align: left;
}
#content_side {
	float: left;
	width: 13px;
	height: 498px;
	padding: 1px;
}
#content_mid {
	float: left;
	overflow: auto;
	width: 531px;
	height: 474px;
	padding: 4px;
	margin: 3px 10px 17px 10px;
	font-size: 16px;
}
#footer {
	clear: both;
	height: 3em;
	width: 750px;
	border-right: 1px solid grey;
	border-left: 1px solid grey;
	border-bottom: 1px solid grey;
	background-color: #ff9955;
}
#left_footer {
	float: left;
	width: 159px;
	height: 3em;
	background-color: #43859a;
}
#right_footer {
	float: left;
	width: 591px;
	height: 3em;
	/*padding: 1px;*/
	color: white;
	font-size: 14px;
	text-align: right;
	background-color: #ff9955;
}
#right_footer a:link, #right_footer a:visited {
	color: white;
	text-decoration: none;
	border-bottom: 1px solid;
}
/* menu */
.myMenu {
	width: 749px;
	/*height: 42px;*/
	padding: 0;
	margin: 0;
	background-color: #330099;
}
.main_menu_li_contents {
	width : 154px;
	/*height: 38px;*/
	line-height: 38px;
}
.main_menu_li_small {
	width : 112px;
	/*height: 38px;*/
	line-height: 38px;
}
.main_menu_li_normal {
	width : 113px;
	/*height: 38px;*/
	line-height: 38px;
}
.main_menu_li_large {
	width : 120px;
	height: 38px;
	line-height: 19px;
}
.myMenu li {
	float: left;
	list-style: none;
	padding: 1px;
	border: 1px solid lightgrey;
	color: white;
	font-size: 15px;
	font-style: italic;
	text-align: center;
	background-color: #330099;
}
.myMenu li a:link, .myMenu li a:visited {
	display: block;
	margin: 0;
	color: #fff;
	text-decoration: none;
	background-color: #330099;
}
.myMenu li a:hover {
	background-color: rgb(153,153,204);
	color: yellow;
}
/*sub menu*/
.myMenu li ul li {
	float: none;
	padding: 0;
	border: none;
	font-size: 12px;
	font-style: normal;
	text-align: left;
}
.myMenu li ul li a:link, .myMenu li ul li a:visited {
	/*height: 20px;*/
	border-top: 1px solid white;
	line-height: 20px;
	background-color: #330099;
}
.myMenu li ul li a:hover {
	background-color: rgb(153,153,204);
	color: yellow;
}
.main_menu_li_normal ul, .main_menu_li_normal ul {
	position: absolute;
	visibility: hidden;
	padding:0;
	margin:0;
	+margin-left: -58px;
	border-top: 1px solid #fff;
}
.main_menu_li_normal ul li {
	+line-height: 15px;
}
.main_menu_li_normal ul li a:link, .main_menu_li_normal ul li a:visited {
	width: 113px;
}
.main_menu_li_large ul, .main_menu_li_large ul {
	position: absolute;
	visibility: hidden;
	padding:0;
	margin:0;
	+margin-top: 3px;
	+margin-left: -60px;
	border-top: 1px solid #fff;
}
.main_menu_li_large ul li a:link, .main_menu_li_large ul li a:visited {
	width: 120px;
}
/*index*/
.index_catgory {
	/*height: 18px;*/
	padding-left: 2px;
	color: orange;
	font-size: 14px;
	text-align: left;
}
.index_item {
	/*height: 18px;*/
	padding-left: 2px;
	font-size: 14px;
	text-align: left;
}
.index_item a:link, .index_item a:visited {
	display: block;
	color: white;
	text-decoration: none;
}
.index_item a:hover {
	color: yellow;
	background-color: #9999cc;
}
/*content*/
.info_txt{
	color: blue;
	font-size: 14px;
	font-family: sans-serif;
	font-style: italic;
	font-weight: bolder;
	text-align: right;
}
.content_title {
	clear: both;
	/*width: 530px;*/
	/*height: 16px;*/
	padding: 1px;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	background-color: #CCCCFF;
}
.text_block_70{
	float: left;
	width: 70%;
}
.text_block_50{
	float: left;
	width: 50%;
}
.text_block_30{
	float: left;
	width: 30%;
}
.context_radio, .context_checkbox {
	clear: both;
	margin-top: 4px;
	margin-bottom: 4px;
	font-size: 14px;
	font-weight: bolder;
	text-align: left;
}
.context_radio_blur_bg {
	clear: both;
	width: 530px;
	padding: 1px;
	margin-bottom: 5px;
	font-size: 14px;
	font-weight: bolder;
	text-align: left;
	background-color: #DDEEFF;
}
.status_text_line {
	height: 16px;
	padding: 2px;
	border: 1px solid black;
	font-size: 14px;
	font-weight: bold;
	text-align: left;
}
.status_text_title {
	height: 60px;
	padding: 2px;
	border: 1px solid black;
	font-size: 14px;
	font-weight: bold;
	text-align: left;
}
.status_text_title2 {
	height: 82px;
	padding: 2px;
	border: 1px solid black;
	font-size: 14px;
	font-weight: bold;
	text-align: left;
}
.text_line {
	height: 21px;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-right: 10px;
	background-color: #DDEEFF;
	font-size: 14px;
	font-weight: bolder;
	text-align: left;
	text-indent: 30px;
	line-height: 20px;
}
.status_text_value {
	height: 16px;
	padding: 2px;
	border: 1px solid black;
	color: black;
	font-size: 14px;
	font-weight: bold;
	text-align: left;
}
.status_title {
	clear: both;
	width: 530px;
	/*height: 20px;*/
	font-size: 14px;
	font-weight: bold;
	text-align: left;
	line-height: 20px;
}
.bold_text_line {
	width: 100%;
	/*height: 21px;*/
	margin-bottom: 5px;
	margin-right: 10px;
	margin-top: 10px;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	line-height: 25px;
}
#dev_status_block, #dev_raw_block {
	clear: both;
	height: 130px;
	width: 530px;
	border: 2px solid #000;
	font-size: 14px;
	text-align: left;
}
#dev_status_block_content {
	padding: 5px;
	font-family: monospace;
}
.status_block {
	clear: both;
    height: 88px;
    width: 528px;
	margin-top: 20px;
    border: 1px solid black;
}
.input_text_field {
	height: 21px;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-right: 10px;
	text-align: left;
}
.input_text_field input[type=text] {
  width: 80%;
}
.select_field {
	height: 21px;
	margin-top: 5px;
	margin-bottom: 6px;
	text-align: left;
}
.bolder_text {
	margin-top: 30px;
	color: black;
	font-size: 16px;
	font-weight: bold;
	text-align: left;
}
.btn_apply {
	margin-top: 30px;
	margin-right: 15px;
	font-size: 13px;
}
.btn_apply_large {
	clear: both;
	float: left;
	width: 250px;
	margin-top: 8px;
	margin-right: 10px;
	margin-left: 10px;
}
.btn_submit_div {
	clear:both;
	text-align: center;
}
#btn_sys_cfg_def {
	float: left;
	margin-top: 5px;
	margin-bottom: 5px;

}
#input_fw_update, #input_certi_update, #input_key_update {
	float: left;
	padding-top: 25px;
}
#btn_fw_update, #btn_certi_update, #btn_key_update {
	float: left;
	clear: both;
}
#loading {
	position: fixed;
	left: 50%;
	bottom: 50%;
	margin-top: -22px;
	margin-left: -22px;
}
#mask {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	background-color: rgba(0, 0, 0, 0.6);
}