body {
	background-color: #696253;
	background-image:url('images/bgr.gif');
	color: #000000;
	font-family: verdana, arial, helvetica, sans-serif;
	margin: 0px 0;
	padding: 0;
	text-align: center;
}

div {
	text-align: left;
}

a {
	color: #c7652a;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	color: #c7652a;
	text-decoration: underline;
}

a img {
	border-style: none;
}

.col_orange				{ color: #c7652a; }

.col_link_team				{ color: #206610; text-decoration: none; }
.col_link_team:hover	{ color: #308620; text-decoration: underline; }

.col_link_green				{ color: #206610; text-decoration: none; }
.col_link_green:hover	{ color: #308620; text-decoration: underline; }

.col_link_red					{ color: #a00000; text-decoration: none; }
.col_link_red:hover		{ color: #a00000; text-decoration: underline; }

.bar_round	{ padding-left: 4px; padding-right:4px; font-family: "FreeSans", "Sans-Serif", "Arial"; font-size: 11px; color: #efefaf; background-image: url('images/bar-round.gif'); height:19px; }

.l		{ padding-left: 3px; padding-right:3px; }
.t		{ padding-left: 2px; padding-right:2px; font-family: "FreeSans", "Sans-Serif", "Arial"; font-size: 11px; color: #707070; background-color: #ffffff; height:17px; cursor: default; }
.l0		{ font-family: "FreeSans", "Sans-Serif", "Arial"; font-size: 11px; color: #202020; background-color: #e2e2e2; height:19px; cursor: default; }
.l1		{ font-family: "FreeSans", "Sans-Serif", "Arial"; font-size: 11px; color: #202020; background-color: #ffffff; height:19px; cursor: default; }
.lb0	{ font-family: "Verdana", "Sans-Serif", "Arial"; font-size: 11px; color: #202020; background-color: #e2e2e2; height:19px; cursor: default; }
.lb1	{ font-family: "Verdana", "Sans-Serif", "Arial"; font-size: 11px; color: #202020; background-color: #ffffff; height:19px; cursor: default; }

#oldlogo {
	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;
}

.logo {
	background-color: #FFFFFF;
	border-color: #322f2c;
	border-style: solid;
	border-width: 1px;
	margin: 0px 0px 0px 0px;
	position: relative;
	width: 100%;

	background-image: url('images/salvation4-logo.png');
	background-repeat: no-repeat;
	background-position: top left;
	height: 130px;
}


#footer {
	background-image: url('images/border.gif');
	clear: both;
	color: #201c18;
	font-size: 10px;
	padding: 5px;
	position: relative;
	text-align: center;
	width: 910px;
}

#footer a {
	color: #757065;
}


.menu {
	background-color: #FFFFFF;
	border-color: #322f2c;
	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: #403e3b;
	border-style: none none solid none;
	border-width: 1px;
	color: #f0e690;
	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: #a7352a;
	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: #1177aa;
	color: blue;
}
hr.promotedline {
	background-color: #119900;
	color: #33cc00;
}
hr.relegatedline  {
	background-color: #aa1100;
	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: #202020;
}
.menucontent ul li a {
	background: transparent url(images/list-off.gif) left no-repeat;
	padding-left: 10px;
	text-align: left;
	text-decoration: none;
	color: #c7652a;
}

.menucontent ul li a:hover {
	background: url(images/list-on.gif) left center no-repeat;
	color: #f7752a;
	text-decoration: none;
}

.menucontent ul li a#current {
	background: transparent url(images/list-active.gif) left center no-repeat;
	color: #c7652a;
}

#mainlogin {
	float: right;
	padding: 15px;
}

select.login {
	clear: both;
	display: block;
	background-color: #443a30;
	width: 200px;
	margin-bottom: 4px;
}

select.addfrags {
	clear: both;
	display: block;
	width: 150px;
	margin-bottom: 4px;
}

input.login {
	background-color: #443a30;
	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: arial, helvetica, sans-serif, verdana;
	font-size: 12px;
	width: 300px;
	color: #f4f4f4;
	background-color: #544a40;
}

input.disabled {
	font-family: arial, helvetica, sans-serif, verdana;
	font-size: 12px;
	width: 300px;
	color: #d4d4d4;
	background-color: #777777;
}

textarea {
	height: 240px;
}

textarea.ingress {
        height: 100px;
}

input.buttonold {
	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.button {
	font-family: "FreeSans", "Sans-Serif", "Arial";
	font-size: 11px;
	color: #dddddd;
	width: 75px;
	height: 22px;
	background-image: url('images/btn-common.gif');
	border:0px none;
	cursor: pointer;
	margin-right:4px;
}

input.deletebutton {
	font-family: "FreeSans", "Sans-Serif", "Arial";
	font-size: 11px;
	color: #e0aa70;
	width: 65px;
	height: 22px;
	background-image: url('images/btn-common-red.gif');
	border:0px none;
	cursor: pointer;
	margin-right:4px;
}

input.radio, input.checkbox {
	width: auto;
}

.autologin {
           width: auto;
}

.formbody {
	clear: both;
	display: block;
}
.formlabel {
	clear: both;
	display: block;
	margin-top: 6px;
}


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;
                margin: 10px 0 0 0;
                width: 648px;
}
.screenshot2 {
                border: 1px solid #000;
                width: 479px;
                height: 300px;
}

.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: 5px 5px 5px 5px;
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-image: url('images/border.gif');
    padding: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	position: relative;
	width: 680px;
}

.designOuterBorder {
	border-style: solid;
	border-width: 1px;
	border-color: #433e34;
	background-image: url('images/inner-bgr.gif');
	position: relative;
	width: 920px;
	margin-left: auto;
	margin-right: auto;
  margin-top:2px;
	padding: 10px;
}

.designMenuBorder {
	float: right;
	background-image: url('images/border.gif');
	padding: 10px;
	margin-bottom: 10px;
	position: relative;
}

.GoldrushBar {
	font-family: verdana, arial, helvetica, sans-serif;
	font-weight: normal;
	font-size: 10px;
	color: #f0eaa0;
	padding-left: 4px;
	background-image:url('images/goldrush-bar-1.gif');
}

.MatchDescription {
	font-family: arial, helvetica, sans-serif;
	font-weight: normal;
	font-size: 11px;
	color: #303030;
	padding-left: 1px;
}

.MatchDescription a {
	font-family: arial, helvetica, sans-serif;
	font-weight: bold;
	font-size: 10px;
	color: #c7652a;
	padding-left: 1px;
}

.small {
	font-family: arial, helvetica, sans-serif;
	font-weight: normal;
	font-size: 11px;
	color: #202020;
}

/*
	XantoM
------------------------------------*/

.reply {margin-top: 1.8em;}
.reply-info {padding-bottom: 4px;}
.reply-author-verified {font-weight: bold;}
.reply-author {font-weight: normal;}
.reply-ip {color: #999; font-size: 0.9em;}
