﻿html,body
{
	height: 100.1%;
}

body
{
	background-image: url('../Images/background.gif' );
	background-repeat: repeat-x;
	background-attachment: fixed;
	background-color: #000000;
	background-position: center center;
	margin: 0;
	padding: 0;
	border: none;
	font-family: Verdana;
	color: #FCCB0C;
}

.header
{
	margin-top: 50px;
	margin-bottom: 50px;
	text-align: center;
}

.content
{
	margin-top: 25px;
	margin-bottom: 25px;
	margin-left: 50px;
	margin-right: 50px;
}

.footer
{
	margin-top: auto;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 25px;
	position: fixed;
	bottom: 25px;
	width: 2000px;
}

.signature
{
	font-size: x-small;
}

a.blinklink
{
	color: #FCCB0C;
	font-size: large;
	font-weight: bold;
}
a.defaultlink
{
	color: #CCCCCC;
}

div.center
{
	text-align: center;
}

.logos
{
	background-color: white;
	border-style: solid;
	border-color: gray;
	border-bottom-width: 3px;
	border-top-width: 3px;
	border-left-width: 0px;
	border-right-width: 0px;
	margin-bottom: 25px;
}

#logoslist, #logoslist ul
{
	list-style: none;
	vertical-align: middle;
	white-space: nowrap;
	margin: 1px;
	padding: 0px;
}

#logoslist li
{
	display: inline;
	text-align: center;
	vertical-align: middle;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 0px;
	margin-right: 0px;
	padding: 0px;
}

/* center menu + content */
#middlecontainer
{
	width: 1035px;
	margin: 0px auto;
}

/* General */
/* horizontal menu */
#mainmenu, #mainmenu ul
{
	list-style: none;
}

#mainmenu, #mainmenu *
{
	padding: 0;
	margin: 0;
}

/* Head links */
#mainmenu li.topmenu
{
	display: inline;
	float: left;
	width: 170px;
	background-color: #fccb0c;
	text-align: center;
	position: relative;
}

#mainmenu li.topmenu a
{
	display: block;
	color: Black;
	text-decoration: none;
	padding-top: 2px;
	padding-bottom: 2px;
}

#mainmenu li.topmenu a:hover
{
	color: White;
	background-color: #444444;
}

/* Child lists and links */
#mainmenu li.topmenu ul
{
	display: none;
	text-align: left;
	position: absolute;
	width: 170px;
	left: 0px;
	background: #333333;
	z-index: 100;
	padding-bottom: 10px;
}

/* Child lists and links */
#mainmenu li.topmenu:hover ul
{
	display: block;
}

#mainmenu li.topmenu ul li a
{
	padding-left: 10px;
	color: #fccb0c;
	text-decoration: none;
}
#mainmenu li.topmenu ul li a:hover
{
	color: white;
}

img.technologyLogo
{
	float: right;
	border-bottom: #808080 1px solid;
	border-left: #808080 1px solid;
	border-top: #808080 1px solid;
	border-right: #808080 1px solid;
	background: white;
	margin-left: 5px;
}

#progressIndicator
{
	text-align: center;
	display: none;
}

#statisticsBlock
{
	text-align: center;
}

#scoreListBlock
{
	text-align: center;
}

#scoreListBlock table
{
	text-align: left;
	width: 500px;
	margin: 0px auto;
}

#scoreListBlock thead
{
	font-size: x-large;
	font-weight: bold;
}

.columnRank
{
	text-align: left;
	width: 100px;
}

.columnName
{
	text-align: left;
}

.columnScore
{
	text-align: right;
}

#monthListBlock
{
	text-align: center;
}

#monthListBlock table
{
	margin: 0px auto;
}

#monthListBlock a
{
	color: #fccb0c;
}

#gameBlock
{
	text-align: center;
}

#gameBlock object
{
	margin: 0px auto;
}
