/*
VERDE ACQUA:   #8ab48a;
MAIN AZZURRO:  #eaf2e6;
CONT AZZURRO:  #dfedd9;
GRIGIO-AZZURRO:#ced8c9;
GRIGIO SCURO:  gray;
GRIGIO MENU:   #aeb3b3;
GRIGIO TAB1:   #d8d8d8;
GRIGIO TAB2:   #eaeaea;
ROSSO:         #bb2b2b;
NERO:          black;
*/

body {
	margin: 0px;
	font-family: Trebuchet MS, sans serif;
	font-size: 12px;
}

.large {
	width: 700px;
}

img {
	border: 0px solid black;
}

img.marginTop {
	margin-top: 5px;
}

td.graph {
	vertical-align: top;
}

table.aligncenter td, table.aligncenter th {
	text-align: center;
}

.clear {
	clear: both;
}

a.linknero {
	text-decoration: none;
	color: black;
}

a.linknero:hover {
	color: #bb2b2b;
}

a.linkrosso {
	text-decoration: underline;
	color: #bb2b2b;
	font-weight: bold;
	font-size: 13px;
}

a.linkrosso:hover {
	color: black;
}

/* HOMEPAGE */

span.verde {
	color: #8ab48a;
	font-weight: bold;
}

div.sliderImg {
	height: 390px;
	background-color: black;
}

div.slider {
	background-image: url(../img/sfumaGrigio.jpg);
	border-top: 1px solid black;
	padding-left: 10px;
	position: relative;
}

div.slider h2 {
	margin: 0px;
	padding: 0px;
}

div.slider span.right {
position: absolute;
top: 5px;
right: 10px;
}

div.slider span.left {
	width: 10px;
}

div.divPhoto {
	width: 178px;
	border: 1px solid black;
	margin-left: 10px;
	background-color: black;
}

/* RULES */

div.rules {
	font-family: Georgia, Times, "Times New Roman", serif;
	font-size: 15px;
	width: 680px;
	background-color: white;
	border: 1px solid black;
	margin-left: 10px;
	text-align: justify;
}

div.rules p {
	border: 1px dashed #8ab48a;
	padding: 10px;
}

div.rules td p {
	border: 0px;
	padding: 0px;
	margin: 0px;
}

div.rules td a.linkEvent {
	color: black;
	text-decoration: none;
	font-weight: bold;
}

div.rules td a.linkEvent:hover {
	text-decoration: underline;
	color: #bb2b2b;
}

div.rules h2 {
	font-size: 19px;
	margin: 0px;
	padding: 0px;
	color: black;
}

div.rules h3 {
	font-size: 16px;
	margin: 0px;
	color: white;
	padding-left: 10px;
}

div.rules h4 {
	font-size: 13px;
	margin: 0px;
	padding: 0px;
	margin-bottom: 5px;
}

div.rules hr {
	border: 1px dashed #8ab48a;
	margin-top: 15px;
	margin-bottom: 15px;
}

div.rules div.title {
	background-color: #8ab48a;
	background-image: url(../img/sfondoVerde.jpg);
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom: 1px solid black;
}

div.rules div.title_bottom {
	background-color: #8ab48a;
	background-image: url(../img/sfondoVerde.jpg);
	padding-top: 5px;
	padding-bottom: 5px;
	border-top: 1px solid black;
}

div.title_bottom a {
	border: 1px solid gray;
	background-color: #d8d8d8;
	color: black;
	padding: 2px;
	text-decoration: none;
}

div.title_bottom a.selected {
	border: 1px solid gray;
	background-color: black;
	color: white;
	padding: 2px;
	text-decoration: none;
}

div.rules div.cont {
	padding: 10px;
}

/* FEED RSS / ATOM */

div.feed {
	font-family: Georgia, Times, "Times New Roman", serif;
	font-size: 15px;
	width: 680px;
	background-color: white;
	border: 1px solid black;
	margin-left: 10px;
	text-align: justify;
}

div.feed p.feed {
	border: 1px dashed #8ab48a;
	padding: 10px;
}

div.feed h2 {
	font-size: 19px;
	margin: 0px;
	padding: 0px;
	color: black;
}

div.feed h3 {
	font-size: 16px;
	margin: 0px;
	color: white;
	padding-left: 10px;
}

