a:link, a:visited {
   color: #06f;
   text-decoration: none;
}

a:hover, a:active {
   color: #03c;
   text-decoration: underline;
}

.toolbar
{
  background-color: #ccc;
  padding: 2px 0 2px 0;
  cursor: default;
}

.toolbar a
{
  color: black;
  padding: 2px 7px 2px 7px;
}

.toolbar a:hover
{
  cursor: default;
  text-decoration: none;
  color: white;
  background-color: #333;
}

div.spacer {
  clear: both;
}

div.loader {
  display: none;
  position: absolute;
  width: 300px;
  height: 25px;
  bottom: 20px;
  right: 20px;
  z-index: 15000;
  background-color: #000;
  -moz-opacity: 0.5;
  opacity: .50;
  filter: alpha(opacity=50);
}

div.loadText {
  display: none;
  position: absolute;
  width: 280px;
  bottom: 25px;
  right: 30px;
  z-index: 15001;
  color: #fff;
  font: 12px Lucida Grande, Verdana, Arial, sans-serif;
  font-weight: bold;
}

div.countdown {
  display: none;
  position: absolute;
  width: 200px;
  height: 25px;
  bottom: 20px;
  left: 20px;
  z-index: 15000;
  background-color: #000;
  -moz-opacity: 0.5;
  opacity: .50;
  filter: alpha(opacity=50);
}

div.countdownText {
  display: none;
  position: absolute;
  width: 220px;
  bottom: 25px;
  left: 30px;
  z-index: 15001;
  color: #fff;
  font: 12px Lucida Grande, Verdana, Arial, sans-serif;
  font-weight: bold;
}

div.clipper {
  overflow: hidden;
}

.dialoggray {
  background-color: #e4e4e4;
  background-image: url(https://s3.amazonaws.com/youos_webserve/images/dialoggrayback.gif);
  background-repeat: repeat-x;
  background-position: top left;
  border-color: #999;
  border-style: solid;
  border-width: 2;
}

.dialogtext {
  font-size: 12px;
}

.viewport {
  overflow: auto;
  background-color: #fff;
  border-style: solid;
  border-width: 1;
  border-color: #333;
}

IMG {
  border: 3px;
}

.lbdialog {
  background-color: #ffc;
}

.curtain {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 19999;
  background-color: #000;
  -moz-opacity: 0.8;
  opacity: .80;
  filter: alpha(opacity=80);
}

.floatleft {
  float: left;
}

.floatright {
  float: right;
}

.abs {
  position: absolute;
}

.menuitemtext {
  font-size: 12px;
}

.menuitemgray {
  width: 170px;
  -moz-user-select: none;
  cursor: pointer;
  background-image: url(https://s3.amazonaws.com/youos_webserve/images/menu8x1.gif);
  background-position: top left;
  background-repeat: repeat-y;
  background-color: #ddd;
  padding: 0px 18px 0px 12px;
  white-space: nowrap;
}

.menuitemovergray {
  width: 170px;
  -moz-user-select: none;
  cursor: pointer;
  background-image: url(https://s3.amazonaws.com/youos_webserve/images/menud8x1.gif);
  background-position: top left;
  background-repeat: repeat-y;
  background-color: #ccc;
  padding: 0px 18px 0px 12px;
  white-space: nowrap;
}

.menuitemdowngray {
  width: 170px;
  -moz-user-select: none;
  cursor: pointer;
  background-image: url(https://s3.amazonaws.com/youos_webserve/images/menud8x1.gif);
  background-position: top left;
  background-repeat: repeat-y;
  background-color: #999;
  padding: 0px 18px 0px 12px;
  white-space: nowrap;
}

.menuseparatorgray {
  width: 100%;
  height: 1px;
  color: #aaa;
  background-color: #aaa;
  border-width: 0;
}

TD {
  font-size: 12px;
}

TH {
  font-size: 12px;
}

.lightgray {
  background-color: #ddd;
}

.darkgray {
  background-color: #999;
}

.white {
  background-color: #fff;
}

.gray {
  background-color: #c0c0c0;
}

.blue {
  background-color: #6af;
}

.red {
  background-color: #900;
}



a.tinylink {text-decoration: none; color: #888; font-size: 10px; background-color:#eee;}
a.tinylink:hover {text-decoration: underline; font-size: 10px;}
a.biglink {text-decoration: none; color:blue;  font-size: 12px}
a.biglink:hover {text-decoration: underline;font-size: 12px}

span.chattext {font-size: 12px;}
span.appname {text-decoration: none; color: #000; font-size: 14px; cursor: default; font-weight:bold;}
span.appdesc {text-decoration: none; color: #006; font-size: 12px; cursor: default;}
span.revision {text-decoration: none; color: #e55; font-size: 12px; cursor: default;}
span.label {text-decoration: none; font-size:80%; cursor:default;}

.instruction {text-decoration: none; color: #666; font-size: 12px; cursor: default;}

.status
{
  padding: 2px 0 2px 0;
  background-color: #acf;
  font-size: 12px;
}

table.filebrowser {
  border:1px solid #ccc;
  cursor:default;
}

thead.filebrowser tr th,
tbody.filebrowser tr td {
  background:#94BEFF;
  border-right:1px solid #999;
  padding:2px;
}

tbody.filebrowser td, tbody.filebrowser tr td {
  background: #FFF;
  padding: 2px;
}

tbody.filebrowser tr.alternateRow td {
  background: #e3edfa;
  padding: 2px;
}

tbody.filebrowser tr.selected td {
  background: #a6c2e7;
  padding: 2px;
}

tbody.filebrowser tr:hover td {
  background: #ccc;
  padding: 2px;
}

tbody.filebrowser tr.selected:hover td {
  background: #a6c2e7;
  padding: 2px;
}

