
#menu {
	margin-bottom: 20px;
}

#main {
	border: 1px solid #DDD;
	border-radius: 4px;
/*	padding: 12px;*/
}

#message {
	display: none;
}

#content {
	padding: 12px;
}

#newplayer-form input[type=text], #newgame-form input[type=text] {
	box-sizing: inherit;
}

#choosePlayers {
	display: none;
}

#ranking th.header {
	font-weight: normal;
}
#ranking th.header_header {
	text-align: center;
}
#ranking .gen.header.rank {
	width:8% !important;
}
#ranking .gen.header.nom {
	width:15% !important;
}
#ranking th.gen, #ranking td.gen {
	font-weight: bold;
}
#ranking th.pos, #ranking td.pos {
	background-color: #DFF0D8;
}
#ranking th.neg, #ranking td.neg {
	background-color: #F2DEDE;
}
#ranking th.nul, #ranking td.nul {
	background-color: lightyellow;
}
#ranking tr.player_row {
	cursor: pointer;
}
#ranking tr.detail_row {
	display: none;
	/*background-color: #EFEFEF;*/
	font-size:12px;
}
#ranking .left-double {
	border-left-style: double;
	border-left-width: 3px;
	border-left-color: #AAA;
}
#games-list table {
	margin-top:20px;
}
#games-list .accordion-body {
	background-color:#FFF;
}
#games-list a.accordion-group {
        border-color: #666;
}
#games-list a.accordion-toggle {
/*	font-weight: bold;*/
	font-size: 1.2em;
/*	background-color: #666;*/
        color: #333;
}

.jqplot-table-legend {
	left: 35px;
}
