/* 
 * list of contents
 * to jump to an entry, just search for =# with # being the number of the entry
 *
 * 1 reset and global styles
 * 1.1 forms
 * 2 page wrapper and big background images
 * 3 header
 * 4 navigation
 * 5 footer
 * 6 main content
 * 6.1 news, articles and sections
 * 6.2 comments
 * 7 sidebar (sub-content)
 * 9 individual styles (temp)
 */


/* =1 reset and global styles */

html, body, div, span, h1, h2, h3, h4, h5, h6, p, ul, ol, li, table, th, td, img {
	margin: 0;
	border: 0;
	padding: 0;
}

body {
	font: 10px/16px Verdana, Arial, sans-serif;
	color: #ccc;
	text-shadow: #000 1px 1px 1px;
}

::selection {
	background: #ccc;
	color: #000;
	text-shadow: none;
}

h2, h3, h4, h5, h6, h2 a, h3 a {
	color: #cca;
	font-weight: normal;
}

h2, h3, h4 {
	margin: 15px 0px 5px 0px;
}

h2 {
	font-size: 18px;
	font-weight: bold;
	line-height:20px;
}

h3 {
	font-size: 14px;
}

h4 {
	font-size: 12px;
}

h5 {
	font-size: 11px;
}

p {
	margin: 15px 0;
}

a {
	outline: 0;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a:active {
	position: relative;
	top: 1px;
}

ol {
	margin-left: 25px;
}

ul {
	list-style: none;
}

ul li:before {
	content: "- ";
}

table {
	border-collapse: collapse;
	border-spacing: 0;
	empty-cells: show;
}

th {
	padding: 1px 3px;
	text-align: left;
	vertical-align: top;
	font-weight: normal;
}

td {
	padding: 1px 3px;
	vertical-align: top;
}


/* =1.1 forms */

form {
	margin: 15px 0;
}

label {
	display: inline-block;
	width: 200px;
	vertical-align: top;
}

input, select, textarea {
	margin: 0;
	padding: 1px;
	border: 1px solid #313131;
	background: #0f1110;
	font: 10px/16px Verdana, Arial, sans-serif;
	color: #ccc;
}

input:focus, select:focus, textarea:focus {
	border-color: #8c7e59;
	background: #10100f;
	-moz-box-shadow: #8c7e59 0 0 2px, #8c7e59 0 0 2px;
	-webkit-box-shadow: #8c7e59 0 0 2px, #8c7e59 0 0 2px;
	-o-box-shadow: #8c7e59 0 0 2px, #8c7e59 0 0 2px;
	box-shadow: #8c7e59 0 0 2px, #8c7e59 0 0 2px;
}

input[type="text"], input[type="password"] {
	width: 300px;
	margin: 2px 0;
}

textarea {
	width: 300px;
	height: 180px;
	margin: 2px 0;
}

input[type="submit"], input[type="button"] {
	margin: 2px 0;
	padding: 0 1px;
	background: #1e2221;
}

input[type="submit"] {
	margin-left: 200px;
}

input[type="submit"]:focus, input[type="button"]:focus {
	background: #20201f;
}

input[type="submit"]:active, input[type="button"]:active {
	position: relative;
	top: 1px;
}

form .captcha {
	margin: 2px 0;
	border: 1px solid #313131;
}

table form {
	margin: 0;
}

table input, table input[type="submit"], table input[type="text"], table input[type="password"],
		table input[type="button"], table textarea, table select {
	width: auto;
	margin: 0;
}


/* =2 page wrapper and big background images */

#content, #maincontent, #maincontent .foot, #maincontent .news, #comments {
	background-image: url(../gfx/content-box.png);
	background-repeat: no-repeat;
}

html {
	min-width: 980px;
	background: black url(../gfx/bg-repeat.jpg) center 878px repeat-y;
}

body {
	min-width: 980px;
	background: url(../gfx/bg-top.jpg) center top no-repeat;
}

body.rightcad {
	min-width: 980px;
	background: url(../gfx/bg-top-sidebarads.jpg) center top no-repeat;
}

