a {
	color: #353D73;
}

.left {
	float: left;
}

.right {
	float: right;
}

.clear {
	clear: both;
}

.block {
	display: block;
}

.inline-block {
	display: inline-block;
}

.hide {
	display: none;
}

.absolute {
	position: absolute;
	top: 0px;
	left: 0px;
}

.relative {
	position: relative;
}

body {
	min-width: 960px;
	margin: 0px auto;
	padding: 0px;
	background: #dadada;
	color: #000;
}

body.responsive {
	min-width: 100%;
}

td.highlight {
	font-weight: bold;
}

#container {
	width: 100%;

}

#site {
	/*max-width: 1000px;
	margin: 0px auto;*/
	padding-bottom: 0px;
}

#top-leaderboard {
	background: #000;
	padding: 20px 0px;
}

#top-leaderboard .box-content {
	max-width: 962px;
	margin: 0px auto;
}

#bottom-leaderboard {
	background: transparent;
	padding: 20px 0px;
}

#bottom-leaderboard .box-content {
	max-width: 962px;
	margin: 0px auto;
}

.leaderboard-centered {
	max-width:728px; margin:0px auto;
	padding: 20px 0;
}
.leaderboard-centered .left{ float:none }

#header {

}

#header .box-content  {
	max-width: 960px;
	margin: 0px auto;
}

#header .w-logo {
	left: 20px;
	z-index: 1001;
}

#washington-header {
	margin: 24px 10px 0px 0px;
}

#login-container {
	height: 65px;
	padding-top: 5px;
}

#login-container .login-link {
	font-family: Roboto Condensed;
	color: #969696;
	font-size: 16px;
	line-height: 16px;
	text-decoration: none;
	font-weight: bold;
	padding-top: 40px;
}

#login-container .live-window {
	margin-left: 16px;
}

#menu {
	width: 100%;
	z-index: 1000;
	background: url(/fls/30200/site_graphics/menubarbg.png) repeat-x;
}

#menu .contents {
	max-width: 960px;
	width: 100%;
	height: 53px;
	margin: 0px auto;
}

#menu-icons {
	left: auto;
	right: 0px;
	width: 84px;
}

#pac12-dropdown-button {
	height: 40px;
	margin-top: 6px;
}

#pac12-dropdown-button,
#search-btn {
	cursor: pointer;
}

#searchbox {
	left: auto;
	right: 0px;
	top: 53px;
	height: 0px;
	overflow: hidden;
	width: 272px;
	z-index: 999;
}

#searchbox form {
	margin: 0px;
}

#searchbox .searchinput,
#searchbox .searchsubmit {
	height: 28px;
	padding-bottom: 6px;
}

#searchbox .searchinput {
	width: 212px;
	background: #d8d3d7;
	border-left: 1px solid #afaba8;
	border-bottom: 1px solid #afaba8;
	border-radius: 0px 0px 0px 8px;
}

#searchbox .searchsubmit {
	width: 58px;
	background: #fff;
	border-right: 1px solid #adaca8;
	border-bottom: 1px solid #afaba8;
	border-radius: 0px 0px 8px 0px;
}

#searchInput {
	border: 0px;
	background: #fff;
	padding: 2px;
	height: 18px;
	line-height: 18px;
	margin: 6px 6px 0px 10px;
	width: 190px;
	border-radius: 0px;
}

#searchSubmit {
	color: #353d74;
	border: 0px;
	background: transparent;
	font-weight: bold;
	padding: 0px 8px;
	cursor: pointer;
	font-size: 12px;
	line-height: 34px;
	font-family: Arial;
	height: 34px;
}

#site_top_30200 {
	width: 100%;
	/*-webkit-box-shadow: 0px 6px 5px rgba(50, 50, 50, 0.15);
	-moz-box-shadow: 0px 6px 5px rgba(50, 50, 50, 0.15);
	box-shadow: 0px 6px 5px rgba(50, 50, 50, 0.15);*/
}

#sport-background,
#top-area {
	width: 100%;
	margin: 0px auto;
	position: relative;
}

#sport-background {
	padding-bottom: 20px;
}

#top-area {
	max-width: 960px;
	width: 100%;
	padding: 24px 0px;
}

#top-area .arrow {
	top: 50%;
	margin-top: -12px;
	left: 5px;
	cursor: pointer;
	z-index: 600;
}

#top-area .arrow.last {
	right: 5px;
	left: auto;
}

#top-area img.main {
	width: 100%;
}

#top-area .item {
	position: relative;
}

#top-area .item .play {
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -37px 0px 0px -37px;
	cursor: pointer;
}

#top-area .item .image {
	border: 1px solid #000;
}

#top-area .link {
	background: rgb(53,61,116); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(53,61,116,1) 0%, rgba(31,36,69,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(53,61,116,1)), color-stop(100%,rgba(31,36,69,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(53,61,116,1) 0%,rgba(31,36,69,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(53,61,116,1) 0%,rgba(31,36,69,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(53,61,116,1) 0%,rgba(31,36,69,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(53,61,116,1) 0%,rgba(31,36,69,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#353d74', endColorstr='#1f2445',GradientType=0 ); /* IE6-9 */
	border-radius: 4px;
	font-family: Roboto Condensed;
	font-size: 16px;
	line-height: 16px;
	height: 16px;
	padding: 10px;
	color: #fff;
	text-transform: uppercase;
}

#top-area .link img {
	padding: 0px 4px 0px 2px;
}

#top-area .link-1 {
	top: auto;
	left: auto;
	bottom: 62px;
	right: 50px;
}

#top-area .link-2 {
	top: auto;
	left: auto;
	bottom: 15px;
	right: 50px;
}

#top-area .item {
	position: relative;
}

#top-area .buttons {
	width: 140px;
	height: 22px;
	left: 50%;
	margin-left: -70px;
	bottom: 36px;
	top: auto;
}

#top-area .buttons.one {
	width: 28px;
	margin-left: -14px;
}


#top-area .buttons.two {
	width: 56px;
	margin-left: -28px;
}


#top-area .buttons.three {
	width: 84px;
	margin-left: -42px;
}


#top-area .buttons.four {
	width: 112px;
	margin-left: -56px;
}

#top-area .buttons .button {
	padding: 3px;
	border: 2px solid transparent;
	border-radius: 14px;
	margin: 0px 4px;
	cursor: pointer;
}

#top-area .buttons .button.active {
	border: 2px solid #fff;
}

