/***
 * Podosfairo styles!!!
 ***/
table.stoixhma_podosfairo {
	font-size:13px;
	border-left:1px solid #000000;
	border-top:1px solid #000000;
	text-align:center;
	color:black;
}

/*** Gia to thead styles!!!! ***/

table.stoixhma_podosfairo thead th {
	border-right:1px solid #000000;
	border-bottom:1px solid #000000;
	width: 10px;
}

table.stoixhma_podosfairo thead th.prognosi {
	background-color:#ff2020;
	color:white;
}

/*** Gia to tbody styles!!!! ***/

/* to prasino pedio ths hmeromhnias */
table.stoixhma_podosfairo tbody tr th {
	color:#FFFFFF;
	background-color:#00DD00;
	border-right:1px solid #000000;
	border-bottom:1px solid #000000;
}

table.stoixhma_podosfairo tbody tr th.user_choise {
	background-color:#ddDD00;
	color:#000000;
}

table.stoixhma_podosfairo tbody tr th.no_choise {
	border: none;
	background-color:transparent;
}

table.stoixhma_podosfairo tbody tr td {
	border-right:1px solid #000000;
	border-bottom:1px solid #000000;
}

table.stoixhma_podosfairo tbody tr td.status {
	border:none;
}

/*Gia ta kitrina xrwmata twn koutiwn twn posostwn*/
table.stoixhma_podosfairo tbody tr.even td.y, table.stoixhma_podosfairo thead th.y {
	background-color:#FFFFaa;
}


table.stoixhma_podosfairo tbody tr.odd td.y {
	background-color:#dddd88;
}

/* xrwmata gia tous Ghpedouxos, filoxenoumenh*/
table.stoixhma_podosfairo tbody tr.even td.gcold, table.stoixhma_podosfairo thead th.gcold {
	background-color:#bbFFbb;
}


table.stoixhma_podosfairo tbody tr.odd td.gcold {
	background-color:#99dd99;
}


/* xrwmata gia ton kwdiko paixnidiou*/
table.stoixhma_podosfairo tbody tr.even td.gi, table.stoixhma_podosfairo thead th.gi {
	background-color:#aaff33;
}


table.stoixhma_podosfairo tbody tr.odd td.gi {
	background-color:#88dd11;
}

/* Xrwmata gia ta pleonekthmata */
table.stoixhma_podosfairo tbody tr.even td.lb, table.stoixhma_podosfairo thead th.lb {
	background-color:#ddFFFF;
}


table.stoixhma_podosfairo tbody tr.odd td.lb {
	background-color:#bbdddd;
}


/*Xrwmata gia thn wra enarkhs*/
table.stoixhma_podosfairo tbody tr.even td.lg, table.stoixhma_podosfairo thead th.lg {
	background-color:#ccFF88;
}


table.stoixhma_podosfairo tbody tr.odd td.lg {
	background-color:#aadd66;
}

/* Xrwmata gia thn apodosh */
table.stoixhma_podosfairo tbody tr.even td.apodosi, table.stoixhma_podosfairo thead th.apodosi {
	background-color:#CCFF00;
}


table.stoixhma_podosfairo tbody tr.odd td.apodosi {
	background-color:#AADD00;
}


.pred_win {
	background-image:url(../images/tick.png);
	background-repeat:no-repeat;
	background-position: right center;
	padding-right: 20px;
	font-weight: bold;
	font-size: 16px;
}

.pred_lose {
	background-image:url(../images/x.png);
	background-repeat:no-repeat;
	background-position: right center;
	padding-right: 20px;
	font-weight: bold;
	font-size: 16px;
}

.pred_live {
	font-weight: bold;
	font-size: 16px;
}

.live_status {
	background-image:url('../images/live_info.png');
	background-repeat:no-repeat;
	background-position: right center;
	padding-right: 20px;
	font-weight: bold;
	cursor: pointer;
	display: block;
	height: 20px;
}

.prognosi-container table a {
	color: black;
}

