

html  { height:100%; }
body  { margin:0; height:100%; background-color:#000000; color:#CCCCCC; }
.table1 { border:0; margin:0; padding:0; border-collapse:collapse; width:100%; height:100%; table-layout:fixed;
background-image: linear-gradient(bottom, #383738 8%, #1F1F1F 22%, #000000 77%);
background-image: -o-linear-gradient(bottom,  #383738 8%, #1F1F1F 22%,  #000000 77%);
background-image: -moz-linear-gradient(bottom,  #383738 8%,  #1F1F1F 22%,  #000000 77%);
background-image: -webkit-linear-gradient(bottom,  #383738 8%,  #1F1F1F 22%,  #000000 77%);
background-image: -ms-linear-gradient(bottom,  #383738 8%,  #1F1F1F 22%,  #000000 77%);
background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0.08,  #383738), color-stop(0.22,  #1F1F1F), color-stop(0.77,  #000000));
}
.actionVbar { position:relative; width:100%; height:100%; }
.row1 { max-height:27px; height:27px; vertical-align:bottom; }
.col1, .col3 { width:14px; height:27px; white-space:nowrap; }
.col2 { width:100%; position:relative; }
.row1 .col1 {  }
.row1 .col2 {  }
.row1 .col3 {  }
.row2 {  }
.leftCol { width:10px; }
.rightCol { vertical-align:top; width:14px; }
.row2 .leftCol {  }
.row2 .rightCol {  }
.row3 { width:14px; max-height:14px; height:14px; }
.colA, .colC { vertical-align:top; width:14px; white-space:nowrap; font-size:0px; }
.colB { vertical-align:top; width:100%; position:relative; line-height:14px; height:14px; font-size:0px; }
.row3 .colA {  }
.row3 .colB {  }
.row3 .colC {  }
input[type="text"]
{
border-radius: 3px;
}
input[type="password"]
{
border-radius: 3px;
}
select
{
border-radius: 3px;
}
input[type="button"]
{
min-width:80px;
border-width: 0px;
background-color: #3C3C3C;
color: #FFFF99;
font-weight:bold;
padding: 0px 4px 0px 4px;
cursor: pointer;
border-radius: 2px;
outline:none;
height:22px;
background-image: -o-linear-gradient(top, #9B9B9B 0%, #3C3C3C 100%);
background-image: -moz-linear-gradient(top, #9B9B9B 0%, #3C3C3C 100%);
background-image: -webkit-linear-gradient(top, #9B9B9B 0%, #3C3C3C 100%);
background-image: -ms-linear-gradient(top, #9B9B9B 0%, #3C3C3C 100%);
background-image: linear-gradient(top, #9B9B9B 0%, #3C3C3C 100%);
background-image: -webkit-gradient( linear, left top, left bottom, color-stop(0, #9B9B9B), color-stop(1, #3C3C3C) );
filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#9B9B9B', endColorstr='#3C3C3C');
}
input::-ms-clear { display:none;}
input::-ms-reveal { display:none; }
input[type="submit"]
{
min-width:80px;
border-width: 0px;
background-color: #3C3C3C;
color: #FFFF99;
font-weight:bold;
padding: 0px 4px 0px 4px;
cursor: pointer;
border-radius: 2px;
outline:none;
height:22px;
background-image: -o-linear-gradient(top, #9B9B9B 0%, #3C3C3C 100%);
background-image: -moz-linear-gradient(top, #9B9B9B 0%, #3C3C3C 100%);
background-image: -webkit-linear-gradient(top, #9B9B9B 0%, #3C3C3C 100%);
background-image: -ms-linear-gradient(top, #9B9B9B 0%, #3C3C3C 100%);
background-image: linear-gradient(top, #9B9B9B 0%, #3C3C3C 100%);
background-image: -webkit-gradient( linear, left top, left bottom, color-stop(0, #9B9B9B), color-stop(1, #3C3C3C) );
filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#9B9B9B', endColorstr='#3C3C3C');
}
input[disabled] { color: black; background-image: none; background-color: #444444; cursor:default; }
