table {
  border:3px solid #666;
}
th, td {
  border:none;	/* turn off all borders inside table */
  padding:0;
  margin:0;
}
.som-standings-container {
	position:relative;
	width:950px;
	margin:0 auto;
	padding:0;
}
.som-standings-content {  
	position:relative;
	/*padding:4px 4px 4px 4px;*/
	padding:0;
	margin:0;
	background:#fff;	/* same as header */
	border:none;
	/*border-bottom:#ccc 1px solid;*/
	/*border-top-left-radius:10px; 
	border-top-right-radius:10px;*/
}
.som-standings-main {
	position:relative;
	width:100%;	
	padding:0;
	margin:0;
}
#som-standings-header {
	position:relative;
	padding:0px 10px 0px 10px;
	margin:0px 0px 0px 0px;
	border-top-left-radius:10px; 
	border-top-right-radius:10px;
	/* fallback */
	background:#fff;
	/*
	/* Safari 4-5, Chrome 1-9 
  	background: -webkit-gradient(linear, left top, right top, from(#e3e3e3), to(#f9f9f9));
	/* Safari 5.1, Chrome 10+ 
  	background: -webkit-linear-gradient(left, #e3e3e3, #f9f9f9);
	/* Firefox 3.6+ 
  	background: -moz-linear-gradient(left, #e3e3e3, #f9f9f9);
	/* IE 10 
  	background: -ms-linear-gradient(left, #e3e3e3, #f9f9f9);
	/* Opera 11.10+ 
  	background: -o-linear-gradient(left, #e3e3e3, #f9f9f9);
	*/
}
#som-standings-header h1 {
	position:relative;
	margin:5px 0px 10px 10px;
	padding:0;
	font-size:140%;
	font-weight:bold;
	text-align: center;
}
#som-standings-header ul {
	position:relative;
	list-style:none;
	/*background:#e3e3e3;*/
	margin:0px 0px 0px 0px;
	padding:0;
}
#som-standings-header ul li {
	position:relative;
	display:inline;
	font-size:90%;
	font-weight:bold;
	padding:6px 24px 8px 0px;
	margin:0;
	line-height:30px;
} 
#som-standings-header ul li a {
	position:relative;
	color:#3366cc;
	text-decoration:none;
} 
#displayDivision {
	position:relative;
	background:#fff;
	color:#000;
	text-decoration:none;
	cursor:none;
	border-top-left-radius:10px; 
	border-top-right-radius:10px;
}
#displayDivision a:hover {
	position:relative;
	text-decoration:underline;
}
#displayConference {
	position:relative;
	/*background:#e3e3e3;*/
	color:#3366cc;
	text-decoration:none;
	cursor:pointer;
	border-top-left-radius:10px; 
	border-top-right-radius:10px;
}
#displayConference a:hover {
	position:relative;
	text-decoration:underline;
}
#displayLeague {
	position:relative;
	/*background:#e3e3e3;*/
	color:#3366cc;
	text-decoration:none;
	cursor:pointer;
	border-top-left-radius:10px; 
	border-top-right-radius:10px;
}
#displayLeague a:hover {
	position:relative;
	text-decoration:underline;
}
#displayVsConfDiv {
	position:relative;
	/*background:#e3e3e3;*/
	color:#3366cc;
	text-decoration:none;
	cursor:pointer;
	border-top-left-radius:10px; 
	border-top-right-radius:10px;
}
#displayVsConfDiv a:hover {
	position:relative;
	text-decoration:underline;
}
#displayStreak {
	position:relative;
	/*background:#e3e3e3;*/
	color:#3366cc;
	text-decoration:none;
	cursor:pointer;
	border-top-left-radius:10px; 
	border-top-right-radius:10px;
}
#displayStreak a:hover {
	position:relative;
	text-decoration:underline;
}
#displayWildCard {
	position:relative;
	/*background:#e3e3e3;*/
	color:#3366cc;
	text-decoration:none;
	cursor:pointer;
	border-top-left-radius:10px; 
	border-top-right-radius:10px;
}
#displayWildCard a:hover {
	position:relative;
	text-decoration:underline;
}
#som-standings-division {
	position:relative;
	display:block;
}
#som-standings-conference {
	position:relative;
	display:none;
}
#som-standings-league {
	position:relative;
	display:none;
}
#som-standings-vsconfdiv {
	position:relative;
	display:none;
}
#som-standings-streak {
	position:relative;
	display:none;
}
#som-standings-wildcard {
	position:relative;
	display:none;
}
.som-standings-tablewrap {
	width:100%;
	border:1px solid #666;
}
.som-standings-tablehead {
	width:100%;
	border:3px solid #fff;	
}
.som-standings-stathead {
	width:100%;
}
.som-standings-tablehead td {
	position:relative;
	padding:6px 6px 0px 6px; /* was 6 12 0 6 */
	margin:0;
	font-size:90%;
	color:#333;
	vertical-align:top;
	text-align:right;
	border-bottom: 1px #fff solid;	
	/*line-height: 24px;	*/
}
.som-standings-confhead {
	position:relative;
	background: #227a92;
	color:#fff;
	display:none;
}
.som-standings-confhead td {
	position: relative;
	background: #227a92;
	color:#fff;
	border-bottom: 1px solid #c2c2c2;
	font-size:100%;
	margin:0 6px;
	padding:5px 0px 5px 6px;
	font-weight: bold;
	text-align: left;
}
.som-standings-stathead th {
	position:relative;
	border-bottom: 1px #c2c2c2 solid;
	font-weight:bold;
	color:#fff;
	font-size:90%;
	width:auto;
	text-align:right;
	text-decoration:none;
	padding:6px 6px 4px 6px;	/* was 6 12 4 6 */
background: rgb(76,76,76); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(76,76,76,1) 0%, rgba(89,89,89,1) 12%, rgba(102,102,102,1) 25%, rgba(71,71,71,1) 39%, rgba(44,44,44,1) 50%, rgba(0,0,0,1) 51%, rgba(17,17,17,1) 60%, rgba(43,43,43,1) 76%, rgba(28,28,28,1) 91%, rgba(19,19,19,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(76,76,76,1)), color-stop(12%,rgba(89,89,89,1)), color-stop(25%,rgba(102,102,102,1)), color-stop(39%,rgba(71,71,71,1)), color-stop(50%,rgba(44,44,44,1)), color-stop(51%,rgba(0,0,0,1)), color-stop(60%,rgba(17,17,17,1)), color-stop(76%,rgba(43,43,43,1)), color-stop(91%,rgba(28,28,28,1)), color-stop(100%,rgba(19,19,19,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(76,76,76,1) 0%,rgba(89,89,89,1) 12%,rgba(102,102,102,1) 25%,rgba(71,71,71,1) 39%,rgba(44,44,44,1) 50%,rgba(0,0,0,1) 51%,rgba(17,17,17,1) 60%,rgba(43,43,43,1) 76%,rgba(28,28,28,1) 91%,rgba(19,19,19,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(76,76,76,1) 0%,rgba(89,89,89,1) 12%,rgba(102,102,102,1) 25%,rgba(71,71,71,1) 39%,rgba(44,44,44,1) 50%,rgba(0,0,0,1) 51%,rgba(17,17,17,1) 60%,rgba(43,43,43,1) 76%,rgba(28,28,28,1) 91%,rgba(19,19,19,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(76,76,76,1) 0%,rgba(89,89,89,1) 12%,rgba(102,102,102,1) 25%,rgba(71,71,71,1) 39%,rgba(44,44,44,1) 50%,rgba(0,0,0,1) 51%,rgba(17,17,17,1) 60%,rgba(43,43,43,1) 76%,rgba(28,28,28,1) 91%,rgba(19,19,19,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(76,76,76,1) 0%,rgba(89,89,89,1) 12%,rgba(102,102,102,1) 25%,rgba(71,71,71,1) 39%,rgba(44,44,44,1) 50%,rgba(0,0,0,1) 51%,rgba(17,17,17,1) 60%,rgba(43,43,43,1) 76%,rgba(28,28,28,1) 91%,rgba(19,19,19,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c4c4c', endColorstr='#131313',GradientType=0 ); /* IE6-9 */
}
.som-standings-stathead td {
	position:relative;
	border-bottom: 1px #c2c2c2 solid;
	font-weight:bold;
	color:#333;
	font-size:90%;
	width:auto;
	text-align:right;
	text-decoration:none;
	padding:6px 12px 4px 6px;
}
.som-standings-green-text {
	color:#007f00 !important;
}
.som-standings-red-text {
	color:#f00 !important;
}
.som-standings-black-text {
	color:#000 !important;
}
th.text-left-border-right {
  text-align:left !important;
  border-right: 1px solid #fff !important;
}
th.border-right {
  border-right: 1px solid #fff !important;
}
td.text-left-border-right {
  text-align:left !important;
  border-right: 1px solid #666 !important;
}
td.border-right {
  border-right: 1px solid #666 !important;
}
/************************************************** TRANSACTIONS *******************************************************************/
.transactions-container {
	position:relative;
	width:950px;
	margin:0 auto;
	padding:0;
}
.transactions-content {  
	position:relative;
	padding:0;
	margin:0;
	background:#fff;	
	border-bottom:#ccc 1px solid;
}
.transactions-main {
	position:relative;
	width:100%;	
	padding:0;
	margin:0;
}
.transactions-tablewrap {
	width:100%;
	border:1px solid #666;
}
.transactions-tablehead {
	width:100%;
	border:3px solid #fff;	
}
.transactions-tablehead td {
	position:relative;
	padding:6px 12px 0px 6px;
	margin:0;
	font-size:90%;
	color:#333;
	vertical-align:top;
	text-align:left;
	border-bottom: 1px #fff solid;	
}
.transactions-stathead th {
	position:relative;
	border-bottom: 1px #c2c2c2 solid;
	font-weight:bold;
	color:#fff;
	font-size:90%;
	width:auto;
	text-align:left;
	text-decoration:none;
	padding:6px 12px 4px 6px;
background: rgb(76,76,76); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(76,76,76,1) 0%, rgba(89,89,89,1) 12%, rgba(102,102,102,1) 25%, rgba(71,71,71,1) 39%, rgba(44,44,44,1) 50%, rgba(0,0,0,1) 51%, rgba(17,17,17,1) 60%, rgba(43,43,43,1) 76%, rgba(28,28,28,1) 91%, rgba(19,19,19,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(76,76,76,1)), color-stop(12%,rgba(89,89,89,1)), color-stop(25%,rgba(102,102,102,1)), color-stop(39%,rgba(71,71,71,1)), color-stop(50%,rgba(44,44,44,1)), color-stop(51%,rgba(0,0,0,1)), color-stop(60%,rgba(17,17,17,1)), color-stop(76%,rgba(43,43,43,1)), color-stop(91%,rgba(28,28,28,1)), color-stop(100%,rgba(19,19,19,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(76,76,76,1) 0%,rgba(89,89,89,1) 12%,rgba(102,102,102,1) 25%,rgba(71,71,71,1) 39%,rgba(44,44,44,1) 50%,rgba(0,0,0,1) 51%,rgba(17,17,17,1) 60%,rgba(43,43,43,1) 76%,rgba(28,28,28,1) 91%,rgba(19,19,19,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(76,76,76,1) 0%,rgba(89,89,89,1) 12%,rgba(102,102,102,1) 25%,rgba(71,71,71,1) 39%,rgba(44,44,44,1) 50%,rgba(0,0,0,1) 51%,rgba(17,17,17,1) 60%,rgba(43,43,43,1) 76%,rgba(28,28,28,1) 91%,rgba(19,19,19,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(76,76,76,1) 0%,rgba(89,89,89,1) 12%,rgba(102,102,102,1) 25%,rgba(71,71,71,1) 39%,rgba(44,44,44,1) 50%,rgba(0,0,0,1) 51%,rgba(17,17,17,1) 60%,rgba(43,43,43,1) 76%,rgba(28,28,28,1) 91%,rgba(19,19,19,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(76,76,76,1) 0%,rgba(89,89,89,1) 12%,rgba(102,102,102,1) 25%,rgba(71,71,71,1) 39%,rgba(44,44,44,1) 50%,rgba(0,0,0,1) 51%,rgba(17,17,17,1) 60%,rgba(43,43,43,1) 76%,rgba(28,28,28,1) 91%,rgba(19,19,19,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c4c4c', endColorstr='#131313',GradientType=0 ); /* IE6-9 */
}
.transactions-stathead td {
	position:relative;
	border-bottom: 1px #c2c2c2 solid;
	font-weight:bold;
	color:#333;
	font-size:90%;
	width:auto;
	text-align:right;
	text-decoration:none;
	padding:6px 12px 4px 6px;
}