#top-area .buttons .button .inner {
	width: 10px;
	height: 10px;
	border-radius: 6px;
	background: #d9dadb;
}

#top-area .buttons .button.active .inner {
	background: #fff;
}

#site_mid_30200 {
	width: 100%;
	margin-top: 20px;
	background: #DADADA;
}

body.home #site_mid_30200 {
	margin-top: 0px;
	/*padding-top: 20px;*/
}

#site_mid_30200-coach_30200 {

}

#coach-area {
	max-width: 1280px;
	width: 100%;
	margin: 20px auto 0px;
}

#coach-area .content {

}

#coach-area img.main {
	width: 100%;
}

#coach-area .link {
	background: rgb(53,61,116); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(53,61,116,1) 0%, rgba(31,36,69,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(53,61,116,1)), color-stop(100%,rgba(31,36,69,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(53,61,116,1) 0%,rgba(31,36,69,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(53,61,116,1) 0%,rgba(31,36,69,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(53,61,116,1) 0%,rgba(31,36,69,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(53,61,116,1) 0%,rgba(31,36,69,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#353d74', endColorstr='#1f2445',GradientType=0 ); /* IE6-9 */
	border-radius: 4px;
	font-family: Roboto Condensed;
	font-size: 16px;
	line-height: 16px;
	height: 16px;
	padding: .75% 2.5% .75% 1%;
	color: #fff;
	text-transform: uppercase;
}

#coach-area .link {
	top: 74%;
	left: 44%;
}

#coach-area .link img {
	padding: 0px 4px 0px 2px;
}

#ad-row {
	width: 965px;
	margin: 20px auto 0px;
}

#bio-slider {
	background: #353d74;
	width: 100%;
	margin-top: 20px;
	box-shadow: 0 6px 5px rgba(50, 50, 50, 0.15);
}

#bio-slider .content {
	width: 100%;
	max-width: 960px;
	margin: 0px auto;
	background-image: url(/fls/30200/site_graphics/biobg.jpg);
	background-repeat: none;
	background-position: top center;
	background-size: 100%;
	overflow: hidden;
}

#bio-slider .arrow {
	left: 0px;
	top: 49%;
	cursor: pointer;
	z-index: 500;
}

#bio-slider .arrow.last {
	left: auto;
	right: 0px;
}

#bio-slider.home .arrow {
	display: block;
}

#bio-slider .link {
	background: rgb(145,123,76); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(145,123,76,1) 0%, rgba(86,73,46,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(145,123,76,1)), color-stop(100%,rgba(86,73,46,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(145,123,76,1) 0%,rgba(86,73,46,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(145,123,76,1) 0%,rgba(86,73,46,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(145,123,76,1) 0%,rgba(86,73,46,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(145,123,76,1) 0%,rgba(86,73,46,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#917b4c', endColorstr='#56492e',GradientType=0 ); /* IE6-9 */	border-radius: 4px;
	font-family: Roboto Condensed;
	font-size: 14px;
	line-height: 14px;
	height: 14px;
	padding: .75% 2.5% .75% 1%;
	color: #fff;
	text-transform: uppercase;
}

#bio-slider .link img {
	padding: 0px 4px 0px 2px;
	height: 100%;
}

#bio-slider .link-1 {
	top: 71%;
	left: 68%;
}

#bio-slider .link-2 {
	top: 83%;
	left: 68%;
}

#bio-slider .slider .image img {
	width: 100%;
}

#studentathlete {
	margin: 20px 0px;
	background: #353d74;
}

#studentathlete .box-content {
	max-width: 960px;
	margin: 0px auto;
}

#studentathlete .arrow {
	position: absolute;
	top: 50%;
	margin-top: -11px;
	left: 0px;
	cursor: pointer;
	z-index: 500;
}

#studentathlete .arrow.last {
	left: auto;
	right: 0px;
}

#site-wide-ad {
	background: #f8f8f8;
	border: 1px solid #000;
	border-left: 0px;
	border-right: 0px;
	margin: 20px 0px 0px;
}

#site-wide-ad .adspace {
	max-width: 960px;
	margin: 0px auto;

}

#site_mid_30200 {
	padding-top: 20px;
}

#promo {
	background: #000;
}

#promo .box-content {
	max-width: 960px;
	margin: 0px auto;
}

#promo .item {
	max-height: 373px;
}

#promo .item img {
	max-height: 373px;
}

#promo .item.first .button {
	width: 145px;
	height: 40px;
	bottom: 40px;
	top: auto;
	left: 0px;
	right: 0px;
	margin: 0px auto;
	border-radius: 6px;
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
	line-height: 40px;
	text-align: center;
	background: rgb(53,61,116); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(53,61,116,1) 0%, rgba(31,36,69,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(53,61,116,1)), color-stop(100%,rgba(31,36,69,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(53,61,116,1) 0%,rgba(31,36,69,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(53,61,116,1) 0%,rgba(31,36,69,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(53,61,116,1) 0%,rgba(31,36,69,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(53,61,116,1) 0%,rgba(31,36,69,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#353d74', endColorstr='#1f2445',GradientType=0 ); /* IE6-9 */
}

#promo .item.second .button {
	width: 145px;
	height: 40px;
	bottom: 40px;
	top: auto;
	left: 0px;
	right: 0px;
	margin: 0px auto;
	border-radius: 6px;
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
	line-height: 40px;
	text-align: center;
	background: rgb(53,61,116); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(53,61,116,1) 0%, rgba(31,36,69,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(53,61,116,1)), color-stop(100%,rgba(31,36,69,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(53,61,116,1) 0%,rgba(31,36,69,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(53,61,116,1) 0%,rgba(31,36,69,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(53,61,116,1) 0%,rgba(31,36,69,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(53,61,116,1) 0%,rgba(31,36,69,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#353d74', endColorstr='#1f2445',GradientType=0 ); /* IE6-9 */
}

#three-cubes {
	background: #353d74;
	width: 100%;
	padding-bottom: 20px;
}

#three-cubes .content {
	width: 100%;
	max-width: 960px;
	margin: 0px auto;
}

#three-cubes .cube {
	margin-top: 20px;
	margin-right: 30px;
	width: 300px;
}

#three-cubes .cube.cubead {
	margin-top: 20px;
	margin-right: 0px;
}

#cubead {
	padding: 0px;
	font-size: 11px;
	line-height: 12px;
	color: #5b6770;
	font-family: Arial;
	text-align: right;
	max-width: 300px;
}

#ad-bar {
	width: 100%;
	background: #000;
	padding: 12px 0px;
}

#ad-bar.sport {
	margin-top: 16px;
}

#ad-bar .content {
	max-width: 960px;
	width: 100%;
	margin: 0px auto;
}

#ad-bar .content .sponsor {
	width: 9.1%;
	margin: 0px 1% 0px;
	padding: 1% 0px;
	display: block;
}

#ad-bar .content .sponsor img {
	width: 100%;
}

