body{
	margin:0;
	font:12px/18px Arial, Verdana, Helvetica, sans-serif;
	background:#cee7c4;
}
p{
	margin:0;
}
.nbutton {
	padding: 1px 5px 1px 5px;
	overflow: visible;
}

#page{
	margin:8px 0px 0px 8px;
}
#content{
	background:#fff;
	overflow:hidden;
	width:600px;
}
#content .main{
	overflow:hidden;
	float:left;
	width:598px;
	margin:0px 0px 0px 0px;
	display:inline;
}
#content h2{
	color:#000;
	font:bold 18px Arial, Helvetica, sans-serif;
	margin:0 0 8px 6px;
}
#content h3{
	/*float:left;
	margin:0 12px 0 8px;
	display:inline;
	width:195px; */
	color:#000;
	font-weight:bold;
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;
}
#content h3 span{
	font-weight:normal;
	font-size:12px;
}
.tabset{
	float:left;
	height:21px;
	width:280px;
}
a.tab {
	border: 1px solid #ccc;
	float: left;
	margin: 0 2px -1px;
	padding:3px 4px 0 4px;
	position: relative;
	font:12px Arial, Helvetica, sans-serif;
	text-decoration:none;
	height:17px;
	overflow:hidden;
	background:#f5f5f5;
	color:#06c;
}
a.active{
	border-bottom-color: #fff;
	background:#fff;	
	color:#000;
	font-weight:bold;
	padding:3px 11px 0 11px;
}
div#tab1,
div#tab2{
	border:1px solid #ccc;
	padding:5px 0 0;
	width:596px;
	clear: both;
	overflow:hidden;
}
#content .top{
	width:568px;
	height:37px;
	overflow:hidden;
	padding:0 5px;
}
#content .top img{
	float:left;
	margin:0 4px 0 0;
}
#content .top span{
	color:#0c6;
	float:left;
	font:bold 11px/14px Arial, Helvetica, sans-serif;
}
#content .top p{
	font:11px/16px Arial, Helvetica, sans-serif;
	display:inline;
}
#content .top p a{
	color:#06c;
	text-decoration:none;
}
#content .left{
	border-right: 1px solid #ccc;
	border-top: 1px solid #ccc;
	overflow:hidden;
	width:365px;
	margin:0px 3px 0px 4px;
	float:left;
}
#content .left .matchNav{
	height:28px;
	display:block;
	width:364px;
	overflow:hidden;
	background:url(/images/left-ul.gif) repeat-x 0 0;
	border-bottom: 1px solid #ccc;
	padding:4px 0px 0px 66px;
}
#content .left .matchNav a{
	color:#06c;
	text-decoration:none;
	font:11px/11px Arial, Helvetica, sans-serif;
}
#content .left .matchNav a:hover{
	text-decoration:underline;
}
#content .left .matchNavT2{
	height:28px;
	display:block;
	width:364px;
	overflow:hidden;
	background:url(/images/left-ul.gif) repeat-x 0 0;
	border-bottom: 1px solid #ccc;
	padding:4px 0px 0px 18px;
}
#content .left .matchNavT2 a{
	color:#06c;
	text-decoration:none;
	font:11px/11px Arial, Helvetica, sans-serif;
}
#content .left .matchNavT2 a:hover{
	text-decoration:underline;
}

#content .left table.t1{
	border-collapse:collapse;
	height:32px;
	width:349px;
	overflow:hidden;
	border-bottom: 1px solid #ccc;
}
#content .left .t1 td.playBy{
	color:#CC0000;
	font-weight:bold;
}
#content .left table.t2{
	border-collapse:collapse;
	height:34px;
	width:347px;
	overflow:hidden;
}

#content .left .table2{
	overflow:auto;
	height:410px;
	width:365px;
}
#content .left td{
	border-left: 1px solid #ccc;
	padding:0;
	height:18px;
	font:11px/16px Arial, Helvetica, sans-serif;
	text-align:center;
}
#content .left .t2 td.partner{
	background:#00CC66;
}
#content .left .t2 td.opponent{
	background:#006699;
}
#content .left .t2 td.matchDateAvail{
	background:#FF9900;
}
#content .left .t2 tr{
	height:17px;
}
#content .left .t2 tr.first{
	background:#f5f5f5;
}
#content .right{
	width:215px;
	float:left;
	/*border-top: 1px solid #ccc;
	border-left: 1px solid #ccc; */
	overflow:hidden;
}
#content .right h4{
	border-bottom: 1px solid #ccc;
	margin:0;
	height:21px;
	font:bold 11px/11px Arial, Helvetica, sans-serif;
	color:#000;
	padding:8px 0 0 7px;
}
#content .right .selections{
	overflow:auto;
	height:465px;
	margin: 4px 0px 0px 4px;
}
#content .right a.copy{
	display:block;
	border-bottom: 1px solid #ccc;
	height:17px;
	color:#06c;
	text-decoration:none;
	font:11px/11px Arial, Helvetica, sans-serif;
	padding:3px 0 0 4px;
}
#content .right a.copy:hover{
	text-decoration:underline;
}
#content .right h5{
	height:16px;
	margin:0;
	font:bold 11px/11px Arial, Helvetica, sans-serif;
	color:#000;
	padding:4px 0 0 7px;
	float:left;
	width:183px;
}


ul{
	margin: 0px;
}


/* The wider this li is, the fewer columns there will be */
ul.multiple_columns li{
	text-align: left;
	float: left;
	list-style: none;
	width: 55px;
}