body {
	font-family: verdana, 'trebuchet ms', sans-serif;
	font-size: 10pt;
	background: white;
	color: white;
}

div#page {
	margin: 0 auto;
	width: 950px;
	text-align: left;
	background: none repeat scroll 0 0 #666666;
}

div#main-wrapper {
	background: none repeat scroll 0 0 #cccccc;
	height: 1300px;
	float: right;
	width: 750px;
}

div#footer {
	padding: 10px;
	clear: both;
	width: 930px;
	color: white;
	background: none repeat scroll 0 0 #333333;
}

div#navigation {
	padding: 10px;
	float: left;
	width: 180px;
	margin-bottom: 10px;
}

a {
	text-decoration: none;
}

div#navigation a {
	color: white;
}

div#navigation a:hover {
	color: yellow;
}

div#main {
	color: black;
	float: right;
	padding: 10px;
	width: 730px;
}

div#main-ad  {  
	color:  black;  
	float:  right;  
	padding:  10px;  
	padding-bottom: 0;
	width:   730px;
	background: none repeat scroll 0 0 #cccccc; 
}

div#main-ad-top  {  
	color:  black;  
	float:  right;  
	padding:  10px;  
	padding-bottom: 0;
	width:   730px;
	background: none repeat scroll 0 0 #cccccc; 
}

div#main-ad-bottom  {  
	color:  black;  
	float:  right;  
	padding:  10px;  
	padding-top: 0;
	width:   730px;
	background: none repeat scroll 0 0 #cccccc; 
}

div#header {
	position: relative;
	height: 80px;
	background: url("/images/HeaderGraphic.jpg")
				no-repeat scroll right top;
}

div#header-wrap {
	color: white;
	position: relative;
	height: 80px;
	background: none repeat scroll 0 0 #333333;
}

table#header-clock {
	font-size: 12px;
	margin-top: 10px;
}

div#header-mask {
	right: 0;
	top: 0;
	width: 602px;
	display: block;
	position: absolute;
	height: 80px;
	background: url("/images/HeaderMask.png")
				no-repeat scroll right top
}

div#header-title {
	text-align: left;
	color: white;
	position: absolute;
	vertical-align: top;
	left: 10px;
	top: 10px;
	font-size: 24px;
	font-weight: bold;
/*	opacity: 0; */
/*	filter:alpha(opacity=0); */
}

.profile-menu {
	width: 25%;
	text-align: left; 
	float: left;
}

.EditTourneyTable {
	width: 100%;
}

.MainBanner {
	background-color: black;
	font-size: 14pt;
	font-weight: bold;
	color: white;
	overflow: auto;
	padding: 2px;
}

.DescBanner {
	background-color: black;
	font-weight: bold;
	color: white;
	overflow: auto;
	padding: 2px;
	font-size: 10pt;
}

.DescBanner a {
	color: white;
}

.DescBanner a:hover {
	color: yellow;
}

.SecondaryBanner {
	background-color: black;
	font-size: 12pt;
	font-weight: bold;
	color: white;
	overflow: auto;
	padding: 2px;
}

.SecondaryBannerButton {

}

.EditSongTable {
	border-spacing: 0;
	border-width: 0;
	width: 100%;
}

.EditSongHeader {
	font-weight: bold;
	text-align: center;
	background-color: black;
	color: white;
	
}

.EditTourneyTblLabel {
	vertical-align: top;
	text-align: right;
}

.EditSongTblAltRow {
	background-color: #E6ECFF;
}

.EditSongTblAltRow select {
	background-color: #E6ECFF;
}

.EditSongTblRow {
	background-color: #BFCFFF;
}

.EditSongTblRow select {
	background-color: #BFCFFF;
}

.scoreTrackerDatagrid {
	border-spacing: 0px;
}

.scoreTrackerDatagrid a {
	color: black;
}

.scoreTrackerDatagrid a:hover {
	color: yellow;
}

