/*
-----------------------------------------------
Scores and Odds
Version: 1.0

Copy of global.css and scores.css minimized for pda
----------------------------------------------- */

/*  Global styles
----------------------------------------------- */

body {
	font-family: Verdana, Arial, sans-serif;
	background-color:#FFF;
}
h1, h2, h3, h4 {
	display: none;
}
a {
	outline: none;
}
img {
	border: 0.0em;
}
ul {
	list-style-type: none;
}

/* Contents
----------------------------------------------- */
#contents {}

	#pda {
		float:left;
		width: 100%;
	}
	/* Format for tables, table headings and table cells */
		.section {
			margin-bottom: 0.15em; padding: 0.15em;
			border: none;
		}
		.section table {
			width: 100%;
			border: 0.08em solid #000;
		}
		.section th {
			font-size: 1.0em;
			text-align: left;
		}
		.top th , .top td {
			border-top: 0.08em solid #000;
		}
		.bottom th, .bottom td {
			border-bottom: 0.08em solid #000;
		}
		.section_heading td {
			font-weight: bold;
			text-transform: uppercase;
			vertical-align: middle;
			color: #FFF;
			background-color: #003399;
			border-bottom: 0.08em solid #000;
		}
		.section_heading .section_name {
			font-size: 1.0em;
			vertical-align: middle;
		}
		.page_heading td {
			font-size: 1.2em;
			color: #fff;
			text-align: center;
			background-color: #003399;
			border: none;
		}
		.date {
			font-size: 0.9em;
			vertical-align: middle;
		}


/*  Scores styles
----------------------------------------------- */

.game_heading th {
	font-size: 0.9em;
	text-align: center;
	background-color: #B3CFED;
}
	.game_heading .left {
		text-align: left;
	}

.game_time {
	font-size: 0.83em;
}
	.game_time td {
		background-color: #f6EDD9;
		color: #C38000;
	}
	.game_time .time {
		color: #253445;
		font-weight: normal;
	}
	.game_time .timechanged {
		color: #FF0000;
		font-weight: bold;
	}
.game_date {
	font-size: 0.83em;
}
	.game_date td {
		background-color: #B3CFED;
		color: #C38000;
	}
	.game_date .day {
		color: #253445;
		font-weight: normal;
	}	
.game_team {
	font-size: 0.9em;
	color: #000;
}
	.game_team td {
		text-align: center;
	}
		.game_team td a {
			color: #000;
		}
		.game_team td a:hover {
			text-decoration: none;
		}
	.game_team .left {
		text-align: left;
	}
	.game_team .final {
		font-weight: bold;
	}
	.game_team .nowrap {
		white-space: nowrap;
	}
	.game_team .team_num, .game_team .team_name {
		color: #000;
		font-weight: bold;
		text-transform: capitalize;
	}
	.game_team .pitcher {
		font-weight: bold;
		text-transform: capitalize;
	}
	.game_team .highlight {
		background-color: #00FFFF;
	}

.gameSection .header {
	/*background:url(../images/content/gameSectionX.png) repeat-x;*/
	background:none;
	background-color: #83a6cc !important; 
	height:37px;
	margin:0px 0px !important; 
	position:relative;
}

.gameSection .header .sport {
  -moz-background-clip:border;
  -moz-background-inline-policy:continuous;
  -moz-background-origin:padding;
  padding-right:0px !important; 
  background:none !important;   
  
}
.gameSection .header .date {
color:#E2EDFC;
float:left;
font-size:12px;
font-weight:bold;
margin-top:11px;
}

.gameSection .header .sport, .gameSection .header .title {
color:#FFFFFF;
display:block;
float:left;
font-size:20px;
font-weight:bold;
margin:5px 8px 0;
}

.gameSection table.data .time td {
	font-size:13px; !important
}

.gameSection table.data td, .gameSection table.data th {
padding-left:4px;
padding-right:4px;
font-size:13px;
}