#drippan {
	width: 99%;
	max-width: 958px;
	border: 1px solid #afb0b1;
	margin: 20px auto 0px;
}

#drippan .title {
	border-bottom: 1px solid #afb0b1;
	font-size: 17px;
	color: #353d74;
	font-family: Roboto Condensed;
	font-weight: normal;
	line-height: 41px;
}

#drippan,
#drippan a {
	color: #353d74;
	text-decoration: none;
	font-family: Roboto Condensed;
	font-size: 15px;
	line-height: 19px;
}

#drippan a:hover,
#sectionmenu .title a:hover {
	color: #927c4d;
}

#drippan .header {
	margin-top: 20px;
	font-weight: bold;
}

#drippan .contents {
	padding: 0px 3% 3%;
}

#drippan .item {
	width: 16.66%;
}

#footer .logos {
	width: 460px;
	margin: 20px auto 0px;
}

#drippan .content {

}

#neulion {
	width: 112px;
	margin: 20px auto 0px;
}

#footer .text {
	margin-top: 20px;
	text-align: center;
}

#footer .text,
#footer a {
	font-size: 12px;
	font-family: Arial;
	color: #231f20;
	text-decoration: none;
}

#sectionmenu {
	width: 100%;
	max-width: 960px;
	margin: 0px auto;
	height: 45px;
	z-index: 996;
}

#sectionmenu .title {
	padding: 0px 0px 0px 20px;
}

#sectionmenu .title,
#sectionmenu .title a {
	font-size: 24px;
	line-height: 45px;
	font-weight: bold;
	font-family: Roboto Condensed;
	color: #353d74;
	text-decoration: none;
	text-transform: uppercase;
}

#sectionmenu .sport-social {
	margin: 5px 0px 0px 0px;
}

ul#section-menu {
	list-style-type:none;
	margin: 0;
	padding: 0px;
	float: left;
	position: relative;
	height: 21px;
	margin-top: 17px;
}

ul#section-menu li.divider {
	width: 2px;
	height: 14px;
	background: #999999;
	margin: 2px 0px 0px;
	padding: 0px;
}

ul#section-menu ul.subnav li {
	border-width:1px 1px 0px 1px;
}

ul#section-menu ul.subnav li.last {
	border-width:1px;
}

#section-menu li {
	display:block;
	float:left;
	margin:0px;
	width:auto;
	font-weight:bold;
	white-space:nowrap;
	padding: 0px 10px 0px;
}

#section-menu li a {
	font-family: Roboto Condensed;
	font-size: 16px;
	line-height: 16px;
	font-weight: bold;
	color: #999999;
	text-transform: uppercase;
}

#headlines {
	top: 4%;
	left: auto;
	right: 12%;
	width: 296px;
	padding: 14px 18px 0px;
	height: 182px;
	background: url(/fls/30200/site_graphics/headlinesbg.png) repeat-x;
	border: 1px solid #bababa;
}

#headlines .title {
	color: #353d74;
	font-size: 24px;
	font-family: Roboto Condensed;
	padding-bottom: 5px;
}

#headlines .title span {
	color: #000;
	display: block;
	float: left;
	line-height: 24px;
	font-size: 14px;
	padding-left: 5px;
	padding-right: 5px;
}

#headlines .title,
#headlines .story {
	border-bottom: 1px solid #b3b3b3;
}

#headlines .story {
	height: 24px;
}

#headlines .story,
#headlines .story a {
	font-size: 14px;
	line-height: 24px;
	font-family: Roboto Condensed;
	text-decoration: none;
	color: #353d74;
}

#headlines .story a,
#headlines .story .dot {
	color: #000;
}

#headlines .story .date {
	padding-right: 6px;
}

#headlines .archives-link {
	font-size: 14px;
	font-family: Roboto Condensed;
	color: #927c4d;
	font-weight: bold;
	padding-top: 3px;
}

#schedule {
	width: 100%;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	height: 100px;
}

#schedule .box-content {
	max-width: 960px;
	margin: 0px auto;
}

#schedule .arrow {
	margin: 39px 2px 0px;
	cursor: pointer;
}

#schedule-content {
	overflow: hidden;
	height: 100px;
}

#schedule .content {
	width: 772px;
	float: left;
}

#schedule .event {
	font-size: 14px;
	font-family: Roboto Condensed;
	color: #000;
	background: #fff;
	height: 100px;
	border-left: 2px solid #a7a9ac;
	border-right: 2px solid #a7a9ac;
	margin: 0px 4px;
}

#schedule .event.nodata {
	text-align: center;
	line-height: 100px;
	font-size: 20px;
}

#schedule .event .event-teams {
	padding: 0px 0px 0px 6px;
	height: 60px;
}

#schedule .event .event-teams .winner {
	width: 20px;
	height: 18px;
	float: right;
	text-align: right;
}

#schedule .event .event-teams .winner img {

}

#schedule .event .event-teams .team {
	padding: 5px 0px;
}

#schedule .event .team-name {
	line-height: 18px;
	padding: 0px 0px;
}

#schedule .event .team-name img {
	height: 18px;
}

#schedule .event .date {
	background: #a7a9ac;
	padding: 0px 2px;
	line-height: 20px;
	color: #fff;
	text-transform: uppercase;
}

#schedule .event.stats-livegame .date,
#schedule .event.stats-livegame .event-links {
	background: #927b4c;
}

#schedule .event.stats-livegame {
	border-left: 2px solid #927b4c;
	border-right: 2px solid #927b4c;
}

#schedule .event .event-links {
	line-height: 20px;
	height: 20px;
	background: #a7a9ac;
	padding: 0px 4px;
}

#schedule .event .event-links a {
	font-size: 14px;
	font-family: Roboto Condensed;
	color: #fff;
	line-height: 20px;
}

#schedule .event .event-links span {
	font-size: 14px;
	font-family: Roboto Condensed;
	color: #fff;
	line-height: 20px;
	display: inline-block;
	font-weight: bold;
}