#site {
	width: 980px;
	min-height: 800px;
	margin: 0 auto -4px auto;
	padding-bottom: 128px;
	background: url(../gfx/bg-bottom.jpg) center bottom no-repeat;
}


/* =3 header */

#header {
	height: 228px;
	width: 980px;
	background: url(../gfx/branding.jpg) no-repeat;
}

#logo {
	width: 316px;
	height: 181px;
	margin: 0 auto 0 -13px;
	background: url(../gfx/logo-sc2cl.png) left top no-repeat;
	text-indent: -9000px;
}

#timebox {
	float: right;
	margin: 25px 35px 0 0;
	padding: 4px 4px;
	font-size:11px;
	line-height: 11px;
	color: #FEA500;
	background: rgba(20, 22, 22, 0.5);
}


/* =4 navigation */

#topnav {
	float: left;
	height: 38px;
	margin-left: 26px;
	padding: 9px 60px 10px 0;
	background: url(../gfx/nav.png) right bottom no-repeat;
	font: bold 13px/38px Verdana, sans-serif;
	color: #bbc;
}

#topnav > li:before {
	content: "| ";
}

#topnav > li:first-child:before {
	content: "";
}

#topnav > li:after {
	content: "\00A0";
}

#topnav > li:first-child {
	margin-left: 20px;
}

#topnav > li {
	position: relative;
	float: left;
	height: 38px;
	text-transform: uppercase;
}

#topnav > li a {
	top: 0;
	color: #bbc;
}

#topnav li ul {
	display: none;
	position: absolute;
	z-index: 2;
	margin-top: -1px;
	padding: 1px 0;
	width: 140px;
	background: #1e2221;
	background: rgba(30, 34, 33, 0.95);
	border: 1px solid #313131;
	font: normal 12px/16px Helvetica, sans-serif;
	text-transform: none;
}

#ie7 #topnav li ul {
	margin-top: 0;
	top: 37px;
	left: 0;
}

#topnav li:hover ul {
	display: block;
}

#topnav li li:before {
	content: "";
}

#topnav li li {
	padding: 0 1px;
}

#ie7 #topnav li li {
	min-height: 0;
}

#topnav li li a {
	display: block;
	padding: 2px 0 2px 26px;
	background: url(../gfx/nav-bullet.png) 10px center no-repeat;
	font-weight: normal;
	color: #eee;
}

#topnav li li a:hover {
	top: 0;
	background-color: #404443;
	text-decoration: none;
}


/* =5 footer */

#footer {
	clear: both;
	margin: 0 40px -106px 40px;
	text-align: center;
	font-size: 9px;
	line-height: 13px;
	color: #ddd;
}

#footer p {
	margin: 4px 0;
}


/* =6 main content */

#message {
	margin: 26px 105px;
	border: 1px solid #313131;
	background: #1e2221;
	background: rgba(30, 34, 33, 0.9);
	padding: 5px 8px;
	width:500px;
}

#message ul {
	margin: 0;
}

#message li:before {
	content: "";
}

#message .error {
	color: #f22;
}

#content {
	margin: 53px 26px 81px 26px;
	background-position: -1968px top;
	background-repeat: repeat-y;
}

#content:after {
	content: ".";
	display: block;
	height: 0;
	clear: left;
	visibility: hidden;
}

#maincontent {
	position: relative;
	float: left;
	width: 555px;
	min-height: 195px;
	margin: -39px 0 0 10px;
	padding: 55px 50px 40px 50px;
	background-position: left top;
}

#maincontent .foot {
	clear: both;
	position: absolute;
	left: 0px;
	bottom: -33px;
	right: 0px;
	height: 74px;
	background-position: -1312px bottom;
}


/* =6.1 news, articles and sections */

#maincontent .news {
	min-height: 147px;
	margin: -10px -50px 0 -50px;
	padding: 73px 50px 0 108px;
	background-position: -656px top;
	font-size:8pt;
}

#maincontent .news:first-child {
	margin: 0 -50px;
	padding-top: 0;
	background: none;
}

#maincontent .news .head, #maincontent .article .head {
	min-height: 50px;
	margin-bottom: 20px;
}