.scoreTrackerDatagrid caption {
	text-align: left;
	font-size: 14pt;
	font-weight: bold;
	color: white;
	background-color: black;
}

.scoreTrackerDatagridItem {
    background-color: #BFCFFF;
}

.scoreTrackerDatagridAltItem {
    background-color: #E6ECFF;
}

.leaderboardTrackerDatagrid {
	border-spacing: 0px;
}

.leaderboardTrackerDatagrid a {
	color: black;
}

.leaderboardTrackerDatagrid a:hover {
	color: yellow;
}

.leaderboardTrackerDatagrid caption {
	text-align: left;
	font-size: 14pt;
	font-weight: bold;
	color: white;
	background-color: black;
}

.leaderboardTrackerDatagridItem {
    background-color: #BFCFFF;
}

.leaderboardTrackerDatagridItem td:first-child {
    width: 60px;
    padding-right: 10px;
}

.leaderboardTrackerDatagridAltItem {
    background-color: #E6ECFF;
}

.leaderboardTrackerDatagridAltItem td:first-child {
    width: 60px;
    padding-right: 10px;
}

.breakdownTourneyDatagrid {
	border-spacing: 0px;
	padding-bottom: 10px;
}

.breakdownTourneyDatagrid caption {
	text-align: left;
	font-size: 14pt;
	font-weight: bold;
	color: white;
	background-color: black;
}

.breakdownTourneyDatagrid a {
	text-decoration: none;
	color: black;
}

.tourneyDatagridPager {
	padding-bottom: 10px;
}

.tourneyDatagrid {
	border-spacing: 0px;
}

.tourneyDatagrid caption {
	text-align: left;
	font-size: 14pt;
	font-weight: bold;
	color: white;
	background-color: black;
}

.tourneyDatagrid a {
	text-decoration: none;
}

.tourneyDatagrid td:first-child {
	width: 40%;
}

.tourneyDatagrid td + td {
	width: 20%;
}

.tourneyDatagridItem {
    background-color: #BFCFFF;
}

.tourneyDatagridItem:hover, .tourneyDatagridAltItem:hover {
    background-color: yellow;
}

.tourneyDatagridAltItem {
    background-color: #E6ECFF;
}

.tourneyDatagridHeader {
    background-color: black;
    text-align: center;
    color: white;
}

.leaderboardDatagridHeader {
    background-color: black;
    text-align: center;
    color: white;
}

.leaderboardDatagridHeader td:first-child {
	text-align: right;
	padding-right: 10px;
}

.TourneyLoginEntry {
	text-align: right;
	margin-bottom: 10px;
}

.TourneyLoginButton {
	text-align: right;
}

.TourneyTblRegister {
	width: 250px;
}

.TourneyLevels {
    background-color: #BFCFFF;
}

.TourneyTable {
    border-spacing: 0;
	width: 100%;	
}

.TourneyLevels {
    vertical-align: top;
}

.SongList {
    background-color: #E6ECFF;
    max-height: 200px;
    overflow: auto;
}

.DivisionSongList {
    background-color: #E6ECFF;
    max-height: 300px;
    overflow: auto;
}

.TourneyTblLevelsHdr {
	font-weight: bold;
	text-align: center;
}

.TourneyLoginButton {
	margin-top: 10px;
}

.TourneyLeaderWrapper {
	overflow: hidden;
	max-height: 155px;
	vertical-align: top;
}

.TourneyLeaderTbl {
	width: 100%;
}

.TourneyLeaderTbl thead tr {
	display: block;
	position: relative;
}

.TourneyLeaderTblDiv {
	max-height: 155px;
	overflow: auto;
}

.TourneyLeaderTbl tbody {
	display: block;
	width: 100%;
}

.TourneyLeaderTbl tbody tr {
	width: 100%;
}

.TourneyLeaderTbl tbody tr td {
	font-weight: bold;
	font-size: 14;
}

