@CHARSET "utf-8";
@IMPORT url("base.css");

#content { margin: 0; padding: 0; margin-bottom: 100px; position: relative; }
#content-wrapper { position: relative; }
#side-menu { width: 200px; padding: 0; margin: 0; }
#side-menu h3 { padding-left: 25px; }
#side-menu div { height: 200px; }
#side-menu ul { margin: 0; padding: 0; }
#side-menu ul li a { color: #2E9F74; }
#side-menu ul li a:hover { color: #E17009; }
#content-box { padding: 10px; position: absolute; top: 10px; left: 200px; }


#login-tbl { font-size: 100%; border-top: 1px solid #98FB98; width: 700px; }
#login-tbl th { padding-left: 10px; border-left: 10px solid #DFEFFC; border-bottom: 1px solid #98FB98; text-align: left; width: 100px; height: 40px; color: #2E9F5D; }
#login-tbl td { border-bottom: 1px solid #98FB98; width: 315px; word-break: break-all; }
td.login-tbl-label { padding-left: 10px; border-left: 10px solid #DFEFFC; border-bottom: 1px solid #98FB98; text-align: left; width: 100px; height: 40px; color: #2E9F5D; font-weight: bold; }

#db-search { clear: both; margin: 20px; }
#db-search-condition { font-size: 100%;  border-top: 1px solid #98FB98; width: 950px; }
#db-search-condition th { padding-left: 10px; border-left: 10px solid #DFEFFC; border-bottom: 1px solid #98FB98; text-align: left; width: 100px;  height: 40px; color: #2E9F5D; }
#db-search-condition td { border-bottom: 1px solid #98FB98; }


/**
#result-div { height: 300px; overflow: scroll; margin-top: 5px; width: 950px;}
*/

#result-div { height: 300px; margin-top: 5px; width: 950px !important; overflow: scroll; }
#result-tbl { font-size: 100%; overflow: scroll; white-space: nowrap; word-wrap: normal; word-break: keep-all; border-top: 1px solid #98FB98; border-right: 1px solid #98FB98; }
#result-tbl .result-header { margin: 0; padding: 0; border-bottom: 1px solid #98FB98; border-left: 1px solid #98FB98; color: #2E9F5D; background: url("redmond/images/ui-bg_glass_85_dfeffc_1x400.png") repeat-x scroll 50% 50% #DFEFFC; }
#result-tbl .result-header th { margin: 0; padding: 3px; }
#result-tbl .result-body {}
.loading { background: url(../image/ui/spinner.gif) no-repeat center center; text-align: center; width: 730px; position: absolute; }

#result-tbl tr td{  margin: 0; padding: 0; padding-left: 5px;  border-bottom: 1px solid #98FB98; border-left: 1px solid #98FB98; color: #2E9F5D; }

.iframe-base { border: none; overflow: none; display: none; height: 100%; width: 100%;}
.iframe-qr { border: none; overflow: none; height: 100%; width: 100%; position: fixed; display: block; top: 0; height: 0; }

.glaylayer { position:fixed; top:0; left:0; height:100%; width:100%; background:black; opacity: 0.60; filter:alpha(opacity=60);	}
.overLayer{ position: fixed; top:50%; left:50%; margin-top:-244px; margin-left:-325px; }
