body {

	background-color: #415869;
	color: #000000;
	font-family: verdana, arial, helvetica, sans-serif;
	margin: 0px 0;
	padding: 0;
	text-align: center;
}

div {
	text-align: left;
}

a {
	color: #34383B;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	color: #000;
	text-decoration: underline;
}

a img {
	border-style: none;
}

#logo {
	background-color: #FFFFFF;
	background-image: url('images/logo.png');
	background-repeat: no-repeat;
	background-position: top left;
	border-color: #A8A496;
	border-style: none;
	border-width: 1px;
	font-size: 10px;
	height: 130px;
	width: 100%;
	position: relative;
}


#footer {
	background-color: #34383B;
	clear: both;
	color: #646464;
	font-size: 10px;
	font-weight: bold;
	padding: 5px;
	position: relative;
	text-align: center;
	width: 732px;
}

#footer a {
	color: #7D7D7D;
}


.menu {
	background-color: #FFFFFF;
	border-color: #5E656A;
	border-style: solid;
	border-width: 1px;
	margin: 0px 0px 10px 0px;
	position: relative;
	width: 100%;
}
.inlineborder {
	border-color: #000000 #cccccc #ffffff #cccccc;
	border-style: solid none solid none;
	border-width: 1px;
	height: 100%;
	position: relative;
	width: 100%;
}
.header {
	background-image: url('images/header.gif');
	border-color: #5E656A;
	border-style: none none solid none;
	border-width: 1px;
	color: #ffffff;
	font-weight: bold;
	font-size: 10px;
	letter-spacing: 1px;
	padding: 0px;
	position: relative;
	width: 100%;
}
.spacer {
	padding: 4px;
}
.menucontent {
	font-size: 10px;
	line-height: 130%;
	padding: 6px;

}
.maincontent {
	background-color: #FFFFFF;
	color: #000000;
	font-size: 11px;
	line-height: 130%;
	padding: 10px;
}

.commentnumber {
	color: #C97B3F;
}

.date {
	color: #384C5C;
	font-size: 10px;
}

.comment {
	color: red;
	font-weight: normal;
}

h1 {
	display: block;
	color: #475A69;
	font-size: 14px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}


hr {
	background-color: #cccccc;
	color: #cccccc;
	height: 1px;
	margin: 20px auto 20px auto;
	width: 90%;
}

hr.statsline {
	border: 0;
	margin: 0;
	width: 100%;
}

hr.playoffline {
	background-color: blue;
	color: blue;
}
hr.promotedline {
	background-color: #33cc00;
	color: #33cc00;
}
hr.relegatedline  {
	background-color: red;
	color: red;
}
hr.deilig  {
	background-color: #34383B;
	color: #34383B;
}


.listspacer {
	height: 10px;
	width: 10px;
}

.menucontent ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

.menucontent ul {
	color: #000000;
}
.menucontent ul li a {
	background: transparent url(images/list-off.gif) left no-repeat;
	padding-left: 10px;
	text-align: left;
	text-decoration: none;
	color: #384C5C;
}

.menucontent ul li a:hover {
	background: url(images/list-on.gif) left center no-repeat;
	color: black;
	text-decoration: none;
}

.menucontent ul li a#current {
	background: transparent url(images/list-active.gif) left center no-repeat;
	color: #384C5C;
}

#mainlogin {
	float: right;
	padding: 15px;
}

select.login {
	clear: both;
	display: block;
	background-color: #393C3F;
	width: 200px;
	margin-bottom: 4px;
}

select.addfrags {
	clear: both;
	display: block;
	width: 150px;
	margin-bottom: 4px;
}

input.login {
	background-color: #393C3F;
	width: 125px;
}
input.addfrags {
	width: 30px;
}

#mainlogin .button {
	background-color: #000;
	border-color: #34383B;
	border-style: solid;
	border-width: 1px;
	color: #ffffff;
	font-family: verdana, arial, helvetica, sans-serif;
	font-weight: bold;
	font-size: 10px;
	margin: 2px 2px 0 0;
	padding: 2px;
	width: 45px;
}

input, select, textarea {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 13px;
	width: 300px;
	color: #ffffff;
	background-color: #393C3F;
}

textarea {
	height: 240px;
}

textarea.ingress {
        height: 100px;
}

input.button {
	background-color: #000;
	border-color: #273540;
	border-style: solid;
	border-width: 1px;
	color: #ffffff;
	font-family: verdana, arial, helvetica, sans-serif;
	font-weight: bold;
	font-size: 10px;
	margin: 2px 2px 0 0;
	padding: 2px;
	width: auto;
}

input.radio, input.checkbox {
	width: auto;
}

.autologin {
           width: auto;
}

.formbody {
	clear: both;
	display: block;
}
.formlabel {
	clear: both;
	display: block;
	margin-top: 10px;
}


table.list {
	width: 100%;
}

table.list th, th a {
	font-weight: bold;
	text-align: left;
	color: #000000;
}
th.new {
	font-weight: bold;
}

table.list td, th {
	padding: 2px;
}

table.viewitem {
	width: 100%;
}

table.viewitem th {
	font-weight: normal;
	padding: 2px;
	text-align: left;
}

.center {
	text-align: center;
}

.bold {
	font-weight: bold;
}

.underline {
	text-decoration: underline;
}

.italics {
	font-style: italic;
}

.quote {
       font-style: italic;
       padding: 10px 40px 10px 40px;
}

td img.screenshot {
                margin: 0 0 0 0;
}

.screenshot {
                border: 1px solid #000;
                height: 300px;
                margin: 10px 0 0 0;
                width: 400px;
}

.ingress {
         font-weight: bold;
}

ul.errorlist {
             margin: 10px;
}


/*popups*/

div.infobox {
position: relative;
}

div.infoshow {
display: none;
position: absolute;
border: 5px solid #34383B;
-moz-opacity: .95;
background-color: #FFFFFF;
}

div.infoshow table
{
padding: 0px;
margin: 5 5 5 5;
list-style: none;
}

div.dir-left {
left: 30px;
right: auto;
top: 0px;
}

div.dir-right {
left: auto;
right: 20px;
top: 20px;
}

.italic {
	margin-left: 30px;
	font-style: italic;
}

/*Design*/
.designInnerBorder {
	float: left;
	background-color: #34383B;
	padding: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	position: relative;
	width: 500px;
}

.designOuterBorder {
	border-style: solid;
	border-width: 2px;
	border-color: #34383B;
	background-color: #5E656A;
	position: relative;
	width: 740px;
	margin: auto;
	padding: 10px;
}

.designMenuBorder {
	float: right;
	background-color: #34383B;
	padding: 10px;
	margin-bottom: 10px;
	position: relative;
}



/*
	XantoM
------------------------------------*/

.reply {margin-top: 1.8em;}
.reply-info {padding-bottom: 4px;}
.reply-author {font-weight: bold;}
.reply-ip {color: #999; font-size: 0.9em;}