/* CSS Reset code */
* {
  margin:0;
  padding:0;
  border:0;
  outline:0;
  font-weight:inherit;
  font-style:inherit;
  font-size:100%;
  /*font-family:inherit;*/
  font-family:Arial;
  vertical-align:baseline;
}

:focus {outline:0;}
a:active {outline:none;}
a:focus {-moz-outline-style:none;}
a {text-decoration:none;}

a:link {text-decoration:none;}
a:hover {text-decoration:none;}
a:visited {text-decoration:none;}
a:visited:hover {text-decoration:none;}

h3 {font-weight: bold;}

* {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: -moz-none;
  -o-user-select: none;
  user-select: none;
}

* input {
  -webkit-user-select: text;
  -khtml-user-select: text;
  -moz-user-select: text;
  -o-user-select: text;
  user-select: text;
}

/*=================================
*           General
*================================*/
#faultInfo {
  width:406px;
  height:40px;
  float:left;
}

#faultInfo .status_default, #faultInfo .status_fault,
#faultInfo .status_ok, #faultInfo .status_warn{
  height:36px;
  line-height:36px;
  font-size:17px;
  font-weight:bold;
}


#faultInfo .status_default {background:#888;color:#000;}
#faultInfo .status_ok {background:#8c8;color:#000;}
#faultInfo .status_warn {background:#ff8;color:#000;}
#faultInfo .status_fault {background:#c22;color:#fff;}

