/*  
Zalon stuff
*/


/* 
   Reset
------------------------------------------------------------------- */

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, textarea, input, select {margin: 0; padding: 0; border: 0; font-weight: inherit; font-style: inherit; font-size: 100%; font-family: inherit; vertical-align: baseline;}
table {border-collapse: collapse; border-spacing: 0;}
caption, th, td {text-align: left; font-weight: normal;}
table, td, th {vertical-align: middle;}
blockquote:before, blockquote:after, q:before, q:after {content: "";}
blockquote, q {quotes: "" "";}
a img {border: none;}
:focus {outline: 0;}


/* 
   General 
------------------------------------------------------------------- */

html {
	height: 100%;
	padding-bottom: 1px; /* force scrollbars */
}

body {
	background: #131313;
	color: #000;
	font: normal 75% verdana;
	line-height: 1.5;
}


/* 
   Typography 
------------------------------------------------------------------- */

/* Headings */

h1,h2,h3,h4,h5,h6 {
	color: #000;
	font-weight: normal;
	line-height: 1;
	margin-bottom: 0.3em;
}
h4,h5,h6 {font-weight: bold;}

h1 {font-size: 2.6em;}
h2 {font-size: 2em;}
h3 {font-size: 1.5em;}
h4 {font-size: 1.25em;}
h5 {font-size: 1.1em;}
h6 {font-size: 1em;}

h1 img, h2 img, h3 img, h4 img, h5 img, h6 img {margin: 0;}


/* Text elements */

p {margin-bottom: 1em;}

a:focus, a:hover {
	color: #3C620D;
	text-decoration: underline;
}

a {
	color: #3C620D;
	text-decoration: none;
}