#maincontent .news .icon {
	float: left;
	margin-left: -64px;
}

#maincontent .news h2 {
	padding: 4px 0 2px 0;
}

#maincontent .news h3 {
    font-weight:bold;
}

#maincontent .headerpic {
	text-align: center;
}

#maincontent .article {
	font-size:10pt;
}

#maincontent .article .author {
	text-align: right;
	font-style: italic;
	font-size:8pt;
}

#maincontent .pagenavigation .pages {
	margin: 0 50px;
	text-align: center;
}

#maincontent .pagenavigation a {
	display: inline-block;
	margin: 0 2px;
}

#maincontent .pagenavigation .current {
	display: inline-block;
	margin: 0 2px;
}

#maincontent .pagenavigation .next {
	float: right;
}

#maincontent .pagenavigation .prev {
	float: left;
}

#maincontent .gallerybox .image {
	display: inline-block;
	margin: 5px;
}

#maincontent .subcontent, #maincontent .subsection {
	margin: 16px 0;
	overflow: hidden;
}

#maincontent .subcontent .pic, #maincontent .subsection .pic {
	float: left;
	margin: 0 10px 0px 0;
}

#maincontent .subcontent h3, #maincontent .subsection h3 {
	margin: 0 0 5px 0;
}

#maincontent h2 .editref {
	font-size: 14px;
	color:#555555;
	margin-left: 25px;
}


/* =6.2 comments */

#comments {
	min-height: 147px;
	margin: 0 -50px 0 -50px;
	padding: 63px 50px 0 50px;
	background-position: -656px top;
}

#comments .contentad {
	width: 300px;
	margin: 10px auto;
}

.comment {
	margin: 15px 0;
	overflow: hidden;
}

.comment .title {
	margin-bottom: 5px;
	border: 1px solid #313131;
	padding: 2px;
}

.comment .title img {
	position: relative;
	top: -2px;
}

.comment .title img.flag {
    vertical-align:bottom;
}

.comment .title .time {
	float: right;
}

.comment .userinfo {
	float: left;
	width: 150px;
	border: 1px solid #313131;
	padding: 2px;
}

.comment img.avatar {
	display: block;
}

.comment .text {
	margin-left: 161px;
	padding: 2px;
}

.comment .text .edited {
	margin-top: 5px;
	font-size: 9px;
	font-style: italic;
}

.comment .actions {
	clear: left;
}


/* =7 sidebar (sub-content) */

#subcontent {
	float: right;
	width: 250px;
	margin: 4px 12px 48px 0;
}

.contentad {
	width:300px;
}

.contentad.rightcad {
    float:right;
	margin: -10px -50px 0px 0px;
}

.contentad.messagedrightcad {
    float:right;
	margin: -65px -50px 0px 0px;
}

#subcontent.rightcad {
	float: right;
	width: 250px;
	margin: 24px 12px 48px 0px;
}


#subcontent .gadget, #subcontent .gadget .head, #subcontent .gadget .content {
	background-image: url(../gfx/special-box.png);
	background-repeat: no-repeat;
}

#subcontent .gadget {
	margin-bottom: 38px;
	padding: 1px 0;
	background-position: left top;
	background-repeat: repeat-y;
}

#ie7 #subcontent .gadget {
	min-height: 0;
}

#subcontent .gadget .head {
	height: 59px;
	margin: -26px 0 -43px 0;
	padding: 31px 23px 0 23px;
	background-position: -250px top;
}

#subcontent .gadget h3 {
	margin: -3px 0 0 -1px;
	height: 25px;
	background: url(../gfx/special-title.png) no-repeat;
	text-indent: -9000px;
}

#subcontent .gadget.account h3 {
	background-position: -3px 0px;
}

#subcontent .gadget.community h3 {
	background-position: -3px -25px;
}

#subcontent .gadget.forum h3 {
	background-position: -3px -50px;
}

#subcontent .gadget.league h3 {
	background-position: -3px -75px;
}

#subcontent .gadget.casts h3 {
	background-position: -3px -100px;
}

