/* ---------------------------------------------------------------------------------- DEFAULT HTML */ body { background-color: #fff; font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; font-size: 1em; color: #333; width: 100%; height: 100%; padding: 0; font-family: "Courier New", Courier, monospace; margin: 0; } .searchInfo { border-bottom: 1px solid #ccc; font-style: italic; visibility:visible; } div#disable { width: 100%; height: 100%; z-index: 5; background-color: #000; position: absolute; display: none; filter:alpha(opacity=02); -moz-opacity:0.02; -khtml-opacity: 0.02; opacity: 0.02; } div#console { padding: 10px; position: absolute; display: none; z-index: 9999; background-color: #fff; -moz-border-radius: 10px; -webkit-border-radius: 10px; -moz-border-radius-topleft: 0px; -webkit-border-top-left-radius: 0px; border: 1px solid #333; } img { border: 0px; vertical-align: middle; } form { font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; font-size: 10pt; color: #333; padding: 10px; } label { position: relative; float: left; margin: 0 0 0 10px; width: 120px; text-align: left; margin-right: 0.5em; display: block; padding: 1px; } .submit { color: #000; background: #ddd; border: 1px solid #333; padding: 1px 10px; -moz-border-radius: 5px; -webkit-border-radius: 5px; } input { position: relative; float: left; margin: 0 0 5px 10px; padding: 2px 2px; color: #000; background-color: #eef; background-color: #fff; border: 1px solid #999; } select { position: relative; float: left; margin: 0 0 5px 10px; padding: 2px 4px; color: #000; background: #fff; border: 1px solid #999; } input:focus { background-color: #ddf; } select:focus { background-color: #ddf; } textarea { margin: 0 0 4px 10px; padding: 2px 4px; color: #000; background: #fff; border: 1px solid #999; } textarea:focus { background: #ddf; } fieldset { border: 1px solid #ddd; background: #eee; width: 20em; -moz-border-radius: 10px; -webkit-border-radius: 10px; -moz-border-radius-topleft: 0px; -webkit-border-top-left-radius: 0px; } legend { color: #333; background: #fff; background: #eee; border: 1px solid #bbb; /* border: 1px solid #333; border-top: 0px; border-bottom: 0px; */ padding: 2px 6px; font-weight: bold; font-variant:small-caps; } thead { font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; font-size: 9pt; color: #333; background-color: #fff; } /* -------------------------------------------------------------------------------- Table Sort */ table.sortable { border-spacing: 0; border: none; border-collapse: collapse; } table.sortable th, table.sortable td { text-align: left; padding: 2px 4px 2px 4px; border: none; border-style: solid; border-color: #999; color: #000; } table.sortable a:link { color: #000; } table.sortable th { border-width: 0px 0px 1px 0px; background-color: #fff; border-bottom-color: #666; } table.sortable td { border: none; padding: 5px; } table.sortable tr.odd { /* td */ background-color: #eef; } table.sortable tr.even { /* td */ background-color: #ddf; } table.sortable tr.sortbottom td { border-top: 1px solid #444; background-color: #ccc; font-weight: bold; } /* ---------------------------------------------------------------------------------- FONTS */ .FONT_verd { font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; font-size: 9pt; } .dark { background-color: #ddf; } .light { background-color: #eef; } /* ---------------------------------------------------------------------------------- DIVs */ #DIV_application { position: relative; left: 10px; top: 10px; width: 920px; display: block; padding: 0px; margin: 0px; overflow: none; margin: 0 0 50px 0; } #DIV_statusBar { position: relative; width: 100%; height: 60px; background-color: #fff; margin: 0px; padding: 0px; font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; font-size: 10pt; color: #333; } #DIV_logout { position: absolute; right: 0px; top: 0px; font-size: 12pt; } #DIV_logout a { font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; font-size: 10pt; text-decoration: none; color: #009; } #DIV_panelBar { position: relative; width: 100%; height: 50px; background-color: #fff; margin: 0px; padding: 0px; overflow: hidden; background-image: url('images/menubg.png'); background-repeat: no-repeat; background-position: 50% 50%; } #A_panel { float: left; margin: 0px 5px 0px 0px; width: 75px; height: 50px; text-align: center; font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; font-size: 9px; text-decoration: none; color: #666; background-color: #eee; -moz-border-radius: 10px; -webkit-border-radius: 10px; -moz-border-radius-topleft: 0px; -webkit-border-top-left-radius: 0px; border: 1px solid #ddd; height: 48px; } #A_panel:hover { background-color: #ddf; -moz-border-radius: 10px; -webkit-border-radius: 10px; -moz-border-radius-topleft: 0px; -webkit-border-top-left-radius: 0px; border: 1px solid #ccf; } #A_panel_selected { float: left; margin: 0px 5px 0px 0px; width: 75px; height: 50px; text-align: center; font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; font-size: 9px; text-decoration: none; font-weight: bold; color: #333; background-color: #ddd; -moz-border-radius: 10px; -webkit-border-radius: 10px; -moz-border-radius-topleft: 0px; -webkit-border-top-left-radius: 0px; border: 1px solid #ccc; height: 48px; } #TABLE_NAV { padding:3px; background-color: #eee; border: 1px solid #ccc; -moz-border-radius: 10px; -webkit-border-radius: 10px; -moz-border-radius-bottomleft: 0px; -webkit-border-bottom-left-radius: 0px; } #DIV_loading { position: fixed; left: 50%; left: 420px; top: 50%; visibility: hidden; width: 100px; height: 20px; z-index: 999999; } #DIV_spacer { position: relative; width: 100%; height: 5px; font-size: 0px; } #DIV_infoBar { position: relative; width: 100%; height: 25px; margin: 0px; padding: 0px; font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; font-size: 9pt; text-decoration: none; color: #333; background-color: #ddd; text-indent: 15px; padding-top: 5px; -moz-border-radius-topright: 20px; -webkit-border-top-right-radius: 20px; -moz-border-radius-bottomleft: 20px; -webkit-border-bottom-left-radius: 20px; } #DIV_mainViewport { position: relative; } #DIV_mainContent { position: relative; float: left; width: 85%; margin: 0px; padding: 0px; font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; font-size: 9pt; text-decoration: none; color: #333; /* min-height: 800px; overflow-y: visible;*/ overflow-y: visible; overflow-x: hidden; } #DIV_mainContent a { font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; font-size: 8pt; color: #333; text-decoration: none; text-indent: 5px; padding-bottom: 5px; padding-top: 5px; color: #00f; } #DIV_mainContent a:hover { text-decoration: none; } #DIV_mainContent td { font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; font-size: 8pt; color: #333; } #DIV_menuColumn { position: relative; float: right; width: 15%; margin: 0px; padding: 0px; font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; font-size: 8pt; color: #333; background-color: #ddd; /* -moz-border-radius-bottomleft: 10px; -webkit-border-bottom-left-radius: 10px; -moz-border-radius-bottomright: 10px; -webkit-border-bottom-right-radius: 10px; */ -moz-border-radius-bottomleft: 10px; -webkit-border-bottom-left-radius: 10px; -moz-border-radius-bottomright: 10px; -webkit-border-bottom-right-radius: 10px; overflow-y: auto; overflow-x: hidden; } #DIV_menuColumn a { font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; font-size: 8pt; color: #333; text-decoration: none; text-indent: 5px; padding-bottom: 5px; padding-top: 5px; color: #00c; display: block; } #DIV_menuColumn a:hover { background-color: #eee; /* -moz-border-radius: 10px; -webkit-border-radius: 10px; -moz-border-radius-bottomright: 10px; -webkit-border-bottom-right-radius: 10px; -moz-border-radius-topright: 10px; -webkit-border-top-right-radius: 10px; */ } #DIV_subsubColumn a { font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; font-size: 8pt; color: #333; text-decoration: none; text-indent: 5px; color: #00c; line-height: 25px; } #DIV_subsubColumn a:hover { text-decoration:underline; } #DIV_footer { z-index: 5; display: none; clear: both; position: relative; width: 100%; height: 25px; margin: 0px; padding: 0px; top: 20px; text-align: center; font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; font-size: 9pt; text-decoration: none; color: #333; background-color: #ddd; text-indent: 15px; padding-top: 5px; -moz-border-radius-topleft: 20px; -webkit-border-top-left-radius: 20px; -moz-border-radius-topright: 20px; -webkit-border-top-right-radius: 20px; } /* ---------------------------------------------------------------------------------- Misc */ .TDcenter td { text-align: center; border: 1px dotted #ccc; } #required { font-weight: bold; color: #00f; } .page { margin: 0px 2px; padding: 0px 2px; } .page:hover { /* background-color: #eee; */ } .box { width: 100%; display: table; padding: 2px; background-color: #eee; -moz-border-radius: 10px; -webkit-border-radius: 10px; -moz-border-radius-topleft: 0px; -webkit-border-top-left-radius: 0px; } .cell { float: left; position: relative; width: 140px; display: block; text-indent: 20px; } .highlight { background-color: #ffc; cursor: pointer; } .highlight2 { background-color: #ffc; } .link { color: #00f; cursor: pointer; } .none { }