.tab {
	background-color: #ea7124;
	color: #fff;
	padding: 3px 5px 0px 5px;
	margin: 3px 5px 0px 5px;
	float: left;
    display: block;
	cursor: pointer;
}

#active {
	background-color: #565656;
	cursor: default;
}

#notice {
	background-color: #fff;
	color: #000;
	font-style: italic;
	font-size: 85%;
	cursor: default;
}


#release {
	padding-left: 10px;
}
.plays {
	padding-left: 10px;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 10px;
}
h1.game-title {
	font-size: 2.4em;
	margin: 1em 0;
	margin: 10px 0 5px 0;
}

h1.game-title img {
	display:inline;
	padding:0 5px 0 0;
	vertical-align:middle;
}
h2.game-sub {
	font-size: 1.4em;
	margin: 1em 0;
	margin: 10px 0 14px 0;
}
.rank {
	font-size: .7em;
}
.linescore td.highstats {
	font-size: .9em;
	text-align: left;
}
a.button, a:visited.button {
    background: transparent url('/assets/img/bgButton_a.gif') no-repeat scroll top right;
    color: #777;
    display: block;
    float: left;
    font: bold 11px Arial, sans-serif;
    height: 21px;
    margin-right: 6px;
    padding-right: 13px; /* sliding doors padding */
    text-decoration: none;
}

a.button:hover {
	color: #222;
}

a.button span {
    background: transparent url('/assets/img/bgButton_span.gif') no-repeat;
    display: block;
    line-height: 13px;
    padding: 4px 0 4px 15px;
}

a.on, a:visited.on {
	background-position: bottom right;
	color: white;
}

a.on:hover {
	color: white;
}

a.on span {
	background-position: bottom left;
}

.game-head {
	border-top: 1px solid #e1e1e1;
	border-bottom: 1px solid #e1e1e1;
	margin: 7px 30px 7px 0;
}

.game-head td {
	border: 0px;
}

.ls-wrap {
	border-right:1px solid #e1e1e1;
	float:left;
	margin-right:10px;
	margin-left:0px;
	padding:8px 10px 8px 0px;
}

.pitchers-wl {
	width: 450px;
	float:left;
	padding:10px 0 0;
	font-size: 90%;
}

.linescore {
	float: left;
	width: 400px;
	padding:0px;
}

.linescore td {
	padding: 3px;
	text-align: right;
}

.linescore td.team {
	text-align: left;
	font-weight: bold;
}

.linescore th.period {
	width: 1.3em;
	vertical-align: bottom;
	font-weight: bold;
}

.linescore td.periodn {
	width: 1.3em;
	vertical-align: bottom;
	padding-right: 8px;
}

.linescore td.period {
	width: 1.3em;
	vertical-align: bottom;
	font-weight: bold;
}

.linescore th.periodot {
	width: 1.3em;
	font-size: 7pt;
	vertical-align: bottom;
	padding-left: 8px;
}
.linescore td.ranking {
	border-left: 1px solid #ccc;
}

.linescore td.total {
	width: 2em;
	font-weight: bold;
	vertical-align: bottom;
}

.linescore td.total-e {
	width: 1.3em;
}

.linescore td.total-h {
	width: 1.3em;
}

.linescore td.ts {
	font-weight: bold;
}

.game-status {
	float: left;
	padding: 30px 0 0 22px;
}

* html .game-status {
	padding: 19px 0 0 22px;
}

.game-status h4 {
	margin: 0;
	padding: 0;
	font-size: 1.4em;
	line-height: 1.4em;
}

.game-status h5 {
	margin: 0;
	padding: 0;
	font-size: 1em;
}

.game-status img {
	vertical-align: middle;
}

.officials {
	float: left;
	padding: 5px 10px 5px 10px;
	border-left: 1px solid #565656;
	font-size: .8em;
}

.officials p {
	margin: 0 0 6px 0;
	padding: 0;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
/*BOX SCORE DIV*/
.boxscore-left {
	float: left;
	width: 400px;
	padding-left: 20px;
}

.boxscore {
	clear: both;
	width: 99%;
	padding: 0px;
	margin: 0px;
	padding-right: 10px;
}

.linescore table {
	width: 45%;
	margin-left: 0px;
	margin-right: 20px;
	font-size: 11px;
	padding: 0px;
}

.boxscore-right {
	float: right;
	padding-right: 10px;
	width: 400px;
}

.tablehead {
	background:#DCDCDC none repeat scroll 0% 0%;
	color:#000000;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:10px;
	font-style:normal;
	margin:0px;
	vertical-align:top;
	width:100%;
}

.colhead {
	background:#565656;
	color: #fff;
	font-weight: bold;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.colhead2 {
	background:#c1c1c1;
	font-weight: bold;
	font-size: 9px;
	font-family: Verdana, Arial, Helvetica, sans-serif;}
.colhead2 th{
	border: 1px solid #fff;
	padding: 3px 0px 3px 0px;
	color: #000;
	}
.colhead4 {
	background:#c1c1c1;
	color: #000;
	font-weight: bold;
	font-size: 9px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	
}
.colhead3 {
	background:#000;
	color: #000;
	font-weight: bold;
	font-size: 9px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
tr#pointer {
	
	cursor: pointer;
	}
tr.gamehead {
	background-color: #565656;
	text-transform: uppercase;
	font-weight: bold;
	text-align: center;
	
}
.gamehead th {
	color: #fff;
	padding: 3px 0px 3px 0px;
	border: 1px solid #ccc;
	}

tr.linescorehead {
	background-color: #565656;
	text-transform: uppercase;
	font-weight: bold;
	}

.linescorehead th {
	text-align: left;
	color: #fff;
	padding: 3px 3px 3px 3px;
	border: 0px;
	}
.linescorehead .period {
	text-align: right;
	width: 20px;
	}

.comment {
	font-weight: bold;
}

.penalty {
	color: #800;
	font-style: italic;
}

.baseballsub {
	color: #800;
	font-weight: bold;
}

.score {
	color: #080;
	font-weight: bold;
}

.gfg {
	color: #080;
	font-weight: bold;
}
.bfg {
	color: #000;
	font-weight: bold;
}
.mfg {
	color: #800;
	font-weight: bold;
}


.highlight {
	background-color: #ffb;
}
.tablehead td{
	border: 1px solid #ccc;
	padding: 3px 2px 3px 2px;
	}
	.tablehead td.no_padding{
		padding: 0px;
		}
.oddrow {
	background-color: #FFF;
}

.evenrow {
	background-color: #ececec;
}

.tablehead {
	line-height: normal;
	border: 1px solid #ccc;
}
table#inside{
	width: 98%;
	margin-left: 1%;
	}
.bld {
	font-weight: bold;
}
.rz {
	color: #000;
}
.gp-body {
	font-size: 1.2em;
	line-height: 1.6em;
	padding: 0 28px 0 0;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

.highlight{
	background-color: #eee;
	}

div.autocomplete {
  position:absolute;
  width:250px;
  background-color:#eee;
  border:1px solid #888;
  margin:0px;
  padding:0px;
}
div.autocomplete ul {
  list-style-type:none;
  margin:0px;
  padding:0px;
}
div.autocomplete ul li.selected {
  background-color: #ffb;
}
div.autocomplete ul li {
  background-color: #fff;
  list-style-type:none;
  display:block;
  margin:0;
  padding:2px;
  cursor:pointer;
}