.green {color:#000;}
.yellow {color:#000;}
.red {color:#fff;}

.hidden {display:none !important;}
.hide { visibility:hidden !important;}
.clearing {clear:both;}

.loadOn {
  display:block;
  position:absolute;
  left:0;
  top:80px;
  z-index:2;
  width:640px;
  height:400px;
  text-align:center;
  line-height:400px;
  font-weight:bold;
  background:#008;
  color:#fff;
  font-style:italic;
  filter:alpha(opacity=80);
  -moz-opacity:0.8;
  -khtml-opacity: 0.8;
  opacity: 0.8;
}

.pageName span {height:38px;padding-left:35px;}
.canvas {position:relative;}

.contentRow {
  font-size:24px;
  height:30px;
  margin:10px 0px 0px 0px;
}

.contentRow h2 {
  float:left;
  height:30px;
  line-height:32px;
  padding-right:2px;
  text-align:right;
  white-space:nowrap;
  width:200px;
}

.data{text-align:center;}

.contentRow .data {
  float:left;
  margin-left:8px;
  overflow:hidden;
  padding:0px;
  text-align:center;
  white-space:nowrap;
}

.data .static,
.data select,
.data input {
  background:#fff;
  border:1px solid;
  border-color:#000;
  height:30px;
  text-align:center;
  width:270px;
}
.data .sel_bdr select {border:0px;}
.sel_bdr {border:1px solid; border-color:#000;}

.data .modified {background:#fdd;}
.data .selected {background:#ffa;}

.data .static{
  background-color:#ccc;color:#000;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  user-select: none;
}

.data select.disabled,
.data input.disabled,
.data input[disabled='disabled'] {
  background-color:#ccc;color:#777;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  user-select: none;
}
/*============Btn60x90=================*/
.btn60x90_ok,
.btn60x90_warn,
.btn60x90_fault,
.btn60x90_default,
.btn60x90{
  display:inline-block;
  height:60px;
  width:90px;
  line-height:56px;
  font-size:19px;
  text-align:center;
  background-image:url(/images/miscbtns.png);
  background-repeat:no-repeat;
  overflow:hidden;
  color:#000;
  cursor:default;
}

a.btn60x90_ok,
a.btn60x90_warn,
a.btn60x90_fault,
a.btn60x90_default,
a.btn60x90{
  display:inline-block;
  height:60px;
  width:90px;
  line-height:56px;
  font-size:19px;
  text-align:center;
  background-image:url(/images/miscbtns.png);
  background-repeat:no-repeat;
  overflow:hidden;
  color:#000;
  cursor:pointer;
}

.btn60x90_ok[disabled=disabled],
.btn60x90_warn[disabled=disabled],
.btn60x90_fault[disabled=disabled],
.btn60x90_default[disabled=disabled],
.btn60x90[disabled=disabled] {color:#777;cursor:default;}

.btn60x90_ok[disabled=disabled],
.btn60x90_ok[disabled=disabled]:active,
.btn60x90_ok{background-position:0px -120px;}

.btn60x90_ok.selected,
.btn60x90_ok:active{background-position:0px -180px;}

.btn60x90_warn[disabled=disabled],
.btn60x90_warn[disabled=disabled]:active,
.btn60x90_warn{background-position:0px -240px;}

.btn60x90_warn.selected,
.btn60x90_warn:active{background-position:0px -300px;}

.btn60x90_fault[disabled=disabled],
.btn60x90_fault[disabled=disabled]:active,
a.btn60x90_fault,
.btn60x90_fault{background-position:0px -360px;color:#fff;}

.btn60x90_fault.selected,
.btn60x90_fault:active{background-position:0px -420px;color:#fff;}

.btn60x90,
.btn60x90[disabled=disabled],
.btn60x90[disabled=disabled]:active,
.btn60x90_default[disabled=disabled],
.btn60x90_default[disabled=disabled]:active,
.btn60x90_default{background-position:0px 0px;}

a.btn60x90:active,
a.btn60x90.selected,
a.btn60x90_default.selected,
a.btn60x90_default:active{background-position:0px -60px;}

/*============General Btn60,Btn80,Btn100=================*/
.btn60,
.btn60_ok,
.btn60_warn,
.btn60_fault,
.btn60_default,
.btn80,
.btn80_ok,
.btn80_warn,
.btn80_fault,
.btn80_default,
.btn100,
.btn100_ok,
.btn100_warn,
.btn100_fault,
.btn100_default,
.btn120,
.btn120_ok,
.btn120_warn,
.btn120_fault,
.btn120_default {
  display:inline-block;
  height:30px;
  line-height:30px;
  font-size:15px;
  text-align:center;
  background-image:url(/images/titlebtn_super.png);
  background-repeat:no-repeat;
  overflow:hidden;
  color:#000;
  cursor:pointer;
}

.btn60_fault,
.btn80_fault,
.btn100_fault,
.btn120_fault {color:#fff !important;}

/*============Btn60=================*/
.btn60,
.btn60_default,
.btn60_ok,
.btn60_warn,
.btn60_fault {width:60px;}

.btn60,
.btn60_default {background-position:0px 0px;}
.btn60:active,
.btn60_default:active {background-position:0px -30px;}
.btn60_ok {background-position:0px -60px;}
.btn60_ok:active {background-position:0px -90px;}
.btn60_warn {background-position:0px -120px;}
.btn60_warn:active {background-position:0px -150px;}
.btn60_fault {background-position:0px -180px;}
.btn60_fault:active {background-position:0px -210px;}

.btn60[disabled=disabled],
.btn60_default[disabled=disabled] {background-position:0px 0px !important; color:#777 !important; cursor:default !important;}
.btn60_ok[disabled=disabled] {background-position:0px -60px !important; color:#777 !important; cursor:default !important;}
.btn60_warn[disabled=disabled] {background-position:0px -120px !important; color:#777 !important; cursor:default !important;}
.btn60_fault[disabled=disabled] {background-position:0px -180px !important; color:#ccc !important; cursor:default !important;}
/*============Btn80=================*/
.btn80,
.btn80_default,
.btn80_ok,
.btn80_warn,
.btn80_fault {width:80px;}

.btn80,
.btn80_default {background-position:-60px 0px;}
.btn80:active,
.btn80_default:active {background-position:-60px -30px;}
.btn80_ok {background-position:-60px -60px;}
.btn80_ok:active {background-position:-60px -90px;}
.btn80_warn {background-position:-60px -120px;}
.btn80_warn:active {background-position:-60px -150px;}
.btn80_fault {background-position:-60px -180px;}
.btn80_fault:active {background-position:-60px -210px;}

.btn80[disabled=disabled],
.btn80_default[disabled=disabled] {background-position:-60px 0px !important; color:#777 !important; cursor:default !important;}
.btn80_ok[disabled=disabled] {background-position:-60px -60px !important; color:#777 !important; cursor:default !important;}
.btn80_warn[disabled=disabled] {background-position:-60px -120px !important; color:#777 !important; cursor:default !important;}
.btn80_fault[disabled=disabled] {background-position:-60px -180px !important; color:#ccc !important; cursor:default !important;}
/*============Btn100=================*/
.btn100,
.btn100_default,
.btn100_ok,
.btn100_warn,
.btn100_fault {width:100px;}

.btn100,
.btn100_default {background-position:-140px 0px;}
.btn100:active,
.btn100_default:active {background-position:-140px -30px;}
.btn100_ok {background-position:-140px -60px;}
.btn100_ok:active {background-position:-140px -90px;}
.btn100_warn {background-position:-140px -120px;}
.btn100_warn:active {background-position:-140px -150px;}
.btn100_fault {background-position:-140px -180px;}
.btn100_fault:active {background-position:-140px -210px;}

.btn100[disabled=disabled],
.btn100_default[disabled=disabled] {background-position:-140px 0px !important; color:#777 !important; cursor:default !important;}
.btn100_ok[disabled=disabled] {background-position:-140px -60px !important; color:#777 !important; cursor:default !important;}
.btn100_warn[disabled=disabled] {background-position:-140px -120px !important; color:#777 !important; cursor:default !important;}
.btn100_fault[disabled=disabled] {background-position:-140px -180px !important; color:#ccc !important; cursor:default !important;}
/*============Btn120=================*/
.btn120,
.btn120_default,
.btn120_ok,
.btn120_warn,
.btn120_fault {width:120px;}

.btn120,
.btn120_default {background-position:-240px 0px;}
.btn120:active,
.btn120_default:active {background-position:-240px -30px;}
.btn120_ok {background-position:-240px -60px;}
.btn120_ok:active {background-position:-240px -90px;}
.btn120_warn {background-position:-240px -120px;}
.btn120_warn:active {background-position:-240px -150px;}
.btn120_fault {background-position:-240px -180px;}
.btn120_fault:active {background-position:-240px -210px;}

.btn120[disabled=disabled],
.btn120_default[disabled=disabled] {background-position:-240px 0px !important; color:#777 !important; cursor:default !important;}
.btn120_ok[disabled=disabled] {background-position:-240px -60px !important; color:#777 !important; cursor:default !important;}
.btn120_warn[disabled=disabled] {background-position:-240px -120px !important; color:#777 !important; cursor:default !important;}
.btn120_fault[disabled=disabled] {background-position:-240px -180px !important; color:#ccc !important; cursor:default !important;}
/*============Statuses=================*/

.status_default, .status_ok, .status_warn, .status_fault {
  display:block;
  height:22px;
  line-height:22px;
  font-size:20px;
  text-align:center;
  margin:2px;
  clear:both;
  border:1px solid;
  border-color:#000;
}

.status_default {background:#888;}
.status_ok {background:#8c8;}
.status_warn {background:#ff8;}
.status_fault {background:#c22;color:#fff;}

/*=================================
*          Menu Bar
*================================*/
.menuBar {
  display:block;
  background:#000080;
  height:396px;
  float:right;
  width:123px;
}

.menuBar a{
  position:relative;
  display:block;
  clear:both;
}

.menuBar a div.c1 {
  position:relative;
  width:121px;
  height:77px;
  background:url('/images/nav_btn.gif') 0px 0px no-repeat;
  margin-bottom:3px;
  display:table-cell;
  vertical-align:middle;
  text-align:center;
  border-bottom:3px solid #000080;
  overflow:hidden;
}
.menuBar a:active div.c1 {background-position:0px -77px;}

.menuBar .icon {
  position:absolute;
  left:8px;
  top:22px;
  width:32px;
  height:32px;
  display:block;
}
.menuBar a.noIcon .text {
  left:0px;
  width:117px;
  padding-left:0px;
  text-align:center;
}

.menuBar .text {
  padding-left:45px;
  top:0px;
  height:77px;
  width:76px;
  text-align:left;
  display:table-cell;
  vertical-align:middle;
  color:#000;
  font-size:18px;
}

/*=================================
*          Boxes/Shapes
*================================*/
.smTri_ok,
.smTri_warn,
.smTri_fault,
.smTri_default,
.smTri_none {
  color:#000;
  display:block;
  width:34px;
  height:60px;
  text-align:left;
  line-height:36px;
  font-size:20px;
  padding:20px 28px 0 6px;
  background:url(/images/amp_super.png) no-repeat;
}

.smTri_ok {background-position: 0px -160px;}
.smTri_warn {background-position: 0px -320px;}
.smTri_fault {background-position: 0px -480px;color:#fff;}
.smTri_default, .smTri_none {background-position: 0px 0px;}

a.smTri_ok:active {background-position: 0px -240px;}
a.smTri_warn:active {background-position: 0px -400px;}
a.smTri_fault:active {background-position: 0px -560px;color:#fff;}
a.smTri_default:active, .smTri_none:active {background-position: 0px -80px;}

.lgTri_ok,
.lgTri_warn,
.lgTri_fault,
.lgTri_default,
.lgTri_none {
  color:#000;
  display:block;
  width:70px;
  height:78px;
  text-align:left;
  line-height:22px;
  font-size:20px;
  padding:30px 26px 0 6px;
  background:url(/images/amp_super.png) no-repeat 0px 0px;
}

.lgTri_ok {background-position: -150px -216px;}
.lgTri_warn {background-position: -150px -432px;}
.lgTri_fault {background-position: -150px -648px;color:#fff;}
.lgTri_default, .lgTri_none {background-position: -150px 0px;}

a.lgTri_ok:active {background-position: -150px -324px;}
a.lgTri_warn:active {background-position: -150px -540px;}
a.lgTri_fault:active {background-position: -150px -756px;color:#fff;}
a.lgTri_default:active, .lgTri_none:active {background-position: -150px -108px;}

.medTri_ok,
.medTri_warn,
.medTri_fault,
.medTri_default,
.medTri_none {
  color:#000;
  display:block;
  width:76px;
  height:92px;
  text-align:left;
  line-height:88px;
  font-size:19px;
  padding: 0 0 0 2px;
  background:url(/images/amp_super.png) no-repeat 0px 0px;
}
.medTri_ok {background-position:-70px -184px;}
.medTri_warn {background-position:-70px -368px;}
.medTri_fault {background-position:-70px -552px;color:#fff;}
.medTri_default, .medTri_none {background-position:-70px 0px;}

a.medTri_ok:active {background-position:-70px -276px;}
a.medTri_warn:active {background-position:-70px -460px;}
a.medTri_fault:active {background-position:-70px -644px;color:#fff;}
a.medTri_default:active, .medTri_none:active {background-position:-70px -92px;}

.rfsw {
  display:block;
  width:52px;
  height:52px;
  background-image:url(/images/switch_super.png);
  background-color:#eee;
  border:#333 2px solid;
  border-radius:8px;
}

.rfsw_rll  {background-position:0px 0px;}
.rfsw_rllu {background-position:0px -52px;}
.rfsw_rlld {background-position:0px -104px;}

.rfsw_lrr  {background-position:-52px 0px;}
.rfsw_lrru {background-position:-52px -52px;}
.rfsw_lrrd {background-position:-52px -104px;}

.rfsw_rtb  {background-position:-104px 0px;}
.rfsw_rtbu {background-position:-104px -52px;}
.rfsw_rtbd {background-position:-104px -104px;}

.rfsw_ltb  {background-position:-156px 0px;}
.rfsw_ltbu {background-position:-156px -52px;}
.rfsw_ltbd {background-position:-156px -104px;}

.fourWayRfSw {
  display:block;
  width:39px;
  height:39px;
  background-image:url(/images/fourWay_switch_super_small.png);
  background-color:#eee;
  border:#333 2px solid;
  border-radius:8px;
}

.fourWayRfSw45 {
  display:block;
  width:39px;
  height:39px;
  background-image:url(/images/fourWay45_switch_super_small.png);
  background-color:#eee;
  border:#333 2px solid;
  border-radius:8px;
}

.fourWayRfSw_side_posn {background-position:0px   0px;background-color:#c22;}
.fourWayRfSw_side_pos1 {background-position:0px -39px;background-color:#8c8;}
.fourWayRfSw_side_pos2 {background-position:0px -78px;background-color:#8c8;}
.fourWayRfSw_side_posb {background-position:-39px 0px;background-color:#c22;}

.fourWayRfSw_top_posn {background-position:-39px -39px;background-color:#c22;}
.fourWayRfSw_top_pos1 {background-position:-39px -78px;background-color:#8c8;}
.fourWayRfSw_top_pos2 {background-position:-78px   0px;background-color:#8c8;}
.fourWayRfSw_top_posb {background-position:-78px -39px;background-color:#c22;}

/*=================================
*          Icons
*================================*/
.drivechain_ok {background:url(/images/summary.gif) -32px -32px no-repeat;}
.drivechain_warn {background:url(/images/summary.gif) -32px -64px no-repeat;}
.drivechain_fault {background:url(/images/summary.gif) -32px -96px no-repeat;color:#000;}
.drivechain_default, .drivechain_off {background:url(/images/summary.gif) -32px 0px no-repeat;}

.poweramps_ok {background:url(/images/summary.gif) -64px -32px no-repeat;}
.poweramps_warn {background:url(/images/summary.gif) -64px -64px no-repeat;}
.poweramps_fault {background:url(/images/summary.gif) -64px -96px no-repeat;color:#000;}
.poweramps_default, .poweramps_off {background:url(/images/summary.gif) -64px 0px no-repeat;}

.output_ok {background:url(/images/summary.gif) -96px -32px no-repeat;}
.output_warn {background:url(/images/summary.gif) -96px -64px no-repeat;}
.output_fault {background:url(/images/summary.gif) -96px -96px no-repeat;color:#000;}
.output_default, .output_off {background:url(/images/summary.gif) -96px 0px no-repeat;}

.powersupply_ok {background:url(/images/summary.gif) -128px -32px no-repeat;}
.powersupply_warn {background:url(/images/summary.gif) -128px -64px no-repeat;}
.powersupply_fault {background:url(/images/summary.gif) -128px -96px no-repeat;color:#000;}
.powersupply_default, .powersupply_off {background:url(/images/summary.gif) -128px 0px no-repeat;}

.system_ok {background:url(/images/summary.gif) -160px -32px no-repeat;}
.system_warn {background:url(/images/summary.gif) -160px -64px no-repeat;}
.system_fault {background:url(/images/summary.gif) -160px -96px no-repeat;color:#000;}
.system_default, .system_off {background:url(/images/summary.gif) -160px 0px no-repeat;}

.networkIcon_ok      {background:url(/images/network.png) 0px -32px no-repeat;}
.networkIcon_fault   {background:url(/images/network.png) 0px -64px no-repeat;}
.networkIcon_default {background:url(/images/network.png) 0px 0px no-repeat;}

.faultLogIcon {background:url(/images/log.gif) 0px 2px no-repeat;}
.faultsIcon {background:url(/images/faults.png) 0px 2px no-repeat;}
.serviceIcon {background:url(/images/service.gif) 0px 2px no-repeat;}

/*=================================
*         Buttons Icons
*================================*/

.button_drivechain_ok .icon{background:url(/images/summary.gif) -32px -32px no-repeat;}
.button_drivechain_warn .icon{background:url(/images/summary.gif) -32px -64px no-repeat;}
.button_drivechain_fault .icon{background:url(/images/summary.gif) -32px -96px no-repeat;color:#000;}
.button_drivechain_default .icon, .button_drivechain_off .icon{background:url(/images/summary.gif) -32px 0px no-repeat;}

.button_poweramps_ok .icon{background:url(/images/summary.gif) -64px -32px no-repeat;}
.button_poweramps_warn .icon{background:url(/images/summary.gif) -64px -64px no-repeat;}
.button_poweramps_fault .icon{background:url(/images/summary.gif) -64px -96px no-repeat;color:#000;}
.button_poweramps_default .icon, .button_poweramps_off .icon{background:url(/images/summary.gif) -64px 0px no-repeat;}

.button_output_ok .icon{background:url(/images/summary.gif) -96px -32px no-repeat;}
.button_output_warn .icon{background:url(/images/summary.gif) -96px -64px no-repeat;}
.button_output_fault .icon{background:url(/images/summary.gif) -96px -96px no-repeat;color:#000;}
.button_output_default .icon, .button_output_off .icon{background:url(/images/summary.gif) -96px 0px no-repeat;}

.button_powersupply_ok .icon {background:url(/images/summary.gif) -128px -32px no-repeat;}
.button_powersupply_warn .icon{background:url(/images/summary.gif) -128px -64px no-repeat;}
.button_powersupply_fault .icon{background:url(/images/summary.gif) -128px -96px no-repeat;color:#000;}
.button_powersupply_default .icon, .powersupply_off .icon{background:url(/images/summary.gif) -128px 0px no-repeat;}

.button_system_ok .icon{background:url(/images/summary.gif) -160px -32px no-repeat;}
.button_system_warn .icon{background:url(/images/summary.gif) -160px -64px no-repeat;}
.button_system_fault .icon{background:url(/images/summary.gif) -160px -96px no-repeat;color:#000;}
.button_system_default .icon, .button_system_off .icon{background:url(/images/summary.gif) -160px 0px no-repeat;}

.button_back .icon {
  background:url(/images/back_dark.png) 0px 0px no-repeat;
  left:27px;
  top:15px;
  width:64px;
  height:48px;
}

/*=================================
*          Splash Screen
*================================*/
#splash {
  font-size:20px;
  color:#000;
  text-align:center;
  width:400px;
  height:260px;
  margin:0 auto;
  font-size:22px;
  line-height:36px;
  background:#0ff;
  border:4px solid;
  border-color:#a0a0a0 #000 #000 #a0a0a0;
  margin-top:84px;
  white-space:nowrap;
  overflow:hidden;
}

/*=================================
*          Screen & Top Bars
*================================*/
body.tcuAccess {
  /*background:url(/tcu-html/harris-logo-lcd.gif) no-repeat fixed center center #fff;*/
}

@media screen {
#screen {
  display:block;
  width:0px;
  height:0px;
  color:#ddd;
  margin:0;
  padding:480px 0 0 640px;
  overflow:hidden;
  position:absolute;
  left:96px;
  top:120px;
}
}
.tcuAccess #screen {
  left:0;
  top:0;
  background:#ddd;
}

#screen.showLogo {background:url(/images/harris-logo-lcd.gif) no-repeat #000;}

.screen_on {
  background:#000080 !important;
  width:640px !important;
  height:480px !important;
  padding:0 !important;
}

#topBar1 {
  height:36px;
  display:block;
  border-bottom:2px solid #808080;
  padding-top:2px;
  background:#000080;
  color:#fff;
}
.commloss {
  color:#ff8 !important;
  background:#c22 !important;
}

#userLogin {
  float:left;
  width:150px;
  height:36px;
  line-height:36px;
  font-size:24px;
  text-align:center;
  color:#fff;
  overflow:hidden;
  background:url(/images/login_btn.png) 0px 0px;
}

#userLogin.loggedin {
  line-height:15px;
  font-size:13px;
  padding-top:2px;
  height:34px;
}

#userLogin:active {background-position:0px -36px;}


#userDialog {
  float:left;
  width:150px;
  height:36px;
  line-height:36px;
  font-size:24px;
  text-align:center;
  color:#fff;
  overflow:hidden;
  background:url(/images/login_btn.png) 0px 0px;
}




#webRefresh div {
  font-size:24px;
  padding-left:5px;
  padding-right:10px;
  height:36px;
  float:left;
  line-height:36px;
  overflow:hidden;
  color:#ff8;
}

#panel_stationName {
  text-align:right;
  /*float:right;*/
  overflow:hidden;
  font-size:16px;
  padding-right:3px;
}

#model {
  text-align:right;
  float:right;
  overflow:hidden;
  font-size:16px;
  padding-right:3px;
  line-height: 15px;
}

#topBar2 {
  display:block;
  height:40px;
  background:#000080;
  color:#fff;
  font-size:24px;
  padding-top:2px;
}

#commFaultBar {
  height:38px;
  line-height:38px;
  font-size:24px;
  font-weight:bold;
  color:#ff8;
  background:#c22;
  text-align:center;
  border-bottom:2px solid #000;
}


#dual_panel_stationName {
  text-align:right;
  float:right;
  overflow:hidden;
  font-size:15px;
  padding-right:3px;
}

#dual_model {
  text-align:right;
  float:right;
  overflow:hidden;
  font-size:15px;
  padding-right:3px;
  line-height: 15px;
}

#clock {
  text-align:right;
  float:right;
  overflow:hidden;
  font-size:16px;
  padding-right:3px;
}

#date {
  text-align:right;
  float:right;
  overflow:hidden;
  font-size:15px;
  padding-right:3px;
}

#analogDate {
  text-align:right;
  float:right;
  overflow:hidden;
  font-size:15px;
  padding-right:3px;
}

#powerStatus {
  float:left;
  margin-left:2px;
  margin-top:3px;
}
#powerStatusTxt {
  float:left;
  width:75px;
  line-height:40px;
  padding-left:4px;
}

#systemInfo {
  width:30px;
  font-size:18px;
}

.summary {
  width:32px;
  height:32px;
  background-image:url(/images/summary.gif);
}
.powerStatus_off {background-position:0px 0px;}
.powerStatus_on {background-position:0px -32px;}
.powerStatus_warning {background-position:0px -64px;}
.powerStatus_fault {background-position:0px -96px;}

.halfSliderArea {
  display:block;
  font-size:18px;
  height:20px;
  line-height:20px;
  overflow:hidden;
}

.sliderLabel {
  float:left;
  text-align:right;
  width:90px;
  font-size:16px;
  line-height:20px;
  margin-right:2px;
  font-weight:bold;
}

.sliderVal {
  float:left;
  font-size:15px;
  padding-left:2px;
  font-weight:bold;
  width:90px;
}

.sliderBar {
  position:relative;
  float:left;
  width:200px;
  background:#777;
  border:1px solid #fff;
}
.barGrn {
  background-color:#4e4;
  background-image:-webkit-gradient(linear, 0% 0%, 0% 100%, from(#4f4), to(#2c2));
  background-image:-moz-linear-gradient(top, #4f4, #2c2);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#44ff44',endColorstr='#22cc22');
}
.barYlw {
  background-color:#ff3;
  background-image:-webkit-gradient(linear, 0% 0%, 0% 100%, from(#ff2), to(#cc0));
  background-image:-moz-linear-gradient(top, #ff2, #cc0);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffff22',endColorstr='#cccc00');
}
.barRed {
  background-color:#e22;
  background-image:-webkit-gradient(linear, 0% 0%, 0% 100%, from(#f22), to(#a00));
  background-image:-moz-linear-gradient(top, #f22, #a00);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff2222',endColorstr='#aa0000');
}

.barGry {
  background-color:#ddd;
  background-image:-webkit-gradient(linear, 0% 0%, 0% 100%, from(#d8d8d8), to(#a3a3a3));
  background-image:-moz-linear-gradient(top, #d8d8d8, #a3a3a3);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d8d8d8',endColorstr='#a3a3a3');
}

.barRef {
  position:absolute;
  top:0px;
  left:0px;
}
.barRef div {
  height:16px;
  width:160px;
  border-right:2px solid #fff;
}

.barAmt {
  height:14px;
  border:1px solid #000;
}

/*=================================
*          Main Content Header
*================================*/

.mainContent {
  position:relative;
  display:block;
  background:#ddd;
  color:#000;
  width:516px;
  height:398px;
  margin-right:-20px;
  margin-left:0px;
  float:left;
}

.contentHeader {
  height:38px;
  border-bottom:2px solid #000;
  background:#c3c3c3;
  font-size:24px;
  overflow:hidden;
  background-image:-webkit-gradient(linear, 0% 0%, 0% 100%, from(#d8d8d8), to(#a3a3a3));
  background-image:-moz-linear-gradient(top, #d8d8d8, #a3a3a3);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d8d8d8',endColorstr='#a3a3a3');
}

.cabNum {
  font-weight:bold;
  height:38px;
  width:76px;
  line-height:38px;
  font-size:20px;
  padding-left:2px;
  float:left;
  text-align:center;
}

.xmtrNum {
  font-weight:bold;
  height:38px;
  width:76px;
  line-height:38px;
  font-size:14px;
  padding-left:2px;
  float:left;
  text-align:center;
  overflow:hidden;
}

.pageName {
  font-style:italic;
  text-align:center;
  font-size:29px;
  height:38px;
  line-height:36px;
  display:block;
  width:290px;
  float:left;
}

/*=================================
 * Network Page
 *=================================*/

#networkPage .contentRow {margin-top:8px;}
#networkPage .contentRow h2 {width:160px;}

#networkPage .data .static,
#networkPage .data select,
#networkPage .data input {width:330px;}

#network_icon{
  position:absolute;
  top:5px;
  left:130px;
  height:32px;
  width:32px;
}

/*=================================
 * SNMP Page
 *=================================*/

#snmpPage .contentRow {height:28px;}

#snmpPage .trapHeader {
  font-size: 22px;
  height: 30px;
  line-height: 28px;
  margin-bottom: -8px;
  margin-left: 5px;
  margin-top: 15px;
  text-align: right;
  width: 100%;
}

#snmpPage #ipHeader {
  float:left;
  width:98px;
  margin-left:120px;
}

#snmpPage #portHeader {
  float:left;
  width:98px;
  margin-left:7px;
}

#snmpPage #communityHeader {
  float: left;
  margin-left: 35px;
  width: 98px;
}

#snmpPage .contentRow .trapLabel {
  float:left;
  font-size:24px;
  height:28px;
  margin-left:4px;
  line-height:32px;
  padding-right:2px;
  text-align:right;
  white-space:nowrap;
  width:80px;
}
#snmpPage .contentRow .data .Ip {
  float:left;
  margin-left:4px;
  height:32px;
  width:170px;
  font-size:18px;
}

#snmpPage .contentRow .data .Port {
  float:left;
  margin-left:4px;
  height:32px;
  width:50px;
  font-size:18px;
}
#snmpPage .contentRow .data .Community{
  float:right;
  margin-left:4px;
  height:32px;
  width:150px;
  font-size:18px;
}
/*=================================
 * SNMP Notify Page
 *=================================*/

#snmpNotifyPage .contentRow {
    height:27px;
    font-size: 12px;
    margin:2px 0px 0px 0px;
    //border:1px solid;
}

#snmpNotifyPage .contentRow h2 {
        height:25px;
     font-size: 13px;
     margin-left:2px;
    // margin-top:15px;
   // margin-bottom:-8px;
    width:130px;
      text-align:Left;
      line-height:20px;
}

#snmpNotifyPage .contentRow .textBox {
  float:left;
  height:22px;
  text-align:center;
  font-weight:bold;
  margin-left:21px;
  margin-right:1px;
  width:101px;
  line-height:22px;
  background-color:#ccc;
  color:#777;
  border: 1px solid;
  border-color: #000;
}

#snmpNotifyPage  .contentRow .data {
  width:115px;
  height:25px;
  font-weight:bold;
  margin-left:10px;
  }

#snmpNotifyPage  .contentRow .data static,
#snmpNotifyPage  .contentRow .data input,
#snmpNotifyPage .contentRow .data select {
  width:100px;
  height:22px;
  font-weight:bold;
  margin-left:10px;
  }

#snmpNotifyPage .notifyHeader {
  text-align:center;
  font-size: 20px;
  height:30px;
  line-height:36px;
  // 
 }

#snmpNotifyPage #hdrNotifyCol1 {
  float:left;
  width:120px;
  margin-left:148px;
  //border:1px solid;
}
#snmpNotifyPage #hdrNotifyCol2 {
  float:left;
  width:120px;
  margin-left:5px;
 //   border:1px solid;

}
#snmpNotifyPage #hdrNotifyCol3 {
  float:left;
  width:120px;
  margin-left:2px;
  //  border:1px solid;
}





/*=================================
* MIB Config
*================================*/
#mibPage ul.checkbox {
  border:0px solid black;
  border-image:initial;
}


#mibPage .checkbox>li{
  width:200px;
  float:left;
  font-size:18px;
  font-weight:bold;
}

#lstMibConfig{
  margin-left:10px;
  margin-top:5px;
}

#lstMibConfig a{
  margin:5px 20px 0 0;
  float:right;
}

#lstMibConfig .mibVersion{
  margin:12px 0 0 0;
  float:left;
  font-size:16px;
  font-weight:bold;
  width:130px;
}

#lstMibConfig .mibTitle{
  height:20px;
  float:left;
  font-size:20px;
  font-weight:bold;
  text-align:center;
}

#lstMibConfig .versionTitle{
  width:130px;
}

#lstMibConfig .nameTitle{
  width:200px;
}

#lstMibConfig .downloadTitle{
  width:120px;
  margin-left:45px;
}

#mibConfig_testTrap {
  display:inline-block;
  margin-left:8px;
}

#mibPage .data .static,#mibPage .data select,#mibPage .data input{
	width:150px;
}

#mibPage .contentRow h2{
	width:340px;
}

/*=================================
*          Event/Fault Log Page
*================================*/
.contentHeader .return_link {
  display:block;
  background:url(/images/back_light.png) -5px 0px no-repeat;
  width:57px;
  height:38px;
  border:0px;
  border-color:#fff #000 #000 #fff;
  float:right;
}

.contentHeader .evtlogbtn {
  float:left;
  width:34px;
  height:34px;
  margin:2px 2px 0px 2px;
  background-image:url(/images/evtlog_super.png);
  background-repeat:no-repeat;
}

#btnSaveLog {background-position:0px 0px;}
#btnSaveLog:active {background-position:0px -34px;}
#btnPrintLog {background-position:-34px 0px;}
#btnPrintLog:active {background-position:-34px -34px;}
#btnClearLog {background-position:-68px 0px;}
#btnClearLog:active {background-position:-68px -34px;}
#btnClearLog[disabled="disabled"],
#btnClearLog[disabled="disabled"]:active{background-position:-68px -68px;}
#btnFilterLog {
  background-position:-102px 0px;
  width:90px;
  padding-top:5px;
  padding-left:8px;
  line-height:22px;
}
#btnFilterLog.selected {background-position:-102px -34px;}

#faultlogPage contentHeader {
  position:absolute;
}

#EvtLogPagename {
  float:left;
  height:38px;
  width:100px;
  overflow:hidden;
  line-height:38px;
  font-size:22px;
  font-style:italic;
  white-space:nowrap;
  text-align:left;
  margin-left:4px;
  margin-right:4px;
}

#filterState {
  float:left;
  margin-top:4px;
  margin-left:4px;
}

#filterState a,
#filterState span {
  font-family:monospace;
  font-weight:bold;
  color:#000;
  padding-left:4px;
  padding-right:4px;
}

#eventCount{
  float:left;
  line-height:12px;
  font-size:12px;
  font-weight:bold;
  text-align:center;
  margin-left:2px;
  margin-right:2px;
  width:40px;
}

#faultlogPage #btnFilter {
  float:left;
  position:absolute;
  top:5px;
  left:280px;
  height:24px;
  line-height:28px;
  background-color:#999;
  border:2px solid;
  border-color:#fff #000 #000 #fff;
}
#faultlogPage #btnFilter .text {
  float:left;
  padding-left:6px;
  padding-right:6px;
}
#faultlogPage #btnFilter .icon {
  float:left;
  border-left:1px solid #000;
  float:left;
  height:24px;
  width:26px;
  background:url(/images/arrow_dn.gif) 6px 7px no-repeat;
}
#faultlogPage #btnFilter.selected .icon {
  background:url(/images/arrow_up.gif) 6px 6px no-repeat;
}
#faultlogPage #btnFilter.selected {border-color:#000 #fff #fff #000;}

#filterDialog {
  position:absolute;
  top:115px;
  left:274px;
  padding:5px;
  color:#000;
  background-color:#ddd;
  border:2px solid #000;
  font-size:24px;
  font-weight:bold;
}
#filterDialog>ul {font-weight:normal;}

ul.radio {border:1px solid #000;}
.radio>li.hover {color:#44c;}
.radio>li.selected {
  background-image:url(/images/chk_radio_super.gif);
  background-repeat:no-repeat;
  background-position:0px -205px;
}

.radio>li.selected.disabled{
  background-position:0px -287px;
}

.radio>li.disabled{
  background-position:0px -246px;
}

.radio>li{
  height:40px;
  line-height:40px;
  font-size:24px;
  list-style: none;
  padding-left:46px;
  padding-right:10px;
  background-image:url(/images/chk_radio_super.gif);
  background-repeat:no-repeat;
  background-position:0px -164px;
}

ul.checkbox {border:1px solid #000;}
.checkbox>li.hover {color:#44c;}
.checkbox>li.selected {
  background: url(/images/chk_radio_super.gif) no-repeat;
  background-position:0px -41px;
}

.checkbox>li{
  height:40px;
  line-height:40px;
  font-size:24px;
  list-style: none;
  padding-right:10px;
  background: url(/images/chk_radio_super.gif) no-repeat;
  padding-left:46px;
  background-position:0px 0px;
}

.checkbox>li.selected.disabled{
  background-position:0px -123px;
}
.checkbox>li.disabled{
  background-position:0px -82px;
}

#lstActive {margin-bottom:7px;}

.mainContent hr {
  margin:0px;
  padding:0;
  border:0px;
  height:2px;
  background:#000;
  clear:both;
}

.contentHeader .home_link {
  display:block;
  background:url(/images/homeicon.png) 0px -32px no-repeat #ccc;
  width:32px;
  height:30px;
  margin:2px 2px 0 2px;
  border:2px solid;
  border-color:#fff #000 #000 #fff;
  float:left;
}

.contentHeader .home_link:active {
  border-color:#000 #fff #fff #000;
}

.eventLog{
  margin:5px 5px 0 2px;
  float:right;
  font-size:16px;
  font-weight:bold;
}

.returnToGateway {
  margin:5px -80px 0 -50px;
  float:left;
}
/*=================================
*          Actual Log
*================================*/
#log_vsb {
  position:absolute;
  top:0px;
  left:592px;
  height:358px;
}

@media print {
  .mainContent {border:2px solid #000;}
  #faultlogPage .mainContent {border:0px;}

  #header,
  .menuBar,
  #filterDialog,
  #log_vsb,
  #faultlogPage .contentHeader {
    display:none !important;
  }

  #log_content {
    border-left:1px solid #000;
    border-top:1px solid #000;
    border-right:1px solid #000;
    margin:5px;
  }
}

@media screen {
  #log_content {
    height:358px;
    position:absolute;
    overflow:hidden;
    background-color:#999;
  }
  #log_content div {color:#777;}
  #log_content .c1 {background-color:#eee;}
  #log_content .FLTACT div {background-color:#c22;color:#fff;}
  #log_content .WRNACT div {background-color:#ff8;color:#000;}
  #log_content .INFACT div {color:#000;}
  #log_content .FLTCLR div {background-color:#fee;color:#777;}
  #log_content .WRNCLR div {background-color:#ffd;color:#777;}
}

#log_content {
  width:592px;
  padding:0;
  margin:0;
}

#log_content div {
  font-weight:bold;
  white-space:nowrap;
  overflow:hidden;
}

#log_content .c1 {
  border-bottom:1px solid #000;
  height:36px;
}

#log_content #log_empty {
  text-align:center;
  font-size:20px;
  line-height:35px;
}

#log_content .num {
  font-size:10px;
  height:36px;
  width:30px;
  position:relative;
  float:left;
  padding-left:3px;
  border:0px;
}

#log_content .typ {
  font-size:18px;
  overflow:hidden;
  line-height:36px;
  height:36px;
  width:56px;
  float:left;
  text-align:center;
}
#log_content .typ:first-letter {font-size:24px;}

#log_content .msg {
  font-size:16px;
  height:36px;
  position:relative;
  width:530px; /* 497px if evt_num is present */
  float:left;
  padding-left:6px;
  border:0px;
}

#log_content .status {
  position:absolute;
  right:10px;
  font-size:14px;
}

#log_content .msg .date {
  font-family:Monospace;
  font-weight:normal;
  font-size:13px;
}