#schedule-dropdown {
	width: 128px;
	height: 33px;
	line-height: 33px;
	background: #fff;
	border: 1px solid #85888a;
	border-radius: 6px;
	text-indent: 12px;
	font-family: Roboto Condensed;
	color: #231f20;
	font-size: 13px;
	font-weight: bold;
	margin: 32px 10px 0px 0px;
	cursor: pointer;
	position: relative;
	text-transform: uppercase;
}

#schedule-dropdown .button img {
	margin-top: 11px;
	margin-left: 2px;
}

#schedule-dropdown .content {
	border: 1px solid #85888a;
	background: #fff;
	position: absolute;
	z-index: 700;
	width: 200px;
	height: 202px;
	overflow-y: auto;
}

#schedule-dropdown .content.active {
	display: block;
}

#schedule-dropdown .content .sport {
	padding: 6px 10px;
	border-top: 1px solid #85888a;
	font-size: 14px;
	line-height: 16px;
	text-indent: 0px;
}

#schedule-dropdown .content .sport.first {
	border-top: 0px;
}

#aroundpac12 .story {
	border-bottom: 1px solid #cacbcb;
	padding: 10px 6px;
}

#aroundpac12 .play {
	padding: 0px 6px 0px 0px;
	cursor: pointer;
}

#aroundpac12 .story a{
	font-family: Roboto Condensed;
	color: #000;
	font-size: 14px;
	line-height: 15px;
	text-decoration: none;
}

#aroundpac12 .archives a {
	color: #353D74;
	text-decoration: none;
	font-size: 11px;
	line-height: 20px;
	font-weight: bold;
	font-family: Noto Sans;
	padding-left: 6px;
}

#aroundpac12 {
	width: 300px;
	height: 250px;
}

#aroundpac12 .contents {
	background: #fff;
}

#aroundpac12 .title {
	font-family: Roboto Condensed;
	font-weight: bold;
	color: #e0e0e1;
	font-size: 24px;
	line-height: 24px;
	padding: 4px 0px 8px 0px;
	background: #353d74;
	text-align: center;
	text-transform: uppercase;
	border: 1px solid #fff;
	border-bottom: 0px;
}

#aroundpac12 .stories {
	height: 192px;
	overflow-y: auto;
}

#aroundpac12 .links {
	padding-left: 8px;
	color: #927c4d;
}

#aroundpac12 .links a {
	font-size: 14px;
	line-height: 20px;
	color: #927C4D;
	font-family: Roboto Condensed;
	text-decoration: none;
	font-weight: bold;
}

#embedPlayer {
	background: #000;
	position: fixed;
	z-index: 10500;
	display: none;
	width: 724px;
	height: 434px;
}

#embedPlayer .innerWrapper {
	/*width: 704px;
	height: 424px;
	padding: 10px 10px;*/
	width: 96%;
	height: 96%;
	margin: 0px auto;
	padding: 1% 0px;
}

#embedPlayer .xbutton {
	position: absolute;
	top: 10px;
	right: 10px;
	cursor: pointer;
	z-index: 10001;
}


#embedPlayerFade {
	position: fixed;
	z-index: 10400;
	background: #000;
	opacity: .7;
	filter: alpha(opacity = 70);
	left: 0px;
	top: 0px;
	display: none;
	width: 100%;
	height: 100%;
}

body.two-column #content,
body.article.wide #content {
	width: 100%;
	max-width: 960px;
	margin: 0px auto;
}

body.article.wide #content {
	background: #fff;
}

body.sport #content {
	background: #fff;
	max-width: 940px;
	padding: 10px 10px 0px 10px;
	margin: 0px auto;
}

body.coaches #content {
	padding: 0px 0px 0px;
	max-width: 960px;
}

#fan-header-bar {
	width: 100%;
	max-width: 960px;
	margin: 0px auto;
}

#content-left {
	width: 61.5%;
	background: #fff;
}

#content-left .contents {

}

#content-right {
	width: 340px;
	padding-left: 20px;
}

#right-column {
	background: #353d74;
	min-height: 100px;
}

#right-column .rightcolad.adspace {
	width: 300px;
	margin: 0px auto;
	padding-top: 16px;
}

#article-container {
	width: 100%;
}

#article-container .play {
	position: absolute;
	left: 46%;
	top: 38%;
	z-index: 600;
	cursor: pointer;
	max-width: 90px;
	width: 12%;
}

#article-container .image {

}

#article-container .image img {
	width: 100%;
}

#article-container .image-info {
	background: #999999;
	color: #fff;
	font-family: Noto Sans;
	font-size: 10px;
	line-height: 16px;
	padding: 5px 16px;
}

#article-container .image-info .credit {
	width: 100%;
}

#article-container .image-info .caption {
	font-size: 14px;
	line-height: 18px;
	font-family: Roboto Condensed;
}

#article-container a {
	color: #927C4D;
}

#article-title {
	color: #353d74;
	font-size: 28px;
	line-height: 30px;
	font-family: Roboto Condensed;
	font-weight: bold;
	padding: 16px 0px 10px;
}

#article-title,
#article-date-icons,
#article-content,
#article-container a.back {
	padding-left: 16px;
	padding-right: 16px;
}

#article-date-icons .text {
	font-family: Arial;
	color: #000;
	font-size: 12px;
	line-height: 14px;
}

#article-date-icons .addthis_toolbox {
	padding: 3px 0px 0px 5px;
}

#articleRelated {
	width: 216px;
	border: 1px solid #808080;
	background: #fff;
}

#articleRelated .border {

}

#article #articleRelated {
	float: right;
}

#articleRelated .header {
	font-size: 14px;
	font-family: Roboto Condensed;
	color: #353d74;
	line-height: 14px;
	padding: 5px 10px 2px;
	font-weight: bold;
}

#articleRelated .header img {
	display: block;
}

#articleRelated .content {
	width: 182px;
	padding: 6px 10px 2px;
	border-top: 3px solid #808080;
	margin: 0px auto;
}

#articleRelated .content a {
	font-family: Arial;
	color: #927c4d;
	text-decoration: none;
	padding-top: 3px;
	font-size: 12px;
	font-weight: normal;
	width: 154px;
}

#articleRelated .item {
	padding: 0px 0px 4px 0px;
}

#article .view {
	padding-top: 13px;
}

#article-content {
	padding-top: 16px;
}

#article-content .article-related-links.left {
	margin: 0px 10px 10px 0px;
}

#article-content {

}

#article-content .article-related-links.right {
	margin: 0px 0px 10px 10px;
}