div.feed h4 {
	font-size: 13px;
	margin: 0px;
	padding: 0px;
	margin-bottom: 5px;
}

div.feed hr {
	border: 1px dashed #8ab48a;
	margin-top: 15px;
	margin-bottom: 15px;
}

div.feed div.title {
	background-color: #8ab48a;
	background-image: url(../img/sfondoVerde.jpg);
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom: 1px solid black;
}

div.feed div.title a {
	text-decoration: underline;
	color: white;
}

div.feed div.cont {
	padding: 10px;
}

div.feed a {
	font-weight: bold;
	color: #bb2b2b;
	text-decoration: underline;
}

div.feed a:hover {
	color: #8ab48a;
	text-decoration: underline;
}

/* FINE FEED */

div.languages {
	margin-left: 10px;
	font-weight: bold;
	color: black;
	font-size: 13px;
}

/* STATISTICHE */

table.statistics {
	margin-left: 10px;
	background-color: #eaeaea;
	border: 1px solid gray;
}

table.statistics td.menu {
	
	vertical-align: top;
	
	width: 200px;
}

/* BLOCCO ERRORI PER LATO CLIENT */
div#divErrori {
	color: black;
	margin-left: 10px;
	border: 1px solid #bb2b2b;
	display: none;
	width: 250px;
	margin-bottom: 10px;
	background-color: #ced8c9;
}

div#divErrori strong {
	display: block;
	background-color: #bb2b2b;
	color: white;
	border-bottom: 1px solid #bb2b2b;
	padding-left: 3px;
}

div#divErrori div {
	border-bottom: 1px solid gray;
}

/*BLOCCO ERRORI PER LATO SERVER */
div#divErrori2 {
	color: black;
	margin-left: 10px;
	border: 1px solid #bb2b2b;
	width: 250px;
	margin-bottom: 10px;
	background-color: #ced8c9;
}

div#divErrori2 strong {
	display: block;
	background-color: #bb2b2b;
	color: white;
	border-bottom: 1px solid #bb2b2b;
	padding-left: 3px;
}

div#divErrori2 div {
	border-bottom: 1px solid gray;
}

div#divUpdate {
	color: black;
	margin-left: 10px;
	border: 1px solid #8ab48a;
	width: 178px;
	margin-bottom: 10px;
	background-color: #ced8c9;
}

div#divUpdate strong {
	display: block;
	background-color: #8ab48a;
	color: white;
	border-bottom: 1px solid #8ab48a;
	padding-left: 3px;
}

div#divUpdate div {
	border-bottom: 1px solid gray;
}

h2 {
	font-size: 18px;
	margin: 0px 0px 8px 0px;
	padding: 5px;
}

h4.bread {
	font-size: 12px;
	margin: 0px;
	padding: 5px;
}

h4.bread a {
	color: black;
}

h4.bread a:hover {
	color: #bb2b2b;
}

a.linkBottom {
	color: #bb2b2b;
	margin-left: 10px;
	padding-left: 15px;
	font-weight: bold;
	text-decoration: underline;
	font-size: 13px;
	background-image: url(../img/link.gif);
	background-repeat: no-repeat;
	background-position: center left;
}

a.linkBottom:hover {
	color: black;
}

/* DIV PRINCIPALI */

div#container {
	width: 990px;
	background-color: #eaf2e6;
	margin: 0px auto;
	border: 1px solid black;
}

/* INTESTAZIONE */

div#header {
	/*background-color: #eaf2e6;*/
	background-color: black;
}

div#topDiv {
	background-color: #8ab48a;
	background-image: url(../img/sfondoVerde.jpg);
	height: 17px;
	border-bottom: 1px solid black;
	padding-left: 5px;
	background-image: url(../img/sfondoVerde.jpg);
}

div#topDiv span a {
	color: black;
	text-decoration: none
}

div#topDiv span a:hover {
	color: #bb2b2b;
	text-decoration: underline;
}

div#logo {
	width: 250px;
	height: 60px;
	left: 0px;
	float: left;
}

div#headerRight {
	width: 560px;
	height: 90px;
	right: 0px;
	float: right;
	/*background-image: url(../img/header2.jpg);*/
}

div#logo img {
	border: 0px;
}

span.utente {
	margin-left: 530px;
}

/* FINE INTESTAZIONE */

/* MENU */

