/* "dg" datagrid, each cell is aligned to the left and the top, uses 13 px font */

table.dgbigscore {
	border: 1px solid #666667;
	border-collapse: collapse;
	margin-top: 4px;
}

table.dgbigscore tr {
	border: 1px solid #666667;
	border-collapse: collapse;
}

table.dgbigscore tr.alt {
	background-color: #E6E6E6;
}

table.dgbigscore th {
	font-weight: bold;
	background-color: #DFF1FF;
	color: #333333;
	vertical-align: bottom;		  /* since this is specified, global classes won't change it */
	/* 	text-align: center        ' is the default; if specified here, global classes won't change it */
	border: 1px solid #666667;		
	border-collapse: collapse;
	padding: 1px 6px 1px 6px;
}

table.dgbigscore td {
	vertical-align: top;		  /* since this is specified, global classes won't change it */
	/* text-align: left           ' is the default; if specified here, global classes won't change it */
	border: 1px solid #666667;
	border-collapse: collapse;
	padding: 1px 6px 1px 6px;
}

table.dgbigscore td.tdnarrow {
	vertical-align: top;		  /* since this is specified, global classes won't change it */
	/* text-align: left           ' is the default; if specified here, global classes won't change it */
	border: 1px solid #666667;
	border-collapse: collapse;
	padding: 1px 1px 1px 1px;
}

table.dgbigscore td.tdnarrow2 {
	vertical-align: top;		  /* since this is specified, global classes won't change it */
	/* text-align: left           ' is the default; if specified here, global classes won't change it */
	border: 1px solid #666667;
	border-collapse: collapse;
	padding: 1px 3px 1px 3px;
}

a.nodec:link {						/* no text decoration on link, color yellow */
	text-decoration: none;
	color: #FFFF66;
} 
a.nodec:visited {
	text-decoration: none;
	color: #FFFF66;   
} 
a.nodec:hover {
	text-decoration: none;
	color: #FFFF66;
} 
a.nodec:active {
	text-decoration: none;
	color: #FFFF66;
} 

div.sectional-heading {
}

div.sectional-heading a { display: block; width: 100%; } 						/* This allows the whole block to be clickable */


div.sectional-heading a:link {						/* no text decoration on link, color yellow */
	text-decoration: none;
	color: white;
} 
div.sectional-heading a:visited {
	text-decoration: none;
	color: white;   
} 
div.sectional-heading a:hover {
	text-decoration: none;
	color: white;
} 
div.sectional-heading a:active {
	text-decoration: none;
	color: white;
} 