@charset "UTF-8";

/* Import normalization */
@import url("normalization.css");

/* Import core */
@import url("core.css");

/* Import layout */
@import url("layout.css");

/* Import default form styles */
@import url("forms.css");

/* players */
#players ul {
	text-align: left;
}
#players li {
	height: 24px;
	line-height: 24px;
	float: left;
	width: 22.5%;
}
#players li img {
	width: 24px;
	height: 24px;
	background: transparent none no-repeat center center;
}
#players .ins1 img {
	background-image: url("/inc/images/bgGuitarSmall.png");
}
#players .ins2 img {
	background-image: url("/inc/images/bgDrumsSmall.png");
}
#players .ins3 img {
	background-image: url("/inc/images/bgMicSmall.png");
}
#players .ins4 img {
	background-image: url("/inc/images/bgBassSmall.png");
}
#players .instruments span {
	position: relative;
	top: -8px;
}

/* competitions */
#competitions td {
	
}
#competitions .name img {
	width: 24px;
	height: 24px;
	background: transparent none no-repeat center center;
}
#competitions .ins0 img {
	background-image: url("/inc/images/bgBandSmall.png");
}
#competitions .ins1 img {
	background-image: url("/inc/images/bgGuitarSmall.png");
}
#competitions .ins2 img {
	background-image: url("/inc/images/bgDrumsSmall.png");
}
#competitions .ins3 img {
	background-image: url("/inc/images/bgMicSmall.png");
}
#competitions .ins4 img {
	background-image: url("/inc/images/bgBassSmall.png");
}
#competitions .name span {
	position: relative;
	top: -8px;
}

/* performances */
#performances td {
	
}
#performances .name img {
	width: 24px;
	height: 24px;
	background: transparent none no-repeat center center;
}
#performances .ins0 img {
	background-image: url("/inc/images/bgBandSmall.png");
}
#performances .ins1 img {
	background-image: url("/inc/images/bgGuitarSmall.png");
}
#performances .ins2 img {
	background-image: url("/inc/images/bgDrumsSmall.png");
}
#performances .ins3 img {
	background-image: url("/inc/images/bgMicSmall.png");
}
#performances .ins4 img {
	background-image: url("/inc/images/bgBassSmall.png");
}
#performances .name span {
	position: relative;
	top: -8px;
}

/* songs */
#songs .artist {
	font-weight: bold;
	font-size: 1.5em;
}
#songs .alt {
	background: #400;
}
#songs ul {
	text-align: left;
	margin-bottom: 0em;
}
#songs li {
	height: 24px;
	line-height: 24px;
}
#songs li .instrument {
	width: 24px;
	height: 24px;
	background: transparent none no-repeat center center;
	margin-right: 8px;
}
#songs .ins0 .instrument {
	background-image: url("/inc/images/bgBandSmall.png");
}
#songs .ins1 .instrument {
	background-image: url("/inc/images/bgGuitarSmall.png");
}
#songs .ins2 .instrument {
	background-image: url("/inc/images/bgDrumsSmall.png");
}
#songs .ins3 .instrument {
	background-image: url("/inc/images/bgMicSmall.png");
}
#songs .ins4 .instrument {
	background-image: url("/inc/images/bgBassSmall.png");
}
#songs li .difficulty {
	width: 112px;
	height: 24px;
	background: transparent none no-repeat left center
}
#songs .dif0 .difficulty {
	background-image: url("/inc/images/bgDif0.png");
}
#songs .dif1 .difficulty {
	background-image: url("/inc/images/bgDif1.png");
}
#songs .dif2 .difficulty {
	background-image: url("/inc/images/bgDif2.png");
}
#songs .dif3 .difficulty {
	background-image: url("/inc/images/bgDif3.png");
}
#songs .dif4 .difficulty {
	background-image: url("/inc/images/bgDif4.png");
}
#songs .dif5 .difficulty {
	background-image: url("/inc/images/bgDif5.png");
}
#songs .dif6 .difficulty {
	background-image: url("/inc/images/bgDif6.png");
}

