/*

	LAYOUT

*/

body
{
	height: 100%;
	margin: 0px;
	padding: 0px;
	background-image: url(../img/bg_02.jpg);
}
#container
{
	height: 100%;
	min-height: 100%;
	background-image: url(../img/bg_01.jpg);
	background-position: top;
	background-repeat: repeat-x;
}
#header
{
	cursor: pointer;
	margin-left: auto;
	margin-right: auto;
	width: 691px;
	height: 119px;
	background-image: url(../img/logo.jpg);
}
#nav
{
	margin-left: auto;
	margin-right: auto;
	width: 691px;
	height: 39px;
}
#outer-wrap
{
	margin-left: auto;
	margin-right: auto;
	width: 691px;
	min-height: 300px;
	background-image: url(../img/c_span_01.jpg);
}
#inner-wrap
{
	margin-left: auto;
	margin-right: auto;
	width: 691px;
	min-height: 300px;
	background-image: url(../img/c_span_00.jpg);
	background-position: top;
	background-repeat: no-repeat;
}
#content {
	padding: 1px;
	position: relative;
	top: 10px;
	left: 85px;
	width: 485px;
}
#footer
{
	margin-left: auto;
	margin-right: auto;
	width: 691px;
	height: 99px;
	background-image: url(../img/footer.jpg);
}
#nav img
{
	border: 0px;
}

span.l { float: left; }
span.r { float: right; }
.c { text-align: center; }

#members, #team-wrap
{
	width: 100%;
}
#team-wrap
{
	margin-bottom: 10px;
}
#members th, #team-wrap th
{
	text-align: left;
	padding-left: 0px !important;
}
#members td
{
	line-height: 20px;
}

/*

	TEXT

*/

body, td, th
{
	font-family: Arial, Verdana, sans-serif;
	font-size: 11px;
	color: #000000;
}

a:link
{
	color: #CC0000;
	text-decoration: none;
}
a:visited
{
	text-decoration: none;
	color: #CC0000;
}
a:hover
{
	text-decoration: underline;
	color: #CC0000;
}
a:active
{
	text-decoration: none;
	color: #CC0000;
}

h1, h2, .tool-title, #members th
{
	padding: 0px 0px 4px 4px;
	border-bottom: 1px dashed #AAA;
	font-size: 14px;
}

div.h
{
	padding: 0px 0px 4px 4px;
	border-bottom: 1px dashed #AAA;
	margin-bottom: -6px;
	padding-bottom: 2px;
	height: 20px;
}

h2 { border: none; }
h3 { font-size: 14px; }

.large
{
	font-size: 14px;
	font-weight: bold;
}

div.forum-item
{
	height: 25px;
	padding: 4px;
}
div.forum-title
{
	float: left;
	line-height: 20px;
}
div.forum-poster
{
	float: left;
	width: 100px;
	border: 1px solid #0F0;
}

div.forum-views, div.forum-replies
{
	width: 50px;
	text-align: center;
	line-height: 7px;
	float: right;
}
div.forum-poster
{
	width: 100px;
	text-align: center;
	line-height: 20px;
	border: 1px solid #bbb;
	float: right;
}
div.forum-hover
{
	background-color: #CCC;
}

div.box
{
	height: 20px;
	margin: 10px 0px 10px 0px;
	border-bottom: 1px dashed #999;
}

span.quoting
{
        margin: 0px 0px 2px 10px;
}
span.quote
{
        display: block;
        margin: 5px 5px -5px 10px;
        padding: 10px;
        border: 1px solid #ccc;
}
.grey_s
{
        color: #bbb;
        font-size: 10px;
        padding-right: 5px;
}
.darkgrey_s
{
        color: #777;
        font-size: 10px;
        padding-right: 5px;
}

.reply_content
{
        margin-left: 40px;
        margin-bottom: 0px;
}
.game-logo
{
        border: 1px solid #ccc;
        padding: 4px;
}
.team-image
{
	vertical-align: top;
	width: 160px;
}
.members-nick, .members-name, .members-location
{
	width: 33%;
}

#war-table
{
	width: 95%;
	margin-left: 20px;
	margin-bottom: 10px;
	margin-top: -8px;
}

#war-table td, #result-table td
{
	border-bottom: 1px dashed #BBB;
}

.war-country
{
	width: 25px;
}
.war-date
{
	width: 50px;
	text-align: center;
}
.war-winner
{
	width: 80px;
	text-align: center;
}
td.war-score
{
	width: 50px;
	text-align: center;
}
.war-view
{
	width: 10px;
	text-align: center;
	font-size: 10px;
}

#result-table
{
	width: 80%;
}
.result-map
{
	text-align: center;
}
.result-map_r
{
	width: 80px;
	text-align: center;
}
.result-links
{
	font-size: 10px;
	text-align: center;
}

#event-info
{
	width: 100%;
	margin-bottom: 10px;
}
#event-info th
{
	width: 30%;
	text-align: right;
	padding-right: 10px;
}

#result-final
{
	margin: 30px auto 40px auto;
	width: 50%;
	text-align: center;
	padding: 10px;
	border: 1px dashed #888;
}
#result-final p
{
	margin: 0px;
}

.result-final-standing
{
	color: #444;
}
.result-final-team
{
	color: #222;
	font-size: 40px;
}
.result-final-score
{
	color: #222;
	font-size: 30px;
}

img.game
{
	float: left;
	width: 16px;
	height: 16px;
	border: 1px solid #666;
	position: relative;
	top: -2px;
}
