/* CSS Document */
#mytable {
	padding: 0;
	margin: 0;
	width: 100%;
}

caption {
	padding: 0 0 5px 0;
	width: 574px;
	font: italic 11px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	color: #72843A;
}

th {
	color: #4f6b72;
	border-right: 1px solid #C1DAD7;
	border-bottom: 1px solid #C1DAD7;
	border-top: 1px solid #C1DAD7;
	text-align: left;
	padding: 3px 6px 3px 12px;
	background: #CAE8EA url(http://www.ncgolfers.com/images/bg_header.jpg) no-repeat;
}

th.nobg {
	border-top: 0;
	border-left: 0;
	border-right: 1px solid #C1DAD7;
	background: none;
}

td {
	border-right: 1px solid #C1DAD7;
	border-bottom: 1px solid #C1DAD7;
	padding: 3px 6px 3px 12px;
	color: #4f6b72;
	font-size: 10px;
}


td.alt {
	background: #F5FAFA;
	color: #000000;
}
td.alttwo{
	background: #F5FAFA;
	background-color: #F3F2E9;
}
th.specalttwo{
	background: #F5FAFA;
}
td.altthree{
	background-color: #DFDCCC;
}
th.specaltthree{
	background-color: #DFDCCC;
	background: #DFDCCC;
}
th.spec {
	border-left: 1px solid #C1DAD7;
	border-top: 0;
	background: #fff url(http://www.ncgolfers.com/images/bullet1.gif) no-repeat;
	font-size: 10px;
}

th.specalt {
	border-left: 1px solid #C1DAD7;
	border-top: 0;
	background: #f5fafa url(http://www.ncgolfers.com/images/bullet2.gif) no-repeat;
	color: #000000;
	font-size: 10px;
}

