/*---------- Global ----------*/
/*
body,
input,
select,
textarea,
button,
label,
.ui-btn {
	font-size:			14px;
	line-height:		0.8em;
}
*/
.ui-mini {
	margin: 0;
}

.center {
	text-align: center;
}
.blue {
	color: blue;
}
.red {
	color: red;
}
/*---------- login ----------*/
.loginMsg {
	color:				red;
}

/*---------- matches ----------*/
div#pgMatches h4 .won {
	color:				lime;
}
div#pgMatches h4 .lost {
/* 	color:				red; */
	color:				#FF7070;
}
div#pgMatches h4 .tied {
	color:				orange;
}
#pgMatches .tblMatch table {
	line-height:		1em;
}
#pgMatches .tblMatch th,
#pgMatches .tblMatch td {
	padding-left: 1em;
	padding-right: 1em;
}
div#pgMatches table.tblMatch td.lost {
/* 	background-color:	#FF6666; */
/* 	background-color:	#bbb; */
}
div#pgMatches table.tblMatch td.won {
/* 	background-color:	#70B870; */
	background-color:	#fff9df;
}
div#pgMatches table#tblStandings th {
	vertical-align:		bottom;
}
div#pgMatches table#tblStandings td.standings {
	text-align:			center;
	padding-left:		.5em;
	padding-right:		.5em;
}
div#pgMatches table#tblStandings td {
	white-space:		nowrap;
}

/*------------ debug ------------* /
table, th, td {
	border: 			1px solid black;
	border-collapse:	separate;
}
*/