#article-container a.back {
	color: #927c4d;
	font-family: Roboto Condensed;
	font-size: 14px;
	text-decoration: none;
	font-weight: bold;
	padding-top: 16px;
}

#more-headlines {

}

#more-headlines .title {
	font-family: Roboto Condensed;
	font-size: 24px;
	line-height: 24px;
	color: #e0e0e1;
	text-align: center;
	font-weight: bold;
	padding: 30px 0px 6px;
}

#more-headlines .content {
	background: #fff;
	width: 300px;
	margin: 0px auto;
}

#more-headlines .story {
	border-bottom: 1px solid #cbcbcb;
	padding: 5px 10px 5px 10px;
}

#more-headlines a {
	font-size: 12px;
	line-height: 12px;
	font-family: Arial;
	color: #000;
	text-decoration: none;
}

#more-headlines .archives {
	padding: 5px 10px;
}

#more-headlines .archives a {
	font-size: 14px;
	font-family: Roboto Condensed;
	line-height: 14px;
	color: #927c4d;
	font-weight: bold;
}

#right-column #cubead,
#right-column #aroundpac12 {
	margin: 0px auto;
}

#right-column #cubead {
	padding: 20px 0px 16px;
}

#right-column .cube.adspace {
	width: 300px;
	margin: 0px auto 0px;
	padding: 16px 0px;
}

#schedule-table thead tr th,
#schedule-table tbody tr.tournament td {
	background: #353D74 !important;
	color: #fff !important;
}

#schedule-table tbody tr.home td {
	font-weight: bold;
}

.undermenu.adspace {
	width: 960px;
	overflow: hidden;
	margin: 0px auto;
}

#uploadContentDiv span span img,
#uploadContentDiv p img {
	height: 1px;
	display: block;
}

#rotator {
	margin: 0px auto;
	width: 100%;
	max-width: 960px;
	height: 100%;
}

#rotator .main .story {
	width: 100%;
	height: 100%;
	overflow: hidden;
}

#rotator .main .story img {
	width: 100%;
}

#rotator .contents {
	height: 100%;
	overflow: hidden;
}

#rotator .titlebar {
	background: rgba(0, 0, 0, 0.75);
	top: auto;
	bottom: 0px;
	width: 100%;
	height: 100px;
	font-size: 12px;
}

#rotator .titlebar a {
	color: #fff;
	font-family: Roboto Condensed;
	text-decoration: none;
}

#rotator .titlebar .title a {
	font-size: 36px;
	line-height: 60px;
	font-weight: bold;
}

#rotator .titlebar .teaser a {
	font-size: 14px;
}

#rotator .titlebar .related a,
#rotator .titlebar .related span {
	color: #927c4d;
	font-size: 16px;
	font-weight: normal;
	margin: 0px 2px;
}

#rotator .titlebar .related a:first-child {
	margin-left: 0px;
}

#rotator .titlebar .title {
	padding: 5px 0px 2px;
}

#rotator .titlebar .title,
#rotator .titlebar .teaser,
#rotator .titlebar .related {
	padding-left: 12px;
}

#rotator .titlebar .legend {
	margin: 4px 6px;
}

#rotator .titlebar .legend span {
	font-family: Noto Sans;
	font-size: 12px;
	color: #ffc82e;
	font-weight: bold;
	cursor: pointer;
}

#rotator .arrow {
	z-index: 600;
	top: 38%;
	left: auto;
	right: 4px;
	cursor: pointer;
	width: 3.8%
}

#rotator .arrow.first {
	left: 4px;
	right: auto;
}

#rotator .play {
	width: 90px;
	position: absolute;
	left: 45%;
	top: 32%;
	z-index: 600;
	cursor: pointer;
	max-width: 90px;
	width: 9%;
}

#subrotator {
	z-index: 600;
	width: 100%;
	max-width: 960px;
	margin: 20px auto 0px;
}

#subrotator .contents {
	width: auto;
	height: auto;
	border: 0px;
}

#subrotator .story {
	width: 18.8%;
	overflow: hidden;
	margin-left: 1.5%;
	cursor: pointer;
}

#subrotator .story .image img.play {
	width: 30%;
	left: 35%;
	top: 22%;
	margin: 0px;
}

#subrotator .story .title {
	color: #000;
	font-size: 16px;
	line-height: 20px;
	font-family: Roboto Condensed;
}

#subrotator .story.active .title {
	color: #343d78;
}

#subrotator .story.first {
	margin-left: 0px;
}

#subrotator .story .image img {
	width: 98%;
	margin: 1%;
}

#subrotator .story.active .image {
	background: #343D78;
}

#schedule-table td,
#schedule-table th {
	font-size: 12px;
}

.views-listing .controls select {
	
}

#related-articles {
	padding: 10px 14px;
}

#related-articles .header {
	color: #363a76;
	font-size: 31px;
	font-family: Roboto Condensed;
	font-weight: bold;
	line-height: 56px;
}

#related-articles .header span {
	font-weight: normal;
}

#related-articles .content .item {
	width: 32%;
}

#related-articles .content .item.middle {
	margin: 0px 2%;
}

#related-articles .content .item .title {
	font-size: 17px;
	font-family: Roboto Condensed;
	color: #000;
	padding: 6px 0px;
}



/***********************************************************************************
**** Menu
***********************************************************************************/

#menu-container {
	position:relative;
	min-height:40px;
}

#list-menu {
	/*float:left;*/
	display:block;
	visibility:hidden;
	margin: 0px 0px 0px 125px;
	list-style-type:none;
	padding:0;
	border:0;
	height: 53px;
}

#list-menu .divider {
	float:left;
	width:1px;
	height:40px;
	display:none;
}

#list-menu-button {
	display:none;
	height:43px;
	position:absolute;
	z-index:1;
	top: 0px;
	right:114px;
	padding: 5px 4px;
	border-left: 1px solid #686976;
}

#list-menu-button button {
	padding: 7px 10px 7px;
}

#list-menu-button .icon-bar {
	background-color:#F5F5F5;
	border-radius:1px 1px 1px 1px;
	box-shadow:0 1px 0 rgba(0, 0, 0, 0.25);
	display:block;
	height:2px;
	width:18px;
}

#list-menu li.parent {
	float:left;
	background:transparent;
	position:relative;
}

#list-menu li.parent.template {
	position:static;/**/
}

#list-menu ul {
	list-style-type:none;
	padding:0;
	margin:0;
	border:0;
}

