@charset "utf-8";

.indentRow {
	text-indent: 10px;
}
.boxScore {
	float: left;
	border-collapse: separate;
	empty-cells: show;
}


#contentArea {
	width: 910px;
	margin-right: auto;
	margin-left: auto;
	background-color: #F0F0F0;
}

#contentArea #homePanel {
	float: right;
	width: 200px;
	margin: 5px;
	background-color: #FFFFFF;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
}
#contentArea #infoPanel {
	width: 500px;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
	padding-top: 5px;
	padding-right: -5px;
	text-align: center;
}
#contentArea  #infoPanel  #scoreboardPanel {
	width: 480px;
	margin-right: auto;
	margin-left: auto;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	background-color: #FFFFFF;
	height: 369px;
}
.teamHeader   {
	font-size: 12px;
	font-weight: bold;
	text-align: center;
}
.tablecaption    {
	font-size: 12px;
	font-weight: bold;
	background-color: #999999;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}
.header {
	font-weight: bolder;
}

.statblock  th   {
	background-color: #CCCCCC;
}
.statblock  td  {
	margin: 0px;
	padding: 0px;
	border: 1px solid #CCCCCC;
}

#contentArea #visitorPanel {
	margin: 5px;
	float: left;
	width: 200px;
	background-color: #FFFFFF;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
}
.statblock {
	margin-bottom: 6px;
}
#contentArea #bottom {
	width: 100%;
	clear: both;
}


body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-color: #000033;
}
#boxScore {
	float: left;
	width: 90px;
}
#scoringTable  td {
	vertical-align: text-top;
}
.pbpQtrHeader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	width: 100%;
}
.pbpComment {
	font-style: italic;
}
.pbpDriveSum {
	font-weight: bold;
	margin-bottom: 4px;
}

.pbpScore {
	font-size: 12px;
	font-weight: bold;
}
.pbpDnToGo {
	vertical-align: top;
}
.pbpNav {
	float: left;
	width: 30px;
}
.driveHeader {
	font-size: 12px;
	font-weight: bold;
	text-align: center;
}
#detailPanel {
	width: 480px;
	margin-right: auto;
	margin-left: auto;
}
#refreshPanel {
	background-color: #CCC;
	width: 480px;
	margin-top: 4px;
	margin-bottom: 4px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	margin-right: auto;
	margin-left: auto;
}
#disclamer {
	padding-left: 20px;
}

#refreshPanel td {
	vertical-align: middle;
}
#intervalRadio {
	margin-top: -2px;
}