/*=================================
*          Print Event Log
*================================*/
#prn_evtlog {
  margin:20px;
  border:1px solid #000;
  border-bottom:0px;
  width:592px;
}

#prn_evtlog div {
  font-weight:bold;
  font-family:Monospace;
  border-bottom:1px solid #000;
  height:36px;
  white-space:nowrap;
  overflow-x:hidden;
  padding:0px;
  margin:0px;
}

#prn_evtlog div div.num {
  font-size:10px;
  height:36px;
  width:28px;
  position:relative;
  float:left;
  padding-left:3px;
  border:0px;
}

#prn_evtlog div div.sta {
  font-size:18px;
  overflow:hidden;
  line-height:36px;
  height:36px;
  width:48px;
  position:relative;
  float:left;
  padding:0px;
  text-align:center;
  border:0px;
}
#prn_evtlog div div.sta:first-letter {font-size:24px;}

#prn_evtlog div div.msg {
  font-size:16px;
  height:36px;
  position:relative;
  width:507px;
  float:left;
  padding-left:6px;
  border:0px;
}

#prn_evtlog .active {
  position:absolute;
  right:10px;
  font-size:14px;
}

#prn_evtlog .date {
  font-family:Monospace;
  font-weight:normal;
  font-size:13px;
}

/*=================================
*          User Admin
*================================*/