abbr, acronym {border-bottom: 1px dotted #666;}
address {margin-bottom: 1.5em;}
blockquote {margin: 1.2em; line-height: 1.4em;}
blockquote span {font-size: 1.4em; color: #000;}
del {color:#666;}
em, dfn, blockquote, address {font-style: italic;}
strong, dfn {font-weight: bold;}
sup, sub {line-height: 0;}
cite {color: #666;}

pre {
	margin: 1.5em 0;
	white-space: pre;
}
pre,code,tt {
	font: 1em monospace;
	line-height: 1.5;
}


/* Lists */

li ul, li ol {margin-left: 1.5em;}
ul, ol {margin: 0 1.5em 1.5em 1.5em;}

ul {list-style-type: disc;}
ol {list-style-type: decimal;}

dl {margin: 0 0 1.5em 0;}
dl dt {font-weight: bold;}
dd {margin-left: 1.5em;}


/* Tables */

table {margin-bottom: 1.4em; width: 100%;}
th {font-weight: bold;}
thead th {background: #C3D9FF;}
th,td,caption {padding: 4px 10px 4px 5px;}
tr.even td {background: #F2F6FA;}
tfoot {font-style: italic;}
caption {background: #EEE;}

table.data-table {
	border: 1px solid #EEE;
	margin-bottom: 2em;
	width: 100%;
}
table.data-table th {
	background: #EEE;
	border: 1px solid #DDD;
	color: #555;
	text-align: left;
}
table.data-table tr {border-bottom: 1px solid #EEE;}
table.data-table td, table th {padding: 8px 10px;}
table.data-table td {
	background: #F6F6F6;
	border: 1px solid #E6E6E6;
}
table.data-table tr.even td {background: #FCFCFC;}


/* Misc classes */

.small {font-size: 0.9em;}
.smaller {font-size: 0.8em;}
.smallest {font-size: 0.7em;}

.large {font-size: 1.1em;}
.larger {font-size: 1.2em;}
.largest {font-size: 1.3em;}

.hidden {display: none;}

.quiet {color: #666;}
.loud {color: #000;}
.highlight {background: #FF0;}

.text-left {text-align: left;}
.text-right {text-align: right;}
.text-center {text-align: center;}

.error, .notice, .success {
	border: 1px solid #DDD;
	margin-bottom: 1em;
	padding: 0.6em 0.8em;
}

.error {background: #FBE3E4; color: #8A1F11; border-color: #FBC2C4;}
.error a {color: #8A1F11;}

.notice {background: #FFF6BF; color: #514721; border-color: #FFD324;}
.notice a {color: #514721;}

.success {background: #E6EFC2; color: #264409; border-color: #C6D880;}
.success a {color: #264409;}

div.more {padding-top: 6px;}
.more a, a.more {color: #666;}
.more a:hover, a.more:hover {color: #002;}


/* 
   Forms 
------------------------------------------------------------------- */

label {font-weight: bold; cursor: pointer;}
fieldset {padding: 1.4em; margin: 0 0 1.5em 0; border: 1px solid #DDD; background: #F6F6F6;}
legend {font-weight: bold; font-size: 1.2em;}
textarea {overflow: auto;}
input.text, textarea, select {
	background: #FCFCFC;
	border: 1px inset #AAA;
	margin: 0.5em 0;
	padding: 4px 5px;
}
input.text:focus, textarea:focus, select:focus {background: #FFFFF5;}

input.button {
	background: #DDD;
	border: 1px outset #AAA;
	padding: 4px 5px;
}
input.button:active {border-style: inset;}

.form-error {border-color: #F00;}


/* 
   Alignment 
------------------------------------------------------------------- */

/* General */

.center,.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}


/* Images */

img.bordered,img.alignleft,img.alignright,img.aligncenter {
	background-color: #FFF;
	border: 1px solid #DDD;
	padding: 3px;
}
img.alignleft, img.left {margin: 0 1.5em 1em 0;}
img.alignright, img.right {margin: 0 0 1em 1.5em;}


/* Floats */   

.left,.alignleft,.floatleft {float: left;}
.right,.alignright,.floatright {float: right;}

.clear,.clearer {clear: both;}
.clearer {
	display: block;
	font-size: 0;
	line-height: 0;	
}




/* 
   Layout 
------------------------------------------------------------------- */

/* Common */
.center-wrapper {margin: 0 auto;}


/* Top */

#top-wrapper {
	background: #E7E7E7 url('img/top-wrapper.gif') no-repeat center top;
	height: 22px;
}
#top {padding-top: 0px;}
#top .center-wrapper {width: 1004px;}


/* GFX */

#gfx-wrapper {background: url('img/gfx-wrapper.gif') repeat-y center top;}
#gfx-wrapper-2 {background: url('img/gfx-wrapper-2.gif') no-repeat center top;}
#gfx-wrapper-3 {background: url('img/gfx-wrapper-3.gif') no-repeat center bottom;}
#gfx-wrapper-4 {padding: 29px 0 42px;}
#gfx-wrapper .center-wrapper {
	
	width: 964px;
}

/* Header */

#header {background: url('img/nfinity-esports-logo.jpg') no-repeat left top;}
#header a {
	display: block;
	height: 141px;
	width: 100%;
}


/* Navigation */

ul.tabbed {
	display: inline;
	margin: 0;
	padding: 0;
}
ul.tabbed li {
	float: left;
	list-style: none;
}
ul.tabbed a {text-decoration: none;}

#navigation-wrapper {
	background: url('img/navigation-wrapper.jpg') no-repeat left top;
	height: 43px;
}

/* Main */

#main-left, #main-right {width: 216px;}
#main-center {width: 532px;}


/* Box general */

.box {background: #F4F4E7;}
.box-content {padding: 12px;}
.box-center {
	margin: 1px;
	padding: 12px;
	background: url('img/box-bg.gif') no-repeat left top;
}

.box-inner {
	border-top: 1px solid #4F7223;
	border-bottom: 1px solid #4F7223;
}

.box-separator {
	display: block;
	font-size: 0;
	height: 8px;
	line-height: 0;
}

/* Box specific */

#main-center .box-separator {background: url('img/box-separator.gif') no-repeat left top;}
#main-left .box-separator,#main-right .box-separator {background: url('img/box-separator-small.gif') no-repeat left top;}

#main-center .box {background: #F4F4E7 url('img/box-mid.gif') repeat-y center top;}
#main-center .box-inner {margin: 0 4px;}

#main-left .box {background: #F4F4E7 url('img/box-left.gif') repeat-y left top;}
#main-left .box-inner {margin: 0 4px 0 0;}

#main-right .box {background: #F4F4E7 url('img/box-right.gif') repeat-y left top;}
#main-right .box-inner {margin: 0 0 0 4px;}


/* Footer */

#footer-wrapper {
	background: url('img/footer-wrapper.jpg') no-repeat left top;
	height: 58px;
	margin-top: 4px;
}
#footer {padding: 18px 14px 0;}



/* 
   Misc overriding classes
------------------------------------------------------------------- */

/* Border */

.noborder {border: 0;}
.notborder {border-top: 0;}
.norborder {border-right: 0;}
.nobborder {border-bottom: 0;}
.nolborder {border-left: 0;}

/* Margin */

.nomargin {margin: 0;}
.notmargin {margin-top: 0;}
.normargin {margin-right: 0;}
.nobmargin {margin-bottom: 0;}
.nolmargin {margin-left: 0;}

/* Padding */

.nopadding {padding: 0;}
.notpadding {padding-top: 0;}
.norpadding {padding-right: 0;}
.nobpadding {padding-bottom: 0;}
.nolpadding {padding-left: 0;}




/* bla bla user navigation */
#user-nav {
	margin: 1px 15px 0 0;
}

#user-nav-user-name {
	float:left;
	margin: 0 10px 0 0;
}

#user-nav-user-settings, #user-nav-user-logout, #user-nav-login-username, #user-nav-login-password, #user-nav-login-register, #user-nav-login-accept {
	float:left;
}

#user-nav-login-username, #user-nav-login-password {
	width: 144px;
	height: 14px;
	margin: 3px;
	font: normal 10px verdana;
	background: url('img/buttons/input.png') no-repeat center top;
}

.user-nav-input {
	margin: 1px 3px 1px 3px;
	background: transparent;
}



/* bla bla navigation */

/* Hide all text links  */
#nav-bar span {
	display: none;
}

#navigation ul, #nav-bar li {
	margin: 0;
	padding: 0;
	list-style: none;
}

#nav-bar li {
	float: left;
}

#navigation {
	height: 24px;
	padding: 6px 0 0 6px;
	border-bottom: 5px solid #3c620d;
}


#nav-frontpage {
	display: block;
	background: url('img/navigation/nav-frontpage.png') no-repeat center top;
	width: 80px;
	height: 24px;
}

#nav-frontpage:hover {
	display: block;
	background: url('img/navigation/nav-frontpage-active.png') no-repeat center top;
	width: 80px;
	height: 24px;
}

#nav-frontpage-active {
	display: block;
	background: url('img/navigation/nav-frontpage-active.png') no-repeat center top;
	width: 80px;
	height: 24px;
}

#nav-players {
	display: block;
	background: url('img/navigation/nav-players.png') no-repeat center top;
	width: 80px;
	height: 24px;
}

#nav-players:hover {
	display: block;
	background: url('img/navigation/nav-players-active.png') no-repeat center top;
	width: 80px;
	height: 24px;
}

#nav-players-active {
	display: block;
	background: url('img/navigation/nav-players-active.png') no-repeat center top;
	width: 80px;
	height: 24px;
}

#nav-matches {
	display: block;
	background: url('img/navigation/nav-matches.png') no-repeat center top;
	width: 80px;
	height: 24px;
}

#nav-matches:hover {
	display: block;
	background: url('img/navigation/nav-matches-active.png') no-repeat center top;
	width: 80px;
	height: 24px;
}

#nav-matches-active {
	display: block;
	background: url('img/navigation/nav-matches-active.png') no-repeat center top;
	width: 80px;
	height: 24px;
}

#nav-about {
	display: block;
	background: url('img/navigation/nav-about.png') no-repeat center top;
	width: 80px;
	height: 24px;
}

