@charset "UTF-8";

.outer_body,body {
  scrollbar-face-color:ThreeDFace!important;
  scrollbar-shadow-color:ThreeDDarkShadow!important;
  scrollbar-highlight-color:ThreeDHighlight!important;
  scrollbar-3dlight-color:ThreeDLightShadow!important;
  scrollbar-darkshadow-color:ThreeDDarkShadow!important;
  scrollbar-track-color:Scrollbar!important;
  scrollbar-arrow-color:ButtonText!important;
}

a:link,a:active,a:hover {
  color:darkblue;
}

a:visited {
  color:darkred;
}

body {
  width:950px;
  background-color:grey;
  background-position:top left;
  background-attachment:scroll;
  background-repeat:repeat;
}

body,td {
  color:lightgrey;
  font-family:'Helvetica';
  font-weight:;
  font-style:;
  font-size:14px;
}

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

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

.container_transparency {
  height:100%;
  width:100%;
  background-color:#darkred;
  filter:alpha(opacity=0);
  border-radius:22px;
  -moz-border-radius:22px;
}

.container {
  color:#darkblue;
  position:relative;
  border:4px solid darkgreen;
  padding:9px;
  height:100%;
  background-color:transparent;
  border-radius:22px;
  -moz-border-radius:22px;
}

.container .heading {
  max-width:515px;
  margin:auto;
  margin-top:16px;
  margin-bottom:16px;
  padding:22px;
  background-color:darkred;
  color:black;
  text-align:center;
  font-family:'Georgia';
  font-weight:bold;
  font-style:;
  font-size:28px;
  border:3px solid darkgreen;
  border-radius:33px;
  -moz-border-radius:33px;
}

.content {
  padding:16px;
}

img {
  border-radius:22px;
  -moz-border-radius:22px;
}

.thingy {
  position:absolute;
  visibility:hidden;
}