#subcontent .gadget.replays h3 {
	background-position: -3px -125px;
}

#subcontent .gadget .content {
	margin-bottom: -16px;
	padding: 0 23px 30px 23px;
	background-position: -500px bottom;
}

#ie7 #subcontent .gadget .content {
	min-height: 0;
}

#subcontent p, #subcontent ul, #subcontent form {
	margin: 10px 0;
}

#subcontent label {
	display: inline-block;
	width: 40px;
}

#subcontent input[type="text"], input[type="password"] {
	margin: 1px 0;
	width: 157px;
}

#subcontent input[type="submit"] {
	margin: 1px 1px 0 40px;
	cursor: pointer;
}

#subcontent form a {
	margin-left: 1px;
	border: 1px solid #313131;
	padding: 1px 1px;
	background: #1e2221;
	color: #ccc;
	text-decoration: none;
	text-shadow: none;
}

#subcontent form a:focus {
	border-color: #8c7e59;
	background: #20201f;
	-moz-box-shadow: #8c7e59 0 0 2px;
	-webkit-box-shadow: #8c7e59 0 0 2px;
	-o-box-shadow: #8c7e59 0 0 2px;
	box-shadow: #8c7e59 0 0 2px;
}


/* =7.1 subcontent league gadget */

#subcontent div.content ul.playdays li {
    padding:1px 10px;
}

#subcontent div.content ul.playdays li:before {
    content:"";
}


#subcontent div.content ul.playdays span.daynr {
    width:18px;
    display:inline-block;
}

#subcontent div.content ul.playdays span.daynr:after {
    content:"."
}

#subcontent div.content ul.playdays li.current {
    font-weight:bold;
    background-color:#444444;
}


/* =7.2 subcontent social network stuff */
#header div.web20icons {
        text-align:center;
        margin:10px 20px;
		width:120px;
		padding:3px;
		float:right;
}

#header div.web20icons a {
        width:32px;
        height:32px;
        display:inline-block;
        text-indent:-9000px;
        margin:2px;
}

#header div.web20icons a.sc2cltwitter {
       background:url('../gfx/icons/twitter.png');
}

#header div.web20icons a.sc2clrss {
       background:url('../gfx/icons/rss.png');
}

#header div.web20icons a.sc2clfacebook {
       background:url('../gfx/icons/facebook.png');
}

/* =9 individual styles (temp) */

span.notfinal a {
	color:#aaaaaa;
}

p.smallinfo {
	font-size:7pt;
}

div.contentseperator {
	clear:both;
	padding-top:20px;
}

.ajaxloading {
	min-height:15px;
	background:url(../gfx/ajaxloading.gif) no-repeat;
}

table.propertytable {
	border-spacing:5px;
}

table.waitinglist {
	width: 100%;
	border-spacing:3px;
}

table.waitinglist th {
	text-align:left;
	font-size:10pt;
	color:#6A89C9;
	background-color:#0F0F0F;
}

table tr th span.thadd {
	float:right;
	text-align:right;
	font-weight:normal;
}

table tr td.tdcenter {
	text-align:center;
}

table#blacklist {
	width:100%;
}

table#blacklist th, table#blacklist td {
	padding:2px;
}

table.memberList {
	width: 100%;
	border-spacing: 5px;
}

.memberList tr:nth-child(odd) {
	background: rgba(255, 255, 255, 0.06);
}

.memberList td.status {
	width: 80px;
}

.memberList td.right {
	width: 150px;
}

.imageframe {
    float:right;
	padding:10px;
	border:1px solid #000000;
	background:url(../gfx/buttonbg.png);
	vertical-align:middle;
	text-align:center;
	margin-left:10px;
}

#clanSquadBox .clanSquadList li:before {
	content: none;
}

#clanSquadBox .clanSquadList li {
	margin-top: 6px;
}

#clanSquadBox .editref {
	float:right;
	color:#555555;
}

textarea.playdayinfo {
 	width:370px;
	height:80px;
}

.blizztext {
	color:#00C0FF;
}

.bigtext {
	font-size:10pt;
}

