@charset "utf-8";
/* CSS Document */
body{
	font:12px Arial, Helvetica, sans-serif;
	padding: 10px;
	overflow-y:scroll;
}
form{
margin:0;
padding:0;
}
.head{
background:#6699ff;
height:40px;
line-height:40px;
font-size:18px;
padding:5px;
font-family:Verdana, Arial, Helvetica, sans-serif;
}
.menu{
text-align:right;
}
.menu a{
font-size:11px;
font-weight:bold;
text-decoration:none;
}
.menu a:hover{
text-decoration:underline;
}
.info{
color:#6699ff;
border-bottom:#666666 1px solid;
padding-bottom:3px;
height:20px;
font-weight:bold;
}
.main{
padding:20px 0;
}
.foot{
text-align:center;
color:#666;
line-height:18px;
border-top:1px solid #666;
margin-top:50px;
}
ul,li{
list-style:none;
margin:0;
padding:0;
}
li{
border-bottom:1px solid #999999;
padding-left:10px;
}
li a{
line-height:20px;
}
#accordion h3{
margin:0;
padding:0;
background:#eae9e9;
}
h3 td{
color:#666;
font-size:12px;
}
#accordion td{
padding-left:6px;
color:#666;
}
.reTable td{
border-bottom:1px solid #fff;
border-left:1px solid #fff;
}
.searchTbl td{
background:#e8e8e8;
border-bottom:1px solid #666;
border-top:1px solid #fff;
padding:4px;
}
.opAddTbl input,.opAddTbl select{
width:284px;
border:1px solid #666;
font-family:Arial, Helvetica, sans-serif;
}

.opAddTbl td,.opListTbl td,.loginTbl td{
padding:2px 0;
}
.opListTbl td input,.opListTbl td select{
width:150px;
font-family:Arial, Helvetica, sans-serif;
color:#666;
}
.opListTbl td select,{
text-align:center;
}
.opListTbl2 td{
border-left:1px solid #fff;
border-top:1px solid #fff;
}
.label[for="status_id_2"]{
color:red;
}
#accordion .element{
height:0;
overflow-x:hidden;
overflow-y:hidden;
}
.openS{
display:block;
background:url(../images/new.gif) no-repeat right;
margin-right:3px
}