div#navigationTop {
	background-image: url(../img/sfondoMenu.gif);
	height: 28px;
	border-bottom: 1px solid gray;
	border-top: 1px solid gray;
	clear: both;
}

div#navigationTop a {
	border-right: 1px solid #aeb3b3;
	float: left;
	display: block;
	padding: 5px;
	text-decoration: none;
	color: black;
	white-space: nowrap;
}

div#navigationTop a:hover {
	background-color: #8ab48a;
	display: block;
	background-image: url(../img/sfondoMenu2.gif);
}
/*
div#navigationTop {
	background-color: gray;
	clear: both;
	line-height: 35px;
	text-indent: 15px;
	border-width: 1px 0px 1px 0px;
	border-style: solid;
	border-color: black;
	height: 31px;
	background-image: url(../img/sfondoMenu.gif);
	background-repeat: repeat-x;
}

div#navigationTop a {
	border-left: 1px solid gray;
	border-right: 1px solid gray;
	padding: 5px;
	color: black;
	margin-right: -5px;
	text-decoration: none;
}

div#navigationTop a:hover {
	background-color: #8ab48a;
	color: black;
}
*/
span#right {
	margin-left: 250px;
}

div#navigationTop a#activeLink {
	background-color: gray/*#8ab48a*/;
	color: white;
	background-image: url(../img/sfondoMenuGray.gif);
}

div#navigationTop a#activeLink:hover {
	color: white;
	background-color: gray/*#8ab48a*/;
}

div#navigationTop a#invite {
	background-color: gray/*#8ab48a*/;
	color: black;
	background-image: url(../img/sfondoMenu2.gif);
}


/* SUB MENU */

div.subNavigation {
	background-color: gray;
	color: #eaf2e6;
	border-bottom: 1px solid black;
	padding-left: 5px;
}

div.subNavigation a {
	color: #eaf2e6;
	text-decoration: none;
	font-size: 11px;
}

div.subNavigation a:hover {
	color: #8ab48a;
	text-decoration: underline;
}

/* MAIN */

div#main {
	clear: both;
	background-color: #eaf2e6;
}

/* TOURNAMENTS */

div#tournaments {
	border: 1px solid black;
	width: 550px;
	margin-left: 12px;
	margin-top: 8px;
}

div #tournaments div {
	border-bottom: 1px solid gray;
	background-color: #ced8c9;
}

/* CONTENT */

div#updates {
	border: 1px solid black;
	width: 550px;
	float: left;
	margin-left: 8px;
	margin-top: 8px;
	margin-bottom: 8px;
	background-color: white;
}

div.titolo {
	background-color: black;
	background-image: url(../img/sfondoNero.jpg);
	color: white;
	padding-left: 5px;
}

/* NAVIGATION RIGHT */

div#navigationRight {
	float: right;
	width: 220px;
	margin-right: 8px;
	margin-top: 8px;
	margin-bottom: 8px;
	background-color: #eaf2e6;
}

div.menuRight div.avatar {
	padding-bottom: 10px;
	background-color: #2b2b2b;
}

div.menuRight {
	background-color: black;
	background-image: url(../img/sfondoNero.jpg);
	color: white;
	text-align: center;
	border: 1px solid black;
}

div.menuRight a {
	display: block;
	background-color: #ced8c9;
	color: black;
	padding-left: 5px;
	letter-spacing: 1px;
	text-decoration: none;
	text-align: left;
	border-bottom: 1px solid gray;
	width: 213px;
	background-image: url(../img/menu.gif);
}

div.menuRight a.grigio {
	background-image: url(../img/sfondoGrigio.jpg);
}

div.menuRight a:hover {
	background-color: #8ab48a;
	background-image: url(../img/menu2.gif);
}

div.menuRight a strong {
	text-decoration: underline;
}

div.menuRight div.divAD {
	background-color: #d0d0cf;
}

div.week {
	background-color: #bb2b2b;
	background-image: url(../img/sfondoRosso.jpg);
	border: 1px solid #bb2b2b;
	color: white;
}

div.davis {
	background-color: #26759f;
	background-image: url(../img/sfondoBlu.jpg);
	border: 1px solid #26759f;
	color: white;
}

div.deadlines {
	background-color: #8ab48a;
	color: black;
	border-bottom: 1px solid gray;
}