/* stats */
.stats .name img {
	width: 24px;
	height: 24px;
	background: transparent none no-repeat center center;
}
.stats .ins0 img {
	background-image: url("/inc/images/bgBandSmall.png");
}
.stats .ins1 img {
	background-image: url("/inc/images/bgGuitarSmall.png");
}
.stats .ins2 img {
	background-image: url("/inc/images/bgDrumsSmall.png");
}
.stats .ins3 img {
	background-image: url("/inc/images/bgMicSmall.png");
}
.stats .ins4 img {
	background-image: url("/inc/images/bgBassSmall.png");
}
.stats .name span {
	position: relative;
	top: -8px;
}
.stats .difficulty img {
	width: 112px;
	height: 24px;
	background: transparent none no-repeat left center
}
.stats .dif0 img {
	background-image: url("/inc/images/bgDif0.png");
}
.stats .dif1 img {
	background-image: url("/inc/images/bgDif1.png");
}
.stats .dif2 img {
	background-image: url("/inc/images/bgDif2.png");
}
.stats .dif3 img {
	background-image: url("/inc/images/bgDif3.png");
}
.stats .dif4 img {
	background-image: url("/inc/images/bgDif4.png");
}
.stats .dif5 img {
	background-image: url("/inc/images/bgDif5.png");
}
.stats .dif6 img {
	background-image: url("/inc/images/bgDif6.png");
}

/* msg */
#msg {
	text-align: center;
}

/* pageViewBrackets */
.pageViewBrackets, .pageViewTable, .pageViewLeaders {
	height: 100%;
}
.pageViewLeaders {
	padding-top: 120px;
}
.pageViewBrackets #menu, .pageViewTable #menu, .pageViewLeaders #menu {
	display: none;
}
.pageViewBrackets #header, .pageViewTable #header, .pageViewLeaders #header {
	border-bottom: none;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	z-index: 1;
}
.pageViewBrackets #header h1, .pageViewTable #header h1, .pageViewLeaders #header h1 {
	width: 100%;
	background-position: center center;
}
.pageViewBrackets h2, .pageViewTable h2, .pageViewLeaders h2 {
	position: absolute;
	top: 64px;
	width: 100%;
	z-index: 1;
}
.pageViewBrackets #footer, .pageViewTable #footer, .pageViewLeaders #footer {
	display: none;
}

/* scoreSheetResult */
#scoreSheetResult {
	width: 60%;
	margin: 0em auto;
	font-size: 2em;
	margin-bottom: 1em;
}
#scoreSheetResult dt {
	float: left;
	width: 16em;
	clear: left;
	text-align: right;
	margin-right: 1em;
}
#scoreSheetResult dd {
	text-align: left;
}

/* leaders */
.leaders {
	width: 100%;
	border: none; 
	background-color: transparent;
	margin-bottom: 2em;
}
.leaders td.container, .leaders th.container {
	background-color: transparent;
	border: none;
	padding: 2em;
	border-top: 1px solid #300;
	border-left: 1px solid #300;
}
.leaders th.container {
	font-size: 1.25em;
	padding: 0.5em;
}
.leaders thead th.container {
	text-align: center;
	border-top: none;
	padding-top: 0em;
}
.leaders thead th.first {
	border-left: none;
}
.leaders tbody th.container {
	text-align: left;
	border-left: none;
}
.leaders tbody td.container {
	vertical-align: top;
}
.leaders tbody tr.container td.first {
	border-left: none;
}
.leaders table {
	width: 100%;
}

/* songSelection */
#songSelection {
	width: 100%;
}
#songSelection th, #songSelection td {
	text-align: left;
}
#songSelection tbody td span {
	display: block;
}
#songSelection tbdoy td label {
	line-height: 0.5em;
	position: relative;
	
}

/* formula */
.formula {
	text-align: center;
}