#useradminPage .contentHeader {
  font-weight:bold;
  font-style:italic;
  font-size:17px;
}
#useradminPage .row {
  height:37px;
  border-bottom:1px solid #000;
  overflow:hidden;
}
#useradminPage .row div {
  float:left;
  width:150px;
  height:37px;
  line-height:38px;
  text-align:center;
  padding-top:1px;
}
#useradminPage div.buttons {
  text-align:left;
  line-height:0px;
}
#useradminPage .buttons a {
  margin:0px 5px;
}
#useradminPage .contentHeader div.buttons {
  text-align:center;
}

#useradminPage .contentHeader .permission,
#useradminPage .contentHeader .max_logins,
#useradminPage .contentHeader .idle_timeout {
  line-height:18px;
}

#useradminPage div.max_logins,
#useradminPage div.idle_timeout {
  width:80px;
}

#useradminPage div.buttons {
  width:180px;
  padding-top:4px;
}
#useradmin_userlist .buttons a {
  margin-left:10px;
}

#userAdmin_popup_bg {
  background:#fff;
  display:block;
  height:100%;
  left:0;
  position:absolute;
  top:0;
  width:100%;
  z-index:8;
  filter:alpha(opacity=70);
  -moz-opacity:0.7;
  -khtml-opacity:0.7;
  opacity:0.7;
}
#userAdmin_popup {
  position: absolute;
  float: left;
  top: 88px;
  left: 100px;
  width: 400px;
  height: 120px;
  background-color: #ffc;
  z-index: 8;
  color: #000;
  font-size: 24px;
  line-height: 24px;
  padding-top: 30px;
  text-align: center;
  border: 10px solid #c22;
  font-weight: bold;
  border-radius: 24px;
}
#userAdmin_popupMsg{
  margin-bottom:30px;
}

