html,body {
	margin: 0px;
	padding: 0px;
	height: 100%;
	scrollbar-face-color:#272727;
scrollbar-shadow-color:#272727;
scrollbar-highlight-color:#272727;
scrollbar-3dlight-color:#272727;
scrollbar-darkshadow-color:#000;
scrollbar-track-color:#000;
scrollbar-arrow-color:#00afee;
} 

body {
	font:76% Tahoma,Verdana,Arial,sans-serif;
	background-color: #000;
	color: #acacac;
	text-align: left;
}

img {
  display: block;
  border-style: none;
  
}

table, td, th {
  border-width: 0px;
  border-style: none;
  border-collapse: collapse;
  text-align: left;
  vertical-align: top;
  }

a {
	text-decoration: none;
	color: #ffffff;
}

a:hover {
	color: #ccc;
	text-decoration: none;
}

form {
  border: 0px;
  padding: 0px;
  margin: 0px;
}

h3 {
font:13px Tahoma,Verdana,Arial,sans-serif;
color: #00afee;
  border: 0px;
  padding: 0px;
  margin: 0px;
}

/* Div Defs */
div#wrapper {
	width: 100%;
}


/* DATALIST Defs */
div#zitechdatalist table {
  background-color: #1d1d1d;
  width: 100%;
  border-spacing: 0px;
  border-collapse: collapse;
}

div#zitechdatalist td {
  padding-left: 7px;
  padding-right: 2px;
  padding-bottom: 10px;
  padding-top: 10px;
  border: 1px;
  border-color: #333;
  border-style: solid;
}

div#zitechdatalist th {
  background-color: #00afee;
  color:#272727;
  border-width: 0px;
  border-style: none;
}

.zitechoddrow {
  background-color: #272727;
}

.zitechspacerrow {
  padding-bottom: 0px;
  padding-top: 0px;
  border: 0px;
  border-width: 0px 0px 0px 0px;
  border-style: none;
}

/*** New Add/Modify Form ***/

div#zitechoverlay {
  position: absolute;
  z-index: 3;
  top: 0px;
  left: 0px;
  display: none;
}

div#zitechformsurround{
  position: relative;
  background-color: #fff;
  padding: 10px;
  width: 650px;
}
div#zitechform {
  position: relative;
  background-color: black;
  display: block;
/*  overflow: auto; */
}

div#zitechform  table{
  border-spacing: 0px;
  border-collapse: collapse;
  border: 5px;
  border-style: solid;
  border-color: #1d1d1d;
  background-color: #272727;
}

div#zitechform  td{
  padding: 2px;
  vertical-align: top;
  padding-left: 40px;
  padding-right: 40px;
}

div#zitechformclose {
	position: absolute;
	right: 10px;
	top: 10px;
	color: #000000;
}

div#zitechformlogo {
	position: absolute;
	right: 1cm;
	bottom: 1cm;
	color: #000000;
}

.zitechformleft {
    background-color: #666666;
    text-align: right;
    padding-left: 100px;
	width: 100px;
}

.zitechformright {
  background-color: #999999;
}

.zitechformmc {
  vertical-align: middle;
}

.zitechformmissing {
  background-color: #ff0000;
}

/* Login Screen */

div#zitechloginscreenwrapper {
  height: 100%;
  width: 100%;
}

div#zitechloginscreenwrapper table{
  width: 100%;
  height: 100%;
}

div#zitechloginscreen {
  width: 100%;
  height: 100%;
}

div#zitechloginscreen table{
  width: 100%;
  height: 100%;
  border: 5px;
  border-style: solid;
  border-color: #1d1d1d;
  background-color: #272727;
}

div#zitechloginscreen td {
  padding-left: 20px;
  padding-right: 20px;
}

/* Main Table Class defs */
.tablefillscreen {
  height: 100%;
  width: 100%;
}

.tenpcwidthleft {
  width: 54px;
}
.tenpcwidthright {
  width: 54px;
}

.onepcwidthwhite {
  width: 5px;
  background: #1d1d1d; 
}

.maincontentcell {
  width: auto;
  height: 100%;
  padding: 5px;
  background: #272727;
}

/* reusable class defs */
.tonwidth {
  width: 100%;
}

.tonheightwidth {
  width: 100%;
  height: 100%;
}

.alignright {
  text-align: right;
}

.centeraligned {
  text-align: center;
}

.valignbottom {
  vertical-align: bottom;
}

.floatright {
  float: right;
}

.thirtythreepcheight {
  height: 33%;
}

.thirtythreepcwidth {
  width: 33%;
}




textarea {
	width: 440px;
	height: 340px;
	padding: 0px;
	margin:0;
	font-family: Tahoma, sans-serif;
}
