body {
	margin: 0;
	font-family: sans-serif;
}

#site {
	width: 1010px;
	margin-left: auto;
	margin-right: auto;
	background: white;
	position: relative;
	padding-top: 180px;
}

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

}

a img {
	color: transparent;
}

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

#head h1 {
	margin:0;
}

#head h2 {
	margin: 0;
}

#page {
	margin-left: 5px;
	margin-right: 5px;
}

#content {
	clear: both;
	border-bottom: 1px solid black;
}

#bottom {
	font-size: 9pt;
	height: 20px;
	text-align: center;
	padding-top: 6px;
	padding-bottom: 12px;
}

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


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

#navi .tabs>li.active {
	padding: 8px;
	padding-bottom: 10px;
	border: 1px solid black;
	background: gray;
}
#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 {
	margin: 0;
	margin-bottom: 15px;
}


div.content {
	margin: 20px;
}




#bottom a {
	color: #DDD;
}


#sidebar {
	float: left;
	padding: 0;
	margin: 20px;
	width: 189px;
}

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

div.content .box {
	margin-bottom: 20px;
	padding-bottom: 5px;
}

div.content .box>form {
	margin: 5px;
	margin-left: 12px;
	margin-right: 12px;
}

div.content .box h1.title {
	padding: 5px;
	font-size: 13pt;
	margin: 0;
	padding-left: 12px;
}

div.content .box p {
	margin: 12px;
}

div.content .box span.time {
	display: block;
	font-size: 9pt;
	padding-top: 8px;
	padding-left: 8px;
}

body {
	margin: 0;
	//background: #DDD url("topbg.png") repeat-x;
	font-size: 11pt;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}


#content .notification {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	width: 720px;
	margin-top: 10px;
	margin-bottom: 10px;
}

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












#with-sidebar {
	margin-left: 250px;
	width: 728px;
}

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


#content .no-content {
	text-align: center;
	padding-top: 150px;
	padding-bottom: 250px;
	font-style: italic;
}

#content .box>.no-content {
	padding-top: 40px;
	padding-bottom: 50px;
}


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
















































.signup-display {
	margin-left: auto;
	margin-right: auto;
}

.signup-participant.rejected {
}

.signup-participant.request {
}

.signup-participant.accept {
}

.signup-participant {
	float: left;
	width: 200px;
	margin-left: 15px;
	margin-right: 15px;
	min-height: 85px;
}

.signup-participant>h1 {
	border-bottom: 1px solid black;
	font-size: 11pt;
	margin-bottom: 2px;
	overflow: hidden;
}

.signup-participant>span {
	font-size: 9pt;
}

.signup-participant>span>form input[type='text'] {
	font-size: 8pt;
	color: #444;
	width: 50px;
	text-align: center;
	border: 1px dashed #444;
	border-right: none;
	display: inline;
	margin-left: 15px;
}

.signup-participant>span>form input[type='submit'] {
	font-size: 8pt;
	color: #444;
	width: 50px;
	text-align: center;
	border: 1px dashed #444;
	border-left: none;
	margin: 0;
	padding: 0;
}


.signup-participant .signup-create-participant {
	margin-left: 15px;
}

.signup-participant .signup-create-participant select {
	width: 152px;
	font-size: 8pt;
	color: #444;
	border: 1px black dashed;
}

.signup-participant .signup-create-participant input[type="submit"] {
	width: 152px;
	padding: 0;
	font-size: 8pt;
	border: 1px black dashed;
	color: #444;
}
.signup-participant .signup-create-participant input[type="text"] {
	text-align: center;
	width: 150px;
	padding: 0;
	border: none;
	font-size: 8pt;
	color: #444;
	border-left: 1px black dashed;
	border-right: 1px black dashed;
}

.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;
	border: 1px solid black;
	padding: 2px;
	padding-left: 10px;
	width: 130px;
	height: 16px;
	white-space: nowrap;
}

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

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



































.defaultform input {
	border: black solid 1px;
}

.defaultform textarea {
	border: black solid 1px;
	width: 500px;
	height: 300px;
}

.defaultform input[type="submit"] {
	border: black solid 2px;
	background: white;
	font-weight: bold;
}

.prepform-hidden {
	display: none;
}


p.info {
	text-align: center;
}

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

form table th {
	vertical-align: top;
}

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;
}




.sidebar.loginform input[type="text"]{
	width: 160px;
}

.sidebar.loginform input[type="password"]{
	width: 160px;
}








#participants-legend {
	width: 910px;
	padding: 10px;
	text-align: center;
}

#participants-list {
	float: left;
	width: 580px;
}

#participants-detail {
	margin-left: 590px;
}

#participants-list .participants {
	overflow: hidden;
}

#participants-list ol {
	padding: 0;
	margin: 0;
}

#participants-list li {
	width: 240px;
	height: 22px;
	line-height: 22px;
	margin: 10px;
	font-weight: bold;
	font-size: 11pt;
	white-space: nowrap;
	
	margin-bottom: 0px;
	vertical-align: middle;
	position:relative;
}

#participants-list .participant-action {
	width: 12px;
	height: 12px;
}

#participants-list li.even {
	float: right;
}

#participants-list li.odd {
	float: left;
	margin-left: 40px;
}

#participants-list li.last-item {
	display: none;
	clear: both;
}
#participants-list li>img.signup-status {
	position: absolute;
	right: 0;
	bottom: 4px;
}
#participants-list li>img.checkin-status {
	position: absolute;
	right: 20px;
	bottom: 4px;
}

#participants-manage input {
	text-align: center;
	width: 100px;
}