#nav-about:hover {
	display: block;
	background: url('img/navigation/nav-about-active.png') no-repeat center top;
	width: 80px;
	height: 24px;
}

#nav-about-active {
	display: block;
	background: url('img/navigation/nav-about-active.png') no-repeat center top;
	width: 80px;
	height: 24px;
}

#nav-sponsors {
	display: block;
	background: url('img/navigation/nav-sponsors.png') no-repeat center top;
	width: 80px;
	height: 24px;
}

#nav-sponsors:hover {
	display: block;
	background: url('img/navigation/nav-sponsors-active.png') no-repeat center top;
	width: 80px;
	height: 24px;
}

#nav-sponsors-active {
	display: block;
	background: url('img/navigation/nav-sponsors-active.png') no-repeat center top;
	width: 80px;
	height: 24px;
}

#nav-tba {
	display: block;
	background: url('img/navigation/nav-tba.png') no-repeat center top;
	width: 80px;
	height: 24px;
}

#nav-tba:hover {
	display: block;
	background: url('img/navigation/nav-tba-active.png') no-repeat center top;
	width: 80px;
	height: 24px;
}

#nav-tba-active {
	display: block;
	background: url('img/navigation/nav-tba-active.png') no-repeat center top;
	width: 80px;
	height: 24px;
}