div.notyet {
	font-style:italic;
	text-align:center;
}

a.replaylink {
    background:url('../gfx/replayminiicon.png') no-repeat;
	padding-left:16px;
}

span.activity {
	padding:2px 5px;
	margin:2px 0px;
	color:#6A6A20;
 	border:1px dotted #111111;
	display:inline-block;
}

span#nofinformbox {
    font-size:12pt;
	padding:10px;
	color:#FEA500;
}

div.teaminfo table {

}

div.teamlist a.rmlink {
	display:block;
	width:16px;
	height:16px;
	text-indent:-9000px;
	background:url('../gfx/xicon.png') no-repeat;
}

div.teamlist form input[type="submit"] {
	width:16px;
	height:16px;
	text-indent:-9000px;
	background:url('../gfx/addicon.png') no-repeat;
	border:0px;
}

div.postponement {
     margin:10px 5px 10px 5px;
	 padding:2px;
	 border: 1px solid #202020;
}

div.postponement div.pphead {
    background-color:#101010;
	padding:2px 5px 2px 5px;
}

div.postponement div.ppmessage {
    padding:5px;
	font-size:10pt;
}

div.postponement div.ppadmin {
    padding:1px 1px 1px 3px;
    border-top:1px solid #202020;
    color:#606060;
}

div.postponement div.ppadmin a {
    color:#B0B0B0;
}

div.postponement div.ppfoot {
    background-color:#202020;
	padding:2px 5px 2px 5px;
	text-align:right;
}

div.gadget table.repbox {
    margin-top:5px;
}

div.gadget table.repbox tr td {
    padding:2px 1px 2px 1px;
}

div.gadget table.repbox tr td a:hover {
    text-decoration:none;
}

div.gadget table.repbox tr:hover td {
    background-color:#404443;
    cursor:pointer;
}

div.gadget table.repbox tr td img {
    vertical-align:bottom;
}


/** Divisionstabelle **/

.divisionsymbol {
     float:left;
     margin-top:18px;
     margin-right:8px;
}

table.divisiontable {
	clear:both;
	background-color:#0F0F0F;
	width:100%;
}