/*=================================
*         User Edit Menu
*================================*/

#userAdmin_useredit {
  display:block;
  position:absolute;
  width:100%;
  height:100%;
  left:0px;
  top:0px;
}
#userAdmin_useredit .contentHeader {
  text-align:center;
  line-height:38px;
  font-size:24px;
}

#userAdmin_useredit .content {
  position:absolute;
  width:620px;
  height:338px;
  background-color:#ddd;
  overflow:hidden;
  padding:10px;
}

#useradminPage .contentRow {
  margin:5px 0;
  height:34px;
  line-height:30px;
  font-size:22px;
}

#useradminPage .contentRow h2 {
  width:240px;
  padding-right:5px;
  height:28px;
  font-size:20px;
}

#useradminPage .data .static,
#useradminPage .data select,
#useradminPage .data input {
  width:190px;
  float:left;
  height:28px;
  font-size:22px;
  text-align:left;
}
#useradminPage .data .static,
#useradminPage .data input {
  padding:0px 5px;
}
#useradminPage .data .sel_bdr {overflow:hidden;}
#useradminPage .data .halfinput {
  width:70px;
  margin-right:5px;
}
#userAdmin_errMsg {
  margin-top:10px;
  text-align:center;
  color:#f22;
  font-size:20px;
  font-style:italic;
}
#userAdmin_useredit .edit_btns {
  margin-top:10px;
  text-align:center;
}
#userAdmin_useredit .edit_btns a {
  margin:0px 5px;
}

/*=================================
*          Exciter Loader -- unknown why left in for now
*================================*/
#loader_bg {
  background:#fff;
  display:block;
  height:100%;
  left:0;
  position:absolute;
  top:0;
  width:100%;
  z-index:4;
  filter:alpha(opacity=70);
  -moz-opacity:0.7;
  -khtml-opacity: 0.7;
  opacity:0.7;
}

#_loader_area_ {
  background:#555555;
  color:#000000;
  font-size:13px;
  margin:0 auto;
  overflow:hidden;
  padding:10px;
  position:absolute;
  top:200px;
  left:300px;
  width:380px;
  z-index:4;
  -moz-border-radius:10px;
  -webkit-border-radius:10px;
  border-radius:10px;
  -moz-opacity:0.8;
  -khtml-opacity: 0.8;
  opacity:0.8;
}

._loader_frame_ {
  background:#FFFFFF;
  -moz-border-radius:10px;
  -webkit-border-radius:10px;
  border-radius:10px;
  padding:5px;
  overflow:hidden;
  filter:alpha(opacity=100);
  -moz-opacity:1.0;
  -khtml-opacity: 1.0;
  opacity:1.0;
}

._loader_close_area_ {
  background:#FFFFFF;
  color:#3355FF;
  width:100%;
  font-size:20px;
  height:18px;
  text-decoration:underline;
}

#_loader_content_ h1 {
  font-size:24px;
  font-weight:bold;
  padding:5px 0;
  text-align:center;
}

#_loader_close_ {
  float:right;
  width:80px;
  cursor:pointer;
}

/*=================================
*          Login - will need to change when admin done
*================================*/

#hrs_login_bg {
  position:absolute;
  width:640px;
  height:480px;
  top:0;
  left:0;
  z-index:9;
  background:#fff;
  filter:alpha(opacity=90);
  -moz-opacity:0.9;
  -khtml-opacity:0.9;
  opacity:0.9;
}

#hrs_login {
  background:#ddd;
  position:absolute;
  width:440px;
  top:54px;
  left:60px;
  border:20px solid #368;
  padding:20px;
  color:#000;
  z-index:9;
  border-radius:11px;
}

#hrs_login p {
  margin-top:10px;
  text-align:left;
}
#hrs_login span.label {
  display:inline-block;
  *display:inline; zoom:1; /* IE6 fix */
  width:125px;
  font-size:24px;
  text-align:right;
}
#hrs_login input.data {
  display:inline-block;
  *display:inline; zoom:1; /* IE6 fix */
  border:1px solid black;
  width:260px;
  height:40px;
  margin-left:10px;
  padding:0 10px;
  font-size:22px;
  text-align:left;
}
#hrs_login input.selected {
  color:#000;
  background:#ffc;
}

#login_remember {
  margin:10px 0 0 135px;
  border:0px;
}
#login_remember li {
  line-height:44px;
  font-size:20px;
  padding-left:42px;
}

p#hrs_login_msg {
  color:#c22;
  font-style:italic;
  font-size:18px;
  line-height:18px;
  text-align:center;
}

#hrs_login h1 {
  text-align:center;
  font-size:26px;
  font-weight:bold;
}

#hrs_login .btn {margin:10px 0 0 85px;background-color:#ddd}
#hrs_login .btn:focus {color:#FFA;}
#hrs_login .btn:active {background-position:0px -60px;}

#hrs_login_popup {
  position: absolute;
  float: left;
  top: 185px;
  left: 210px;
  width: 200px;
  height: 56px;
  background-color: #ffc;
  z-index: 9;
  color: #000;
  font-size: 24px;
  line-height: 24px;
  padding-top: 30px;
  text-align: center;
  border: 10px solid #c22;
  font-weight: bold;
  border-radius: 24px;
}

/* =================================
*        Keyboard
*  ============================== */
#keyboard {
  width:640px;
  height:480px;
  position:absolute;
  left:0;
  top:0;
  z-index:10;
  background:#888;
}

#keyboard h1 {
  font-size:28px;
  text-align:center;
  height:40px;
  line-height:40px;
  margin:0;
}

