@charset "UTF-8";

a:link,a:active,a:hover { 
 color:gray;
 text-decoration:none;

}

a:visited   {
 color:gray;
 text-decoration:none;
}

body {
 background-color: black;
 color:gray;
}

body,td {
 color: #dddddd;
 font-family: 'Verdana';
 font-weight: normal;
 font-style: normal;
 font-size: 14px;
 padding-top: 8px;
  padding-bottom: 8px;
  margin-top: 2px;
  margin-bottom: 2px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

td .clock { font-size:9px;}
    

.container_padding {
 padding: 5px;
 height: 100%;
 
 
 
}

.container_transparency {
 height:100%;
 width:100%;
 filter:alpha(opacity=80);
}
.container {
 
  min-height: 40px;
  padding-left: 20px;
  padding-right: 20px;
  background-color: #32373c;
  background-image: -moz-linear-gradient(top, #3a3f44, #272b30);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#3a3f44), to(#272b30));
  background-image: -webkit-linear-gradient(top, #3a3f44, #272b30);
  background-image: -o-linear-gradient(top, #3a3f44, #272b30);
  background-image: linear-gradient(to bottom, #3a3f44, #272b30);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff3a3f44', endColorstr='#ff272b30', GradientType=0);
  border: 1px solid #0c0d0e;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
  -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
 
 
 
 
}



.container .heading {

  min-height: 40px;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 20px;
  margin-top: 20px;
   margin-bottom: 20px;
   font-weight:bold;
  background-color: #32373c;
  background-image: -moz-linear-gradient(top, #3a3f44, #272b30);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#3a3f44), to(#272b30));
  background-image: -webkit-linear-gradient(top, #3a3f44, #272b30);
  background-image: -o-linear-gradient(top, #3a3f44, #272b30);
  background-image: linear-gradient(to bottom, #3a3f44, #272b30);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff3a3f44', endColorstr='#ff272b30', GradientType=0);
  border: 1px solid #0c0d0e;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
  -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
}


.content {
 padding:5px;
}