table.divisiontable tr td {
    background:url(http://sc2.de/sc2cl/gfx/tabkante.png) bottom repeat-x;
    padding-bottom:3px;
	border:1px solid #000000;
}

table.divisiontable tr th {
    background:url(http://sc2.de/sc2cl/gfx/buttonbg.png) repeat;
	padding-top:5px;
	padding-bottom:5px;
	color:#FEA500;
    vertical-align:middle;
}

table.divisiontable tr th.clanhead {
        font-size:7pt;
}

table.divisiontable tr th.clanheadsmall {
        font-size:6pt;
}

table.divisiontable tr.up {
	background-color:#001A00;
}

table.divisiontable tr.down {
	background-color:#1A0000;
}

table.divisiontable tr.dismissed {
	background-color:#080808;
}

table.divisiontable tr.dismissed td a {
    color:#404040;
}

span.dismissed {
    color:#404040;
}

table.admindivisiontable tr.dismissed td, table.admindivisiontable tr.dismissed td a {
    color:#404040;
}

/** Encounter-Seite **/

.encounterhead {
	height:20px;
    margin-top:-10px;
	line-height:30px;
	background-image:url('../gfx/head_maincontent.png');
	background-repeat:no-repeat;
	background-position:0px -60px;
}

.encounterhead + h2.encounterpage {
    margin-top:2px;
}

h2.encounterpage {
    border:1px solid #111111;
    padding:5px;
    background:url('../gfx/transparents-black.png');
}

h2.encounterpage + span.editref {
    display:block;
    float:right;
    color:#555555;
    font-size:10pt;
    margin-top:-6px;
}

h2.encounterpage + span.editref a {
    color:#555555;
}

h3.encounterpage {
    border:1px solid #111111;
    padding:3px;
    background:url('../gfx/transparents-black.png');
}

.smalldivisionsymbol {
    float:left;
    margin-bottom:8px;
    margin-right:8px;
}

p.encinfo {
    font-size:9pt;
    margin-top:0px;
}

/** Season-Seite **/

h2.seasonpage {
    border:1px solid #111111;
    padding:5px;
    font-size:8pt;
    line-height:10pt;
    font-weight:normal;
    background:url('../gfx/transparents-black.png');
}

h2.seasonpage span.main {
    font-weight:bold;
    font-size:14pt;
    line-height:16pt;
}

ul.divisionlevellist > li:before {
    content:"";
}

ul.divisionlevellist > li {
    margin-bottom:10px;
    padding:2px;
    background:url('../gfx/transparents-brown.png');
}

ul.divisionlevellist > li div {
    float:left;
}

ul.divisionlevellist > li ul {
    margin-left:60px;
    min-height:50px;
    font-size:8pt;
}

/*** Widetable ***/

table.widetable {
	width: 100%;
	empty-cells: show;
}

table.widetable th {
	text-align: left;
	font-weight: bold;
	background-color: #2C2815;
    border-top: 1px solid #333333;
    border-bottom: 1px solid #333333;
}

table.widetable.gold th {
    background-color:#5C5026;
}

table.widetable.blue th {
    background-color:#07131D;
}

table.widetable.grey th {
    background-color:#131720;
}

table.widetable td, table.widetable th {
	padding: 3px 6px 3px 6px;
}

table.widetable td {
    border-bottom: 1px solid #333333;
}

/** Weitere Tabellen **/

table.matchlist {
	width: 100%;
	empty-cells: show;
}

table.matchlist th {
	text-align: left;
	font-weight: bold;
	background-color: #2C2815;
    border-top: 1px solid #333333;
    border-bottom: 1px solid #333333;
}

table.matchlist td, table.matchlist th {
	padding: 3px 6px 3px 6px;
}

table.matchlist td {
    border-bottom: 1px solid #333333;
}

table.matchlist td.editing {
     background-color:#101010;
}

table.matchlist div.teamlist table td, table.matchlist table.reportlist td {
	padding:2px;
	border:0px;
}

table.matchlist table.reportlist {
	width:100%;
}

table.matchlist table.reportlist td.result {
	width:30px;
}

table.matchlist div.mngmenu {
	border-top:1px solid #1C1C1C;
}

table.matchlist div.mngmenu a {
	color:#6C6C6C;
	padding:5px;
}

table.matchlist div.mngmenu a:hover {
	color:#ACACAC;
}

table.statstable th {
    font-size: 9pt;
	color:#FF9900;
	padding: 3px;
	font-weight: bold;
}

table.statstable th span.thadd {
    float:right;
	text-align:right;
	font-weight:normal;
	font-size:7pt;
	color:#AAAAAA;
	margin-right:5px;
}

table.infolist th {
    background-color:#222222;
    border-bottom:1px solid #000000;
    padding:2px 5px;
}

table.infolist th + td {
    padding-left:10px;
}

/** Buttons **/

.rightmenu {
	text-align:right;
}

.contentbutton {
    font-size:10pt;
    padding:10px;
	border:1px solid #000000;
	background: url(../gfx/buttonbg.png) repeat;
}

/** League Stars **/

div.leaguestar {
    width:50px;
	height:50px;
	background-image:url('../gfx/sc2cl_league_stars.png');
}

div.leaguestar.level-1 {
	background-position:0px -250px;
}

div.leaguestar.level1 {
	background-position:0px -0px;
}

div.leaguestar.level2 {
	background-position:0px -50px;
}

div.leaguestar.level3 {
	background-position:0px -100px;
}

div.leaguestar.level4 {
	background-position:0px -150px;
}

div.leaguestar.level5 {
	background-position:0px -200px;
}

/** Maincontent Header **/

div#maincontent h2.clanpage {
	padding: 0px 0px 0px 100px;
	height:30px;
	line-height:30px;
	background-image:url('../gfx/head_maincontent.png');
	background-repeat:no-repeat;
	background-position:0px 0px;
}

div#maincontent h2.squadpage {
	padding: 0px 0px 0px 100px;
	height:30px;
	line-height:30px;
	background-image:url('../gfx/head_maincontent.png');
	background-repeat:no-repeat;
	background-position:0px -30px;
}