/* FOOT */

div#foot {
	clear: both;
	height: 17px;
	border: 1px solid black;
	background-color: #8ab48a;
	border-width: 1px 0px 0px 0px;
	border-style: solid;
	border-color: black;
	padding-left: 5px;
	background-image: url(../img/sfondoVerde.jpg);
}

div#foot span.right {
	margin-left: 600px;
}

div#foot span.right a {
	text-decoration: underline;
	color: black;
}

div#foot span.right a:hover {
	color: #bb2b2b;
}

/* TABLE LOGIN */

div#tableLogin {
	width: 230px;
	margin-left: 10px;
	border: 1px solid black;
}

div#tableLogin table {
	width: 230px;
	border-collapse: collapse;
	border-bottom: 1px solid gray;
}

div#tableLogin tr {
	background-color: #dfedd9;
}

div#tableLogin td {
	padding: 5px;
}

input.textCT, textarea.textCT {
	background-color: #ced8c9;
	border: 1px solid gray;
	font-family: Trebuchet MS, sans serif;
}

div.tableInvites {
	width: 650px;
	margin-left: 10px;
	border: 1px solid black;
}

div.tableInvites table {
	width: 650px;
	border-collapse: collapse;
	border-bottom: 1px solid gray;
}

div.tableInvites tr {
	background-color: #dfedd9;
}

div.tableInvites td {
	padding: 5px;
	border-bottom: 1px solid gray;
}

/* TABLE SIGNUP */

div.tableSignUp {
	width: 480px;
	margin-left: 10px;
	border: 1px solid black;
}

div.tableSignUp table {
	width: 480px;
	border-collapse: collapse;
	border-bottom: 1px solid gray;
}

div.tableSignUp tr {
	background-color: #dfedd9;
}

div.tableSignUp td {
	padding: 5px;
	border-bottom: 1px solid gray;
}

td.leftSignup {
	width: 160px;
}

td.rightSignup {
	width: 320px;
}

input.subscribeCT {
	margin-left: 100px;
	border: 1px solid gray;
	background-color: #8ab48a;
	background-image: url(../img/sfondoVerde.jpg);
	letter-spacing: 3px;
}

div.bigText td, div.bigText div.titolo {
	font-size: 16px;
}

div.bigText div.titolo a {
	color: white;
}

div.bigText div.titolo a:hover {
	color: #bb2b2b;
}

/* TABLE RANKINGS */

div.tableRankings {
	width: 650px;
	margin-left: 10px;
	border: 1px solid black;
}

div.tableRankings table {
	width: 650px;
	border-collapse: collapse;
}

div.tableRankings table th.round {
	width: 100px;
}

div.tableRankings table th.opponent{
	width: 250px;
}

div.tableRankings table th.small{
	width: 50px;
}

td.winners, th.winners {
	text-align: center;
}

th {
	text-align: left;
	background-color: #8ab48a;
	background-image: url(../img/sfondoVerde.jpg);
	border-bottom: 1px solid gray;
	padding-left: 5px;
}

.tab2 {
	background-color: #eaeaea;
}

.tab1 {
	background-color: #d8d8d8;
}

.tabTotal {
	background-color: gray;
	color: white;
	font-weight: bold;
	font-size: 14px;
}

.grigioMorte {
	background-color: gray;
}

.tabTDS {
	background-color: #ced8c9;
}

div.tableRankings .active {
	background-color: gray;
	color: #eaf2e6;
}

div.tableRankings .active a {
	color: white;
}

div.tableRankings .active a:hover {
	color: #8ab48a;
}

div.tableRankings td {
	border-bottom: 1px solid gray;
	padding-left: 5px;
}

div.tableRankings a {
	font-weight: bold;
	color: black;
	text-decoration: none;
}

div.tableRankings a:hover {
	color: #bb2b2b;
}

div.tableRankings a.normal {
	font-weight: normal;
}

div.tableRankings td.big {
	font-size: 15px;
}

div.tableRankings td.score {
	border-left: 1px solid gray;
	width: 20px;
	text-align: center;
	background-color: #ced8c9;
}

span.additional {
	margin-left: 10px;
}

select.selectCT {
	border: 1px solid gray;
	background-color: #ced8c9;
	font-family: Trebuchet MS, sans serif;
	height: 20px;
	margin: 0px;
	padding: 0px;
}

