body {
    font-family:Verdana,Sans-Serif;
    font-size: 10pt;
    color: #000000;
    background-image:url("../../img/top-background.gif");
    background-repeat: repeat-x;
    margin: 0;
}

a {
    color: white;
text-decoration: none;
}

a.colored {
    color: blue;
    text-decoration: underline;
}

.top {
    margin: 0 auto;
    padding: 0;
    width: 950px;
    height: 33px;
    color: #ffffff;
    font-size: 8pt;
}

.top .topleft {
    margin-top: 10px;
    float: left;
}

.top .topright {
    margin-top: 5px;
    margin-right: 50px;
    float: right;
}

.top .topright input {
    height: 15px;
    border: 1px solid black;
}

.content {
    margin: 25px auto;
    width: 830px;
}

.content .bigimage {
    text-align: center;
    margin-bottom: 20px;
}

.content .bigimage img {
    border: 0;
}

.content .separator-big {
    width: 829px;
    height: 40px;
    background-image:url("../img/separator-big.gif");
    margin-bottom: 20px;
    margin-left: 1px;
}

.content .subcontent {
    
}

.content .subcontent .game {
    float: left;
    margin-left: 1px;
}

.content .subcontent .game .myresult {
    margin: 0px 0 20px 0;
}

.content .subcontent .game .top3 {
    font-weight: 700;
    margin: 0 0 10px 0;
}

.content .subcontent .sidebar {
    float: right;
    widht: 415px;
}

.content .subcontent .sidebar p ol {
    width: 410px;
}

.content .subcontent .sidebar .gamesite-infos {
    width: 414px;
}

.content .subcontent .sidebar dl dt {
    float: left;
    width: 120px;
}

.content .subcontent .sidebar dl dd {
    
}

#separator-gamesite {
    background-image:url("../img/separator-gamesites.gif");
    width: 415px;
    height: 40px;
    margin-bottom: 20px;
}

#separator-noaccount {
    background-image:url("../img/separator-noaccount.gif");
    width: 415px;
    height: 40px;
    margin-top: 20px;
}

#separator-notloggedin {
    background-image:url("../img/separator-notloggedin.jpg");
    width: 415px;
    height: 40px;
    margin-top: 20px;
}

#separator-infos {
    background-image:url("../img/separator-infos.gif");
    width: 415px;
    height: 40px;
    margin-top: 20px;
}

.clear {
    clear: both;
}

.requiredInput {
    display: none;
}

a.rectangle-link {
display: block;
width: 30px;
height: 15px;
border: 1px solid #79b6db;
background-color: #daeffe;
text-align: center;
font-weight: bold;
margin-right: 10px;
margin-bottom: 10px;
float: left;
line-height: 14px;
text-decoration: none;
color: #0470BE;
}

a.rectangle-link:hover {
color: #FF0000;
border: 1px solid #FF0000;
background-color: #FFFFFF;
}

a.rectangle-link-left, a.rectangle-link-left-active, a.rectangle-link-left-red {
    display: block;
	width: 30px;
    height: 15px;
    border: 1px solid #79b6db;
    background-color: #daeffe;
    text-align: center;
    font-weight: bold;
    margin-right: 10px;
	margin-bottom: 10px;
	float: left;
	line-height: 14px;
    text-decoration: none;
    color: #0470BE;
}

a.rectangle-link-left-red {
    border: 1px solid #FF0000;
    background-color: #FFFFFF;
    color: #FF0000;
}

a.rectangle-link-left-active {
	text-decoration: none;
    border-color: red;
    color: red;
    background-color: white;
}

a.rectangle-link-left:hover {
	text-decoration: none;
	border-color: red;
	color: red;
	background-color: white;
}

a.rectangle-link-right:hover {
    text-decoration: none;
    border-color: red;
    color: red;
    background-color: white;
}

a.rectangle-link-right, a.rectangle-link-right-active {
    display: block;
    width: 30px;
    height: 15px;
    border: 1px solid #79b6db;
    background-color: #daeffe;
    text-align: center;
    font-weight: bold;
    margin-left: 10px;
    margin-bottom: 10px;
    margin-right: 0;
    float: left;
    line-height: 14px;
    text-decoration: none;
    color: #0470BE;
}

a.rectangle-link-right-active {
    text-decoration: none;
    border-color: red;
    color: red;
    background-color: white;
}

a.rectangle-link-right:hover {
    text-decoration: none;
}

.rectangle-game {
    width: 25px;
    height: 25px;
    border: 1px solid orange;
    background-color: #dfdfdf;
    text-align: center;
    font-weight: bold;
    margin-right: 10px;
	margin-bottom: 10px;
    float: left;
    line-height: 25px;
    color: black;
    text-decoration: none;
}