#nav-startpage {
	display: block;
	background: url('img/navigation/nav-startpage.png') no-repeat center top;
	width: 80px;
	height: 24px;
}

#nav-startpage:hover {
	display: block;
	background: url('img/navigation/nav-startpage-active.png') no-repeat center top;
	width: 80px;
	height: 24px;
}

#nav-startpage-active {
	display: block;
	background: url('img/navigation/nav-startpage-active.png') no-repeat center top;
	width: 80px;
	height: 24px;
}


/* bla bla news highlight */

/* Hide all text headers  */
#news-highlight-header span {
	display: none;
}

#news-highlight-header {
	display: block;
	width: 498px;
	height: 5px;
	margin: 0 0 10px 0;
	background: url('img/text/main-highlight.png') no-repeat left top;
}

#news-highlight-image, #news-highlight-text {
	float: left;
}

#news-highlight-text h3 a {
	color: #000;
	text-decoration: none;
}

#news-highlight-text h2 {
	font: bold 14px verdana;
	color: #3d630e;
}

#news-highlight-text h3 {
	font: normal 10px verdana;
	color: #000;
}

#news-highlight-text {
	width: 240px;
	font: normal 10px verdana;
	color: #000;
	margin: -3px 0 0 12px;
}

/* bla bla content slide */

#news-highlight {
	position: relative; /*leave as is*/
	overflow: hidden; /*leave as is*/
	width: 498px; /*width of featured content slider*/
	height: 130px;
}

.news-highlight-content {
	visibility: hidden; /*leave as is*/
	position: absolute; /*leave as is*/
	left: 0;  /*leave as is*/
	top: 15px;  /*leave as is*/
	width: 498px; /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */
	height: 130px;
	filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}

#news-highlight-navbar {
	background: #000;
	width: 243px; /* actual 245px */
	height: 13px;
	padding: 2px 0 2px 1px;
	margin: 0;
	font: normal 0px verdana;
}

#news-highlight-navbar a img {
	width: 14px;
	height: 13px;
	margin: 0 0 0 1px;
	/* background: #3d630e; */
	border: 0;
}

#news-highlight-navbar a img:hover, #news-highlight-navbar a.selected img {
	/* background: #6C913D; */
	background: #3d630e;
	border: 0;
}


/* bla bla news coverage */

/* Hide all text headers  */
#news-stories-header span {
	display: none;
}

#news-stories-header {
	display: block;
	width: 498px;
	height: 5px;
	margin: 10px 0 5px 0;
	background: url('img/text/main-stories.png') no-repeat left top;
}

