@CHARSET "UTF-8";

h1 {
	font-size: 20px;
	font-weight:normal;
	line-height:1;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
#float_left{
	float: left;
	width: 140px;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 10px;
}
#float_right{
	float: right;
	border: 1px solid red;
	width: 40%;
	word-wrap: break-word;
	margin-left: 10px;
	margin-right: 10px;
}
#float_bottom{
	float: bottom;
	width: 100%;
}
#content_height{
	background: url(resources/div_bg.png) repeat-x scroll top left;
	height: 530px;
	width: 600px;
	border-left: 1px solid black;
	border-right: 1px solid black;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	text-align: left;
}
#content_space{
	padding-top: 20px;
	padding-left: 20px;
	padding-right: 20px;
}
#horizontal_space{
	height: 10px;
}
#menu_link_top a:link, #menu_link_top a:visited{
	font-size: 14px;
	color:#BFC7CD;
	text-decoration:underline;
	}
#menu_link_top a:hover{
	text-decoration:underline;
}
#menu_link a:link, #menu_link a:visited{
	font-size: 14px;
	color:#BFC7CD;
	text-decoration:none;
	}
#menu_link a:hover{
	text-decoration:underline;
}
#description{
	font-size: 14px;
	line-height: 1.5;
}
#link_in_text a:link, #link_in_text a:visited{
	font-size: 14px;
	color: #4B4C4C;
	text-decoration: underline;
	margin: 0px 0px 0px 0px;
}
#link_in_text a:hover{
	text-decoration: none;
}
#table_bottom a:link, #table_bottom a:visited{
	font-size: 14px;
	color: #4B4C4C;
	text-decoration: underline;
}
#table_bottom a:hover{
	text-decoration: underline;
	color: #000000;
}
#table_bottom{
	width: 100%;
	text-align: center;
}
a:link, a:visited, a:hover{
	text-decoration: none;
}
a.links{
	color: #4B4C4C;
	font-size: 16px;
}
a img{
	border: 0px;
}	
body.bg{
	background-color: #383A3A;
}
td.banner{

}
td.border_dr{
	width: 20px;
}
td.border_st{
	width: 20px;
}	
td.border_right{
	border-right: 1px solid black;
	width: 100px;
}
tr.darker{
	background-color: #9FB6CD;	
}
tr.lighter{
	background-color: #FFFFFF;	
}
tr.bold{
	font-weight: bold;
}
div.logo_content{
	background-color: #1F1F1F;
	width: 602px;
	height: 55px;
	text-align: left;
	color: #BFC7CD;
}
div.menu_div{
	background: url(resources/menu_div.png) no-repeat top right;
	height: 10px;
}
div.space20{
	width: 20px;
}	
div.middle{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	vertical-align: middle;
	text-align: center;
	width: 602px;
}
div.app_desc{
	text-align: left;
	vertical-align: top;
	padding-left: 10px;
	padding-right: 10px;
}
div.border_top{
	background: url(resources/btop.png) no-repeat top left;
	height: 15px;
	width: 602px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
div.border_bottom{
	background: url(resources/bbottom.png) no-repeat top left;
	height: 15px;
	width: 602px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
div.border_top_dark{
	background: url(resources/btop_dark.png) no-repeat top left;
	height: 15px;
	width: 602px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
div.border_bottom_dark{
	background: url(resources/bbottom_dark.png) no-repeat top left;
	height: 15px;
	width: 602px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
div.filter_highscores{
	padding-top: 5px;
}	
div.menu{
	width: 100px;
	padding: 2px;
}
div.centered{
	text-align: center;
	height: 100%;
}
div.centered table{
	margin: 0 auto;
	text-align: left;
	vertical-align: middle;
}
img{
	border-style: none;
	border: 0px;
}
img.corner {
   width: 15px;
   height: 15px;
   border: none;
   display: block;
}
img.logo{
	width: 150px;
	height: 52px;
}
img.app_img{
	width: 100px;
	heigth: 128px;
}	
p.no_top_margin{
	margin-top: 0px;
}
input.input{
	
}