

/* section:layout */
#site {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	overflow: hidden;
    -webkit-border-bottom-right-radius: 10px;
    -webkit-border-bottom-left-radius: 10px;
    -moz-border-radius-bottomright: 10px;
    -moz-border-radius-bottomleft: 10px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
	margin-bottom: 10px;
}
#userbar {line-height: 28px; vertical-align: middle; padding: 0 12px; height: 28px; position: absolute; top: 0; width: 100%; }
#userbar form { display:inline; }

#head-positioning {
	position: absolute;
	right: 20px;
	top: 20px;

}



#head {
	text-align: right;
	padding: 10px;
}

#head h1 {
	margin:0;
}

#head h2 {
	margin: 0;
}


#content {
	clear: both;
}

#bottom {
	font-size: 8pt;
	vertical-align: middle;
	line-height: 20px;
	text-align: center;
}

#navi ul {
	margin: 0;
	list-style: inside;
	padding: 0;
}


#navi .tabs>li {
    font-weight: bold;
	float: left;
	list-style: none;
	padding: 5px 10px;
}

#navi .tabs>li.active {
	padding-bottom: 3px;
	background: gray;
    -webkit-border-top-left-radius: 6px;
    -webkit-border-top-right-radius: 6px;
    -moz-border-radius-topleft: 6px;
    -moz-border-radius-topright: 6px;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}
#navi li.empty {
	width: 18px;
	padding-left: 0;
	padding-right: 0;
}

#navi ul.actions {
	display: inline;
}

#navi .actions li {
	list-style: none;
	display: inline;
	float: right;
	padding-left: 10px;
	padding-right: 10px;
}




































#content {
	clear: both;
	overflow: hidden;
	margin-right: 0;
	margin-left: 0;
	padding: 0px;
	position: relative;
	min-height: 550px;
}

#content h1.pagetitle {
	float: left;
	margin: 0;
	margin-bottom: 15px;
}



div.content {
	margin: 20px;
}




#sidebar {
	float: left;
	padding: 0;
	margin: 20px;
	margin-right: 0;
	width: 240px;
}

#sidebar h1 {
	margin: 0;
	padding: 3px;
	font-size: 11pt;
}

#sidebar ul {
	list-style: square;
	margin: 0;
	margin-bottom: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 25px;
}

#sidebar .active {
	font-weight: bold;
}

div.sidebar {
	list-style: square;
	margin: 0;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
}


#sidebar-ad {
	margin-left: 250px;
}

#bottom-ad {
	text-align: center;
	margin-bottom: 10px;
}






.notification {
	-moz-border-radius: 6px;
	text-align: center;
	margin-bottom: 10px;
}

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













#with-sidebar {
	float: right;
	width: 700px;
}

#no-sidebar {
	margin-left: auto;
	margin-right: auto;
	width: 930px;
}




#content .confirm-deletion {
	text-align: center;
	margin-top: 50px;
	padding-top: 50px;
	margin-bottom: 50px;
	padding-bottom: 50px;
	font-style: italic;
}
















































.group {
	float: left;
	width: 420px;
	margin: 10px;
	margin-left: 0;
}



.group table {
	width: 100%;
}

.group>table>thead {
	font-weight: bold;
}

.group table .gname {
}

.group table .gpld {
	width: 50px;

}

.group table .stats-cell {
	text-align: center;
}

.group table .gnum {
	width: 10px;
}

.group table .gpts {
	width: 50px;
}

.group table .pts-cell {
	font-weight: bold;
}

.group table .gW { width: 20px; }
.group table .gD { width: 20px; }
.group table .gL { width: 20px; }

.group thead>tr {
}

.group tbody {
}

.group .ml-c {
	width: 40px;
	text-align: center;
}

.group .ml-b {
	width: 190px;
	text-align: right;
}
.group .ml-a {
	width: 190px;
}

.group .ml-a>a.mcontrol {
	float: right;
}

