@charset "UTF-8";

a:link,a:active {
  text-decoration:none;
  color:#00BBAA;
}

a:visited {
  text-decoration:none;
  color:#FFFFFF;
}

a:hover {
  text-decoration:none;
  color:#FFFFFF;
}

body {
  background:#303030;
  background-position:top left;
  background-attachment:fixed;
  background-repeat:repeat;
}

body,td {
  color:#5577EE;
  font-family:'Tahoma';
  font-weight:normal;
  font-style:normal;
  font-size:15px;
}

td .clock {
  font-size:9px;
}

.container_padding {
  padding:5px;
  height:100%;
}

.container_transparency {
  height:100%;
  width:100%;
}

.container {
  color:#BBBBBB;
  opacity:.8;
  filter:alpha(opacity=80);
  position:relative;
  border:px #BCEC76;
  padding:5px;
  height:100%;
  background-color:#000000;
  text-shadow:0 0 12px #5577FF;
}

.container .heading {
  padding:5px;
  background-color:#000000;
  color:#FFFFFF;
  font-family:'Impact';
  font-weight:normal;
  font-style:normal;
  font-size:26px;
}

.container .heading:hover {
  color:#FFFFFF;
}

.content {
  padding:5px;
}