/* =================================
*      Config Pages
*  ============================== */
.setupData {
  width:500px;
  height:26px;
  font-size:22px;
  line-height:30px;
  clear:both;
  margin:10px 0 0 5px;
}

.setupData .label {
  height:26px;
  text-align:right;
  width:300px;
  margin-right:5px;
  white-space:nowrap;
  overflow:hidden;
  float:left;
}

.setupData .data {
  display:block;
  text-align:center;
  float:left;
  background:#DDD;
  width:135px;
  height:30px;
  white-space:nowrap;
}

.setupEntry {
  width:440px;
  height:26px;
  font-size:22px;
  line-height:30px;
  clear:both;
  margin:10px 0 0 5px;
}

.setupEntry .label {
  height:26px;
  text-align:right;
  width:300px;
  margin-right:5px;
  white-space:nowrap;
  overflow:hidden;
  float:left;
}

.setupEntry .data {
  display:block;
  float:left; 
  width:130px;
  height:30px;
  white-space:nowrap;
}

.setupEntry .data input {width:130px;}

/* =================================
*	 Home Page
*  ============================== */ 

#homePage .pageName span {background:url(/images/homeicon.png) 0px 2px no-repeat;}

#homePage .canvas {
  height:292px;
  display:block;
  font-size:24px;
}

#home_bigRectLines {
  display:block;
  width:144px;
  height:118px;
  border:2px solid;
  border-left:0px;
  border-color:#000;
  position:relative;
  left:100px;
  top:78px;
}

#home_bigRect_a,
#home_bigRect_b {
  display:block;
  width:210px;
  height:110px;
  left:6px;
  border:2px solid;
  border-color:#000;  
  position:absolute;
  text-align:center;
  font-size:20px;
  border-radius:6px;
}
#home_bigRect_a {top:10px;}
#home_bigRect_b {top:130px;}

.bigRect_ok {background-color:#8c8;}
.bigRect_fault {background-color:#c22;color:#fff;}
.bigRect_warn {background-color:#ff8;}
.bigRect_default {background-color:#eee;}

#home_straightLine {
  display:block;
  width:124px;
  height:2px;
  border-bottom:2px solid #000;
  position:absolute;
  left:286px;
  top:136px;
}

#home_antenna {
  display:block;
  width:42px;
  height:50px;
  background:url(/images/home_antenna.gif) no-repeat transparent;
  position:absolute;
  left:438px;
  top:60px;
}

#home_exciter_a {
  position:absolute;
  z-index:1;
  left:14px;
  top:50px;
}

#home_exciter_b {
  position:absolute;
  z-index:1;
  left:14px;
  top:170px;
}

#home_ipa_a {
  position:absolute;
  z-index:1;
  left:140px;
  top:39px;
  font-size:20px;
  line-height:78px;
  padding:0 0 0 10px;
  width:60px;
  height:80px;
  text-align:left;
}

#home_ipa_b {
  position:absolute;
  z-index:1;
  left:140px;
  top:159px;   
  font-size:20px;
  line-height:78px;
  padding:0 0 0 10px;
  width:60px;
  height:80px;
  text-align:left;
}

#home_drvSwitch {
  position:absolute;
  z-index:1;
  left:230px;
  top:111px;
}

#home_pwr_amp_disp {
  position:absolute;
  z-index:1;
  left:298px;
  top:85px;
  font-size:20px;
  line-height:22px;
  padding:32px 0px 0px 6px;
  width:94px;
  height:76px;
  text-align:left;
}

#home_output_disp {
  position:absolute;
  z-index:1;
  left:410px;
  top:110px;
}
#home_output_disp:active {border-color:#fff #000 #000 #fff;}

