@charset "utf-8";
/* CSS Document */
BODY {
	margin-left: 5px;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	background-color:#FFFFFF;
}
body,td,th {
	color: #555555;
	font-size:12px;
}
.style1 {
	color: #FFFFFF;
	font-weight: bold;
}
.style2 {
	color: #FFFFFF
}
form{
	margin:0;
	padding:0;
}
A:link {
	color: #000000;
	text-decoration:none;
}
A:visited {
	color:#9C0031;
	text-decoration:none;
}
A:hover {
	color:#7D376A;
	text-decoration:underline;
}
.log_td_table {
	border-right: #cccccc 1px solid;
	padding-right: 5px;
	border-top: #cccccc 1px solid;
	padding-left: 5px;
	padding-bottom: 5px;
	border-left: #cccccc 1px solid;
	padding-top: 5px;
	border-bottom: #cccccc 1px solid;
	background-color:#FFFFFF;
}
.log {
	border-right: 1px ridge;
	border-top: 1px groove;
	font-size: 12px;
	border-left: 1px groove;
	border-bottom: 1px ridge;
	background-color: #F5F5F5;
}
.box {
	padding-bottom: 1px;
}
.ipt {
	border-right: #666666 1px solid;
	border-top: #666666 1px solid;
	border-left: #666666 1px solid;
	border-bottom: #666666 1px solid;
	height: 12px;
	background-color: #FFFFFF;
}
.textarea {
	border-right: #cccccc 1px solid;
	padding-right: 1px;
	border-top: #cccccc 1px solid;
	padding-left: 1px;
	font-size: 12px;
	padding-bottom: 1px;
	border-left: #cccccc 1px solid;
	color: #085878;
	padding-top: 1px;
	border-bottom: #cccccc 1px solid;
	background-color: #FFFFFF;
}
.input {
	border-right: #cccccc 1px solid;
	padding-right: 1px;
	border-top: #cccccc 1px solid;
	padding-left: 1px;
	font-size:12px;
	padding-bottom: 1px;
	border-left: #cccccc 1px solid;
	color: #085878;
	padding-top: 1px;
	border-bottom: #cccccc 1px solid;
	height: 20px;
	background-color:#FFFFFF;
}
SELECT {
	font-size:12px;
	filter: Alpha(Opacity=50);
	color:  #666666;
	background-color: #f5f5f5;
}
.se {
	border-right: #ffffff 1px solid;
	border-top: #ffffff 1px solid;
	font-size:12px;
	border-left: #ffffff 1px solid;
	color: rgb(255,255,255);
	border-bottom: #ffffff 1px solid;
	background-color: #141414;
}
.input1 {
	border-right: #666666 1px solid;
	border-top: #666666 1px solid;
	font-size:12px;
	border-left: #666666 1px solid;
	color: rgb(255,255,255);
	border-bottom: #666666 1px solid;
	background-color: #141414;
}
.pinput {
	border-right: #cccccc 1px solid;
	padding-right: 1px;
	border-top:#cccccc 1px solid;
	padding-left: 1px;
	font-size:12px;
	padding-bottom: 1px;
	border-left: #cccccc 1px solid;
	color: #0C84B1;
	padding-top:1px;
	border-bottom: #cccccc 1px solid;
	background-color: #FFFFFF;
}

.menutable{
	width:100%;
	height:40px;
	background-color:#FFFFFF;
}
.mtable{
	width:100%;
	background-color:#CCCCCC;
}
.mth{
	height:28px;
	/*background-color:#F5F5F5;*/
	background-image:url(images/thbg.gif);
	font-weight:bold;
	text-align:center;
	color:#000000;
}
.mtdleft{
	background-color:#FFFFFF;
	width:20%;
	text-align:right;
}
.mtdright{
	background-color:#FFFFFF;
}
.mthlist{
	background:#F5F5F5;
	/*background-color:#F5F5F5;*/
	height:28px;
	color:#000000;
}
.mtdlistmid{
	background-color:#FFFFFF;
	vertical-align: top;
}
.mtdlistbot{
	background-color:#F5F5F5;
	height:28px;
}
.menulist{
	float:left;
	width:200px;
	height:28;
	padding-top:7px;
	margin-right:10px;
	text-align: center;
}
.menulist a:link {
	color: #000000;
	text-decoration:none;
	font-size:14px;
	font-weight:bold;
}
.menulist a:visited {
	color:#000000;
	text-decoration:none;
	font-size:14px;
	font-weight:bold;
}
.menulist a:hover {
	color:#00FF00;
	text-decoration:underline;
	font-size:14px;
	font-weight:bold;
}
.botton{
	width:68px;
	height: 25px;
	background-image:url(images/bottonbg.gif);
	font-size: 12px;
	color: #000000;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.red{
	color:#FF0000;
}