	.topTab {			/* overrides style in common.css */
		width: 260px;
	}
	.topTabLast {
		width: 210px;
	}
	.moneyTabDollar {
		padding-right: 1px;
	}
	
	/* layout content styles */
	#standingsContainer {
		padding: 10px 6px 0px 0px;
		_display: inline-block;			/* padding-right not rendering in IE6 without this */
	}
	#teamSchedulesContainer {
		margin: 25px 0px 0px 44px;
	}
	.teamScheduleContainer {
		font-family: arial, sans-serif;
		font-size: 10px;
		float: left;
		background-color: #FFC;
		width: 228px;
		margin: 8px 27px 8px 27px;
		border: 1px solid #000;
	}
	.teamScheduleContainer td {
		font-family: arial, sans-serif;
		font-size: 10px;
	}
	.teamSchedGapRight {
		padding-right: 5px;
	}
	.teamSchedGapRightSm {
		padding-right: 2px;
	}
	.outerStandCell {
		padding: 10px 7px 17px 7px;
	}
	.standBox {
		font-size: 13px;
		background-color: #EBEBEB;
		padding: 5px;
	}
	.standHeader {
		font-size: 11px;
		letter-spacing: 1px;
		margin-left: 6px;
		margin-right: 6px;
		height: auto;
	}
	.standHeader div {
		float: left;
		border-right: 1px solid #CACACA;
		margin-bottom: 2px;
		width: 67px;
		_width: 68px;			/* width + 1 */
		white-space: nowrap;
		overflow: hidden;
		text-align: center;
		border-color: white;
	}
	.standHeader div.standHeaderTeam {
		width: 167px;
		_width: 168px;			/* width + 1 */
	}

	.divisionBox {
		border: 1px solid #000;
		background-color: #FFF;
	}
	
	.cellDivs {
		border-bottom: 1px solid #CACACA;
		height: 22px;
	}
	.cellDivs div {
		float: left;
		border-right: 1px solid #CACACA;
		height: 19px;
		_height: 22px;			/* height + 3 */
		padding: 3px 5px 0px 5px;
		width: 57px;
		_width: 68px;			/* width + 11 */
		white-space: nowrap;
		overflow: hidden;
		text-align: center;
	}
	.cellDivs div.teamCell {
		width: 157px;
		_width: 168px;			/* width + 11 */
		text-align: left;
		color: blue;
		cursor: pointer;
	}

	.standHeader div.lastCell,
	.cellDivs div.lastCell {
		border-right: none;
		_width: 67px;			/* .cellDivs div width + 10 */
	}
	.lastDiv {
		border-bottom: none;
	}

	.divGap {
		height: 6px;
		font-size: 0px;
	}
	.vertDashLeft {
		border-left: 1px dashed #AAAAAA;
	}
	.asteriskNote {
		color: red;
		font-size: 10px;
		text-align: center;
		margin: -8px 6px 0px 0px;
	}
	.ss {
		font-size: 9px;
		position: relative;
		bottom: 0.35em;
	}
	.underline {
		text-decoration: underline;
	}
	.winChar {
		color: #396;
	}
	.lossChar {
		color: #F00;
	}
	.moneyPlace {
	}
	.nonMoneyPlace {
		color: #CCB;
	}
	.divisionBullet {
		font-size: 11px;
		line-height: 10px;
		position: relative;
		top: .1em;
		left: .1em;
	}
