﻿.tblroster{
			text-transform: uppercase;
			width: 100%;
		}
		.tblroster tr th{
			border-bottom: 2px solid #BABABA;
			background: #CCC;
			padding: 3px;
			color: #333;
			font-size: 12px;
			border-left: 1px solid #FFF;
		}
		.tblroster tr th.position{
			background: #000 url(/App_Themes/09/images/bg-h2.gif) repeat-x;
			font-size: 16px;
			text-transform: capitalize;
			color: #FFF;
			padding: 0 10px;
			line-height: 30px;
			margin-bottom: 10px;
		}
		.tblroster tr td
		{
			background: url(/App_Themes/09/images/bg_alternate-row.gif) repeat-x left bottom;
			padding: 4px 3px;
			border-left: 1px solid #CCC;
			color: #222;
		
		}
		.tblroster tr td div.photo
		{
			position: relative;
		}
		.tblroster tr td.num,
		.tblroster tr th.num
		{
			text-align: center;
		}
		#primary .tblroster tr td a
		{
			color: #222;
		}
		#primary .tblroster tr td a:hover
		{
			font-weight: bold;
			color: #71CDFF;
			text-decoration: none;
		}
		
		.contact
		{
		    white-space: nowrap;
		}