
body {
  background-color: #D5EED5;
  color: #00351B;
}

table.main {
  width: 1024px;
}

table.menu
{
 width: 150px;
 background-color: #34A039;
 border-width: 1px;
 border-spacing: 1px;
}

td.menu_header
{
 background: #00e000;
 text-align: center;
 text-decoration: none;
 }

 td.menu
 {
   background-color: #8ECF83;
   text-align: center;
   text-decoration: none;
   color: #000000;
}

table.test
{
	border: 1px solid #000;
	background-color: #B9C0B2;
	width: 50%;
	padding-left: 5pt;
}

#missionCountdown {  background-color:#002B57; }
#countdown_body { padding:16px 7px 0 7px; height:102px; border-top:none; }
#countdown_body p { margin:0 0 5px 0; font-family:Trebuchet MS; font-size:12px; font-weight:bold; }
#countdown_clock { width:212px; height:44px; border:1px solid #004174;background:url(/mission_countdown_background.png) no-repeat 0 0; }
#countdown_labels { width:220px; overflow:hidden; }
#countdown_labels div.day { width:51px; }
#countdown_labels div.hour { width:54px; }
#countdown_labels div.minute { width:54px; }
#countdown_labels div.second { width:54px; }
#countdown_clock div,
#countdown_labels div { float:left; text-align:center;}
#day { width:51px; }
#hour { width:54px; }
#minute { width:54px; }
#second { width:51px; }
#countdown_clock div { line-height:44px; color:#fff; font-family:Arial; font-size:20px; font-weight:bold; text-shadow:#000 0 0 5px; }
#countdown_labels div{ line-height:26px; font-family:Arial; font-size:11px; color:#fff; }