#keyboard hr {
  clear:both;
  height:2px;
  background:#888;
  border:0;
  border-bottom:2px solid #000;
  display:block;
  margin:6px 6px 4px;
}

#keyboardInputText {
  width:620px;
  text-align:center;
  margin:0 9px;
  /*border:2px solid;*/
  border-color:#444 #fff #fff #444;
  background:#fff;
  height:36px;
  line-height:36px;
  font-size:28px;
}

#keyboard ul {
  list-style:none;
  margin-left:19px;
  padding-top: 5px;
  clear:both;
}

#keyboard ul li {
  float:left;
  display:block;
  background:#ccc;
  text-align:center;
}

#keyboard ul .pressed,
#keyboard ul li:active {
  color:#fff;
  background:#666;
  border-color:#000 #fff #fff #000;
}

#keyboardKeys li {
  width:52px;
  height:52px;
  margin:4px;
  line-height:52px;
  font-weight:bold;
  text-transform: lowercase;
  overflow:hidden;
}

#keyboardKeys li span {
  border:2px solid;
  border-color:#fff #000 #000 #fff;
  display:block;
  width:48px;
  height:48px;
}

#keyboardKeys li .symbol {display:none;}
#keyboardKeys.symbolShow li .alpha {display:none;}
#keyboardKeys.symbolShow li .symbol {display:block;}

#keyboardKeys.shift li {text-transform:uppercase;}

#keyboardKeys .shortRow {margin-left: 28px;}

#keyboard #keyboardKeys .keyboard_shift {
  width:82px;
  font-size:24px;
  text-transform:capitalize;
}

#keyboard #keyboardKeys #keyboard_symbol,
#keyboard #keyboardKeys #keyboard_back {
  width:140px;
  font-size:26px;
  text-transform:capitalize;
}

#keyboard #keyboardKeys #keyboard_space {
  width:256px;
}

#keyboard #keyboardCommands {margin: -3px 79px 0;}

#keyboardCommands li {
  height:52px;
  margin:4px;
  width:150px;
  line-height:52px;
}

/* =================================
*            numPad
*  ============================== */

#numPad{
	width:640px;
	height:480px;
	position:absolute;
	left:0;
	top:0;
	z-index:2;
	background:#888;
}

#numPad h1 {
	font-size:28px;
	text-align:center;
	height:40px;
	line-height:40px;
	margin:0;
}

#numPad hr {
	clear:both;
	height:2px;
	background:#888;
	border:0;
	border-bottom:2px solid #000;
	display:block;
	margin:6px 6px 4px;
}

#numPadInputText {
	width:620px;
	text-align:center;
	margin:0 6px;
	border:2px solid;
	border-color:#444 #fff #fff #444;
	background:#fff;
	height:36px;
	line-height:36px;
	font-size:28px;
}

#numPad ul {
	list-style:none;
	margin:0;
	padding:0;
	clear:both;
}

#numPad ul li {
	float:left;
	display:block;
	background:#ccc;
	border:2px solid;
	border-color:#ccc #444 #444 #ccc;
	text-align:center;
	font-size:30px;
}

#numPad ul .pressed,
#numPad ul li:active {
	color:#fff;
	background:#666;
	border-color:#444 #ccc #ccc #444;
}

#numPadKeys li {
	width:65px;
	height:65px;
	margin:4px;
	line-height:65px;
	text-transform: lowercase;
	overflow:hidden;
}

#numPadKeys li span {
	display:block;
	width:65px;
	height:65px;
}

#numPadKeys li .symbol {display:none;}
#numPadKeys .symbolShow li .alpha {display:none;}
#numPadKeys .symbolShow li .symbol {display:block;}

#numPadKeys.shift li {text-transform:uppercase;}

#numPadKeys .shortRow {
	margin-left:160px;
}
#numPadKeys .medRow {
	margin-left:75px;
}
#numPad #numPadKeys .numPad_shift {
	width:82px;
	font-size:24px;
	text-transform:capitalize;
}

#numPad #numPadKeys #numPad_symbol,
#numPad #numPadKeys #numPad_back,
#numPad #numPadKeys #numPad_Up,
#numPad #numPadKeys #numPad_Down {
	width:150px;
	font-size:26px;
	text-transform:capitalize;
}
#numPad #numPadKeys #numPad_space {
	width:256px;
}

#numPad #numPadCommands {
	margin:-4px 70px 0;
}

#numPadCommands li {
	height:52px;
	margin:4px;
	width:150px;
	line-height:52px;
}

/*=================================
*          Multi-Select
*================================*/
#multiSelect {
  width:640px;
  height:480px;
  position:absolute;
  left:0;
  top:0;
  z-index:2;
  background:#888;
  overflow:hidden;
}

#multiSelect h1 {
  font-size:30px;
  text-align:center;
  height:40px;
  line-height:40px;
  margin:8px 0 12px;
  border-bottom:2px solid #444;
}

#multiSelect hr {
  clear:both;
  height:2px;
  background:#888;
  border:0;
  border-bottom:2px solid #000;
  display:block;
  margin:6px 6px 4px;
}

#multiSelect ul {
  list-style:none;
  margin:0;
  padding:0;
  clear:both;
}

#multiSelect ul li {
  float:left;
  display:block;
  background:#ccc;
  border:2px solid;
  border-color:#ccc #444 #444 #ccc;
  text-align:center;
  font-size:26px;
  padding:2px;
  /*cursor:pointer;*/
}

#multiSelectOptions {
  height:340px;
}

#multiSelectOptions li {
  width:270px;
  height:40px;
  line-height:40px;
}

#multiSelectOptions .selected {
  background:#4c4;
  border-color:#444 #ccc #ccc #444;
  padding:4px 0 0 4px;
}

#multiSelectCommands li {
  height:34px;
  margin:8px 80px;
  width:150px;
  height:44px;
  line-height:44px;
}

.twelve li {margin:4px 20px;}
.ten li {margin:10px 20px;}
.eight li {margin:18px 20px;}
.six li, .four li {margin:20px;}

.indent {border-color:#000 #fff #fff #000;}

.hover { cursor:pointer; }

.noCursor {
  cursor: url(/images/cursor.gif), auto;
}

.noCursorLinks a {
  cursor: url(/images/cursor.gif), auto;
}

.noCursorLinks a:link {
  cursor: url(/images/cursor.gif), auto;
}

/* =================================
*	 Service Page
*  ============================== */
#servicePage .contentRow {
  height:25px;
  margin-bottom:10px;
}

#date_inputs {
  border:2px solid #000;
  margin:0px 10px;
  background-color:#eee;
  border-radius: 10px;
}
#date_inputs h2 {width:242px;}

#service_hour,
#service_min,
#service_tzofs_seconds,
#service_tzofs {width:70px;}

#service_date {width:180px;}

#servicePage .divider{
  width:480px;
  height:2px;
  background-color:#000;
  left:20px;
  position:relative;
}

#service_setTime {
  display:inline-block;
  margin-left:8px;
}
#tzofs h2 {width:252px;}
#tzofs_sec h2 {width:252px;}

/* =================================
*	 Version Page
*  ============================== */

#versionPage .contentRow h2 {width:225px;}
#versionPage .static {width:260px;}

/*=================================
* ISP pages
*================================*/

/*------ Generic Tab Style ------*/
ul.tab_bar {
  border-bottom:2px solid #000;
  padding:8px 4px 0px 4px;
}

ul.tab_bar li {
  top:2px;
  position:relative;
  list-style:none;
  display:inline-block;
  border:1px solid #000;
  border-radius:4px 4px 0px 0px;
  padding:4px 6px 4px 6px;
  margin:0px 1px 0px 1px;
  color:#000;
  background-color:#ccc;
  cursor:pointer;
}

ul.tab_bar li.selected {
  border:2px solid #000;
  border-bottom:0px;
  padding:4px 5px 6px 5px;
  margin:0px 0px 0px 0px;
  background-color:#eee;
}

ul.tab_bar > li:hover {
  background-color:#ffe;
}

/*------ Top-level screen ------*/
#ispPage {
  position:absolute;
  left:0px;
  top:0px;
  background-color:#ddd;
}

#ispScreen,
#ispNotes {
  width:620px;
  height:460px;
  border:2px solid #000;
  border-radius:10px;
  margin:8px;
  background-color:#eee;
  color:#000;
}

#ispHeader,
#ispNotesHeader,
#popupHdr {
  height:38px;
  line-height:38px;
  text-align:center;
  font-size:24px;
  font-weight:bold;
  border-bottom:2px solid #000;
  border-radius:8px 8px 0px 0px;
  background-color:#c3c3c3;
}
#ispHeader, #ispNotesHeader {padding-left:57px;}
#ispHeader div {
  float:left;
  text-align:center;
  width:504px;
}

#ispContent .tab_bar {background:url(/images/mask.gif);}

#ispContent .tabdiv {
  float:left;
  padding:6px;
}

#ispTabs li {
  padding-left:20px;
  padding-right:20px;
}

#ispContent .tabdiv .not_impl {
  padding-top:160px;
  width:608px;
  text-align:center;
  font-size:24px;
  font-weight:bold;
}

#ispContent .tabdiv .sysReset {
  padding-top:60px;
  width:608px;
  text-align:center;
  font-size:18px;
}

#ispSysReboot,
#ispSysRestart{margin: 60px 20px 20px 120px;float:left;}

#ispContent .tabdiv .sysConfigDownload {
  padding-top:30px;
  width:608px;
  text-align:center;
  font-size:17px;
}
#ispContent .tabdiv .sysDataDownload {
  padding-top:30px;
  width:608px;
  text-align:center;
  font-size:17px;
}

#btnIspSysConfigDownload{margin-top:10px;}
#btnIspSysDataDownload{margin-top:10px;}

/*------ ISP Table ------*/
.ispTable h2 {font-size:20px; height:24px;overflow:hidden;}
.ispTable h2 .free {
  margin-top:4px;
  font-size:16px;
  font-weight:bold;
  overflow:hidden;
  float:right;
}

