body { margin:0;padding:0;}

#container { float:left;background-image:url(flagbg.jpg); background-repeat:no-repeat;padding:10px;width:800px;height:600px; }

#left {float:left; width:190px; margin-top:0px; margin-right:10px;}

#missionimages { margin-bottom:0px;
		vertical-align:top;
		text-align:center;
		}

 #missiontext { margin-bottom:5px;
		vertical-align:top;
		margin-top:0px;
		height:30px;
		margin-right:0px;
  		font-family: verdana, helvetica , Sans-serif;
		color:#fff;
		font-smooth: always;
  		font-size:10px;}

input.btn {
   color:#999;
   font-family:verdana, helvetica , Sans-serif;
   font-size:8px;
   font-weight:bold;
   background-color:#000;
   border:1px solid;
   border-top-color:#999;
   border-left-color:#999;
   border-right-color:#555;
   border-bottom-color:#555;
   }
.btn {
   color:#999;
   font-family:verdana, helvetica , Sans-serif;
   font-size:8px;
   font-weight:bold;
   background-color:#000;
   border:1px solid;
   border-top-color:#999;
   border-left-color:#999;
   border-right-color:#555;
   border-bottom-color:#555;
}

#button a { color:#fff; }
#button a:hover {color:#FFCC00;}
#button a span { display: none;}

.playnow {
  text-align:center;
  width:190px;
  padding:8px;
  margin-bottom:10px;
  font-family:"eurostar black extended", Sans-serif;
  font-smooth: always;
  font-size:12px;
  border:ridge 1px #009900;
  /* Mozilla ignores crazy MS image filters, so it will skip the following */
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true sizingMethod=scale src='1green.png');
}

.playnow a {text-decoration: none; display: block; width: auto; height: 18;}

.bluebuttons {
  text-align:center;
  width:190px;
  font-family:"eurostar black extended", Sans-serif;
  padding:8px;
  margin-bottom:10px;
  font-smooth: always;
  font-size:12px;
  border:ridge 1px #6699FF;
  /* Mozilla ignores crazy MS image filters, so it will skip the following */
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true sizingMethod=scale src='1blue.png');
}

.bluebuttons a {text-decoration: none; display: block; width: auto; height: 18; }

.current {
  text-align:center;
  width:190px;
  font-family:"eurostar black extended", Sans-serif;
  padding:8px;
  margin-bottom:10px;
  font-smooth: always;
  font-color:#FFCC00;
  font-size:12px;
  border:groove 1px #999;
  /* Mozilla ignores crazy MS image filters, so it will skip the following */
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true sizingMethod=scale src='1blue1.png');
}

.current a {text-decoration: none; display: block; width: auto; height: 18; font-color:#FFCC00;}

.hide {display:none;}

