@charset "utf-8";


body {
	margin: 0px;
	behavior:url(../style/style/csshover.htc);
	padding: 0px;
}

#system {
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
	height: 72px;
	margin: 0px;
	padding: 0px;
	position: relative;
	width: 100%;
}

#system-title{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	margin: 0px;
	position: absolute;
	left: 40px;
	top: 18px;
	padding: 0px;
}
div#abgne_marquee {
	position: relative;
	overflow: hidden;	
	width: 898px;
	height: 25px;
	border: 0px;
}
div#abgne_marquee ul, div#abgne_marquee li {
	margin: 0;
	padding: 0;
	list-style: none;
}
div#abgne_marquee ul {
	position: absolute;
}
div#abgne_marquee ul li a {
	display: block;
	overflow: hidden;	
	font-size:12px;
	height: 25px;
	line-height: 25px;
	text-decoration: none;
}


#system-click{
	margin: 0px;
	padding: 0px;
	position: absolute;
	top: 10px;
	right: 15px;
	
}
#system-click a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	
}
#system-click a:hover{
	color: #FFFF00;
	text-decoration: underline;
	
}




#system-menu{
	position: absolute;
	left: 30px;
	top: 52px;
}

#system-menu ol,ul {
  padding:0;
  margin:0;

}


#system-menu ul {
  padding:0;
  margin:0;
  background:#FFF;

}

#system-menu ol li.submenu {
	float:left;
	list-style:none;
	margin:0;
	padding:1px 1em 0px 1em;
	position: relative;
	background-repeat: no-repeat;
	background-position: 0px 6px;
}

#system-menu ol li a {
	font-size: 12px;
	font-weight: lighter;
	color: #000000;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
}
#system-menu ol li a:hover {
	font-size: 12px;
	font-weight: lighter;
	text-decoration: none;
	color: #FFFFFF;
}

#system-menu li {
  list-style:none;
  margin:0;
  padding:0.5em 0.8em 0em 0.8em;

}

#system-menu li:hover {
	background-color: #316AC5;

}

#system-menu ol ul {
	display:none;
	position:absolute;
	left:0;
	top:16px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #ACA899;
	border-right-color: #ACA899;
	border-left-color: #ACA899;
}

#system-menu ol ul li {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ACA899;
}

#system-menu ol ul li:hover {
	background-color: #316AC5;
	color: #FFFFFF;
}

#system-menu ol ul li a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: lighter;
	color: #000000;
	text-decoration: none;
	display: inline;
}

#system-menu ol ul li a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: lighter;
	color: #FFFFFF;
	text-decoration: none;
}

#system-menu li:hover ul{
  display:block;
}

.system-title2{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #009900;
	text-decoration: none;
}
.system-content{
	background-color: #F2F2F2;
	border: 1px solid #CCCCCC;

}



#footer {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	margin-top: 30px;
	font-size: 12px;
	font-weight: lighter;
	color: #FFFFFF;
	background-color: #015EED;
	position: absolute;
	bottom: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	margin-bottom: 0px;
}

#footer-left{
	float: left;
	padding: 2px;
}

#footer-right{
	float: right;
		padding: 2px;

}
#header-right{
	font-size: 12px;
	font-weight: lighter;
	color: #FFFFFF;
	float: right;
		padding: 2px;

}
#content{
	margin: 0px;
	padding: 10px;

}