.isp_tbl {
  border:2px solid #000;
  border-right:0px solid #000;
  height:339px;
  overflow:hidden;
}
.isp_tbl .row {
  width:558px;
  height:42px;
  border-bottom:1px solid #888;
  color:#000;
  overflow:hidden;
}
.isp_tbl .col {
  float:left;
  height:42px;
  line-height:42px;
  border-right:1px solid #888;
  text-align:center;
}
.isp_tbl .data .col {
  font-size:15px;
  font-family:monospace;
}
.isp_tbl div.header {
  height:24px;
  border-bottom:2px solid #000;
  background-color:#cba;
}
.isp_tbl div.header .col {
  height:24px;
  line-height:26px;
  font-weight:bold;
}

#ispPcmAppTbl .ver {width:105px;}
#ispPcmAppTbl .pn {width:142px;}
#ispPcmAppTbl .size {width:70px;padding-right:5px;}
#ispPcmAppTbl .notes {width:68px;}
#ispPcmAppTbl .actv8 {width:88px;}
#ispPcmAppTbl .del {width:68px;border:none;}

#ispPcmAppTbl .data .size {text-align:right;}
#ispPcmAppTbl .data .btn60,
#ispPcmAppTbl .data .btn80 {margin-top:6px;}
.isp_tbl .selected .actv8 .btn80,
.isp_tbl .selected .del .btn60 {display:none;}
.isp_tbl .selected {background-color:#ffc;}

#ispPcmAppTbl {float:left;}
#ispPcmApp_vsb {float:left; height:343px;}

#mcmCabNavigationPrev{
  position:absolute;
  top:10px;
  left:20px;
}

#mcmCabNavigationLabel{
  position:absolute;
  top:10px;
  left:70px;
  line-height:38px;
  font-size: 24px;
  font-weight: bold;
}

#mcmCabNavigationNext{
  position:absolute;
  top:10px;
  left:140px;
}

#ispMcmAppTbl .ver {width:130px;}
#ispMcmAppTbl .pn {width:142px;}
#ispMcmAppTbl .size {width:100px;padding-right:5px;}
#ispMcmAppTbl .notes {width:68px;}
#ispMcmAppTbl .actv8 {width:88px;}
#ispMcmAppTbl .del {width:68px;border:none;}

#ispMcmAppTbl .data .size {text-align:right;}
#ispMcmAppTbl .data .btn60,
#ispMcmAppTbl .data .btn80 {margin-top:6px;}
.isp_tbl .selected .actv8 .btn80,
.isp_tbl .selected .del .btn60 {display:none;}
.isp_tbl .selected {background-color:#ffc;}

#ispMcmAppTbl {float:left;}
#ispMcmApp_vsb {float:left; height:343px;}

/*------ ISP Notes ------*/
div#ispNotes {
  position:absolute;
  top:0px;
  left:0px;
  background-color:#ddd;
  overflow:hidden;
}
div#ispNotesHeader {padding-left:0px;}

#ispNotesContent {
  float:left;
  height:374px;
  width:566px;
  padding:3px;
  background-color:#fff;
  border-bottom:2px solid #000;
  overflow:hidden;
}

#ispNotesContent p {
  font-size:13px;
  font-family:monospace;
}

#ispNotes_vsb {
  float:right;
  height:380px;
  border-bottom:2px solid #000;
}

#ispUpload_vsb {
  float:right;
  height:259px;
  border-bottom:2px solid #000;
  margin:-10px 0 10px 0;
}

#ispNotesBtnBar {text-align:center;}
#ispNotesBtnBar a {
  display:inline-block;
  margin-top:4px;
  color:#000;
}

/*------ Upload tab ------*/
#ispFilenameRow {position:relative;}
#ispLoadBtn,
#ispUplBtn {float:left;}
#ispUplBtn {margin-left:5px;}

#ispFilename {
  width:417px;
  height:28px;
  line-height:30px;
  font-size:15px;
  text-align:left;
  padding:0px 5px;
}
#ispUplFile {
  position:relative;
  width:60px;
  height:30px;
  font-size:35px;
  top:-31px;
  left:-1px;
  opacity:0;
  filter:alpha(opacity=0);
}

#ispProgressRow h2 {width:122px;}
#ispProgressRow .data {margin-top:6px;}
#ispProgressRow .data div {
  float:left;
  height:16px;
}

#ispProgressBar {
  width:420px;
  border: 1px solid #000;
  border-radius:9px;
  background-color:#fff;
  overflow:hidden;
}

#ispProgressBar #ispProgress{
  width:0px;
  height:16px;
  background-color:#fc6;
}

#ispHeaderProgressWindow {
  background-color:#000080;
  overflow:hidden;
  color:#FFF;
}
#ispHeaderProgressRow{margin:2px 0 0 4px;}
#ispHeaderProgressRow h2 {width:122px;}
#ispHeaderProgressRow .data {margin-top:6px;}
#ispHeaderProgressRow .data div {
  float:left;
  height:16px;
}

#ispHeaderProgressBar {
  width:300px;
  border: 1px solid #000;
  border-radius:9px;
  background-color:#fff;
  overflow:hidden;
}

#ispHeaderProgressBar #ispHeaderProgress {
  width:0px;
  height:16px;
  background-color:#fc6;
}

#ispHeaderUplPercent {
  margin-left:4px;
  font-size:13px;
}

#ispUplPercent {
  margin-left:4px;
  font-size:13px;
}

#ispUploadContent {
  float:left;
  height:250px;
  width:548px;
  background-color:#fff;
  overflow:hidden;
}

#ispUploadContent pre {
  font-family:monospace;
  padding:0px 5px;
}

#ispUplStatBox {
  width:596px;
  height:269px;
  font-size:16px;
  margin-left:5px;
  color:#000;
  border:1px solid #000;
  background-color:#fff;
  overflow:hidden;
}

#ispUplStatBox legend {
  margin-left:7px;
  padding:0px 6px;
  font-weight:bold;
}

#backup_warn {
  font-weight:bold;
  text-align:justify;
  margin:15px;
  color:#c22;
}
#backup_data {margin-top:25px;}
#backup_data .data {margin-left:75px;}
#backup_action {
  height:28px;
  width:400px;
}

/*=================================
* Jquery UI Datepicker
*================================*/

/*
 * jQuery UI CSS Framework 1.8.18
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
*/

/* Layout helpers
----------------------------------*/
div.ui-datepicker{font-size: 170%;width:630px;height:480px;left:0px !important;top:0px !important;}

/* Overlays */
.ui-widget-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

