BODY, TABLE {
	font-family: Verdana, Arial;
	font-size: 90%;
	margin: 0;
	padding: 0;
}
TABLE {
	font-size: 0.9em;
}

H1, H2 {
	font-variant: small-caps;
	margin: 5 0 5 0;
	text-decoration: underline;
}
H3 {
	display: inline;
}
H4 {
	display: inline;
	font-variant: small-caps;
	font-size: 0.9em;
}

.header {
	font-weight: bold;
	font-size: 1.2em;
	font-variant: small-caps;
}
/* Default definitions for DataGrid objects */
LABEL {
	font-weight: bold;
	padding-right: 5px;
	font-size: 0.9em;
}

SELECT {
	display: inline;
	margin-bottom: 2px;
	font-size: 0.9em;
}
/* It is usually best to define datagrid as a span or div NOT as a table class, etc. */
.datagrid { 
	font-family: "Arial";
	font-size: 12px;
	color: #000;
	margin-bottom: 5px;
	/*background-color: #999;*/
}

.datagrid table { 
    width: 100%;
	font-size: 0.9em;
	border: 1px solid #999;
	color: #000;
	border-collapse: collapse;
}

.datagrid SELECT {
}

/* Optional Caption (title of table) and Legend (caption below) */
.datagrid caption {
	font-size: 1em; 
	text-align: left; 
	font-variant: small-caps;
	font-weight: bold;
	width: 100%;
}

.datagrid div.legend {
	width: 100%; 
	font-size: 0.9em; 
}

.datagrid tr {
	vertical-align: top;
}

/* Header Row */
.datagrid th { 
	padding: 1px 3px 1px 3px; 
	text-align: center; 
	font-variant: small-caps; 
	font-weight: bold; 
	color: #000; 
	letter-spacing: normal;
	border-bottom: 2px solid #000;
}
.datagrid th a { 
	color: #FFF;
	text-decoration: none;
}
.datagrid th a:hover { 
	color: #FF0000;
	text-decoration: underline; 
}

/* Subheads are usually colspan rows (divisional separators, etc.) */
.datagrid tr.subhead1 { 
	color: #DDD; 
}
.datagrid tr.subhead2 { 
}

/* Alternating row colors for data */
.datagrid tr.alternate1, td.alternate1 { 
}
.datagrid tr.alternate2, td.alternate2{ 
}

/* Footer used for totals and summaries */
.datagrid tr.footer { 
	font-weight: bold;
	font-size: 0.9em
}

.datagrid td { 
	padding: 1px 3px 1px 3px;
	text-align: center;
	color: #000; 
	border: 1px solid #999;
}
.datagrid td a { 
	color: #000099;
	text-decoration: none;
}
.datagrid td a:hover { 
	color: #FF0000; 
	text-decoration: underline;
}

.datagrid td.dgFooterCell{
	text-align:right;
	vertical-align:middle;
}


/* Allow right-alignment for stats */
.datagrid td.text, th.text { 
	text-align: left; 
}

.datagrid td.right, th.right {
	text-align: right;
}

.datagrid table.bracket {
	border-collapse: collapse;
	border-right: 1px solid #000;
	width: 100%;
}

.datagrid th.display_team, .datagrid td.display_team 
	, .datagrid th.name, .datagrid td.name {
	width: 150px;
	text-align: left;
}

.datagrid th.abbrev_team, .datagrid td.abbrev_team {
	width: 100px;
	text-align: left;
}

.datagrid td.left, .datagrid th.left {
	text-align: left;
}

.datagrid td.date, .datagrid th.date {
	width: 60px;
}

table.smaller {
	font-size: 0.8em;
}

.center {
	text-align: center;
}

/* DEFAULT DEFINITIONS FOR CALENDAR OBJECTS */
.calendar { 
	font-size: 0.9em; 
	font-weight: normal; 
	FONT-FAMILY: "Verdana"; 
	color: #333; 
	background-color: #999;
} 
.calendar SELECT { 
	background-color: #DDD; 
	font-weight: bold; 
	FONT-FAMILY: "Verdana";
}
.calendar td { 
	background-color: #DDD; 
	border: 0px solid #AAA;
	text-align: center;
	vertial-align: middle;
	height: 20;
} 
.calendar th {
	color: #333;
	font-weight: bold;
	background-color: #BBB; 
	background-image: none;
	border: 0px;
	padding: 2px;
}
.calendar th.head {
	background-color: #000;
	color: #FFF;
}
.calendar td.highlight {
	background-color: #bcd2ee;
}
.calendar td.today { 
	font-weight: bold;
	background-color: #ffc1c1;
	border: 1px solid #990000;
}
.calendar td a {
	display: block;
	color: #000;
	text-decoration: none;
	font-weight: bold;
	width: 100%;
	padding: 4 0 4 0;
}
.calendar td a:hover {
	background: #ffec8b;
}
