body {
    margin: 0px;
    padding: 0px;
    background-image: url('body_back.jpg');
    background-repeat: repeat-x;
    background-color: #f4f4f4;
}

td, p, input {
    font-family: Verdana, Arial, sans-serif;
    font-size: 11px;
}

table.main, table#main {
    border-collapse: collapse;
    width: 100%;
}

tr#instrumentText td {
    color: black;
    background-color: white;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    height: 40px;
    padding-right: 1em;
}

tr#bodyHelpText td {
    color: black;
    background-color: white;
    font-size: 10px;
    font-weight:normal;
    text-align: left;
    height: 40px;
    padding-right: 1em;
}

.helpTextHeader {
    color: black;
    background-color: white;
	font-weight:bold;
    font-size: 14px;
    text-align: left;
    height: 20px;
    padding-right: 1em;
}

tr#logo td {
    height: 59px;
}

tr#logo td img {
    position: absolute;
    left: 0px;
    top: 0px;
}

tr#tagline td {
    height: 62px;
}

tr#tagline td img#corner {
    position: absolute;
    left: 0px;
    top: 59px;
}

tr#tagline td img {
    float: right;
    margin-right: 20px;
}

tr#tagline td p {
    margin-top: 0.2em;
    margin-right: 3em;
    font-family: Arial, sans-serif;
    font-size: 14px;
    font-style: italic;
    text-align: right;
    line-height: 140%;
    letter-spacing: 0.1px;
    word-spacing: 0.2px;
    float: right;
}

tr#blackbar td {
    color: white;
    background-color: black;
    font-size: 10px;
    font-weight: bold;
    text-align: right;
    height: 20px;
    padding-right: 1em;
}

tr#blackbar td a { 
    color: white;
    text-decoration: none;
}

tr#blackbar td a:hover { 
    text-decoration: underline;
}

tr#blackbar td a:active { 
    text-decoration: underline;
}

tr#mainback td#pic {
    background-image: url('main_back.gif');
    background-repeat: no-repeat;
    padding-top: 12px;
    height: 400px;
    vertical-align: top;
}

tr#bottom td {
    height: 20px;
}

tr#bottom td {
    background-image: url('red.gif');
    background-repeat: no-repeat;
}

div#menu {
    height: 100%;
}

#menu {
    width: 12em;
    float: left;
    margin-right: 3em;
}

#menu ul {
    margin: 0;
    padding: 0;
}
		
#menu li#first {
    border-top: none;
}

#menu li {
    border-top: 1px solid #000;
    width: 12em;
}

#menu li a {
    display: block;
    padding: 7px;
    text-decoration: none;
    font-size: 12px;
    font-weight: bold;
    color: #000;
    width: 100%;
}

html>body #menu li a {
    width: auto;
}

#menu li a:hover {
    background-color: #ddd;
}

#menu li span {
    display: block;
    padding: 7px;
    text-decoration: none;
    font-size: 12px;
    font-weight: bold;
    color: #000;
    width: 100%;
    background-color: #ddd;
}

html>body #menu li span {
    width: auto;
}

.error, #errors {
    color: red;
}

.note { 
    color: #aaa;
}

td.line {
    height: 1px;
    background-color: #72707e;
}

table#network {
    width: 100%;
}

table#network td {
    height: 1.5em;
    width: 10em;
    border: 0;
}

html>body table#network td {
    height: 2.0em;
}

#location_edit, #contact_edit {
    margin: 0px;
    padding: 0px;
}

#location_edit form, #contact_edit form, #FanSpeed form {
    margin: 0px;
}

#location_edit form input, #contact_edit form input  {
    margin: 0px;
    margin-bottom: 1px;
}

#content #location, #content #contact {
    width: 14em;
}

html>body td {
    height: 1.4em;
}

table#frame_inventory tr td {
    padding: 2px;
    padding-right: 1px;
    padding-left: 0px;
    text-align: center;
    vertical-align: top;
}

table#frame_inventory tr#slotno {
    font-weight: bold;
}

td.psactive {
    font-weight: bold;
}
td.psna {
    color: #aaa;
}

/* BUTTONS */

