body {    
    margin: 0;
	border: 0;
    color: #404040;
    font-size: 12px;	
	width: 100%;
	height: 100%;	
	background-color: #fefefe;	
}
a{
	font-family: Arial;
	font-size: 9pt;
	font-weight: bold;
	text-decoration: none;
}
a:link {
    color: #034996;
}
a:visited {
    color: #034996;
}
a:active {
    color: #034996;
}
a:hover {
    color: #034996;
	text-decoration: underline;
}
#pageContainer {
    width: 760px;	
    margin-bottom: 10px;    
}
#page {
    width: 760px;
    font-family: Verdana, Helvetica, Arial;
}
#message{
    background: #FFEEEE;
    width: 400px;
    border: 3px solid #990000;
    color: #990000;
    font-weight: bold;
}
#header {
    height: 105px;
    color: white;
    position: relative;
    background: #0073b7;
    background-image: url("../interface/top_horz.gif");
	background-repeat: repeat-x;
}
#logo {   
	text-align: left;
}
#menu {
    height: 31px;
	line-height: 30px;
	background-image: url("../interface/menu_horz.gif");
	background-repeat: repeat-x;
	font-family: Arial;
	font-size: 10pt;
	font-weight: bold;
	color: #034996;	
	vertical-align: middle;
}
.history{
	font-family: Arial;
	font-size: 10pt;
	font-weight: bold;
	color: #034996;	
    text-align: left;
	padding: 7px;
}

.history a {
    color: #008800;
	font-family: Arial;
	font-size: 10pt;
	font-weight: bold;
	text-decoration: underline;
}

.normal_button{
    float: left;
	width: 138px;
	height: 27px;
	line-height: 27px;
	background-image: url("../interface/button1off.gif");	
}
.selected_button{
    float: left;
	width: 138px;
	height: 27px;
	line-height: 27px;
	background-image: url("../interface/button1on.gif");	
}
.top_left_corner{
  padding: 8px;  
  background-image: url("../interface/top_left_corner.gif");
  background-repeat: no-repeat;
  background-position: top left;
  overflow: visible;
}
.bottom_right_corner{
  padding: 8px;  
  background-image: url("../interface/bottom_right_corner.gif");
  background-repeat: no-repeat;
  background-position: bottom right;  
  overflow: visible;
}
.bottom_left_corner{
  padding: 8px;  
  background-image: url("../interface/bottom_left_corner.gif");
  background-repeat: no-repeat;
  background-position: bottom left;  
  overflow: visible;
}
.downloads_border{  
  background-image: url("../interface/topdownloads_border.gif");
  background-repeat: no-repeat;
  background-position: top right;    
}
.description_text{
  font-family: Arial;
  font-size: 10pt;
  font-weight: bold;
  color: #555555;
  text-align: justify;
}
.title_text{
  font-family: Arial;
  font-size: 12pt;
  font-weight: bold;
  color: #034996;  
}
.button_off{  
  width: 147px;
  height: 33px;
  line-height: 33px;
  background-image: url("../interface/buttonoff.gif");	
}
#search {
    position: absolute;
    right: 0;
    top: 0;
    padding: 3px;
    background: #EEEEEE;
    background-image: url("../interface/background3.jpg");
    border-left: 2px solid #404040;
    border-bottom: 2px solid #404040;
}
#links {
    position: absolute;
    right: 5px;
    top: 32px;
}
#links table {
    font-size: 10px;
}
#links td {
    padding: 2px;
}
#search td {
    padding: 2px;
}
#platform {
    text-align: left;
    padding: 0 15px 0 15px;
}
#platform table {
    font-size: 12px;
}
#platform td {
    padding: 4px;
}
#platform .selected {
    background: #404040;
}
#platform .selected a {
    color: #FFFFFF;
}
#platform .notSelected {
    background: #777777;
}
#platform .notSelected a {
    color: #FFFFFF;
}
#platformBase {
    background: #404040;
    height: 10px;
}
.header1 {
    font-size: 14px;
    color: #FFFFFF;
    background: #0067a9;
    font-weight: bold;
    text-align: center;
    padding: 0 0 3px 0 !important;
    height: 1%;
}
h1 {
    font-size: 14px;
    color: #FFFFFF;
    background: #0067a9;
    font-weight: bold;
    margin: 0;
}
#main {
    position: relative;
    width: 100%;
    background: #EEEEEE;
    background-image: url("../interface/background.jpg");
    padding: 10px 0 20px 0;
}
#footer {
    width: 100%;
    padding-bottom: 5px;
    font-size: 10px;
    border-top: 0;
    background: #EEEEEE;
    background-image: url("../interface/background.jpg");
}
.button {
    font-size: 10px;
}
.gameTooltip {
    padding: 5px;
    text-align: left;
}
.gameTooltipScreenshot {
    margin-bottom: 8px;
    border: 2px solid #0067a9;
}
.gameTooltipBoxshot {
    float: left;
    margin: 0 5px 5px 0;
}
.gameTooltipTitle {
    font-size: 12px;
    color: #FFFFFF;
    background: #0067a9;
    font-weight: bold;
    text-align: center;
    padding: 2px;
}
