/*  
CSS For styling results
*/

.results {
	margin:0;
	padding:0;
	width:100%;
	border-bottom:1px solid #C1DAD7;
	border-right:1px solid #C1DAD7;
	border-spacing:0;
}

.results caption {
	font-family:"Trebuchet MS",Verdana,Arial,Helvetica,sans-serif;
	font-size:11px;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:italic;
	font-variant:normal;
	font-weight:normal;
	line-height:normal;
	padding:0 0 5px;
	text-align:left;
	width:525px;
}

caption, th {
	text-align:left;
}

.results th.nobg {
	background:transparent none repeat scroll 0 0;
	border-left:0 none;
	border-right:1px solid #C1DAD7;
	border-top:0 none;
}

.results th {
	background:#105CB6 url(images/bg_header.jpg) no-repeat scroll 0 0;
	border-bottom:1px solid #C1DAD7;
	border-right:1px solid #C1DAD7;
	border-top:1px solid #C1DAD7;
	color:#FFFFFF;
	font-family:"Trebuchet MS",Verdana,Arial,Helvetica,sans-serif;
	font-size:10px;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:bold;
	letter-spacing:1px;
	line-height:normal;
	padding:3px;
	text-align:left;
	text-transform:uppercase;
	white-space:nowrap;
}

.results tr {
	height: 17px;
}
.results td {
	background:#FFFFFF url(images/bullet1.gif) no-repeat scroll 0 0;
	border-left:1px solid #C1DAD7;
	border-top:0 none;
	font-family:"Trebuchet MS",Verdana,Arial,Helvetica,sans-serif;
	font-size:10px;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:bold;
	line-height:normal;
	white-space:nowrap;
	padding:4px;
}

.entry {
	overflow-x:auto;
}


.coach {
    display: block;
    margin: 0 auto;
}
.coach tbody td {
    vertical-align: top;
    line-height: normal;
}