input.submitCT {
	border: 1px solid black;
	font-family: Trebuchet MS, sans serif;
	height: 22px;
	background-color: #8ab48a;
	margin: 0px;
	padding: 0px;
}

/* TABLE PROFILES */

div.tableProfile {
	width: 550px;
	margin-left: 10px;
	border: 1px solid black;
}

div.tableProfile table {
	width: 550px;
	border-collapse: collapse;
}

div.tableProfile table td {
	padding-left: 5px;
	border-bottom: 1px solid gray;
	vertical-align: top;
}

div.tableProfile table td.td1 {
	width: 250px;
}

div.tableProfile table td.td2 {
	width: 300px;
}

/* TABLE POINTS */

th.tdDate {
	width: 100px;
}

th.tdTournament {
	width: 180px;
}

th.tdLocation {
	width: 120px;
}

th.tdRound {
	width: 90px;
}

th.tdPoints {
	width: 60px;
}

/* TABLE MATCH */

div.tableMatch {
	margin-left: 10px;
}

div.tableMatch td {
	border-top: 1px solid gray;
}

div.tableMatch td.h2h span {
	font-size: 40px;
}

div.tableMatch tr.title td {
	background-color: black;
	/*background-image: url(../img/sfondoNero.jpg);*/
	color: white;
	border-bottom: 1px solid black;
	border-top: 1px solid black;
}

div.tableMatch tr.tot td  {
	background-color: #ced8c9;
	font-size: 13px;
	color: black;
	/*font-weight: bold;*/
	border-top: 1px solid gray;
}

div.tableMatch tr th {
	border-top: 1px solid gray;
}	

div.tableMatch table {
	text-align: center;
	width: 650px;
	border-collapse: collapse;
	border: 1px solid black;
}

div.tableMatch th {
	text-align: center;
	font-size: 13px;
}

div.tableMatch td.w200 {
	width: 175px;
}

div.tableMatch td.points {
	width: 50px;
	border-left: 1px solid gray;
	border-right: 1px solid gray;
}

/* TABLE TEAM */

div.tableTeam {
	margin-left: 10px;
}

div.tableTeam td {
	border-top: 1px solid gray;
}

div.tableTeam tr.title td {
	background-color: black;
	background-image: url(../img/sfondoNero.jpg);
	color: white;
	border-bottom: 1px solid black;
	border-top: 1px solid black;
}

div.tableTeam tr.tot td  {
	background-color: #ced8c9;
	font-size: 13px;
	color: black;
	/*font-weight: bold;*/
	border-top: 1px solid gray;
}

div.tableTeam tr th {
	border-top: 1px solid gray;
}	

div.tableTeam table {
	text-align: center;
	width: 700px;
	border-collapse: collapse;
	border: 1px solid black;
}

div.tableTeam th {
	text-align: center;
	font-size: 13px;
}

div.tableTeam td.w300 {
	width: 250px;
	/*text-align: left;*/
}

div.tableTeam td.points {
	width: 50px;
	border-left: 1px solid gray;
	border-right: 1px solid gray;
}

/* ACTIVITY */

div.selectYear {
	width: 550px;
	margin-left: 10px;
}

/* TOURNAMENT */

div.floatDivs {
	width: 640px;
	height: 200px;
}

div.info {
	margin-left: 10px;
	width: 300px;
	border: 1px solid black;
}

div.info table {
	border-collapse: collapse;
}

div.info table td {
	width: 150px;
	padding-left: 5px;
	border-bottom: 1px solid gray;
}

div.left {
	float: left;
}

div.right {
	float: right;
}

div.entry {
	margin-left: 10px;
	width: 300px;
	border: 1px solid black;
}

div.entryDavis {
	margin-left: 10px;
	width: 660px;
	border: 1px solid black;
}

div.entryDavis table {
	width: 660px;
	border-collapse: collapse;
}

div.entryDavis table td {
	vertical-align: top;
	padding-left: 5px;
	border-bottom: 1px solid gray;
}

div.entry table {
	width: 300px;
	border-collapse: collapse;
}

div.entry table td {
	vertical-align: top;
	padding-left: 5px;
	border-bottom: 1px solid gray;
}

div.scelta {
	border: 1px solid black;
	margin-left: 10px;
	width: 660px;
	background-color: gray;
}