#news-stories-coverage {
	float: left;
	width: 258px;
}

#news-stories-team {
	float: left;
	width: 240px;
}

#news-stories ul {
	width: 241px;
	margin: 0;
}

#news-stories li {
	height: 20px;
	padding: 4px 0 4px 0;
	font: normal 11px verdana;
	border-bottom: 1px dotted #3c620d;
	list-style: none;
}

#news-stories img {
	margin: 0 3px 0 0;
	vertical-align: text-bottom;
}


#news-stories a:focus, #news-stories a:hover {color: #3C620D;}
#news-stories a {
	color: #000;
	text-decoration: none;
}

/* bla bla news items */

/* Hide all text headers  */
#news-items-header span {
	display: none;
}

#news-items-header {
	display: block;
	width: 498px;
	height: 5px;
	margin: 10px 0 5px 0;
	background: url('img/text/main-news-tabs-temp.png') no-repeat left top;
}

#news-item {
	margin: 10px 0 0 0;
}

#news-item-content {
	width: 340px;
	height: 90px;
}

#news-item-content-header {
	padding: 10px 0 10px 0;
	border-top: 1px solid #3c620d;
}

#news-item-content-header h2 {
	float: left;
	font: bold 14px tahoma;
}

#news-item-content-header h3 {
	float: right;
	font: normal 9px tahoma;
	color: #858585;
}

#news-item-content-intro {
	clear: both;
	font: normal 10px verdana;
}

#news-item-content-body {
	clear: both;
	width: 100%;
	margin: 20px 0 0 0;
	font: normal 13px verdana;
}

#news-item-more {
	width: 340px;
	font: normal 10px tahoma;
	text-align: right;
}


/* bla bla comments */

/* Hide all text headers  */
#comments-header span {
	display: none;
}

#comments-header {
	display: block;
	width: 498px;
	height: 5px;
	margin: 10px 0 5px 0;
	background: url('img/text/comments-header.png') no-repeat left top;
}
#comments-comment {
	margin: 15px 0 0 0;
}

#comments-comment-header {
	width: 100%;
	height: 15px; /* actual 30px */
	padding: 7px 0 8px 0;
	background: #9AAE7E;
	font: normal 12px tahoma;
	border-top: 1px solid #A5BC84;
	text-align: left;
}

#comments-comment-header-id {
	float: left;
	margin: 0 0 0 5px;
}

#comments-comment-header-name, #comments-comment-header-date {
	float: left;
	margin: 0 0 0 5px;
	color: #fff;
}



#comments-comment-header-ip {
	float: right;
	margin: 0 5px 0 0;
	color: #fff;
}

#comments-comment-buttons {
	clear: both;
	font: normal 11px tahoma;
	text-align: right;
}

#comments-comment-body {
	clear: both;
	margin: 5px;
}

#comments-add-post-body {
	border: 1px solid #9AAE7E;
	background-color: #FFFFFF;
	color: #333333;
	padding: 5px;
	overflow: auto;
	width: 486px;/* actual 496px */

}

/* bla bla sponsors */

/* Hide all text headers  */
#box-sponsors span {
	display: none;
}

#box-sponsors ul, #box-sponsors li {
	margin: 0;
	width: 100%;
	padding: 10px 0 10px 0;
	list-style: none;
	text-align: center;
}

#box-sponsors-main {
	background: url('img/text/sponsors-main.png') no-repeat left top;
}

#box-sponsors-sponsor {
	background: url('img/text/sponsors-sponsor.png') no-repeat left top;
}

#box-sponsors-partner {
	background: url('img/text/sponsors-partner.png') no-repeat left top;
}







/* bla bla teams */

/* Hide all text headers  */
#teams-header span, #team-achievements-header span {
	display: none;
}

#teams-header {
	display: block;
	width: 498px;
	height: 5px;
	margin: 0 0 10px 0;
	background: url('img/text/teams-header.png') no-repeat left top;
}