/** Achievement **/

ul.achievementlist {
	list-style-type:square;
	font-size:9pt;
	margin-left:15px;
}

ul.achievementlist li:before {
	content: "";
}

/** Shutter **/

div#shutter {
	height: 100%;
	z-index: 1000;
	background-color: #000000;
	top: 0;
	left: 0;
	width: 100%;
	position: fixed;
    background-attachment:fixed;
    display:none;
	opacity: 0.8;
	filter:alpha(opacity=80);
}

#overlay, #overlaycontent, #overlayfoot {
	background-image: url(../gfx/overlaybox.png);
	background-repeat: no-repeat;
}

div#overlay {
	width: 1000px;
 	margin:0px 0px 0px -500px;
	top: 100px;
	left:50%;
	z-index: 2000;
    display:none;
	position: fixed;
	background-position:-2400px top;
	background-repeat:repeat-y;
}

div#overlay a#overlayclose {
    display:block;
	float:right;
	margin-top:-25px;
	width:60px;
	height:25px;
}

div#overlay div#overlaycontent {
	margin-top:-45px;
	padding:55px 15px 0px 15px;
}

div#overlay div#overlayfoot {
	background-position:-1200px bottom;
	height:53px;
	margin-bottom:-20px;
}


/* =9.2 filebase stuff */

.filebase table {
	border-collapse:collapse;
}

.filebase table th {
	padding: 4px;
}

.filebase table td {
	padding: 2px;
}

.filebase tr.even {
	background-color: #1d1d1d;
	margin-bottom: 1px;
	border-left:1px solid #252525;
	border-top:1px solid #252525;
}

.filebase tr.odd {
	background-color: #181818;
	margin-bottom: 1px;
	border-left:1px solid #252525;
	border-top:1px solid #252525;
}

.filebase td.firstcolumn {
	width: 20px;
}

.filebase .categoryview .left {
	float:left;
	width:50%;
	margin-bottom:1px;
}
.filebase .categoryview .right {
	float:right;
	width:50%;
	margin-bottom:1px;
}
.filebase .categoryview .both {
	width:100%;
	margin-bottom:1px;
}

.filebase .categoryview div.leagueinfo {
    margin-top:10px;
	padding:5px;
	font-size:8pt;
	border: 1px dashed #555555;
}

.filebase .categoryview .subcategories, .filebase .categoryview .filelist {
	margin-top:10px;
}

.filebase .categoryview .subcategories table, .filebase .categoryview table.filelist {
	width:100%;
}

.filebase .categoryview .subcategories table tr.head, .filebase .categoryview table.filelist thead tr {
	margin-bottom: 1px;
	border-left:1px solid #252525;
	border-top:1px solid #252525;
 	background-color:#5C5026;
}

.filebase .categoryview .subcategories table th {
	font-weight:bold;
}

.filebase .categoryview .subcategories table th.small {
	width:50px;
}

.filebase .fileview {
	margin-top:10px;
}

.filebase .fileview .leagueinfo .match {
	font-size:12pt;
}

.filebase .fileview .leagueinfo .match .matchreps {
	float:right;
	font-size:8pt;
	background:url(http://sc2.de/sc2cl/gfx/buttonbg.png);
	padding:5px;
}

.filebase .fileview .leagueinfo .match .matchreps strong {
	color:#FEA500;
}

.filebase .fileview .leagueinfo .match .matchreps a {
	font-weight:normal;
}

.filebase .fileview .leagueinfo .encounter {
    font-size:9pt;
	margin:5px 5px 5px 0px;
}

.filebase .fileview .leagueinfo .division {
    margin-left:73px;
	font-size:7pt;
}

.filebase .fileview .leagueinfo .path {
	clear:both;
}

.filebase .fileview .leagueinfo .path #fbpathshow_button, .filebase .categoryview .path #fbpathshow_button {
 	padding:2px 6px 2px 6px;
	background-color:#222222;
	width:100px;
	text-align:center;
	display:block;
}

