body{
margin:0px;
padding:0px;
padding-left:5px;
}

#xoverflow{
width:100%;
overflow-x:scroll;
SCROLLBAR-FACE-COLOR:#eaf6fe; 
 SCROLLBAR-HIGHLIGHT-COLOR: #6c6c90; 
 SCROLLBAR-SHADOW-COLOR: #fcfcfc; 
 SCROLLBAR-3DLIGHT-COLOR: #fcfcfc; 
 SCROLLBAR-ARROW-COLOR: #240024; 
 SCROLLBAR-TRACK-COLOR: #fcfcfc; 
 SCROLLBAR-DARKSHADOW-COLOR: #48486c; 
 SCROLLBAR-BASE-COLOR: #fcfcfc 
 SCROLLBAR:4px; 
}

#yoverflow{
width:100%;
overflow-y:scroll;
SCROLLBAR-FACE-COLOR:#eaf6fe; 
 SCROLLBAR-HIGHLIGHT-COLOR: #6c6c90; 
 SCROLLBAR-SHADOW-COLOR: #fcfcfc; 
 SCROLLBAR-3DLIGHT-COLOR: #fcfcfc; 
 SCROLLBAR-ARROW-COLOR: #240024; 
 SCROLLBAR-TRACK-COLOR: #fcfcfc; 
 SCROLLBAR-DARKSHADOW-COLOR: #48486c; 
 SCROLLBAR-BASE-COLOR: #fcfcfc 
 SCROLLBAR:4px; 
}

.btnsearch_mouseout {
border:#c9c09f 1px solid;
padding:2px;
FONT-SIZE: 12px;
background-color:#f2ebd0;
FILTER:progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#ffffff, EndColorStr=#e3dcb8); BORDER-LEFT: #7EBF4F1px solid; CURSOR: hand; 
}

.btnsearch_mouseover {
border:#c9c09f 1px solid;
padding:2px;
FONT-SIZE: 12px;
background-color:#fffcef;
FILTER:progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#ffffff, EndColorStr=#f1ebc9); BORDER-LEFT: #7EBF4F1px solid; CURSOR: hand; 
}

.btnpage_mouseout {
width:60px;
height:20px;
border:none;
padding:2px;
font-size: 12px;
color:#457421;
background-color:#f3fbd1;
}

.btnpage_mouseover {
width:60px;
height:20px;
border:none;
padding:2px;
FONT-SIZE: 12px;
color:#457421;
background-color:#fbffe9;
cursor:hand;
}

.btnop_mouseout {
border:#8ec4ff 1px solid;
height:23px;
padding:2px;
FONT-SIZE: 12px;
color:#002146;
cursor:hand;
background-color:#b3d7ff;
FILTER:progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#e8f3ff, EndColorStr=#74b7ff); BORDER-LEFT: #7EBF4F1px solid; CURSOR: hand; 
}

.btnop_mouseover {
border:#8ec4ff 1px solid;
height:23px;
padding:2px;
FONT-SIZE: 12px;
color:#002146;
cursor:hand;
background-color:#d9eeff;
FILTER:progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#e8f3ff, EndColorStr=#b3d7ff); BORDER-LEFT: #7EBF4F1px solid; CURSOR: hand; 
}

#titlearea{
width:100%;
background-image:url(../cssimages/titlearea_bg.gif);
height:32px;
clear:both;
margin_bottom:5px;
}

#inputname{
text-align:right;
}

#inputvalue{
padding-left:2px;
text-align:left;
float:left;
}

#font_red{
float:left;
padding-top:5px;
padding-left:5px;
color:red;
}
#titlearea h1{
margin-top:6px;
height:12px;
font-size:12px;
font-weight:bold;
color:#888888;
float:left;
padding:2px 2px 2px 30px;
margin-left:10px;
background-image:url(../cssimages/titlearea_ico.gif);
background-repeat:no-repeat;
background-position:5px 0px;
}

#titlearea h2{
margin-top:8px;
height:12px;
font-size:12px;
font-weight:bold;
color:green;
float:left;
padding:0px 2px 2px 0px;
}

#errormsg{
font-size:12px;
color:#FF0000;
float:right;
border:1px dashed #ff6600;
background-color:#FFFFaa;
padding:2px 2px 1px 30px;
margin-right:20px;
margin-top:4px;
background-image:url(../cssimages/error_ico.jpg);
background-repeat:no-repeat;
background-position:5px 0px;
}

#successmsg{
font-size:12px;
color:#006600;
float:right;
border:1px dashed #006600;
background-color:#ddffaa;
padding:2px 2px 1px 30px;
margin-right:20px;
margin-top:4px;
background-image:url(../cssimages/succ_ico.jpg);
background-repeat:no-repeat;
background-position:5px 1px;
}

#searcharea{
width:99%;
border:1px solid #e3e2df;
font-size:12px;
background-image:url(../cssimages/searcharea_bg.gif);
background-repeat:x-repeat;
padding:0px 2px 0px 2px;
margin-bottom:5px;
position:relative;
}

