
	/* top tab content */
	.checkbox1 {
		float: left;
		margin-left: 26px;
		cursor: pointer;
	}
	.checkbox2 {
		float: left;
		margin-left: 19px;
		cursor: pointer;
	}
	.checkboxLbl {
		float: left;
		letter-spacing: 1px;
		margin-top: 4px;
		cursor: pointer;
	}
	.disabled {			/* overrides style in common.css */
    	cursor: auto;
	}
	
	/* team name content */
	#topTeamName {
		float: left;
		display: inline;
		margin-left: 200px;
		margin-top: 15px;
		font-weight: bold;
	}

	/* deadline box content */
	#deadlineTable {
		float: right;
		display: inline;
		margin-top: 2px;
		margin-right: 35px;
		width: 195px;
		text-align: center;
		line-height: 11px;
	}
	#deadlineTimeCell {
		font-weight: bold;
		white-space: nowrap;
	}
	#deadlineTextCell {
		font-size: 11px;
		font-family: serif;
	}
	#whistleCell {
		padding: 2px 5px 2px 0px;
		text-align: right;
		width: 100%;
		vertical-align: top;
	}
	