#list-menu a {
	display:block;
}

#list-menu a:hover {
	color: #e8d3a2;
}

.top-menu-link {
	height:53px;
	line-height:53px;
	padding:0px 0px 0px 11px;
	margin-right: 11px;
	text-decoration:none;
	font-family: Roboto Condensed;
	font-size: 16px;
	color: #fff;
	font-weight: bold;
	text-transform: uppercase;
}

.top-menu-link:focus {
	color: #fff;
}

.sub .top-menu-link {
	background: url(/fls/30200/site_graphics/arrow-down.png) no-repeat right center;
	padding-right: 16px;
}

.sub.menu-active .top-menu-link {
	background: url(/fls/30200/site_graphics/arrow-down-gold.png) no-repeat right center;
}

.top-menu-link:focus,
.top-menu-link:hover {
	text-decoration:none;
}

li.template.menu-active .top-menu-link {
	color: #e8d3a2;
}

.subnav {
	display:none;
	position:absolute;
	z-index:1;
	top:53px;
	left:0px;
	padding:0;
}

.subnav.template-ul {
	width:auto;
	height:auto;
	background:transparent;
}

.subnav.template-ul .subnav {
	display:block;
}

.subnav .template {
	width:100%;
	height: 314px;
	position:relative;
	background:#000;
	/*border-radius:0 0 5px 5px;*/
	border-top: 3px solid #e8d3a2;
	/*overflow:hidden;*/
}

.menu-active .subnav {
	display:block;
}

.subnav li a {
	padding:0 10px;
	/*min-width:200px;*/
	height:20px;
	line-height:20px;
	color: #fff;
	font-size: 14px;
	font-family: Roboto Condensed;
	text-decoration: none;
	font-weight: normal;
}

.subnav li a.section {
	color: #e8d3a2;
}

.subnav li a.section:hover {
	color: #fff;
}

.subnav li a:hover {
	color: #927c4d;
}

#list-menu .image {

}

#list-menu .image img {
	width: 100%;
}

#list-menu li.template ul.subnav .standard {
	padding: 12px 0px 0px 1.5%;
	width: 78%;
	float: left;
}

#list-menu li.template ul.subnav ul.subnav {
	position:static;
}

#list-menu li.template ul.subnav .sports ul.subnav {
	width: auto;
	float: none;
	position:static;
	float: left;
}

#list-menu li.template ul.subnav .box-mens,
#list-menu li.template ul.subnav .box-womens {
	width: 47%;
	float: left;
}

#list-menu li.template ul.subnav .box-mens {
	padding-right: 5%;
}

#list-menu li.template ul.subnav .menu-label {
	font-size: 16px;
	font-family: Roboto Condensed;
	font-weight: bold;
	color: #fff;
	border-bottom: 1px solid #fff;
}

#list-menu .image-text .headline,
#list-menu .image-text .teaser {
	display:none;
}

#list-menu .parent.sports .feature-1,
#list-menu .parent.sports .feature-2,
#list-menu .parent.sports .label-1,
#list-menu .parent.sports .label-2
{
	display:none;
}

#list-menu .parent .image-text {
	width: 19%;
	padding-left: .5%;
	position: static;
	float: left;
	padding-top: 20px;
}

#list-menu .parent .image-text a {
	min-width: auto;
	padding: 0px;
}

#list-menu .feature-1 {
	position:absolute;
	z-index:1;
	top:10px;
	right:260px;
}

#list-menu .with-sections .subnav li.first {

}

ul#menu-sport-group-1 {
	width:47%;
	float:left;
	margin-left:2%;
	position:static;
}

ul#menu-sport-group-2 {
	width:47%;
	float:left;
	margin-left:2%;
	position:static;
}

#list-menu div.standard li {
	float:left;
	border-width:0px 0px 1px 0px;
	border-style:solid;
	border-color:#fff;
	width: 47%;
	background:transparent;
}

#list-menu .template-2 div.standard li {
	width: 100%;
	margin-right: 0px;
	float: none;
}

#list-menu div.standard.sports li {
	width: 100%;
}

#list-menu div.standard li.odd {
	margin-right: 5%;
}

#list-menu div.standard.sports li.odd {
	margin-right: 0px;
}

#list-menu div.standard a,
#list-menu div.standard a.sport {
	display:inline;
	min-width:auto;
	padding:0px;
	height:23px;
	line-height:23px;
}

#list-menu .with-sections a.facebook {
	background:url(/fls/30200/site_graphics/fb_icon.png) transparent no-repeat;
	width:15px;
	height:15px;
	display:block;
	float:right;
	overflow:hidden;
	padding:0;
	margin-top: 4px;
	margin-right: 4px;
}

#list-menu .with-sections a.twitter {
	background:url(/fls/30200/site_graphics/twitter_icon.png) transparent no-repeat;
	width:15px;
	height:15px;
	display:block;
	float:right;
	overflow:hidden;
	padding:0;
	margin-top: 4px;
	margin-right: 8px;
	margin-left: 10px;
}

.facebook-placeholder{
	width:15px;
	height:15px;
	display:block;
	float:right;
	overflow:hidden;
	padding:0;
	margin-top: 4px;
	margin-right: 4px;
}


.twitter-placeholder{
	width:15px;
	height:15px;
	display:block;
	float:right;
	overflow:hidden;
	padding:0;
	margin-top: 4px;
	margin-right: 8px;
	margin-left: 10px;
}

#list-menu .with-sections a.sport {
	float:left;
}

#list-menu .with-sections a.section {
	float:right;
	font-size: 14px;
	font-family: Roboto Condensed;
	font-weight: normal;
	padding-right: 6px;
}

#list-menu .with-sections a.section:hover {
	color: #fff;
}

#list-menu .with-sections a.section span {
	padding-left: 6px;
	color: #e8d3a2 !important;
}

#section-menu li.more {
	position:relative;
	width: 48px;
	height: 20px;
}

#section-menu ul.more{
	padding:0px;
	visibility: hidden;
}

#section-menu ul.more li{
	border-width:0px 1px 1px 1px;
	border-color:#fff;
	border-style:solid;
	width:100%;
	min-width: 200px;
	clear:both;
	background-color: #000;
}
#section-menu ul.more li.section {
	margin: 0px 0px 0px !important;
	height: 23px;
}
#section-menu ul.more li.first {
	border-top:solid 1px #A5A4A3;
}
#section-menu ul.more li:hover,
#section-menu ul.more div:hover{

}

