@CHARSET "ISO-8859-1";

.mainDiv {
	position: relative;
	width: 980px;
	height: 668px;
	border: 2px solid silver;
	background-image: none;
	margin: 0 auto;
	width: 980px;
	text-align: left;
}

#title {
	text-align: left;
	font-size: 24px;
	font-family: arial, verdana, sans-serif;
	margin-left: 30px;
	margin-bottom: -20px;
	/* 	color: #081A5B; */
}

.navbutton {
	background: #4798cf;
	background: -webkit-gradient(linear, left top, left bottom, from(#3b779c),
		to(#4798cf));
	background: -webkit-linear-gradient(top, #3b779c, #4798cf);
	background: -moz-linear-gradient(top, #3b779c, #4798cf);
	background: -ms-linear-gradient(top, #3b779c, #4798cf);
	background: -o-linear-gradient(top, #3b779c, #4798cf);
	/* 	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ededed
		), color-stop(1, #dfdfdf));
	background: -moz-linear-gradient(center top, #ededed 5%, #dfdfdf 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed',
		endColorstr='#dfdfdf');
	background-color: #ededed; */
	-moz-border-radius: 9px;
	-webkit-border-radius: 9px;
	border-radius: 9px;
	border: 2px solid #e0e0e0;
	display: inline-block;
	color: #FFFFFF;
	font: bold 15px arial;
	padding: 6px 14px;
	text-decoration: none;
	cursor: pointer;
}

.navbutton:hover {
	border: 2px solid #7c7c7c;
}

.topLeft {
	position: absolute;
	top: 2.5%;
	right: 2%;
	height: 30px;
	width: 100px;
}

.topBarLink {
	position: absolute;
	top: 1%;
	color: blue;
	text-decoration: underline;
	cursor: pointer;
}

#settingsLink {
	right: 35%;
}

#signInLink {
	font-weight: bold;
	right: 3%;
}

.dropDownDiv {
	position: absolute;
	z-index: 1000;
	right: 1%;
	top: 8%;
	width: 20%;
	background-color: white;
	border: 2px solid gray;
	padding: 2%;
	display: none;
}

#settingsDiv {
	padding-top: 0;
	text-align: right;
	right: 20%;
}

#signInDiv {
	
}

#accountDiv {
	
}

#viewGroupPoints a {
	color: blue;
}

#signOut {
	color: blue;
	text-decoration: underline;
	cursor: pointer;
}

#accountInput {
	font: bold .8em arial, verdana, sans-serif;
}

#accountInput * {
	position: relative;
	right: 0%;
}

.textInputAccount {
	width: 100px;
}

#settingsHeader {
	text-align: left;
	margin-bottom: 10px;
	text-decoration: underline;
}

.settingsButton {
	text-align: right;
	padding: 5%;
	font-weight: bold;
}

.settingsText {
	display: inline-block;
}

.settingsValue {
	
}

#saveSettings {
	
}

#settingsWarning {
	margin: 0;
	margin-right: 10px;
}

#settingsClose {
	position: absolute;
	right: 5%;
	top: 1%;
	font: 1.5em bold sans-serif, arial;
	margin: 0;
	cursor: pointer;
}

#createLink {
	/* 	position: absolute;
	float: right;
	top: 42px;
	right: 18px; */
	display: block;
	font: .9em arial, sans-serif;
}

#signInError {
	display: none;
	color: red;
	margin-bottom: 0;
}

#accountName {
	text-decoration: none;
	right: 15%;
}

#store {
	display: none;
}

#groupsTable {
	position: absoulte;
	margin: 0 auto;
	width: 100%;
	/* 	border: 2px solid green; */
	border-collapse: separate;
	border-spacing: 20px;
	margin-top: 20px;
}

.groupRow {
	/* 	height: 30px; */
	border: none;
}

.bufferRow {
	/* 	height: 20px; */
	border: none;
}

.groupCell {
	border: 3px solid black;
	background-color: #404042;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	border-radius: 12px;
	font-size: 40px;
	font-weight: bold;
	font-family: sans-serif;
	color: white;
	text-align: left;
	vertical-align: top;
	text-align: left;
	color: white;
	padding: 10px;
	position: relative;
	vertical-align: middle;
}

.scoreDiv {
	position: relative;
	/* 	border: 2px solid silver; */
	margin: 0 auto;
	text-align: center;
	-moz-user-select: none;
	-webkit-user-select: none;
	user-select: none;
}

.cntBtn {
	-moz-user-select: none;
	-webkit-user-select: none;
	user-select: none;
	position: relative;
	width: 50px;
	height: 50px;
	font-weight: bold;
	font-size: 30px;
	padding: 0px 0px;
	-moz-border-radius: 40px;
	-webkit-border-radius: 40px;
	border-radius: 40px;
	bottom: 27px;
	background: #757575;
	color: silver;
	z-index: 2;
}

.plus {
	/* 	margin-right: 60px; */
	
}

.counter {
	position: relative;
	display: inline;
	font-size: 100px;
	color: gold;
}

.progressBar {
	text-align: center;
	width: 100%;
	height: 97px;
	/* 	border: 2px solid silver; */
}