.TourneyLeaderTbl tbody tr td:first-child {
	width: 540px;
	padding-left: 50px;
}

.TourneyLeaderTbl tbody tr td + td {
	width: 135px;
	text-align: right;
	padding-right: 5px;
}

.TourneyLeader {
	font-size: 24pt;
	color: blue;
	font-style: italic;
}

.TourneyLeaderName a {
	color: blue;
}

.TourneyLeaderName a:hover {
	color: yellow;
}

.TourneyLeaderName {
	width: 450px;
	text-align: left;
}

.TourneyLeaderScore {
	width: 280px;
	text-align: right;
}

.TourneyCompetitorWrapper {
	overflow: hidden;
	max-height: 250px;
	vertical-align: top;
}

.TourneyCompetitorTbl {
	width: 100%;
}

.TourneyCompetitorTbl a {
	color: black;
}

.TourneyCompetitorTbl a:hover {
	color: yellow;
}

.TourneyCompetitorTblDiv{
	max-height: 230px;
	overflow: auto;
}

.TourneyCompetitorTbl tbody {
	display: block;
	width: 100%;
}

.TourneyCompetitorTbl tbody tr {
	width: 100%;
}

.TourneyCompetitorTbl tbody tr td {
	font-weight: bold;
	font-size: 14;
}

.TourneyCompetitorTbl tbody tr td:first-child {
	width: 35px;
	text-align: right;
}

.TourneyCompetitorTbl tbody tr td + td {
	width: 250px;
	text-align: left;
}

.TourneyCompetitorTbl tbody tr td + td + td {
	width: 250px;
	text-align: left;
}

.TourneyCompetitorTbl tbody tr td + td + td + td {
	width: 40px;
	text-align: center;
}

.TourneyCompetitorTbl tbody tr td + td + td + td + td {
	width: 150px;
	text-align: right;
	padding-right: 5px
}

div#tourney-completed-message {
	color: lightgreen;
}

.tourneyDatagridPager a {
	color: yellow;
}

.TourneyEntryWrapper {
	overflow: hidden;
	max-height: 250px;
	vertical-align: top;
	padding-top: 10px;
}

.TourneyEntryTblDiv {
	max-height: 205px;
	overflow: auto;
}

.TourneyEntryTbl {
	width: 100%;
}

.TourneyEntryTbl a {
	color: black;
}

.TourneyEntryTbl a:hover {
	color: yellow;
}

.TourneyEntryTbl tbody {
	display: block;
	width: 100%;
}

.TourneyEntryTbl tbody tr {
	width: 100%;
}

.TourneyEntryTbl tbody tr td {
	font-weight: bold;
	font-size: 14;
}

.TourneyEntryTbl tbody tr td:first-child {
	width: 35px;
	text-align: right;
}

.TourneyEntryTbl tbody tr td + td {
	width: 200px;
	text-align: left;
}

.TourneyEntryTbl tbody tr td + td + td {
	width: 290px;
	text-align: left;
}

.TourneyEntryTbl tbody tr td + td + td + td {
	width: 200px;
	text-align: right;
	padding-right: 5px
}


.TourneyEntryGridWrapper {
	overflow: hidden;
	max-height: 400px;
	vertical-align: top;
	padding-top: 10px;
}

.TourneyEntryGridTbl a {
	color: black;
}

.TourneyEntryGridTbl a:hover {
	color: yellow;
}

.TourneyEntryGridTblDiv{
	max-height: 355px;
	overflow: auto;
}

.TourneyEntryGridTbl {
	display: block;
	width: 100%;
	border-spacing: 0;
}

.TourneyEntryGridTbl tr td:first-child {
 	font-weight: bold;
 	width: 100px;
 	text-align: left;
}

.TourneyEntryGridTbl thead {
 	text-align: left;
}

.TourneyEntryGridTbl tr td {
 	width: 160px;
 	text-align: left;
 	vertical-align: top;
}