#section-menu ul.more li a{
	color: #E8D3A2;
	font-family:Roboto Condensed;
	font-size:14px;
	text-align:left;
	text-transform:none;
	font-weight: normal;
	line-height: 23px;
}

#section-menu ul.more li a:hover{
	color: #fff;
}


/*  30200 media player custom styles ---------------------------*/
#mediaportal-brand h1, #mediaportal-brand h1 a{
	font-size:28px;
	color:#353d74;
	font-family:'Roboto Condensed', Arial, sans-serif;
	font-weight:700;
	text-decoration:none;
}
#mediaportal-nav {
	background-color:#353d74;
	color:#ffc72c;
}
#mediaportal-menu li a {
	font-family:'Roboto Condensed', Arial, sans-serif;
	background-color:#353d74;
	color:#fff;
	font-weight:bold;
	text-transform:uppercase;
	font-size:16px;
}
#mediaportal-embed, #mediaportal-more, #mediaportal-search-text,
#mediaportal-live-audio-list, #mediaportal-more-audio{
	font-family:'Roboto Condensed', Arial, sans-serif;
	font-weight:normal;
}
#mediaportal-embed .player.sport, #mediaportal-embed .player.date {
	margin-top:.25em;
}
#mediaportal-menu li a:hover, #mediaportal-menu li.active a {
	background-color:#dadada;
	color:#927c4d;
	font-weight:bold;
}
#mediaportal-menu-audio li a,#mediaportal-menu-audio li a:hover {
	font-family:'Roboto Condensed', Arial, sans-serif;
	background-color:#dadada;
	color:#927c4d;
	font-weight:bold;
	font-size:16px;
}
#mediaportal-more-head h4,
#mediaportal-live-audio-list h4,
#mediaportal-more-audio h4{
	font-family:'Roboto Condensed', Arial, sans-serif;
	color:#353d74;
	font-size:24px;
	font-weight:700;
}
#mediaportal-paging input,
#mediaportal-live-audio-list-paging input,
#mediaportal-more-audio-list-paging input{
	background-color:#927c4d;
	color:#fff;
	border:none;
	font-weight:bold;
	padding:6px 18px;
	font-family:'Roboto Condensed', Arial, sans-serif;
}
/*  END media player custom styles ---------------------------*/

#biotable {
  	background: url("/fls/30200/site_graphics/wash-11-bg-bio.gif") no-repeat;
  	position: relative;
  	width: 620px;
  	height: 250px;
  	overflow: hidden;

  }
  #biotable-name {
  	position: absolute;
  	/*left:240px;
  	top: 50px;*/
  	left: 190px;
  	top: 50px;
  	font-size: 24px;
  	font-weight:bold;
  	color: #43447c;
  }
  #biotable-number {
  	/*position: absolute;
  	left: 190px;
  	top: 50px;
  	font-size: 24px;
  	font-weight:bold;
  	text-align:left;
  	color: #43447c;*/
  	padding-right: 20px;
  	display: inline;

  }
  #biotable-photo {
  	position: absolute;
  	width: 150px;
  	left: 54px;
  	top: 54px;
  }
  #biotable-photo img { }
  #biotable-info {
  	position: absolute;
  	left: 184px;
  	top: 77px;
  	color: #43447c;
  }
  #biotable-info table * {
  	color: #43447c;
  	background: transparent;
  	padding: 0px;
    margin: 0px;
  }
  #biotable-info table tr td table tr td {
  	padding-bottom: 5px;
  }
  #biotable-info * img {
  	display: none;
  }
  #biotable-number.bioblank { display: none; }
  #biotable-number.bio { display: none; }

#total-stats-comp{
 display: none;
}

.sprite-W{ background-image: url(/fls/30200/site_graphics/sprite.png); background-position: 0 0; width: 96px; height: 110px; }
.sprite-arrow-right{ margin: 3px 0px 0px 2px;background-image: url(/fls/30200/site_graphics/sprite.png); background-position: 0 -115px; width: 9px; height: 11px; }
.sprite-audioicon{ background-image: url(/fls/30200/site_graphics/sprite.png); background-position: 0 -131px; width: 27px; height: 20px; }
.sprite-bio_arrow_left{ background-image: url(/fls/30200/site_graphics/sprite.png); background-position: 0 -156px; width: 11px; height: 22px; }
.sprite-bio_arrow_right{ background-image: url(/fls/30200/site_graphics/sprite.png); background-position: 0 -183px; width: 11px; height: 22px; }
.sprite-downloadicon{ background-image: url(/fls/30200/site_graphics/sprite.png); background-position: 0 -210px; width: 26px; height: 20px; }
.sprite-footer_flag{ background-image: url(/fls/30200/site_graphics/sprite.png); background-position: 0 -235px; width: 66px; height: 41px; }
.sprite-galleryicon{ background-image: url(/fls/30200/site_graphics/sprite.png); background-position: 0 -281px; width: 27px; height: 20px; }
.sprite-img{ background-image: url(/fls/30200/site_graphics/sprite.png); background-position: 0 -306px; width: 135px; height: 52px; }
.sprite-linkicon{ background-image: url(/fls/30200/site_graphics/sprite.png); background-position: 0 -363px; width: 26px; height: 20px; }
.sprite-miniplay{ background-image: url(/fls/30200/site_graphics/sprite.png); background-position: 0 -388px; width: 25px; height: 14px; }
.sprite-ncaa{ background-image: url(/fls/30200/site_graphics/sprite.png); background-position: 0 -407px; width: 114px; height: 52px; }
.sprite-pac12-dropdown{ background-image: url(/fls/30200/site_graphics/sprite.png); background-position: 0 -464px; width: 60px; height: 53px; }
.sprite-pac12{ background-image: url(/fls/30200/site_graphics/sprite.png); background-position: 0 -522px; width: 98px; height: 52px; }
.sprite-pdficon{ background-image: url(/fls/30200/site_graphics/sprite.png); background-position: 0 -579px; width: 27px; height: 20px; }
.sprite-schedule-left{ background-image: url(/fls/30200/site_graphics/sprite.png); background-position: 0 -604px; width: 16px; height: 20px; }
.sprite-schedule-right{ background-image: url(/fls/30200/site_graphics/sprite.png); background-position: 0 -629px; width: 16px; height: 20px; }
.sprite-search{ background-image: url(/fls/30200/site_graphics/sprite.png); background-position: 0 -654px; width: 40px; height: 53px; }
.sprite-top-arrow{ background-image: url(/fls/30200/site_graphics/sprite.png); background-position: 0 -712px; width: 10px; height: 16px; }
.sprite-v_advertisement{ background-image: url(/fls/30200/site_graphics/sprite.png); background-position: 0 -733px; width: 12px; height: 90px; }
.sprite-videoicon{ background-image: url(/fls/30200/site_graphics/sprite.png); background-position: 0 -828px; width: 27px; height: 20px; }
.sprite-w_footer{ background-image: url(/fls/30200/site_graphics/sprite.png); background-position: 0 -853px; width: 112px; height: 52px; }