.group .ml-b>a.mcontrol {
	float: left;
}


.oversized {
	overflow: scroll;
}

.tourney-tree {
	position: absolute;
	font-size: 9pt;
	padding: 20px;
}

.tourney-tree-team {
	position: absolute;
	padding: 2px;
	padding-left: 10px;
	width: 130px;
	height: 16px;
	white-space: nowrap;
}

.tourney-horizontal-line {
	position: absolute;
	border: none; 
	width: 1px;
	margin: 0;
	padding: 0;
}

.tourney-vertical-line {
	position: absolute;
	border: none; 
	height: 1px;
	margin: 0;
	padding: 0;
}



































.box.form input {
	width: 178px;
	text-align: center;
}

.box.form textarea {
	width: 500px;
	height: 300px;
}
#comment_form textarea {
	height: 100px;
}

.box.form input[type="submit"] {
	width: 180px;
}

.prepform-hidden {
	display: none;
}



.longtextform textarea {
	width: 500px;
	height: 300px;
}

div.buttonbar form {
	display: block;
	float: left;
}

.match-result-form {
	margin: 0;
}

.match-result-form .map-form {
}
.match-result-form .score-form {
	width: 160px;
}

.match-result-form thead {
	font-weight: normal;

}

.match-result-form input {
	width: 60px;
}

div.buttonbar form {
	margin-left: 12px;
}










/* section:sidebar */
#sidebar .loginform input[type="text"] { width: 200px; }
#sidebar .loginform input[type="password"] { width: 200px; }
#sidebar ul.multicol { padding: 4px 10px; list-style: square inside; overflow: hidden; }
#sidebar ul.multicol li { width: 105px; float: left; line-height: 1em; padding-bottom: 2px; }

#with-sidebar ul.multicol { list-style: square; overflow: hidden; }
#with-sidebar ul.multicol li { width: 200px; float: left; }

/* section:signups */
ol.signup-list { padding: 0 0 0 40px; margin: 0; overflow: hidden; }
ol.signup-list li { width: 210px; float: left; padding: 5px 0 0 0; margin: 0 0 0 0px; }
ol.signup-list li.first { clear: left; }
#signup_details { display: none; position: absolute; width: 172px; margin-left: -3px; font-size: 8pt; padding: 2px; white-space: nowrap; }
#signup_details ul { list-style: square; padding-left: 16px; margin:0; }
#participants-manage input { width: 90px; text-align: center; }
#signup-control input { width: 120px; text-align: center; }
#signup-control th { text-align: right; font-weight: normal; }
#signup-control td { text-align: center; }


/* section:brackets */
.bracket-participant .score { position: absolute; right: 0; bottom: 0; top: 0; width: 20px; font-weight: bold; text-align: center; }
.bracket { margin: 0 10px; position: relative;}
.bracket-participant { white-space: nowrap; position: absolute; vertical-align: middle; }
.bracket-hline { position: absolute; }
.bracket-vline { position: absolute; }
#bracket-frame { height: 600px; position: relative; overflow:auto; }
.bracket-sidebar>span {	font-size: 8pt;	font-style: italic; }
.bracket-sidebar { float:right; text-align: center; padding: 4px; }
.bracket-sidebar #bracket-scrollwindow { position: relative; }
.bracket-sidebar #bracket-scroller { position: absolute; top: 0; left: 0; }

/* section:groups */
/* section:matches */
.match { padding: 5px; }
.participant-details { width: 200px; }
.participant-details.left { margin-left: 70px; width: 250px;}
.participant-details.right { margin-right: 70px; width: 250px; }
.participant-details h1 { font-size: 12pt; font-weight: bold; }
#matchviewer { width: 800px; position: fixed; bottom: 0; left: 50%; margin-left: -400px; display:none;}



/* section:news */
.news-notpublishednotice { -moz-border-radius: 6px; padding: 5px; margin: 5px 100px; font-size: 8pt; text-align: justify; }

