body
{
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 10pt;
  background: #90bad5;
  color: #000000;
  margin: 0px 0px 0px 0px;
  background-image: url('images/bg.jpg');
  background-repeat: repeat-x;
  text-align: center;
}

h1 {
  font: bold 18px Verdana;
  margin-bottom: 8px;
  color: #375c85;
}
h2 {
  font: bold 14px Verdana;
  margin-top: 0px;
  color: #375c85;
}

a
{
  color: #228bdc;
  text-decoration: none
}

a:hover
{
  color: #228bdc;
  text-decoration: underline;
}


a.menu
{
  color: #1d304b;
  text-decoration: none
}

a.menu:hover
{
  color: #5e6329;
  text-decoration: none
}

a.listlink:link {
	color: 0000FF;
	text-decoration: none;
}

a.listlink:hover {
	color: 0000FF;
	text-decoration: underscore;
}


img {
  border: 0px;
}

img.banner {
	width: 468px;
	height: 60px;
}

table {
  font-size: 10pt;
  text-align: left;
}

tr.top-even {
  background: #e8e8e8;
}
tr.top-odd {
  background: #efefef;
}

div.content {
	width: 1092px;
	margin: 6px auto auto auto;
	text-align: left;
}

div.toplistcontent {
	background-image: url('images/bg_content_top.jpg');
	background-repeat: no-repeat;
	padding: 10px 4px 0px 4px;
}

td.menubar {
	height: 29px;
	background-image:url('images/menubar.jpg');
	background-repeat:no-repeat;
	padding-left: 16px;
	color: #e4e4e4;
	font-weight: 700;
}

td.menubar a:link {
	color: #e4e4e4;
}

div.leftads {
	width: 170px;
	margin-top: 1px;
	background-color: #efefef;
	font-size: 8pt;
	color: #555555;
}

div.bluecat {
	margin-top: 1px;
	height: 20px;
	background-color: #d5e7ee;
	color: #1d304b;
	background-image: url('images/menu_arrow.jpg');
	background-repeat: no-repeat;
	background-position: 2px 50%;
	padding: 2px 0px 0px 18px;
}
a.menuItem {
	display: block;
	width: 152px;
	height: 17px;
	margin-top: 1px;
	background-color: #efefef;
	padding: 3px 0px 0px 18px;
	font-size: 8pt;
	font-weight: 700;
	color: #555555;
}

a.menuItem:visited {
	display: block;
	width: 152px;
	height: 17px;
	margin-top: 1px;
	background-color: #efefef;
	padding: 3px 0px 0px 18px;
	font-size: 8pt;
	font-weight: 700;
	color: #555555;
}

a.menuItem:hover {
	display: block;
	width: 152px;
	height: 17px;
	margin-top: 1px;
	background-color: #d5e7ee;
	padding: 3px 0px 0px 18px;
	font-size: 8pt;
	font-weight: 700;
	color: #555555;
}

a.menubar:link {
	color: #e4e4e4;
	font-weight: 700;
}

a.menubar:visited {
	color: #e4e4e4;
	font-weight: 700;
}

a.menubar:active {
	color: #e4e4e4;
	font-weight: 700;
}

a.menubar:hover {
	color: #e4e4e4;
	font-weight: 700;
	text-decoration: underline;
}


div.listtop {
	height: 25px;
	width: 727px;
	background-image: url('images/title_toplist.jpg');
	background-repeat: no-repeat;
}

div.addtop {
	height: 25px;
	width: 727px;
	background-image: url('images/title_register.jpg');
	background-repeat: no-repeat;
}

div.edittop {
	height: 25px;
	width: 727px;
	background-image: url('images/title_edit.jpg');
	background-repeat: no-repeat;
}

div.advertisetop {
	height: 25px;
	width: 727px;
	background-image: url('images/title_advertise.jpg');
	background-repeat: no-repeat;
}

div.advertisetop {
	height: 25px;
	width: 727px;
	background-image: url('images/title_advertise.jpg');
	background-repeat: no-repeat;
}

div.regcomptop {
	height: 25px;
	width: 727px;
	background-image: url('images/title_regcomp.jpg');
	background-repeat: no-repeat;
}

div.lasttop {
	height: 25px;
	width: 727px;
	background-image: url('images/title_last.jpg');
	background-repeat: no-repeat;
}


div.listcontent {
	height: 15px;
	width: 727px;
	background-color: #e4e4e4;
}

div.listbottom {
	height: 15px;
	width: 727px;
	background-image: url('images/toplist_bottom.jpg');
	background-repeat: no-repeat;
}




div.gameinfo {
  display: none;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -300px;
  margin-top: -200px;
  z-index: 101;
  width: 600px;
  border: 1px solid #000000;
  background: #FFFFFF;
  font-size: 8pt;
  text-align: left;
  padding: 5px;
}