#team-image, #team-info {
	float: left;
}

#team-achievements-header {
	display: block;
	width: 236px;
	height: 5px;
	margin: 0 0 10px 0;
	background: url('img/text/teams-achievements.png') no-repeat left top;
}


#team-achievements ul {
	height: 95px;
	margin: 0;
}

#team-achievements li {
	height: 22px;
	padding: 4px 0 4px 0;
	border-bottom: 1px dotted #3c620d;
	list-style: none;
}

.team-achievements-event {
	margin: 0 0 0 10px;
	font: normal 10px verdana;
	font-weight: bold;
	color: #000;
}

.team-achievements-event-date {
	display: block;
	margin: -4px 0 0 35px;
	font: normal 10px verdana;
	font-weight: bold;
	color: #606060;
}

#team-achievements img {
	margin: 0 3px 0 0;
	vertical-align: text-top;
}

#team-achievements-more {
	height: 20px;
	padding: 4px 0 4px 0;
	font: normal 10px verdana;
	text-align: right;
}


#team-info {
	width: 235px;
	font: normal 10px verdana;
	color: #000;
	margin: 0 0 0 12px;
}

#team-bar span {
	display: none;
}

#team-bar li {
	margin: 0;
	padding: 0;
	list-style: none;
}

#team-bar li {
	float: left;
}

#team-bar-players {
	display: block;
	background: url('img/text/teams-players.png') no-repeat center center;
	width: 85px;
	height: 20px;
}

#team-bar-matches {
	display: block;
	background: url('img/text/teams-results.png') no-repeat center center;
	width: 84px;
	height: 20px;
}

#players {
	display: block;
}

#player {
	display: block;
	height: 200px;
	clear: both;
}

#player-image {
	float: left;
	width: 160px;
}

#player-info {
	float: left;
	width: 325px;
}

#player-origin img {
	float: left;
	width: 35px;
	height: 20px;
	border: 1px solid #8C8C8C;
}

#player-name {
	float: left;
	font: bold 16px verdana;
	color: #3d630e;
	margin: 0 0 0 10px;
}

#player-intro {
	clear: both;
	width: 250px;
	height: 120px; /* actual 150px */
	margin: 30px 0 0 0;
}

#player-profile {
	float: right;
}

/* bla bla results */

/* Hide all text headers  */
#results-header span {
	display: none;
}

#results-header {
	display: block;
	width: 498px;
	height: 5px;
	margin: 0 0 10px 0;
	background: url('img/text/results-header.png') no-repeat left top;
}

#results {
	display: block;
	margin: 0 0 20px 0;
	clear: both;
}

#result {
	display: block;
	clear: both;
	height: 16px;
	width: 494px; /* actual 498px */
	margin: 2px 0 2px 0;
	padding: 2px;
	font: normal 11px verdana;
	color: #000;
}

.result-win {
	background: #b7efae;
}

.result-loss {
	background: #efb7ad;
}

.result-upcoming {
	background: #FFFFC0;
}

.result-draw {
	background: #C0C0FF;
}

#result-game {
	float: left;
	width: 20px;
}

#result-opponant {
	float: left;
	width: 175px;
	padding: 1px 0 0 0;
}

#result-event {
	float: left;
	width: 175px;
	padding: 1px 0 0 0;
}

#result-date {
	float: left;
	width: 90px;
	padding: 1px 0 0 0;
}

#result-score {
	float: left;
	width: 30px;
	padding: 1px 0 0 0;
}


/* bla bla teams */

/* Hide all text headers  */
#match span {
	display: none;
}

#match-header {
	display: block;
	width: 498px;
	height: 5px;
	margin: 0 0 10px 0;
	background: url('img/text/match-header.png') no-repeat left top;
}

#match-overview-team1-logo {
	float: left;
}

#match-overview-team2-logo {
	float: right;
}

#match-overview-info {
	margin: auto;
	text-align: center;
}

#match-overview-info-team1-name {
	margin: 2px 0 5px 0;
	font: bold 16px verdana;
	color: #3d630e;
}