.sprite-huskies_partners-01{ background-image: url(/fls/30200/site_graphics/partner-sprite.png); background-position: 0 0; width: 108px; height: 53px; }
.sprite-huskies_partners-02{ background-image: url(/fls/30200/site_graphics/partner-sprite.png); background-position: 0 -58px; width: 108px; height: 53px; }
.sprite-huskies_partners-03{ background-image: url(/fls/30200/site_graphics/partner-sprite.png); background-position: 0 -116px; width: 108px; height: 53px; }
.sprite-huskies_partners-04{ background-image: url(/fls/30200/site_graphics/partner-sprite.png); background-position: 0 -174px; width: 108px; height: 53px; }
.sprite-huskies_partners-05{ background-image: url(/fls/30200/site_graphics/partner-sprite.png); background-position: 0 -232px; width: 108px; height: 53px; }
.sprite-huskies_partners-06{ background-image: url(/fls/30200/site_graphics/partner-sprite.png); background-position: 0 -290px; width: 108px; height: 53px; }
.sprite-huskies_partners-07{ background-image: url(/fls/30200/site_graphics/partner-sprite.png); background-position: 0 -348px; width: 108px; height: 53px; }
.sprite-huskies_partners-08{ background-image: url(/fls/30200/site_graphics/partner-sprite.png); background-position: 0 -406px; width: 108px; height: 53px; }


#schedule-table tbody tr.tournament td {
	display: none;
}

/* Layout overrides for archive views to be full screen */
#content-left.full{
	width:100% !important;
}
#content-left.full ~ #content-right{
	display:none !important;
}


.OoyalaHtml5VideoPlayer {
	width: 100% !important;
	left: -10000px;
}

.OoyalaHtml5VideoPlayer video {
	width: 100% !important;
}

#upcoming-pac12 {
	border: 1px solid #b5b5b5;
	margin-top: 0px
}

#upcoming-pac12 .border {
	padding: 4px;
	background: #353d74;
}

#upcoming-pac12 .contents {
	width: 100%;
	height: 240px;
	background: #fff;
}

#upcoming-pac12 .header {
	font-family: Roboto Condensed;
	font-weight: bold;
	color: #fff;
	font-size: 16px;
	height: 50px;
	line-height: 50px;
	padding: 0px 0px 0px 6px;
	background: #353d74;
	display: block;
	text-decoration: none;
}

#upcoming-pac12 .gray-bar {
	height: 19px;
	width: 100%;
	background: #b5b5b5;
}

#upcoming-pac12 .pac12-tv {
	top: 0px;
	left: auto;
	right: 0px;
}

#upcoming-pac12 .content {
	height: 141px;
}

#upcoming-pac12 .links {
	background: #b5b5b5;
	height: 30px;
}

#upcoming-pac12 .links .left {
	width: 50%;
	float: left;
}

#upcoming-pac12 .links div:first-child a {
	border-left: 0px;
}

#upcoming-pac12 .links a {
	display: block;
	font-size: 13px;
	line-height: 30px;
	color: #000;
	font-family: Roboto Condensed;
	text-decoration: none;
	font-weight: bold;
	text-align: center;
	border-left: 1px solid #888888;
}

#upcoming-pac12 .event {
	padding: 5px 10px;
	border-bottom: 1px solid #ddd;
	position: relative;
	height: 36px;
}

#upcoming-pac12 .event .title {
	font-family: Roboto Condensed;
	font-weight: bold;
	color: #927c4d;
	font-size: 14px;
	line-height: 18px;
}

#upcoming-pac12 .event .date {
	font-family: Roboto Condensed;
	font-weight: normal;
	color: #000;
	font-size: 14px;
	line-height: 17px;
}

#upcoming-pac12 .event .live {
	font-weight: normal;
	border: 1px solid #353d74;
	color: #353d74;
	border-radius: 1px;
	display: inline-block;
	margin-left: 6px;
	line-height: 12px;
	padding: 0px 4px;
	font-size: 11px;
}

#upcoming-pac12 .event .network-info {
	background: url(/fls/0/site_graphics/pac12-infographic.png) no-repeat;
	width: 16px;
	height: 15px;
	display: inline-block;
	margin-left: 6px;
	cursor: pointer;
	position: relative;
	top: 3px;
}

#upcoming-pac12 .event .network-info-box {
	position: absolute;
	top: 42px;
	right: 10px;
	width: 160px;
	background: #fff;
	border: 1px solid #000;
	padding: 10px;
	display: none;
	z-index: 500;
}

#upcoming-pac12 .event .network-info-box.active {
	display: block;
}

#upcoming-pac12 .event .network-info-box a {
	display: block;
	font-size: 11px;
	line-height: 13px;
}

#upcoming-pac12 .no-data {
	font-size: 14px;
	font-weight: bold;
	padding-top: 20px;
	text-align: center;
}

body.guest-mgmt .white img {
	display: none;
}

#T01, #T02 {
	color: #fff;
}

#mediaportal-container {
	margin: 0px !important;
}

#bio-coach .bio-page-title,
#coach-list .coach-page-title,
#bio-player .bio-page-title {
	display: none !important;
}

#bio-player #bio-box-3 {
	display: none;
}

#roster-body {
	width: 100% !important;
}

body #roster-page .roster-title,
body #roster-body td,
body #roster-list-table th, 
body #roster-list-table td,
body #roster-list-table td a,
body #roster-page #coaches-list .title,
body #roster-body .coach_name,
body #roster-body .coach_name a,
body #roster-body .coach_position,
body .dropdown-season label,
body #roster-grid-layout .player .player-name,
body #roster-grid-layout .player .player-name a,
body #roster-grid-layout .player .height,
body #roster-grid-layout .player .text, 
body #roster-grid-layout .player .height,
body #roster-grid-layout .player .image .number
{
	font-family: Roboto Condensed;
}