﻿html,form,body { height: 100%; margin: 0px; padding: 0px }
body { margin: 0; border: 0; width: 100%; min-width: 800px; font-size: 12pt; font-family: Calibri, arial, sans-serif; color: #333; height: 100%; background-color: #fff; }
h1 { color: #EE5C42; font-size: xx-large; font-family: Calibri; margin: 0; }
h2 { display: inline; margin: 0; }
a { color: #1874CD; text-decoration: none; }
a.link:hover { text-decoration: underline; }
.hidden { display: none; }
/* Login */
#login { background: #fff; padding: 15px; margin: auto; width: 350px; -moz-border-radius-topleft: 7px; border-top-left-radius: 7px; -moz-border-radius-bottomleft: 7px; border-bottom-left-radius: 7px; -moz-border-radius-topright: 7px; border-top-right-radius: 7px; -moz-border-radius-bottomright: 7px; border-bottom-right-radius: 7px; -moz-box-shadow: 0 0 2px 2px #888; -webkit-box-shadow: 0 0 2px 2px #888; box-shadow: 0 0 2px 2px #888; }
#login img { margin: auto; display: block; }
#login h1 { text-align: center; }
#login table { margin: auto; }
/* Container styles */
#container { height:auto !important; height:100%; min-height:100%; min-width: 1200px; }
/* Content styles */
#content { height: 100%; min-height: 100%; }
/* Footer styles */
#footer { position: absolute; bottom: 0px; width: 99%; min-width: 900px; height: 30px; font-size: 10pt; }
#footer p { padding: 10px; margin: 0; }
/* Modal Overlay */
#overlay { position: absolute; left: 0px; top: 0px; width:100%; height:100%; text-align:center; z-index: 1000; background: rgb(0, 0, 0); background: rgba(0, 0, 0, 0.6); }
#overlay div { width:300px; margin: 100px auto; background-color: #fff; border:1px solid #000; padding:15px; text-align:center; }
/* User Menu */
#user_menu { display: none; position:absolute; width:275px; z-index:5000; text-align:left; line-height: 25px; background-color: transparent; }
#user_menu fieldset { background-color: White; }
#user_menu fieldset div { margin: 5px 0; }
#user_menu .logout { text-align: right; margin-top: 25px; }
/* Connection Status */
#connection-status { float:left; width: 24px; height: 24px; margin-left: 10px  }
#connection-status div.connected { background: url('../Content/images/connected.png') no-repeat; width: 24px; height: 24px; }
#connection-status div.down { background: url('../Content/images/down.png') no-repeat; width: 24px; height: 24px; }
#connection-status div.other { background: url('../Content/images/other.png') no-repeat; width: 24px; height: 24px; }
/* Cach Notification */
.cache-notification { border:solid 1px #FFFF00; background:#FFFF66; color:#222222; padding:4px; text-align:center; margin-bottom: 15px; }
/* Controls */
.tree-node-header { color: Blue; font-weight: bold }
.chart { cursor: pointer !important }