/* Component containers*/
.ui-widget { font-family: Lucida Grande, Lucida Sans, Arial, sans-serif; font-size: 1.1em; }
.ui-widget .ui-widget { font-size: 1em; }
.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button { font-family: Lucida Grande, Lucida Sans, Arial, sans-serif; font-size: 1em; }
.ui-widget-content { border: 1px solid #000; background: #fff 50% bottom repeat-x; color: #000; }
.ui-widget-header { border: 1px solid #000; background: #cba 50% 50% repeat-x; color: #000; font-weight: bold; }

/* Interaction states
----------------------------------*/
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default { border: 1px solid #000; background: #eee 50% 50% repeat-x; font-weight: bold; color: #000; border-radius:8px;
  background-image:-webkit-gradient(linear, 0% 0%, 0% 100%, from(#fff), to(#ccc));
  background-image:-moz-linear-gradient(top, #fff, #ccc);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff',endColorstr='#cccccc');
}
.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus { border: 1px solid #000; background: #ccf 50% 50% repeat-x; font-weight: bold; color: #000;
  background-image:-webkit-gradient(linear, 0% 0%, 0% 100%, from(#eef), to(#bbf));
  background-image:-moz-linear-gradient(top, #eef, #bbf);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeff',endColorstr='#bbbbff');
}

/* Interaction Cues
----------------------------------*/
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active  {border: 3px solid #000; width:73px; height:34px; padding-top:2px; background: #ffc 50% 50% repeat-x; color: #000;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffcc',endColorstr='#ffffcc');
}
.ui-priority-primary, .ui-widget-content .ui-priority-primary, .ui-widget-header .ui-priority-primary, .ui-priority-secondary, .ui-widget-content .ui-priority-secondary,  .ui-widget-header .ui-priority-secondary { font-weight: bold; }
.ui-state-disabled, .ui-widget-content .ui-state-disabled, .ui-widget-header .ui-state-disabled { opacity: .35; filter:Alpha(Opacity=35); background-image: none; }

/* Icons
----------------------------------*/
.ui-icon { display: block; text-indent: -99999px; overflow: hidden; background-repeat: no-repeat; }
.ui-icon { width: 41px; height: 41px; background-image: url(/images/nav_lr.png); }
.ui-icon-circle-triangle-e { background-position: -82px 0px; }
.ui-icon-circle-triangle-w { background-position: -41px 0px; }
.ui-icon-circle-triangle-e:active { background-position: -82px -41px; }
.ui-icon-circle-triangle-w:active { background-position: -41px -41px; }
.ui-icon-circle-dbltriangle-e { background-position: -123px 0px;}
.ui-icon-circle-dbltriangle-w { background-position: 0px 0px;}
.ui-icon-circle-dbltriangle-e:active { background-position: -123px -41px; }
.ui-icon-circle-dbltriangle-w:active { background-position: 0px -41px; }

/* Corner radius */
.ui-corner-all, .ui-corner-top, .ui-corner-left, .ui-corner-tl { -moz-border-radius-topleft: 5px; -webkit-border-top-left-radius: 5px; -khtml-border-top-left-radius: 5px; border-top-left-radius: 5px; }
.ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr { -moz-border-radius-topright: 5px; -webkit-border-top-right-radius: 5px; -khtml-border-top-right-radius: 5px; border-top-right-radius: 5px; }
.ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl { -moz-border-radius-bottomleft: 5px; -webkit-border-bottom-left-radius: 5px; -khtml-border-bottom-left-radius: 5px; border-bottom-left-radius: 5px; }
.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br { -moz-border-radius-bottomright: 5px; -webkit-border-bottom-right-radius: 5px; -khtml-border-bottom-right-radius: 5px; border-bottom-right-radius: 5px; }

/** jQuery UI Datepicker 1.8.18**/

.ui-datepicker { width: 17em; padding: .2em .2em 0; display: none; }
.ui-datepicker .ui-datepicker-header { position:relative; padding:.2em 0; }
.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next, .ui-datepicker .ui-datepicker-prevYear, .ui-datepicker .ui-datepicker-nextYear  { position:absolute; top: 2px; width: 1.8em; height: 1.8em; }
.ui-datepicker .ui-datepicker-prev-hover, .ui-datepicker .ui-datepicker-next-hover, .ui-datepicker .ui-datepicker-prevYear-hover, .ui-datepicker .ui-datepicker-nextYear-hover{ top: 1px; }
.ui-datepicker .ui-datepicker-prev { left:50px; }
.ui-datepicker .ui-datepicker-next { right:50px; }
.ui-datepicker .ui-datepicker-prev-hover { left:50px; }
.ui-datepicker .ui-datepicker-next-hover { right:50px; }
.ui-datepicker .ui-datepicker-prevYear { left:2px;}
.ui-datepicker .ui-datepicker-nextYear { right:2px;}
.ui-datepicker .ui-datepicker-prevYear-hover { left:1px; }
.ui-datepicker .ui-datepicker-nextYear-hover { right:1px; }
.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span, .ui-datepicker .ui-datepicker-prevYear span, .ui-datepicker .ui-datepicker-nextYear span  { display: block; position: absolute; left: 50%; margin-left: -20px; top: 50%; margin-top: -20px;  }
.ui-datepicker .ui-datepicker-title { margin: 0 2.3em; line-height: 1.8em; text-align: center; }
.ui-datepicker .ui-datepicker-title select { border: 1px solid #000; font-size:1em; margin:1px 0; }
.ui-datepicker select.ui-datepicker-month-year {width: 100%;}
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year { width: 49%;}
.ui-datepicker table {width: 100%; font-size: .9em; border-collapse: collapse; margin:0 0 .4em; }
.ui-datepicker th { padding: .3em .3em; text-align: center; font-weight: bold; border: 0;  }
.ui-datepicker td { border: 0; padding: 1px; }
.ui-datepicker td span, .ui-datepicker td a { display: block; padding: .2em; text-align: right; text-decoration: none; width:75px; height:34px;}
.ui-datepicker .ui-datepicker-buttonpane { background-image: none; margin:0; padding:0 .2em; border-left: 0; border-right: 0; border-bottom: 0; position: absolute; top:404px; width:97%;
  background-image:-webkit-gradient(linear, 0% 0%, 0% 100%, from(#ddd), to(#fff));
  background-image:-moz-linear-gradient(top, #ddd, #fff);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#dddddd',endColorstr='#ffffff');
}
.ui-datepicker .ui-datepicker-buttonpane button { float: right; margin: .5em .2em .4em; cursor: pointer; padding: .2em .6em .3em .6em; width:auto; overflow:visible; }
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current { float:left; }

/* RTL support */
.ui-datepicker-rtl { direction: rtl; }
.ui-datepicker-rtl .ui-datepicker-prev { right: 2px; left: auto; }
.ui-datepicker-rtl .ui-datepicker-next { left: 2px; right: auto; }
.ui-datepicker-rtl .ui-datepicker-prev:hover { right: 1px; left: auto; }
.ui-datepicker-rtl .ui-datepicker-next:hover { left: 1px; right: auto; }
.ui-datepicker-rtl .ui-datepicker-buttonpane { clear:right; }
.ui-datepicker-rtl .ui-datepicker-buttonpane button { float: left; }
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current { float:right; }
.ui-datepicker-rtl .ui-datepicker-group { float:right; }
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header { border-right-width:0; border-left-width:1px; }
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header { border-right-width:0; border-left-width:1px; }


.ui-timepicker-div .ui-widget-header { margin-bottom: 8px; }
.ui-timepicker-div dl { text-align: left; }
.ui-timepicker-div dl dt { float: left; clear:left; padding: 0 0 0 5px; }
.ui-timepicker-div dl dd { margin: 0 10px 10px 40%; }
.ui-timepicker-div td { font-size: 90%; }
.ui-tpicker-grid-label { background: none; border: none; margin: 0; padding: 0; }

.ui-timepicker-rtl{ direction: rtl; }
.ui-timepicker-rtl dl { text-align: right; padding: 0 5px 0 0; }
.ui-timepicker-rtl dl dt{ float: right; clear: right; }
.ui-timepicker-rtl dl dd { margin: 0 40% 10px 10px; }


/* IE6 IFRAME FIX (taken from datepicker 1.5.3 */
.ui-datepicker-cover {
    display: none; /*sorry for IE5*/
    display/**/: block; /*sorry for IE5*/
    position: absolute; /*must have*/
    z-index: -1; /*must have*/
    filter: mask(); /*must have*/
    top: -4px; /*must have*/
    left: -4px; /*must have*/
    width: 200px; /*must have*/
    height: 200px; /*must have*/
}/*





/*=================================
* Popup page
*================================*/
.alpha70 {
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  -khtml-opacity: 0.7;
  opacity: 0.7;
}
#popupPage {position:absolute;left:0px;top:40px;z-index:7;}
#popupBkgnd {
  width:640px;
  height:480px;
  background-color:#000;
}
#popupPos {position:absolute;}
#popupFrm {
  border:2px solid #000;
  border-radius:10px;
  background-color:#eee;
  color:#000;
  overflow:hidden;
}
#popupTxt {margin:5px;}
#popupTxt pre {font-family:monospace;font-size:16px;}
#popupBtnBar {
  height:38px;
  line-height:38px;
  text-align:center;
  background:#ccc;
  border-top:2px solid #000;
  border-radius:0px 0px 8px 8px;
  background-image:-webkit-gradient(linear, 0% 0%, 0% 100%, from(#d8d8d8), to(#a3a3a3));
  background-image:-moz-linear-gradient(top, #d8d8d8, #a3a3a3);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d8d8d8',endColorstr='#a3a3a3');
}
#popupBtnBar a {margin:4px;}

/*------ PCM Patch Screen ------*/
.pcmPatchTable h2 {font-size:20px; height:24px;overflow:hidden;}
.pcmPatchTable h2 .free {
  margin-top:4px;
  font-size:16px;
  font-weight:bold;
  overflow:hidden;
  float:right;
}

.patch_tbl {
  border:2px solid #000;
  border-right:0px solid #000;
  height:355px;
  width:465px;
  overflow:hidden;
}
.patch_tbl .row {
  width:558px;
  height:42px;
  border-bottom:1px solid #888;
  overflow:hidden;
}
.patch_tbl .col {
  float:left;
  height:42px;
  line-height:42px;
  border-right:1px solid #888;
  text-align:center;
}
.patch_tbl .data .col {
  font-size:16px;
}
.patch_tbl div.header {
  height:24px;
  border-bottom:2px solid #000;
  background-color:#cba;
}
.patch_tbl div.header .col {
  height:24px;
  line-height:26px;
  font-weight:bold;
}

#pcmPatchTbl .name {width:200px;}
#pcmPatchTbl .version {width:95px;}
#pcmPatchTbl .date {width:165px;padding-right:5px;}


#pcmPatchTbl {float:left;}
#pcmPatch_vsb {float:left; height:355px;}




/*------ Logged In Table ------*/
.logInTable h2 {font-size:20px; height:24px;overflow:hidden;}
.logInTable h2 .free {
  margin-top:4px;
  font-size:16px;
  font-weight:bold;
  overflow:hidden;
  float:right;
}

.logIn_tbl {
  border:2px solid #000;
  border-right:0px solid #000;
  height:354px;
  overflow:hidden;
}
.logIn_tbl .row {
  width:558px;
  height:42px;
  border-bottom:1px solid #888;
  color:#000;
  overflow:hidden;
}
.logIn_tbl .col {
  float:left;
  height:42px;
  line-height:42px;
  border-right:1px solid #888;
  text-align:center;
}
.logIn_tbl .data .col {
  font-size:15px;
  font-family:monospace;
}
.logIn_tbl div.header {
  height:24px;
  border-bottom:2px solid #000;
  background-color:#cba;
}
.logIn_tbl div.header .col {
  height:24px;
  line-height:26px;
  font-weight:bold;
}

#logInTbl .user {width:105px;}
#logInTbl .ip {width:142px;}
#logInTbl .logInTime {width:264px;}


#logInTbl .data .size {text-align:right;}
#logInTbl .data .btn60,
#logInTbl .data .btn80 {margin-top:6px;}
.logIn_tbl .selected .actv8 .btn80,
.logIn_tbl .selected .del .btn60 {display:none;}
.logIn_tbl .selected {background-color:#ffc;}

#ispPcmAppTbl {float:left;}


/*=================================
 * EMAIL Page
 *=================================*/

#emailPage .contentRow{
  height:24px;
  font-size:20px;
}

#emailPage .contentRow h2{
  width:165px;
  font-size:17px;
  width:150px;
  margin-right:5px;
}

#emailPage .contentRow .data {
  width:300px;
  margin-top:5px;
}

#emailPage .contentRow .data input {
  width:290px;
  height:20px;
}

#emailPage #emailFooter {
  position:absolute;
  left:00px;
  top:314px;
  width:516px;
  background:#cba;
  border-top:2px solid #000;
}

#emailPage #emailFooter ul {
  height:44px;
  width:504px;
  list-style:none;
  padding:0;
  margin:0px auto 0;
}

#emailPage #emailFooter li {
  float:left;
  margin: 5px 3px; 
  line-height:60px;
}