#searchpanelclosebtn{
background-image:url(../cssimages/ico_close.gif);
position:absolute;
width:18px;
height:17px;
right:0px;
bottom:0px;
}

#searchpanelcloseinfo{
background-image:url(../cssimages/ico_close_alt.gif);
position:absolute;
width:109px;
height:30px;
right:0px;
top:17px
}

#searchclosearea{
width:99%;
height:17px;
font-size:12px;
background-image:url(../cssimages/search_panel_center.gif);
background-repeat:x-repeat;
margin-bottom:5px;
position:relative;
padding:0px 3px 0px 3px;
}

#searchpanelleft{
background-image:url(../cssimages/search_panel_left.gif);
float:left;
width:18px;
height:17px;
margin-left:-3px;
}

#searchpanelopenbtn{
background-image:url(../cssimages/ico_open.gif);
position:absolute;
width:18px;
height:17px;
right:0px;
bottom:0px;
}

#searchpanelopeninfo{
background-image:url(../cssimages/ico_open_alt.gif);
position:absolute;
width:109px;
height:30px;
right:0px;
top:17px
}

#searcharea table{
width:99%;
}

#searcharea tr{
height:29px;
vertical-align:middle;
}

#searcharea input[type="text"]{
background-image:url(../cssimages/csssprite_bg.png);
background-position:0px -823px;
text-align: left;
border-top: 1px #808080;
border-right: 1px #e3dccf;
border-bottom: 1px #e3dccf;
border-left: 1px #808080;
border-style: solid;
color:#625a00;
}

#searcharea select{
color:#625a00;
}

#resulttitlearea{
width:99%;
padding:8px 2px 0px 2px;
border:1px solid #e3e2df;
border-bottom:none;
height:25px;
background-image:url(../cssimages/resulttitlearea_bg.gif);
clear:both;
text-align:center;
}

#resulttitlearea span{
font-size:14px;
font-weight:bold;
color:#01448a;
}

#resultlistarea{
width:99%;
padding:0px 2px 0px 2px;
background-color:#e8f3ff;
border-left:1px solid #e3e2df;
border-right:1px solid #e3e2df;
}

#resultlistarea table{
background-color:#c9e1f7;
width:100%;
table-layout:fixed;
}

#resultlistarea tr.even {
background-color:#FFFFFF;
}

#resultlistarea tr.odd {
background-color:#f5f5f5;
}

#resultlistarea th{
height:30px;
background-color:#e4f2ff;
color:#01448a;
font-size:12px;
}

#resultlistarea td{
height:25px;
text-align:center;
word-wrap : break-word ;word-break:break-all;
color:#01448a;
font-size:12px;
}

#resultlistarea select{
font-size:12px;
color:#00428c;
border-top: 1px #808080;
border-right: 1px #e3dccf;
border-bottom: 1px #e3dccf;
border-left: 1px #808080;
border-style: solid;
}

#resultlistarea input[type="text"]{
font-size:12px;
color:#00428c;
border-top: 1px #808080;
border-right: 1px #e3dccf;
border-bottom: 1px #e3dccf;
border-left: 1px #808080;
border-style: solid;
}

#resultlistarea textarea{
font-size:12px;
color:#00428c;
border-top: 1px #808080;
border-right: 1px #e3dccf;
border-bottom: 1px #e3dccf;
border-left: 1px #808080;
border-style: solid;
}

#resultlistarea a:link{
color:#01448a;
}

#resultlistarea a:hover{
color:#007dff;
}

#pagearea{
width:99%;
padding:8px 2px 0px 2px;
border:1px solid #e3e2df;
border-top:none;
background-color:#e8f3ff;
height:25px;
clear:both;
text-align:left;
}

#pagearea span{
display:block;
margin-top:5px;
margin-left:5px;
font-size:12px;
color:#457421;
}

#operationarea{
margin-top:5px;
padding:20px 2px 20px 2px;
width:99%;
border-bottom:1px solid #cfd5be;
height:30px;
clear:both;
text-align:center;
font-size:12px;
color:#01448a;
}

#operationcontent{
margin-right:10px;
}

#operationarea select{
font-size:12px;
color:#00428c;
border-top: 1px #808080;
border-right: 1px #e3dccf;
border-bottom: 1px #e3dccf;
border-left: 1px #808080;
border-style: solid;
}

#operationarea input[type="text"]{
font-size:12px;
color:#00428c;
border-top: 1px #808080;
border-right: 1px #e3dccf;
border-bottom: 1px #e3dccf;
border-left: 1px #808080;
border-style: solid;
}

#formarea{
width:99%;
margin:0px;
padding:0px 2px 10px 2px;
background-color:#e8f3ff;
border-left:1px solid #e3e2df;
border-right:1px solid #e3e2df;
border-bottom:1px solid #e3e2df;
text-align:center;
}
.form-control{
 padding: 6px 3px !important;
}
#formarea table{
margin:auto;
font-size:14px;
color:#304e61;
background-color:#c9e1f7;
table-layout:fixed;
}

#formarea tr{
height:22px;
}

#formarea th{
height:30px;
background-color:#e4f2ff;
color:#01448a;
font-size:12px;
}