div.scelta table {
	border-collapse: collapse;
}

div.scelta table td {
	width: 165px;
	background-color: gray;
	color: #d8d8d8;
}

div.scelta table tr {
	margin-left: 10px;
}

div.scelta table td select {
	width: 160px;
	border: 1px solid gray;
	font-family: Trebuchet MS, sans serif;
	font-size: 11px;
}

div.scelta table td select option {
	background-color: #eaeaea;
}

div.scelta div.thanks {
	background-color: #8ab48a;
	background-image: url(../img/sfondoVerde.jpg);
	border-bottom: 1px solid gray;
	font-size: 14px;
}

div.scelta div.playersList {
	border-bottom: 1px solid gray;
	background-color: #ced8c9;
}

div.scelta  a {
	color: black;
	font-weight: bold;
	text-decoration: none;
}

div.scelta a:hover {
	color: #bb2b2b;
}

/* TABELLONI */

div.contDraws {
	width: 580px;
	height: 155px;
}

div.contDraws2 {
	width: 580px;
	height: 230px;
}

div.drawsText {
	float: left;
	border: 1px solid black;
	width: 210px;
	margin-left: 10px;
}

div.drawsText a {
	display: block;
	border-bottom: 1px solid gray;
	letter-spacing: 2px;
	padding-left: 5px;
	background-color: #ced8c9;
	width: 205px;
	color: black;
	text-decoration: none;
	background-image: url(../img/sfondoGrigio.jpg);
}

div.drawsText a:hover {
	background-color: #8ab48a;
	background-image: url(../img/menu2.gif);
}

div.drawsImg {
	height: 134px;
	margin-right: 20px;
	width: 294px;
	float: right;
}

div.drawsImg img {
	border: 1px solid gray;
}

div.draws {
	margin-left: 10px;
	width: 650px;
	border: 1px solid black;
	background-color: gray/*#8ab48a*/;
}

div.draws table {
	width: 650px;
	border-collapse: collapse;
}

div.draws td.drawsPlayer {
	border-bottom: 1px solid gray;
	width: 300px;
	font-size: 13px;
	padding-left: 5px;
}

div.draws td.davistext {
	border-bottom: 1px solid gray;
	width: 300px;
	font-size: 15px;
	padding-left: 5px;
}

div.draws td.drawsPlayer2 {
	border-bottom: 1px solid gray;
	font-size: 13px;
	padding-left: 5px;
}

div.draws td.drawsCoach {
	border-bottom: 1px solid gray;
}

div.draws td.drawsSet {
	border-left: 1px solid gray;
	border-right: 1px solid gray;
	border-bottom: 1px solid gray;
	text-align: center;
	font-weight: bold;
	width: 15px;
}

div.draws td.davisset {
	border-left: 1px solid gray;
	border-right: 1px solid gray;
	border-bottom: 1px solid gray;
	text-align: center;
	font-weight: bold;
	width: 30px;
	font-size: 16px;
}

div.draws td.drawsWinner {
	border-bottom: 1px solid gray;
	border-left: 1px solid gray;
	text-align: center;
	background-color: #ced8c9;
	font-size: 13px;
}

div.draws td.daviswinner {
	border-bottom: 1px solid gray;
	border-left: 1px solid gray;
	text-align: center;
	background-color: #ced8c9;
	font-size: 16px;
}

div.draws td.davisplace {
	border-bottom: 1px solid gray;
	border-left: 1px solid gray;
	text-align: left;
	background-color: #ced8c9;
	font-size: 14px;
	padding-left: 20px;
}

div.draws td.drawsWinner strong {
	
}

div.draws td.drawsDivisor {
	background-color: #8ab48a;
	background-image: url(../img/sfondoVerde.jpg);
	border-bottom: 1px solid gray;
	height: 5px;
}

div.draws a.linkMatch {
	color: #bb2b2b;
	text-decoration: underline;
	font-size: 12px;
}

/*PANNELLO AMMINISTRAZIONE*/

a.adminLink:hover {
	text-decoration: underline;
}

input.game {
	width: 12px;
	font-size: 10px;
}

tr.win {
	background-color: #D14040;
	color: white;
	font-weight: bold;
}

tr.lose {
	background-color: #4078D1;
	color: white;
	font-weight: bold;
}