.buttons a, .buttons button{
    display:block;
    float:center;
    margin:0 7px 0 0;
    background-color:#f5f5f5;
    border:1px solid #dedede;
    border-top:1px solid #eee;
    border-left:1px solid #eee;

    font-family:"Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
    font-size:130%;
    line-height:130%;
    text-decoration:none;
    font-weight:bold;
    color:#565656;
    cursor:pointer;
    padding:5px 10px 6px 7px; /* Links */
}
.buttons button{
    width:auto;
    overflow:visible;
    padding:4px 10px 3px 7px; /* IE6 */
}
.buttons button[type]{
    padding:5px 10px 5px 7px; /* Firefox */
    line-height:17px; /* Safari */
}
*:first-child+html button[type]{
    padding:4px 10px 3px 7px; /* IE7 */
}
.buttons button img, .buttons a img{
    margin:0 3px -3px 0 !important;
    padding:0;
    border:none;
    width:16px;
    height:16px;
}

/* STANDARD */

button:hover, .buttons a:hover{
    background-color:#dff4ff;
    border:1px solid #c2e1ef;
    color:#336699;
}
.buttons a:active{
    background-color:#6299c5;
    border:1px solid #6299c5;
    color:#fff;
}

/* POSITIVE */

button.positive, .buttons a.positive{
    color:#529214;
}
.buttons a.positive:hover, button.positive:hover{
    background-color:#E6EFC2;
    border:1px solid #C6D880;
    color:#529214;
}
.buttons a.positive:active{
    background-color:#529214;
    border:1px solid #529214;
    color:#fff;
}

/* NEGATIVE */

.buttons a.negative, button.negative{
    color:#d12f19;
}
.buttons a.negative:hover, button.negative:hover{
    background:#fbe3e4;
    border:1px solid #fbc2c4;
    color:#d12f19;
}
.buttons a.negative:active{
    background-color:#d12f19;
    border:1px solid #d12f19;
    color:#fff;
}

.btn { 
	display: block; 
	width: 44px; 
	height: 44px; 
	background-image: url(/images/buttonsDown.gif); 
	background-repeat: no-repeat; 
} 

.btnKeyH { 
	display: block; 
	width: 54px; 
	height: 45px; 
	background-image: url(/images/buttonsDown.gif); 
	background-repeat: no-repeat; 
} 

.btnKeyV { 
	display: block; 
	width: 45px; 
	height: 54px; 
	background-image: url(/images/buttonsDown.gif); 
	background-repeat: no-repeat; 
}

.event {
	background-position: -6px -12px; 
}

.backerase {
	background-position: -31px -117px; 
}

.reset{
	background-position: -6px -209px; 
}

.start{
	background-position: -127px -209px; 
}

.save{
	background-position: -249px -209px; 
}

.accept{
	background-position: -224px -117px; 
}

.annotation{
	background-position: -249px -12px; 
}

.up{
	background-position: -127px -12px; 
}

.down{
	background-position: -127px -108px; 
}

.left{
	background-position: -74px -64px; 
}

.right{
	background-position: -171px -64px; 
}
/* set the size of the definition list <dl> and add the background image */
#imap {
  display:block; 
  width:300; 
  height:273px;
  background-color: #cce7d3;
  background:url(/images/buttons.gif) no-repeat; 
  position:relative;
  }

/* place the <dd>s in the correct absolute position */
#imap dd {
  position:absolute; 
  padding:0; 
  margin:0;
  }
  
#imap #event {
  left:6px; 
  top:12px; 
  z-index:20;
  }
  
#imap #backerase {
  left:31px; 
  top:117px; 
  z-index:20;
  }  
  
#imap #reset {
  left:6px; 
  top:209px; 
  z-index:20;
  }  
  
#imap #start {
  left:127px; 
  top:209px; 
  z-index:20;
  }    
  
#imap #save {
  left:249px; 
  top:209px; 
  z-index:20;
  }  
  
#imap #accept {
  left:224px; 
  top:117px; 
  z-index:20;
  }  
 
#imap #annotation {
  left:249px; 
  top:12px; 
  z-index:20;
  }  
  
#imap #up {
  left:127px; 
  top:12px; 
  z-index:20;
  }  
  
#imap #down {
  left:127px; 
  top:108px; 
  z-index:20;
  } 
  
#imap #left {
  left:74px; 
  top:64px; 
  z-index:20;
  }  
  
#imap #right {
  left:171px; 
  top:64px; 
  z-index:20;
  }  

.hoover {
  background:transparent url(/images/hover.gif) no-repeat scroll -100px -100px;
  display:block;
  height:44px;
  text-decoration:none;
  width:44px;
  z-index:20;
}