.filebase .fileview .leagueinfo .path #fbpathhide_button, .filebase .categoryview .path #fbpathhide_button {
 	padding:2px 6px 2px 6px;
	background-color:#222222;
	width:100px;
	border-bottom:1px solid #000000;
	text-align:center;
	display:block;
}

.filebase .fileview .leagueinfo .path #fbpath_box, .filebase .categoryview .path #fbpath_box {
 	padding:6px;
	background-color:#222222;
	display:block;
}

.filebase .fileview .leagueinfo .path #fbpath_box a, .filebase .categoryview .path #fbpath_box a {
	font-weight:normal;
}

.filebase .fileview .editref, .filebase .fileview .editref a, .filebase .categoryview .editref, .filebase .categoryview .editref a {
    color:#444444;
}

.filebase .fileview .standarddetails {
	margin-top:20px;
	float:right;
}

.filebase .fileview .standarddetails table.filestats {
	width:190px;
}

.filebase .fileview .standarddetails table.filestats th {
    padding:1px 2px 1px 2px;
	font-weight:bold;
	background-color:#222222;
}

.filebase .fileview .standarddetails table.filestats td {
    line-height:8pt;
}


.filebase .download {
    margin:20px 200px 20px 0px;
}

.filebase .download img {
    float:left;
    padding:5px;
}

.filebase .download a.blocklink {
    display:block;
	vertical-align:middle;
	border:1px solid #444444;
	height:60px;
	line-height:14pt;
	text-decoration:none;
}

.filebase .download a.blocklink:hover {
	background-color:#444444;
}

.filebase .download:after {
    clear:both;
}


.filebase .gameinfos {
	float:left;
	width:150px;
}

.filebase .gameinfos h3 {
	margin-top:0px;
}

.filebase .gameinfos table {
	width:100%;
	empty-cells:show;
}

.filebase .gameinfos table th, .filebase .gameinfos table td {
	padding: 3px 6px 3px 6px;
	border-bottom: 1px solid #333333;
	vertical-align:middle;
}

.filebase .gameinfo td img.infoicon {
	width:15px;
}

.filebase div.cols {
	width:50%;
	float:left;
}

.filebase div.sc2player, .filebase div.sc2player_1on1, .filebase div.sc2player_2on2, .filebase div.sc2player_3on3, .filebase div.sc2player_4on4 {
	background: url(http://ingame.ingame.de/gfx/filebase/vs.png) center no-repeat #181818;
	padding:10px;
	overflow:hidden;
	text-align:center;
}

.filebase div.sc2player_ffa {
	background: url(http://ingame.ingame.de/gfx/filebase/ffa.png) center no-repeat #181818;
	padding:10px;
	overflow:hidden;
	text-align:center;
}

.filebase table.playertable {
    margin:auto;
}

.filebase table.playertable th, .filebase table.playertable td {
	text-align:left;
	padding:3px 6px 3px 6px;
    border-bottom: 1px solid #333333;
}

.filebase table.playertable th {
    vertical-align:middle;
	height:20pt;
	font-weight:bold;
	font-size:10pt;
}

.filebase table.playertable span.startposbox {
	padding:0px 5px 0px 5px;
	vertical-align:top;
	margin:0px 2px 0px 2px;
	border:1px solid #000000;
}

/** Zend Userlib Stuff */

.zend_form, .convert_notice {
  width: 80%;
  margin: 0px auto;
  margin-top: 25px;
  font-size: 16px;
}

.new_kid_in_the_house {
    display: block;
    margin-top:30px;
}

.zend_form dd {
  margin: 0px 0px 15px 0px;
}

.zend_form dt {
  margin: 5px 0px;
}

.zend_form .description {
  margin: 100px 0px 0px 43px !important;
}

.zend_form input[type="text"], .zend_form input[type="password"] {
  width: 100%;
  padding: 5px;
  font-size:20px;
}

#newsletter-label, #terms-label {
  float: right;
  width: 90%;
  font-size: 14px;
}

#newsletter-input, #terms-input {
  float: left;
  padding-top: 5px;
}

