﻿
.scoresTable
{
	width:300px;	
}

.scoreHeader {
	text-align: center;
	margin:0;
	padding-top: 8px;
	height: 40px;
	background: #393f41;
	width: 300px;
}


.scoreHeader span {
	margin-top: 5px;
	color:White;
	font-size:22px;
}


.scoresGrid {	   
	padding: 0;	   
	margin-top:0;
	margin-bottom:17px;		  /* Set each list 17 pixels from the top of the button bar(or the top of the next list) */
	
	font-size:14px;
	font-family: Helvetica;
	font-weight:bold;
	color:black;
	
	background-color: white;       /* Each list has a white background fill */
	
	border-width: 1px;		       /* Draw a rectangle around each list */
	border-style:solid ;
	border-color:#ddd;
	width:290px;
	
	-webkit-border-radius: 8px;		 /* Round each corner of the created rectangle */
}



.scoreItem {	
	list-style-type: none;	
	
	border-top-width:1px;	/* Create lines between cells. Each line is placed above each item */
	border-top-style:solid;
	border-top-color:#ddd;

	padding-top:10px;		  
	padding-right:10px;		 
	padding-bottom:14px;	 /* Indent the cell content 14 pixels from the bottom edge of a cell */
	padding-left:10px;
}

.score
{
	font-size:14px;
	font-family: Helvetica;
	font-weight:bold;
	color:black;
}

.metadados {
	font-size: 11px;
	color: #666;
	font-weight: normal;
}


.scoreItem a {  /* Handle the click/tap highlight. Highlight an entire cell with the iPhone grey background when tapped */

	display: block;   /* Sets the href to be a block rather than inline */
	
	/* The padding properties adjust the text content within the href block */
	padding-top: 8px;
	padding-right: 8px;
	padding-bottom: 0px;
	padding-left: 20px;  /* oito para imagem normal, quarenta e dois para imagem em background */
	
	/* The margin properties adjust the size of the href block	*/
	margin-top: -8px;
	margin-right: -8px;
	margin-bottom: -12px;
	margin-left: -8px;	 
	
	text-decoration: none;
	color:black;
	height: 40px;
	width:300px;
}

.button
{
	background-color:#393f41;
	color:#FFFFFF;
	padding:5px 10px 5px 10px;
	height:30px;
	font-size:14px;
	font-weight:bold;
	cursor:pointer;
}



