@charset "utf-8";
/* CSS Document */

.createsectionreq{
	margin: 16px auto;
	width: 90%;
	padding: 16px;
	background: #211;
	border: 1px solid #300;
}
.createsectionreq input, .createsectionopt input{
	width: 300px;
}
.createsectionreq textarea, .createsectionopt textarea{
	width: 400px;
	height: 100px;
}
.createsectionopt{
	margin: 16px auto;
	width: 90%;
	padding: 16px;
	background: #121;
	border: 1px solid #030;
}
.createsectiontitle{
	font-family: WGFL;
	font-size: 24px;
}
.createbutton{
	width: 100%;
	text-align: center;
	margin: 8px;
}

.groupentrygate, .groupexitgate{
	width: 75%;
	text-align: center;
	margin: 50px auto;
	height: 400px;
}

.groupstatsh{
	background: #300;
	height: 24px;
	color: #CCC;
	padding: 1px 4px;
	font-weight: bold;
	text-align: center;
	letter-spacing: 1px;
}
.groupstatsl, .groupstatsr{
	background: #262626;
	height: 24px;
	padding: 1px 4px;
	width: 150px;
}
.groupstatsl{
	text-align: right;
}
.groupstatsr{
	text-align: center;
}
.grouppagename{
	font-family: WGFL;
	font-size: 30px;
}
.grouppagedshort{
	font-family: WGFL;
	font-size: 22px;
	font-style: italic;
}
.grouppagebyline{
	font-family: WGFL;
	font-size: 20px;
}
.groupstandings{
	width: 100%;
	min-height: 400px;
	margin-top: 12px;
}
.groupstandsa{
	background: #300;
	height: 24px;
	color: #CCC;
	padding: 1px 4px;
	font-weight: bold;
	text-align: center;
}
.groupstandsb{
	background: #600;
	height: 24px;
	color: #CCC;
	padding: 1px 4px;
	text-align: center;
}
.groupstandsrank{
	background: #262626;
	height: 24px;
	padding: 1px 4px;
	text-align: center;
	width: 60px;
}
.groupstandsname{
	background: #262626;
	height: 24px;
	padding: 1px 4px;
	text-align: left;
}
.groupstandspoints{
	background: #262626;
	height: 24px;
	padding: 1px 4px;
	text-align: center;
	width: 100px;
}


.resultstring{
	font-size: 36px;
	font-family: WGFL;
}
.noresults{
	padding-top: 25px;
	text-align: center;
	font-family: WGFL;
	font-style: italic;
}




.messageother{
	float: left;
	width: 950px;
	background: #3a3a3a;
	border-radius: 8px;
	min-height: 80px;
	margin: 4px;
	border: 1px solid #000;
	-webkit-box-shadow: 0 8px 6px -6px black;
	   -moz-box-shadow: 0 8px 6px -6px black;
	        box-shadow: 0 8px 6px -6px black;
	}
.messageme{
	float: right;
	width: 950px;
	background: #7D3A3A;
	border-radius: 8px;
	min-height: 80px;
	margin: 4px;
	border: 1px solid #000;
	-webkit-box-shadow: 0 8px 6px -6px black;
	   -moz-box-shadow: 0 8px 6px -6px black;
	        box-shadow: 0 8px 6px -6px black;
	}