#match-overview-info-team2-name {
	margin: 7px 0 0 0;
	font: bold 16px verdana;
	color: #3d630e;
}

#match-overview-info-scores {
	margin: auto;
}

#match-overview-info-scores img {
	width: 35px;
	height: 20px;
	margin: 0 2px 1px 2px;
	border: 1px solid #8C8C8C;
}

#match-overview-info-team1-origin, #match-overview-info-team2-origin, #match-overview-info-score {
	display: inline;
}

#match-overview-info-score {
	font: bold 35px verdana;
	color: #8E8E8E;
}

#match-lineup {
	margin: 20px 0 0 0;
}

#match-lineup-header {
	display: block;
	width: 498px;
	height: 5px;
	margin: 0 0 10px 0;
	background: url('img/text/match-lineup.png') no-repeat left top;
}

#match-lineup-team1, #match-lineup-team2 {
	width: 48%;
	font: bold 14px verdana;
	color: #3d630e;
}

#match-lineup-team1 {
	float: left;
	text-align: left;
	border-right: 1px solid #3C620D;
}

#match-lineup-team2 {
	float: right;
	text-align: right;
	border-left: 1px solid #3C620D;
}

#match-lineup-team1 ul {
	margin: 0;
}

#match-lineup-team1 li {
	padding: 4px 0 4px 10px;
	font: normal 12px verdana;
	color: #000;
	list-style: none;
	text-align: left;
}

#match-lineup-team2 ul {
	margin: 0;
}

#match-lineup-team2 li {
	padding: 4px 10px 4px 0;
	font: normal 12px verdana;
	color: #000;
	list-style: none;
	text-align: right;
}

#match-info {
	clear: both;
	margin: 10px 0 0 0;
}

#match-info-header {
	display: block;
	width: 498px;
	height: 5px;
	margin: 0 0 10px 0;
	background: url('img/text/match-info.png') no-repeat left top;
}

#match-info-option {
	float: left;
	width: 150px;
	height: 20px;
	margin: 0 0 0 10px;
	padding: 5px;
	font: bold 14px verdana;
	border-bottom: 1px dotted #3c620d;
	clear: left

}

#match-info-setting {
	float: left;
	height: 20px;
	width: 307px;
	margin: 0 0 0 1px;
	padding: 5px;
	font: normal 14px verdana;
	border-bottom: 1px dotted #3c620d;
}

#match-maps {
	clear: both;
	margin: 10px 0 0 0;
}

#match-maps-header {
	display: block;
	width: 498px;
	height: 5px;
	margin: 0 0 10px 0;
	background: url('img/text/match-maps.png') no-repeat left top;
}

#match-maps-result {
	display: block;
	clear: both;
	height: 16px;
	width: 494px; /* actual 498px */
	margin: 2px 0 2px 0;
	padding: 2px;
	font: normal 11px verdana;
	color: #000;
}

#match-maps-result-team {
	float: left;
	width: 120px;
	padding: 1px 0 0 0;
}

#match-maps-result-vs {
	float: left;
	width: 20px;
	padding: 1px 0 0 0;
}

#match-maps-result-map {
	float: left;
	width: 175px;
	padding: 1px 0 0 0px;
}

#match-maps-result-score {
	float: left;
	width: 55px;
	padding: 1px 0 0 0;
	text-align: right;
}

#match-media {
	clear: both;
	margin: 10px 0 0 0;
}

#match-media-header {
	display: block;
	width: 498px;
	height: 5px;
	margin: 0 0 10px 0;
	background: url('img/text/match-media.png') no-repeat left top;
}




.info {
    position: relative;
    z-index: 24;
}

.info:hover {
	z-index: 25;
}

.info span {
	display: none;
}

.info:hover span {
    display: block;
    position: absolute;
    top: 22px;
    padding: 0 5px 0 5px;
    border: 1px solid #3C620D;
    background-color: #6C913D;
    color: #000;
    text-align: right;
}