.TourneyEntryGridTbl tr td {
 	padding-bottom: 5px;
 	padding-top: 5px;
}

.TourneyEntryGridTbl tr + tr {
 	background-color: #BFCFFF;
}

.TourneyEntryGridTbl tr + tr + tr {
 	background-color: #cccccc;
}
.TourneyEntryGridTbl tr + tr + tr + tr {
 	background-color: #BFCFFF;
}

.TourneyCompareScoresWrapper {
	overflow: hidden; 
	max-height: 230px;
	vertical-align: top;
}

.TourneyCompareScoresTable thead tr {
	display: block;
	position: relative;
}

.TourneyCompareScoresTable {
	text-align: center;
	width: 100%;
	border-collapse: collapse;
}

.TourneyCompareScoresTable a {
	color: black;
}

.TourneyCompareScoresTable a:hover {
	color: yellow;
}

.TourneyCompareScoresTable tbody tr {
	width: 100%;
}

.TourneyCompareScoresTable tr td {
	text-align: center;
	width: 145px;
}

.TourneyCompareScoresTable tr td + td {
	font-size: 14px;
}

.TourneyCompareScoresTable tr td:first-child {
	width: 200px;
	text-align:left;
}

.TourneyCompareScoresTable tr th {
	text-align: center;
	width: 145px;
}

.TourneyCompareScoresTable tr th:first-child {
	width: 200px;
}

.TourneyCompareScoresTableDiv{
	max-height: 190px;
	overflow: auto;
}

.TourneyCompareScoresTable tbody {
	display: block;
	width: 100%;
}

.TourneySongScoresTable {
	text-align: center;
	border-spacing: 0;
	width: 100%;
}

.TourneySongScoresTable a {
	color: black;
}

.TourneySongScoresTable a:hover {
	color: yellow;
}

.TourneySongScoresTable tbody tr {
	width: 100%;
}

.TourneySongScoresTable tbody {
	display: block;
	width: 100%;
}

.SongCompareSong {
	text-align: left;
	width: 200px;
	vertical-align: top;
}

.SongComparePlayer {
	text-align: left;
	width: 150px;
	font-weight: bold;
	font-size: 14px;
}
	
.SongCompareScore {
	text-align: right;
	width: 70px;
	font-weight: bold;
	font-size: 14px;
}

.SongCompareAltRow {
	background-color: #BFCFFF;
	padding-top: 5px;
	padding-bottom: 5px;
}

table.SidebarStats {
	margin-bottom: 10px;
	width: 100%;
	font-size: 10px;
	background-color: #333333;
}

table.SidebarStats td + td {
	text-align: right;
}

table.SidebarStats caption {
	color: white;
}

table.SidebarStats caption {
	font-size: 12px;
	font-weight: bold;
	background-color: black;
}

table.GroupDivision {
	width: 100%;
	font-size: 10px;
	color: black;
	font-weight: bold;
}
table.GroupDivision a {
	color: black;
}

table.GroupDivision a:hover {
	color: yellow;
}

table.GroupDivision tbody {
	width: 100%;
}

table.GroupDivision td + td {
	text-align: right;
}

table.GroupDivision caption {
	font-size: 12px;
	width: 175px;
	font-weight: bold;
	background-color: black;
	color: white;
}

.GroupDivisionTournament {
	background-color: #BFCFFF;
	font-weight: bold;
	text-align: left;
}

.GroupLeadersDivisionTbl {
	width: 100%;
	border-spacing: 0;
}

.GroupLeadersDivisionTblDiv {
	max-height: 250px;
	overflow: auto;
}

.GroupLeadersDivisionTbl>tbody {
	width: 100%;
	display: block;
}
	
.GroupLeadersDivisionTbl>tbody tr {
	width: 100%;
	vertical-align: top;
}

.GroupLeadersDivisionTbl>tbody table {
	width: 175px;
}

