@charset "utf-8";
/* CSS Document */
body {
	font-size: small;
}
.date_range {
	font-size: x-small;
	font-weight: normal;
}
.date_from {
	color: #CCC;
}
.date_to {
	color: #CCC;
}
.season_range {
	text-align: center;
}
.grid_container {
	border-top: #000 solid 1px;
	border-left: #000 solid 1px;
	border-right: #000 solid 1px;
	margin-top: 5px;
}
.grid1 {
	background-color: #EEE;
	border-bottom: #000 solid 1px;
	text-align: center;
	height: 80px;
}
.grid1 a, .grid1 > p {
	color: #000;
	text-decoration: none;
	text-shadow: none;
}
.grid2 {
	background-color: #DDD;
	border-bottom: #000 solid 1px;
	text-align: center;
	height: 80px;
}
.grid2 a, .grid2 > p {
	color: #000;
	text-decoration: none;
	text-shadow: none;
}
.grid3 {
	background-color: #CCC;
	border-bottom: #000 solid 1px;
	text-align: center;
	height: 80px;
}
.grid3 a, .grid3 > p {
	color: #000;
	text-decoration: none;
	text-shadow: none;
}
.label_div {
	text-align: center;
	font-size: medium;
	padding-top: 10px;
	padding-bottom: 10px;
	font-weight: bold;
}
.comment {
	text-align: center;
}
.info {
	color: #6CF;
	text-align: center;
}
.alert {
	color: #FFCCC4;
	text-align: center;
}
.alert2 {
	color: darkred;
	text-align: center;
}
.input_note {
	color: darkred;
	font-style: italic;
	font-size: smaller;
}
.input_note2 {
	color: #FFCCC4;
	font-style: italic;
	font-size: smaller;
}
.stat_note {
	font-size: smaller;
}
.normal {
	text-align: center;
}
.copyright {
	font-size: x-small;
}
.expired {
	color: #999;
	font-style: italic;
}
.game_name {
	color: #CCC;
	font-size: smaller;
	font-weight: lighter;
}
.game_name_expired {
	color: #999;
	font-style: italic;
	font-size: smaller;
	font-weight: lighter;
}
.placed {
   font-size: small;
   font-weight: normal;
}
.scoring {
	font-weight: bold;
	text-transform: uppercase;
	color: #0F0;
}
.disabled_input {
	color: #CCC;
}
.enabled_input {
	color: #000;
}
.ranking {
	font-size: small;
	font-weight: normal;
} 
.split {
	width: 15% !important;
	padding-top: 16px;
}
.chipcount {
	width: 85% !important;
	height: 40px;
	border-width: 0px;
}
.hidden {
	visibility: hidden;
}
.level_0 {
	height: 16px;
	width: 16px;
	background: url("../images/level_0.png") no-repeat;
	color: black;
	display: inline-block;
	padding-left: 5px;
	font-size: smaller;
	text-align: left;
}
.level_1 {
	height: 16px;
	width: 16px;
	background: url("../images/level_1.png") no-repeat;
	color: black;
	display: inline-block;
	padding-left: 5px;
	font-size: smaller;
	text-align: left;
}
.level_2 {
	height: 16px;
	width: 16px;
	background: url("../images/level_2.png") no-repeat;
	color: black;
	display: inline-block;
	padding-left: 5px;
	font-size: smaller;
	text-align: left;
}
.level_3 {
	height: 16px;
	width: 16px;
	background: url("../images/level_3.png") no-repeat;
	color: white;
	display: inline-block;
	padding-left: 5px;
	font-size: smaller;
	text-align: left;
}
.level_4 {
	height: 16px;
	width: 16px;
	background: url("../images/level_4.png") no-repeat;
	color: white;
	display: inline-block;
	padding-left: 5px;
	font-size: smaller;
	text-align: left;
}
.level_5 {
	height: 16px;
	width: 16px;
	background: url("../images/level_5.png") no-repeat;
	color: white;
	display: inline-block;
	padding-left: 5px;
	font-size: smaller;
	text-align: left;
}
.ui-icon-registered:after {
   background-image: url("../images/registered.png");
	background-size: 16px 16px;

}
.ui-icon-alternate:after {
   background-image: url("../images/alternate.png");
   background-size: 16px 16px;
}
.ui-li-count {
	font-size: smaller;
}
.ui-mobile label,
div.ui-controlgroup-label {
	font-size: small;
	font-weight: bold;
}


