/* CSS Document */

.RosterTableHeaderRow {
	height:50px;
	background:#FBF4CA;
}

.RosterHeaderCell {
	text-align:center;
	border-top:1px #999999 solid;
	border-left:1px #999999 solid;
}

.RosterHeaderLastCell {
	text-align:center;
	border-top:1px #999999 solid;
	border-right:1px #999999 solid;
	border-left:1px #999999 solid;
}

.RosterTableCell { 
	height:35px;
	text-indent:10px;
	border-top:1px #999999 solid;
	border-left:1px #999999 solid;
}

.RosterTablePositionCell {
	height:35px;
	text-align:center;
	border-top:1px #999999 solid;
	border-left:1px #999999 solid;
}

.RosterTableLastCell { 
	text-align:center;
	border-top:1px #999999 solid;
	border-right:1px #999999 solid;
	border-left:1px #999999 solid;
}

.RosterLastRowCell {
	height:35px;
	text-indent:10px;
	border-left:1px #999999 solid;
	border-bottom:1px #999999 solid;
	border-top:1px #999999 solid;
}

.RosterLastRowPositionCell {
	height:35px;
	text-align:center;
	border-left:1px #999999 solid;
	border-bottom:1px #999999 solid;
	border-top:1px #999999 solid;
}

.RosterLastRowLastCell {
	text-align:center;
	border:1px #999999 solid;
}

.RosterTable {
	font-size:23px;
}

.RosterAlternateRowDark {
	background:#7ABEE7;
}

.RosterAlternateRowLight {
	background:#EDFCFB;
}