.TourneyGroupLeadersDivisionWrapper {
	overflow: hidden;
	max-height: 320px;
}

.TourneyGroupLeadersOverallWrapper {
	overflow: hidden;
	max-height: 320px;
}

.GroupLeadersOverallTbl {
	width: 100%;
	border-spacing: 0;
}

.GroupLeadersOverallTblDiv{
	max-height: 183px;
	overflow: auto;
}

.GroupLeadersOverallTbl tbody {
	display: block;
	width: 100%;
}

.GroupLeadersOverallTbl tbody tr {
	width: 100%;
}

.GroupLeadersOverallTbl tbody tr td {
	font-weight: bold;
	font-size: 14;
}

.GroupLeadersOverallTbl tbody tr td:first-child {
	width: 35px;
	text-align: right;
}

.GroupLeadersOverallTbl tbody tr.GroupDivisionTournament td:first-child {
	text-align: left;
}

.GroupLeadersOverallTbl tbody tr td + td {
	width: 490px;
	text-align: left;
	padding-left: 3px;
}

.TourneyGroupLeadersPlayersOverallWrapper {
	overflow: hidden;
	max-height: 320px;
}

.GroupLeadersPlayersOverallTbl {
	width: 100%;
	border-spacing: 0;
}

.GroupLeadersPlayersOverallTbl a {
	color: black;
}

.GroupLeadersPlayersOverallTbl a:hover {
	color: yellow;
}

.GroupLeadersPlayersOverallTblDiv {
	max-height: 183px;
	overflow: auto;
}

.GroupLeadersPlayersOverallTbl tbody {
	display: block;
	width: 100%;
}

.GroupLeadersPlayersOverallTbl tbody tr {
	width: 100%;
}

.GroupLeadersPlayersOverallTbl tbody tr td {
	font-weight: bold;
	font-size: 14;
}

.GroupLeadersPlayersOverallTbl tbody tr td:first-child {
	width: 35px;
	text-align: right;
}

.GroupLeadersPlayersOverallTbl tbody tr.GroupDivisionTournament td:first-child {
	text-align: left;
}

.GroupLeadersPlayersOverallTbl tbody tr td + td {
	width: 200px;
	padding-left: 3px;
	text-align: left;
}

.GroupLeadersPlayersOverallTbl tbody tr td + td + td {
	width: 290px;
	text-align: left;
}

.GroupLeadersPlayersOverallTbl tbody tr td + td + td + td {
	width: 200px;
	text-align: right;
	padding-right: 5px
}

.TourneyBreakdownTable>td {
	padding: 0;
}

.Profile {
	width: 100%;
	border-spacing: 0;
}

.Profile th {
	color: white;
	background: black;
}

.Profile tr td:first-child {
	width: 120px;
}

.Profile table {
	border-spacing: 0;
	width: 100%;
	padding-top: 10px;
}

.GameGridTable tr td:first-child {
	width: auto;
	text-align: left;
}

.GameGridTable thead tr th+th {
	text-align: center;
}

.GameGridTable tr td+td {
	text-align: center;
}

.Profile table thead tr:first-child {
	font-size: 16px;
}
	
.EmailAddressInput {
	width: 250px;
}

.GamerTagConsoleImage {
	height: 20px;
}

.ProfileInstrumentImage {
	height: 30px;
}

.ProfileGamesTable {
	border-spacing: 0;
}

.ProfileGamesTable td {
	vertical-align: middle;
}

.ProfileGamesTable td:first-child {
	padding-right: 20px;
}

.ProfileGamesTable img {
	vertical-align: middle;
}

.ProfilePreferencesTable {
	border-spacing: 0;
}

.ProfilePreferencesTable td {
	vertical-align: middle;
}

.ProfilePreferencesTable img {
	vertical-align: middle;
}

.ComparePlayersTotalRow {
	border-top: 2px solid black;
}
