/* new conference clubhouse css */
	.tabular td {
		padding: 1px 4px;
	}

	td.scores-tv {
		background: #fff;
		text-align: right;
		width: 140px;
	}

	td.scores-time {
		background: #ececec;
		text-align: left;
	}

	td.conf-matchup {
		padding: 4px;
		font: bold 10px Verdana, sans-serif;
	}

	td.gameStatus, td.score-teamName {
		padding: 0 0 0 3px;
		vertical-align: middle;
	}

	.scoreboardLinks {
		line-height: 14px;
		padding: 0 0 0 2px;
	}

	.dropdown {
		background: #e5e5e5 url(/i/ncb/drop_arrows.jpg) no-repeat top right;
		padding: 13px;
		margin: 0 0 10px 0;
	}

	.dropdown select {
		width: 180px;
	}

	.news-item {
		border-bottom: 1px dashed #ccc;
		font-size: 11px;
		margin: 0 0 10px;
		padding: 3px 2px;
	}

	.news-item h3{
		background: #e5e5e5;
		font: bold 12px Verdana, sans-serif;
		margin: 0 0 3px 0;
		padding: 2px;
	}

	.news-item p {
		margin: 0 0 10px 0;
	}

	.last-item {
		border: none;
		margin-bottom: 0;
	}
