#standings {
	font-family: "Lucida Sans Unicode", "Lucida Grande", "sans-serif";
	font-size: 12px;
	width: 100%;
	text-align: left;
	border-collapse: collapse;
}

#standings thead{
	text-align : center;
}

#standings th {
	font-size: 13px;
	font-weight: normal;
	padding: 8px;
	/*background: rgb(255, 50, 50); /*#b9c9fe url('../images/gradhead.png') repeat-x;*/
	/*color: #039;*/
	background: rgb(0, 0, 0);
	border-top: 2px solid #d3ddff;
	border-bottom: 1px solid #fff;
	color : white;
}

#standings td {
	padding: 8px;
	border-bottom: 1px solid #fff;
	/*color: #669;*/
	border-top: 1px solid #fff;
	/*background: #e8edff url('../images/gradback2.png') repeat-x;*/
}

#standings tr td {
	/*background : #e8edff;*/
	/*background : rgb(255, 225, 225);*/
	background : rgb(90, 180, 60);
	font-size : 16px;
	/*color : #99c;*/
	color : white;
}

.team_name{
	text-align : left;
}

#LM_team{
	font-weight : bold;
}

.lm_team{
	font-weight : bold;
}

#standings tbody tr:hover td {
	/*background: rgb(255, 150, 150); /*#d0dafd url('../images/gradhover.png') repeat-x;*/
	background : rgb(0, 128, 0);
	/*color: #339;*/
	color : white;
}




/******************
*     onglets     *
*******************/
#tab {
	float : left;
	width : 100%;
	background : url("../images/tab/bg.gif") repeat-x bottom;
	font-size : 93%;
	line-height : normal;
}

#tab ul {
	margin : 0;
	padding-left : 10px;
	list-style : none;
}

#tab li {
	float : left;
	background : url("../images/tab/norm_right.gif") no-repeat right top;
	margin : 0;
	padding : 0;
}

#tab a {
	display : block;
	background : url("../images/tab/norm_left.gif") no-repeat left top;
    padding : 5px 15px 4px;
}

#tab .selected_tab {
	background-image:url("../images/tab/norm_right_on.gif");
}

#tab .selected_tab a {
	background-image : url("../images/tab/norm_left_on.gif");
	padding-bottom : 5px;
}

/* Commented Backslash Hack Cache des règles a IE5-Mac \*/
#header a {
	float:none;
}
/* Fin du hack IE5-Mac */



/**************************
*     contenu onglets     *
**************************/
#contained_tab{
	border-width : 1px; 
	border-style : solid; 
	border-color: black;
	padding: 35px 5px 5px 5px;
}


.highlight_row tr.even:hover td{
	background-color: #ECFFB3;
}

.highlight_row tr.even:hover td.sorting_1 {
	background-color: #DDFF75;
}

.highlight_row tr.odd:hover td{
	background-color: #E6FF99;
}

.highlight_row tr.odd:hover td.sorting_1 {
	background-color: #D6FF5C;
}



/*************************
*     menu deroulant     *
*************************/
#competition_combo_tab, #season_combo_tab{
	/*margin-left : 100px;
	position: relative;
	right: -210px;*/
	float : right;
}