body
{
	background-color: white;
	font-family: arial;
	font-size: 13px; 
}
#divMenu
{
	position: absolute;
	top: 0px;
	left: 1%;
	width: 59%;
	height: 28px;
	line-height: 22px;
}
#divUser
{
	position: absolute;
	top: 0px;
	right: 1%;
	width: 39%;
	height: 28px;
	padding-bottom:7px !important;
	text-align:right;
}
#divMenu,#divUser
{
	font-size:13px;
	padding-top:3px !important;
}
#divBody
{
	margin-top: 50px;		
	margin-left: auto;
	margin-right: auto;
}
a.gb1
{
	color:#00c !important;
}
a.gb2
{
	color: black;
	font-weight: bold;
}
a:link
{
	color:#00c;
}
a:visited
{
	color:#00c;
}
a:active
{
	color:#f00;
}
a.gb2:link
{
	color:black;
}
a.gb2:visited
{
	color:black;
}
a.gb2:active
{
	color:black;
}
.gbh
{
	border-top:1px solid #c9d7f1;
	font-size:1px;
	height:0;
	position:absolute;
	top:32px;
	width:100%;
}
table 
{
	border-collapse: collapse;
	border: 1px solid #000000; 
}
td, th 
{
	border: 1px solid #000000; 
	font-size: 12px; 
	vertical-align : middle;
}
tr
{
	height: 22px;
}
/* TODO a tester
table
{
	border-radius: 10px 10px 10px 10px;
	border-spacing: 0px;
	border: 1px solid #000000;
}

table td:not(:first-child) {
    border-left: 1px solid black;
}
table th:not(:first-child) {
    border-left: 1px solid black;
}
table tr:not(:first-child) td {
    border-top: 1px solid black;
}
tr
{
	height: 22px;
}
table tr:last-child {
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}*/

.row1 {
	background-color: #EEEEEE;
}
.row2 {
	background-color: #FFFFFF;
}
#choose_season
{
	font-size: 90%; 
	display: inline-block;
}
#choose_season select
{
	font-size: 90%;
}
#choose_season_league
{
	font-size: 90%; 
	display: inline-block;
}
#choose_season_league select
{
	font-size: 90%;
}
a.showUser
{
	text-decoration: none;
}
a.showUser:link, a.showUser:visited, a.showUser:active
{
	color: black;
}
a.showUser:hover
{
	color: #0183DA;
}
a.showTeam
{
	text-decoration: none;
}
a.showTeam:link, a.showTeam:visited, a.showTeam:active
{
	color: black;
}
a.showTeam:hover
{
	color: #0183DA;
}
img.new
{
	width: 16px;
	height: 16px;
}
#choose_season_league img
{
	vertical-align: middle;
	height: 24px;
	border: 2px solid transparent;
	cursor: pointer;
}
#choose_season_league img.select
{
	border: 2px solid red;
	border-color: transparent red transparent red;
	cursor: normal;
}
#choose_season_league img:hover
{
	box-shadow: 2px 2px 1px #888888;
}
