body { 
	font-family:Helvetica;
	margin:0px;
	padding:0px;
	background-color:#E8EDF0;
}

* {
	font-size:12px;
}

a { 
	text-decoration:none;
	color:blue;
}

img {
  border: 0px;
}

.username {
  font-weight:bold;
}

.games-open-delimiter {
  font-weight:bold;
  text-align: left;
}
.games-open-delimiter td:hover{
  background-color:#E8EDF0;
}
.game-info {
  color: #888888;
}
.song a {
	display:block;
	color:black;
	margin:0px;
	padding:2px;
}
.song a:hover {
	background-color:#E8EDF0;
}

.subbox-header {
	background-color:#E8EDF0;
	border:1px solid #aaa;
	padding:5px;
	margin:2px 0px 2px 0px;
  cursor:pointer;
}
.subbox-title {
	font-style:italic;
	font-size:14px;
	font-weight:bold;
	color:#444;
}
.subbox-body {
	background-color:#E8EDF0;
	border-left:1px solid #aaa;
	border-right:1px solid #aaa;
	border-bottom:1px solid #aaa;
	position:relative;
	top:-3px;
	padding:5px;
}
.subbox-body .box-row {
	background-color:white;
}

.album-info {
	float:right;
}
.album-song a {
  display:block;
	color:black;
	text-indent:-18px;
	padding-left:18px;
  margin-top:3px;
}
.box-song a:hover {
	background-color:white;
}
.album-song-time { color:#444;}
.album-song-title { }
.album-song-trackno { 
	color:#444;
	font-size:10px;
	margin-right:3px;}



.box { 
	background-color:white;
	margin:5px;
	padding:10px;
	border:1px solid #aaa;
}
.box-body { }
.box-header { 
	border-bottom:1px solid navy;
	padding-bottom:5px;
	margin-bottom:5px;
}
.box-header-prettytitle { }
.box-header-title { 
	font-family:sans-serif, sans;
	font-size:11px;
	text-transform:uppercase;
	letter-spacing:2px;
	color:#222;
}

.subbox-body table tr * {
  text-align:center;
  padding:2px;
}

.subbox-body table tr {
  text-align:center;
}
.subbox-body table tr:hover {
  background-color:white;
}
/*
.box-row-alt {
  text-align:center;
}
.box-row-alt tr:hover {
	background-color:white;
}
.box-row {
	background-color:#f8f8f8;
}*/

.box-row-good-pos {
	background-color:#ddf;
}
/*.box-row-good-pos tr:hover {
	background-color:white;
}
*/
.box-row-bad-pos {
}
/*
.box-row-bad-pos tr:hover {
	background-color:white;
}
*/

.button {
	width:100%;
}
.info { }
.sbinner {
	height: 4px;
	background-color: #85a7ba;
}

.sbouter {
	width: 50px;
	height: 4px;
	padding:1px;
	border: 1px solid #999;
	background-color:white;
}
.sbtext { 
	color:#666;
	padding-right:4px;
	padding-left:4px;
	text-align:right;
	font-size:10px;
}
.scoreBox { }
.song { }
.song-album { }
.song-artist { }
.song-place { }
.song-separator { }
.song-time { }
.song-title { }
.urlexpansion { }


.player-selected {
  font-weight:bold;
  cursor:pointer;
}
.player-deselected {
  font-weight:normal;
  cursor:pointer;
}


/*** playOff ***/

.simpleGames_box_body {
  padding: 0px; margin: 0px; border-collapse:collapse; display:table;
}
.simpleGameFrom {
	text-align: center; border: 1px solid #002276; padding: 3px; padding-bottom: 1px; background: #ccf;
}
.simpleGamePlayer {
	text-align: center; border: 1px solid #002276; padding: 3px; padding-bottom: 1px; background: #eef;
}
.simpleGamePlayerWinner {
	text-align: center; border: 1px solid #002276; padding: 3px; padding-bottom: 1px; background: #ff9;
}
.simpleGameTitle {
	text-align: center;
}
.simpleGameResult {
	text-align: center; border: 1px solid #002276; padding: 3px; padding-bottom: 1px; background: #eef;
}

.widthPlayerResult {
	width: 10px;
}
.widthHalfResult0 {
	width: 15px;
}
.widthHalfResult1 {
	width: 15px;
}
.widthHalfResult2 {
	width: 25px;
}
.widthHalfResult3 {
	width: 40px;
}
.widthHalfPlayer {
	width: 60px
}
.heightHalfResult {
	height: 10px;
}

.lineT {
	border-top: 1px solid #002276;
}
.lineTL {
	border-top: 1px solid #002276; border-left: 1px solid #002276;
}
.lineTR {
	border-top: 1px solid #002276; border-right: 1px solid #002276;
}
.lineB {
	border-bottom: 1px solid #002276;
}
.lineResultToRight {
	border-bottom: 1px solid #002276; border-left: 1px solid #002276; height: 20px;
}
.lineResultToLeft {
	border-bottom: 1px solid #002276; border-right: 1px solid #002276; height: 20px;
}
.lineResultForward {
	border-right: 1px solid #002276; height: 20px;
}