#formarea td{
background-color:white;
word-wrap : break-word ;word-break:break-all;white-space:normal;
}
#formarea td{
background-color:white;
height:30px;
}

#formarea select{
font-size:12px;
color:#00428c;
border-top: 1px #808080;
border-right: 1px #e3dccf;
border-bottom: 1px #e3dccf;
border-left: 1px #808080;
border-style: solid;
}

#formarea input[type="text"]{
font-size:14px;
color:#00428c;
border-top: 1px #808080;
border-right: 1px #e3dccf;
border-bottom: 1px #e3dccf;
border-left: 1px #808080;
border-style: solid;
}

#formarea textarea{
font-size:14px;
color:#00428c;
border-top: 1px #808080;
border-right: 1px #e3dccf;
border-bottom: 1px #e3dccf;
border-left: 1px #808080;
border-style: solid;
}

#formarea a{
color:#304e61;
}

#tabarea{
width:95%;
padding:8px 2px 0px 10px;
clear:both;
text-align:left;
}

.tabitem_current{
width:120px;
padding:8px 5px 8px 5px;
border:1px solid #e3e2df;
border-bottom:none;
background-color:#e8f3ff;
text-align:center;
font-weight:bold;
font-size:12px;
color:#01448a;
float:left;
}

.tabitem_link{
width:80px;
padding:8px 5px 8px 5px;
border:1px solid #e3e2df;
border-bottom:none;
background-color:#fafafa;
text-align:center;
font-size:12px;
color:#006dde;
float:left;
cursor:hand;
}

#bottomarea{
padding:0px 3px 0px 3px;
width:99%;
margin:0px;
height:60px;
border-left:1px;
border-right:1px;
background-image:url(../cssimages/bottomarea_bg.gif);
}

#bottomarea_l{
margin-left:-3px;
width:9px;
height:60px;
background-image:url(../cssimages/bottomarea_l_bg.gif);
background-position:0px 0px;
float:left;
}

#bottomarea_r{
margin-right:-3px;
width:9px;
height:60px;
background-image:url(../cssimages/bottomarea_r_bg.gif);
background-position:0px 0px;
float:right;
}

#infoarea{
width:99%;
padding:8px 2px 0px 2px;
border:1px dashed #e3e2df;
background-color:#e8f3ff;
background-image:url(../cssimages/info_ico.jpg);
background-repeat:no-repeat;
background-position:10px 13px;
clear:both;
text-align:left;
}

#infoarea ul{
margin-left:50px;
}

#infoarea li{
padding-left:17px;
font-size:12px;
color:#183e68;
list-style: none;
background-image:url(../cssimages/msg_blue_ico.gif);
background-repeat:no-repeat;
background-position:1px 4px;
}

#cover{
position:fixed;
#position: absolute;
_position: absolute;
background-color:#000000;
top:0px;
left:0px;
width:100%;
height:100%;
#height:expression(eval(document.body.clientHeight));
_height:expression(eval(document.body.clientHeight));
FILTER: alpha(opacity=30);
opacity:0.3;
z-index:1000;
}


#covercontainer{
position:fixed;
#position: fixed;
_position: absolute;
width:99%;
text-align:center;
z-index:1001;
}

#covercontent1{
margin:auto;
}

#covercontent2{
margin:auto;
}

#covercontent3{
margin:auto;
}

#covercontent4{
margin:auto;
}

#covercontent5{
margin:auto;
}

#covercontent6{
margin:auto;
}

#covercontent7{
margin:auto;
}

#covercontent8{
margin:auto;
}

#covercontent9{
margin:auto;
}

#covercontent10{
margin:auto;
}

#formarea2{
width:99%;
margin:0px;
padding:0px 2px 10px 2px;
background-color:#e8f3ff;
border-left:1px solid #e3e2df;
border-right:1px solid #e3e2df;
border-bottom:1px solid #e3e2df;
text-align:center;
}

#formarea2 table{
margin:auto;
font-size:12px;
color:#304e61;
background-color:#c9e1f7;
}

#formarea2 tr{
height:22px;
}

#formarea2 th{
height:30px;
background-color:#e4f2ff;
color:#01448a;
font-size:12px;
}

#formarea2 td{
background-color:white;
word-wrap : break-word ;word-break:break-all;white-space:normal;
}

#formarea2 select{
font-size:12px;
color:#00428c;
border-top: 1px #808080;
border-right: 1px #e3dccf;
border-bottom: 1px #e3dccf;
border-left: 1px #808080;
border-style: solid;
}

#formarea2 input[type="text"]{
font-size:12px;
color:#00428c;
border-top: 1px #808080;
border-right: 1px #e3dccf;
border-bottom: 1px #e3dccf;
border-left: 1px #808080;
border-style: solid;
}

#formarea2 textarea{
font-size:12px;
color:#00428c;
border-top: 1px #808080;
border-right: 1px #e3dccf;
border-bottom: 1px #e3dccf;
border-left: 1px #808080;
border-style: solid;
}

#formarea2 a{
color:#304e61;
}
