/*
	960 Grid System ~ Core CSS.
	Learn more ~ http://960.gs/

	Licensed under GPL and MIT.
*/

/*
	Forces backgrounds to span full width,
	even if there is horizontal scrolling.
	Increase this if your layout is wider.

	Note: IE6 works fine without this fix.
*/

body {
	min-width: 960px;
}

/* `Containers
----------------------------------------------------------------------------------------------------*/

.container_12,
.container_16 {
	margin-left: auto;
	margin-right: auto;
	width: 960px;
}

/* `Grid >> Global
----------------------------------------------------------------------------------------------------*/

.grid_1,
.grid_2,
.grid_3,
.grid_4,
.grid_5,
.grid_6,
.grid_7,
.grid_8,
.grid_9,
.grid_10,
.grid_11,
.grid_12,
.grid_13,
.grid_14,
.grid_15,
.grid_16 {
	display: inline;
	float: left;
	margin-left: 10px;
	margin-right: 10px;
}

.push_1, .pull_1,
.push_2, .pull_2,
.push_3, .pull_3,
.push_4, .pull_4,
.push_5, .pull_5,
.push_6, .pull_6,
.push_7, .pull_7,
.push_8, .pull_8,
.push_9, .pull_9,
.push_10, .pull_10,
.push_11, .pull_11,
.push_12, .pull_12,
.push_13, .pull_13,
.push_14, .pull_14,
.push_15, .pull_15 {
	position: relative;
}

.container_12 .grid_3,
.container_16 .grid_4 {
	width: 220px;
}

.container_12 .grid_6,
.container_16 .grid_8 {
	width: 460px;
}

.container_12 .grid_9,
.container_16 .grid_12 {
	width: 700px;
}

.container_12 .grid_12,
.container_16 .grid_16 {
	width: 940px;
}

/* `Grid >> Children (Alpha ~ First, Omega ~ Last)
----------------------------------------------------------------------------------------------------*/

.alpha {
	margin-left: 0;
}

.omega {
	margin-right: 0;
}

/* `Grid >> 12 Columns
----------------------------------------------------------------------------------------------------*/

.container_12 .grid_1 {
	width: 60px;
}

.container_12 .grid_2 {
	width: 140px;
}

.container_12 .grid_4 {
	width: 300px;
}

.container_12 .grid_5 {
	width: 380px;
}

.container_12 .grid_7 {
	width: 540px;
}

.container_12 .grid_8 {
	width: 620px;
}

.container_12 .grid_10 {
	width: 780px;
}

.container_12 .grid_11 {
	width: 860px;
}

/* `Grid >> 16 Columns
----------------------------------------------------------------------------------------------------*/

.container_16 .grid_1 {
	width: 40px;
}

.container_16 .grid_2 {
	width: 100px;
}

.container_16 .grid_3 {
	width: 160px;
}

.container_16 .grid_5 {
	width: 280px;
}

.container_16 .grid_6 {
	width: 340px;
}

.container_16 .grid_7 {
	width: 400px;
}

.container_16 .grid_9 {
	width: 520px;
}

.container_16 .grid_10 {
	width: 580px;
}

.container_16 .grid_11 {
	width: 640px;
}

.container_16 .grid_13 {
	width: 760px;
}

.container_16 .grid_14 {
	width: 820px;
}

.container_16 .grid_15 {
	width: 880px;
}

/* `Prefix Extra Space >> Global
----------------------------------------------------------------------------------------------------*/

.container_12 .prefix_3,
.container_16 .prefix_4 {
	padding-left: 240px;
}

.container_12 .prefix_6,
.container_16 .prefix_8 {
	padding-left: 480px;
}

.container_12 .prefix_9,
.container_16 .prefix_12 {
	padding-left: 720px;
}

/* `Prefix Extra Space >> 12 Columns
----------------------------------------------------------------------------------------------------*/

.container_12 .prefix_1 {
	padding-left: 80px;
}

.container_12 .prefix_2 {
	padding-left: 160px;
}

.container_12 .prefix_4 {
	padding-left: 320px;
}

.container_12 .prefix_5 {
	padding-left: 400px;
}

.container_12 .prefix_7 {
	padding-left: 560px;
}

.container_12 .prefix_8 {
	padding-left: 640px;
}

.container_12 .prefix_10 {
	padding-left: 800px;
}

.container_12 .prefix_11 {
	padding-left: 880px;
}

/* `Prefix Extra Space >> 16 Columns
----------------------------------------------------------------------------------------------------*/

.container_16 .prefix_1 {
	padding-left: 60px;
}

.container_16 .prefix_2 {
	padding-left: 120px;
}

.container_16 .prefix_3 {
	padding-left: 180px;
}

.container_16 .prefix_5 {
	padding-left: 300px;
}

.container_16 .prefix_6 {
	padding-left: 360px;
}

.container_16 .prefix_7 {
	padding-left: 420px;
}

.container_16 .prefix_9 {
	padding-left: 540px;
}

.container_16 .prefix_10 {
	padding-left: 600px;
}

.container_16 .prefix_11 {
	padding-left: 660px;
}

.container_16 .prefix_13 {
	padding-left: 780px;
}

.container_16 .prefix_14 {
	padding-left: 840px;
}

.container_16 .prefix_15 {
	padding-left: 900px;
}

/* `Suffix Extra Space >> Global
----------------------------------------------------------------------------------------------------*/

.container_12 .suffix_3,
.container_16 .suffix_4 {
	padding-right: 240px;
}

.container_12 .suffix_6,
.container_16 .suffix_8 {
	padding-right: 480px;
}

.container_12 .suffix_9,
.container_16 .suffix_12 {
	padding-right: 720px;
}

/* `Suffix Extra Space >> 12 Columns
----------------------------------------------------------------------------------------------------*/

.container_12 .suffix_1 {
	padding-right: 80px;
}

.container_12 .suffix_2 {
	padding-right: 160px;
}

.container_12 .suffix_4 {
	padding-right: 320px;
}

.container_12 .suffix_5 {
	padding-right: 400px;
}

.container_12 .suffix_7 {
	padding-right: 560px;
}

.container_12 .suffix_8 {
	padding-right: 640px;
}

.container_12 .suffix_10 {
	padding-right: 800px;
}

.container_12 .suffix_11 {
	padding-right: 880px;
}

/* `Suffix Extra Space >> 16 Columns
----------------------------------------------------------------------------------------------------*/

.container_16 .suffix_1 {
	padding-right: 60px;
}

.container_16 .suffix_2 {
	padding-right: 120px;
}

.container_16 .suffix_3 {
	padding-right: 180px;
}

.container_16 .suffix_5 {
	padding-right: 300px;
}

.container_16 .suffix_6 {
	padding-right: 360px;
}

.container_16 .suffix_7 {
	padding-right: 420px;
}

.container_16 .suffix_9 {
	padding-right: 540px;
}

.container_16 .suffix_10 {
	padding-right: 600px;
}

.container_16 .suffix_11 {
	padding-right: 660px;
}

.container_16 .suffix_13 {
	padding-right: 780px;
}

.container_16 .suffix_14 {
	padding-right: 840px;
}

.container_16 .suffix_15 {
	padding-right: 900px;
}

/* `Push Space >> Global
----------------------------------------------------------------------------------------------------*/

.container_12 .push_3,
.container_16 .push_4 {
	left: 240px;
}

.container_12 .push_6,
.container_16 .push_8 {
	left: 480px;
}

.container_12 .push_9,
.container_16 .push_12 {
	left: 720px;
}

/* `Push Space >> 12 Columns
----------------------------------------------------------------------------------------------------*/

.container_12 .push_1 {
	left: 80px;
}

.container_12 .push_2 {
	left: 160px;
}

.container_12 .push_4 {
	left: 320px;
}

.container_12 .push_5 {
	left: 400px;
}

.container_12 .push_7 {
	left: 560px;
}

.container_12 .push_8 {
	left: 640px;
}

.container_12 .push_10 {
	left: 800px;
}

.container_12 .push_11 {
	left: 880px;
}

/* `Push Space >> 16 Columns
----------------------------------------------------------------------------------------------------*/

.container_16 .push_1 {
	left: 60px;
}

.container_16 .push_2 {
	left: 120px;
}

.container_16 .push_3 {
	left: 180px;
}

.container_16 .push_5 {
	left: 300px;
}

.container_16 .push_6 {
	left: 360px;
}

.container_16 .push_7 {
	left: 420px;
}

.container_16 .push_9 {
	left: 540px;
}

.container_16 .push_10 {
	left: 600px;
}

.container_16 .push_11 {
	left: 660px;
}

.container_16 .push_13 {
	left: 780px;
}

.container_16 .push_14 {
	left: 840px;
}

.container_16 .push_15 {
	left: 900px;
}

/* `Pull Space >> Global
----------------------------------------------------------------------------------------------------*/

.container_12 .pull_3,
.container_16 .pull_4 {
	left: -240px;
}

.container_12 .pull_6,
.container_16 .pull_8 {
	left: -480px;
}

.container_12 .pull_9,
.container_16 .pull_12 {
	left: -720px;
}

/* `Pull Space >> 12 Columns
----------------------------------------------------------------------------------------------------*/

.container_12 .pull_1 {
	left: -80px;
}

.container_12 .pull_2 {
	left: -160px;
}

.container_12 .pull_4 {
	left: -320px;
}

.container_12 .pull_5 {
	left: -400px;
}

.container_12 .pull_7 {
	left: -560px;
}

.container_12 .pull_8 {
	left: -640px;
}

.container_12 .pull_10 {
	left: -800px;
}

.container_12 .pull_11 {
	left: -880px;
}

/* `Pull Space >> 16 Columns
----------------------------------------------------------------------------------------------------*/

.container_16 .pull_1 {
	left: -60px;
}

.container_16 .pull_2 {
	left: -120px;
}

.container_16 .pull_3 {
	left: -180px;
}

.container_16 .pull_5 {
	left: -300px;
}

.container_16 .pull_6 {
	left: -360px;
}

.container_16 .pull_7 {
	left: -420px;
}

.container_16 .pull_9 {
	left: -540px;
}

.container_16 .pull_10 {
	left: -600px;
}

.container_16 .pull_11 {
	left: -660px;
}

.container_16 .pull_13 {
	left: -780px;
}

.container_16 .pull_14 {
	left: -840px;
}

.container_16 .pull_15 {
	left: -900px;
}

/* `Clear Floated Elements
----------------------------------------------------------------------------------------------------*/

/* http://sonspring.com/journal/clearing-floats */

.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

/* http://perishablepress.com/press/2009/12/06/new-clearfix-hack */

.clearfix:after {
	clear: both;
	content: ' ';
	display: block;
	font-size: 0;
	line-height: 0;
	visibility: hidden;
	width: 0;
	height: 0;
}

/*
	The following zoom:1 rule is specifically for IE6 + IE7.
	Move to separate stylesheet if invalid CSS is a problem.
*/

* html .clearfix,
*:first-child+html .clearfix {
	zoom: 1;
}div#wrappy { min-width: 960px; }

.main-header .main-header-inner {
    width: 1100px;
}

.main-header a {
  text-decoration: none;
  color: #ffffff;
  background-color: transparent;
}

#profile-page .addthis_toolbox.addthis_pill_combo a {
    float: left;
}
#profile-page .addthis_button_compact .at15t_compact {
    margin-right: 4px;
    float: left;
}
#profile-page .addthis_toolbox { margin-bottom: 5px;min-height: 27px;}

#profile-tools .link_to_school { float: left; margin-bottom: 6px; }
#profile-tools .link_to_school a { padding: 3px 6px; margin-top: 1px; display: block; font-weight: bold; font-size: 10px; color: #09F; text-decoration: none; text-shadow: 1px 1px 0px #f9f9f9; border: 1px solid #D8D8D8; background-color: #efefef;
  	background-image: -webkit-gradient(linear, left top, left bottom, from(#f2f2f2), to(#e8e8e8));
  	background-image: -webkit-linear-gradient(top, #f2f2f2, #e8e8e8);
  	background-image:    -moz-linear-gradient(top, #f2f2f2, #e8e8e8);
  	background-image:     -ms-linear-gradient(top, #f2f2f2, #e8e8e8);
  	background-image:      -o-linear-gradient(top, #f2f2f2, #e8e8e8);
  	background-image:         linear-gradient(top, #f2f2f2, #e8e8e8);
  	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f2f2', endColorstr='#e8e8e8',GradientType=0 );
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}
#profile-tools .link_to_school a:hover { margin-bottom: 1px; margin-top: 0px;
  	background-image: -webkit-gradient(linear, left top, left bottom, from(#efefef), to(#dddddd));
  	background-image: -webkit-linear-gradient(top, #efefef, #dddddd);
  	background-image:    -moz-linear-gradient(top, #efefef, #dddddd);
  	background-image:     -ms-linear-gradient(top, #efefef, #dddddd);
  	background-image:      -o-linear-gradient(top, #efefef, #dddddd);
  	background-image:         linear-gradient(top, #efefef, #dddddd);
  	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#efefef', endColorstr='#dddddd',GradientType=0 );
}
.social-tools { margin-bottom: 10px; overflow: hidden; position: relative; z-index: 500; height: 20px; }
.social-tools .addthis_button_twitter .image,
.social-tools .addthis_button_twitter span {background-image: url("/images/social_buttons/addThis_twitter_20x20.png") !important; background-position: 0px 0px !important; height: 20px !important; width: 20px !important; }
.social-tools .addthis_button_email .image,
.social-tools .addthis_button_email span {background-image: url("/images/social_buttons/addThis_mail_20x20.png") !important; background-position: 0px 0px !important; height: 20px !important; width: 20px !important; }
.social-tools .addthis_toolbox { float: left; }
.social-tools #addthis_fb_highlights_span { display: inline-block; }
.social-tools #addthis_fb_highlights_span_upper { display: inline-block; }

#upper_social_tools { margin-bottom: -6px;}
#upper_social_tools .addthis_toolbox { margin-bottom: -16px;width: 200px;}

/* 960 grid page sizing */
body.grid { background: #fff; }
body.grid #a_CenterDiv,
body.grid #pageContent,
body.grid #footer #footer-content
{
    width: 960px;
}

body.grid #pageContent
{
    margin-top: 10px;
    position: relative;
}

#contentTitle { margin-bottom: 15px; }


/* Navigation */
.sidenav
{
    border-top:1px solid #D8D8D8;
}

.sidenav a
{
    text-decoration: none;
    text-transform: uppercase;
    padding: 0 14px;
    line-height: 46px;
    height: 46px;
    display: block;
    font-size: 2em;
    letter-spacing: -1px;
    font-family: Impact,sans-serif;
}

.wf-active .sidenav.tk-lg a { font-family: "league-gothic-1","league-gothic-2",sans-serif; }

.wf-active .sidenav a { letter-spacing: 0.05em; font-weight: normal; font-size: 2.2em;}

.sidenav a:hover
{
    color: #09f;
    background: url("/images/catbghover.gif") repeat-x scroll left top #E8E8E8;
    text-shadow: 0 1px 0 #fff;
}

.sidenav li {
    border-bottom:1px solid #D8D8D8;
    border-top:1px solid #fff;
}

.sidenav .selected {
    background: url("/images/catsel_50.gif") repeat-x scroll left top #09f;
    border: 1px solid #09f;
    position: relative;
}
.sidenav .selected a
{
    color: #fff;
    cursor: default;
    text-shadow: 0 1px 0 rgba(0,0,0,0.4);
}
.sidenav .selected a:hover
{
    background: transparent;
}
.sidenav .selected span
{
    background: url("/images/catselarrow.png") no-repeat scroll right top transparent;
    height: 48px;
    width: 18px;
    position: absolute;
    right: -18px;
    top: -1px;
}

/* Loading throbber */
#page-switcher
{
    position: relative;
}
#page-switcher .throbber_w .throbber
{
    position: absolute;
    text-align: center;
    width: 250px;
    padding: 20px;
    left: 50%;
    margin-top: 100px;
    margin-left: -125px;
    z-index: 2;
    background: url("/images/overlay_bg80.png") repeat;
    background: rgba(0,0,0,0.7);
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

#page-switcher .throbber_w .throbber p { color: #fff; font-size: 16px; margin-top: 10px; font-weight: bold;}

#page-switcher .washout
{
    background-color: White;
    position: absolute;
    z-index: 1;
    left: -6px;
    top: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
    filter: alpha(opacity=75);
    opacity: 0.75;
}

#page-switcher .content .hidden
{
    display: none;
   /* position: absolute;
    left: 600px;*/
}


/* Page Structure */

.profile .sidebar
{
    background-color: #F2F2F2;
    min-height: 762px;
}

/* Sidebar formatting */

.profile .inline-stats, .profile .status
{
    padding: 10px;
}

.profile-summary dt,
.profile .fields h6,
.profile .sidebar h4
{
    color: #999;
    font-size: .9em;
    font-weight: normal;
    margin-bottom: 0.3em;
    text-transform: uppercase;
}

.profile-summary dt,
.profile .fields h6
{
    font-family: Verdana, Sans-Serif;
}
.profile .fields h6 .sport
{
    font-style: italic;
    text-transform: none;
}

.profile-image { border:solid 1px #B4B4B4; padding:5px; background-color:#FFF; position: relative; line-height: 1; }

.profile-summary #profile-image img { width: 148px; }

.profile-summary dt ~ dt
{
    margin-top: 10px;
}

.profile-summary dd
{
    color: #333;
    font-weight: bold;
    margin-top: 2px;
    font-family: Arial, Sans-Serif;
    font-size: 14px;
}

.profile-summary .unit, .profile .profile-summary .secondary
{
    font-weight: normal;
}

.profile .status
{
    background: url("/images/alert-error-bg.png") repeat-x scroll 0 -3px #B44646;
}

.profile .status dd
{
    color: #eee;
}

.profile .status dt
{
    color: #b6b6b6;
}

.profile .sidebar h4
{
    margin-top: 20px;
    margin-bottom: 6px;
    padding: 0 16px 0 10px;
    background: transparent url("/images/lock.gif") scroll no-repeat right center;
}

/* Titles */

.profile .title-info
{
    font-family: Arial,sans-serif;
    margin-bottom: 2px;
    margin-top: 5px;
}

.profile .title-info h1
{
    font-size: 8em;
    font-weight: normal;
    line-height: 0.9;
    margin: 2px 0 0 -1px;
    letter-spacing: -5px;
    text-transform: uppercase;
    font-weight: bold;
}

.profile.team .title-info h1 { font-size: 70px; }
.wf-loading  .profile h3,
.wf-inactive .profile h3,
.wf-loading  .tk-lg,
.wf-inactive .tk-lg
{
    font-family: Impact, Charcoal, Sans-Serif;
}

.wf-active .profile .title-info h1
{
    visibility: visible;
    font-weight: normal;
    letter-spacing: -1px;
}

.profile .title-info h1 .link_to_school { font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 12px; font-weight: bold; text-transform: none; }

.profile .title-info .school {  font-weight: bold; position: relative; z-index: 1; }

.profile .title-info .school a { position: relative; z-index: 2;}

.profile .title-info .school span
{
    color: #969696;
}

.profile .title-info div
{
    color: #696969;
    font-weight: bold;
    margin-top: 6px;
}

/* Content sections */

.profile div.section
{
    margin-bottom: 10px;
    font-family: Arial, Sans-Serif;
}

.profile div.section .private
{
    width: 16px;
    height: 16px;
    margin-left: 6px;
    background: transparent url("/images/lock.gif") no-repeat scroll 0 0;
}

.profile div.section h3
{
    font-size: 2.2em;
    color: #969696;
    font-weight: normal;
    letter-spacing: -1px;
    margin: 6px 10px 0 0;
    text-transform: uppercase;
    float: none;
}

.wf-active .profile div.section h3 { font-weight: normal; letter-spacing: 1px; }

.profile .season-switcher > h3.season-label,
.profile .season-switcher > h3.current-season,
.profile .season-switcher > a.season-switch {
    display: inline-block;
    margin: 0;
}

.profile .season-switcher > a.switch-season {
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    font-size: 12px;
    padding: 0px 3px 2px 3px;
    text-decoration: none;
    vertical-align: top;
    background-color: #09F;
    color: #ffffff;
    margin-top: 3px;
    display: inline-block;
    user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
}

.profile .season-switcher > a.switch-season.hidden-season-control {
    /* visibility: hidden; Use "visibility: hidden" instead of "display: none" to preserve element positions */
    background-color: #e5e5e5;
    color: #ffffff;
}

.profile .season-switcher > a.switch-season:hover { background-color: #46b5ff; color: #ffffff; }
.profile .season-switcher > a.switch-season.hidden-season-control:hover { background-color: #e5e5e5 !important; cursor: default; }

.profile .season-switcher > h3.current-season {
    text-align: center;
    margin: 0px 3px;
    width: 144px;
}

.profile div.section hr
{
    border-color: #ccc;
}

.section .clearfix a.grid_3 { font-size: 12px; padding: 2px 3px; margin-top: 3px; margin-bottom: 3px; }

.section table { width: 100%; margin: 10px 0; }

.athlete .bubbler table { width: auto; clear: none; }
.regular tr.inhudl.athlete:hover { cursor: pointer; background: #09f url("/images/catsel.gif") repeat-x left top; }
.regular tr.inhudl.athlete:hover td,
.regular tr.inhudl.athlete:hover th { color: #fff; border-top: 1px solid #09f; text-shadow: 0 1px 0 rgba(0,0,0,0.4); }
.regular tr.inhudl.athlete:hover a { color:#fff; }
.odd { background-color: #f2f2f2; }
.regular td,
.regular th { border-top: 1px solid transparent; border-bottom: 1px solid #d8d8d8; }
.regular td { padding: 10px 5px; }
.regular tr
.date { width: 60px; }
.result { width: 60px; font-size: 13px; line-height: 1; }
.time { width: 50px; }
.event { width: 160px; font-size: 13px; line-height: 1; }
.lastfirst a { text-decoration: none; color: #06f; line-height: 1; font-size: 13px; }
.lastfirst a:hover { background: transparent; color: #fff; }
.event a, .result a { text-decoration: none; color: #f86720; line-height: 1; font-size: 13px;}
.event a:hover, .result a:hover { background: transparent; text-decoration: underline; color: #e25e1d; }
.event, .regular .lastfirst { color: #333; }
.home { font-weight: bold;}
.event-type { width: 100px; }
.location { width: 40px; }

/* LIST/GRIDS OF VIDEOS - Need to port code from "bubblers" to use this */

.videos li { float: left; list-style-type: none;position: relative;width: 290px;}
.videos li a { border: 1px solid transparent; overflow: hidden; padding: 5px; text-decoration: none;}
.videos .thumb { float: left; position: relative; text-align: center;}
.videos .thumb img { width: 64px;height: 48px; display: inline-block; padding: 4px; border: 1px solid #b4b4b4; background: #fff; vertical-align: middle; }

/* Top Play Styles */
.videos .topplay-icon { background: url("/images/profile/section_trophy.png") no-repeat 0 0; display: inline-block; width: 15px; height: 12px; margin-bottom: 3px }
.videos .topplay .topplay-icon { background-image: url("/images/profile/image_trophy.png"); width: 20px; height: 19px; display: block; position: absolute; bottom: 5px; left: 49px; margin:0; }
.videos .topplay { position: relative; }
.videos .topplay .gamedate { margin-top: -2px; color: #c2c2c1; }
.videos .topplay .game-description { color: #878787; display: block; margin-top: -2px; }

.videos .topplay .footer-name { background-color: #eeeeee; font-size: 10px; display: block; position: absolute; left: 79px; bottom: 5px; padding: 2px; width: 160px; color: #767676; padding-left: 11px; }
.videos .topplay:hover .footer-name { background-color: #f5f5f5; }
.videos .selected .topplay .footer-name,
.videos .topplay:active .footer-name { background-color: #3cb1ff; }

.videos .topplay .footer-image { background-color: #fff; height: 32px; width: 32px; border: 1px solid #ccc; display: block; position: absolute; right: 4px; bottom: 5px; }
.videos .topplay .footer-image img { height: 28px; width: 28px; padding: 2px; }
.videos .topplay:hover .footer-image { border-color: #bbb; }
.videos .selected .topplay .footer-image { border-color: #09F; }

#html5-video-topplay { display: none; } /* make sure it's initially hidden */

/* Stacked thumbnails */
.videos .thumb.stack { width: 93px; height: 63px; }
.videos .thumb.stack img { position: absolute; width: 60px; height: 45px; left: 15px; }
.videos .thumb.stack img ~ img { left: 23px; top: 8px; }
.videos .thumb.stack:hover img { border-color: #09f; }
.videos .thumb.stack .expand-arrow { width: 16px; height: 16px; position: absolute; top: 20px; left: 0; background: transparent url("/images/ex-only/eosprite.png") 0 -1350px no-repeat; }
.videos .thumb.stack:hover .expand-arrow { background-position: 0 -1300px; }
.videos .expanded .thumb.stack .expand-arrow { background-position: -81px -1350px; left: -4px; top: 24px; }
.videos .expanded .thumb.stack:hover .expand-arrow { background-position: -81px -1300px; }
.videos li a.alts .contents { width: 178px; margin-left: 7px; }
.videos li .alternates .contents { width: 178px; margin: 2px 0 0 7px; }
.videos li a .contents { float: left; margin: 0 0 0 11px; width: 177px; }
/* THOR-13748 - get this right for now - late in Kerrigan release :( */
#tab-content-videos .videos .single { margin-left: 16px; }
#tab-content-videos .no-videos{
    padding: 160px 60px;
    text-align: center;
    font-size: 38px;
    font-family: sans-serif;
    font-weight: bold;
    letter-spacing: -2px;
    color: #B4B4B4;
}
.videos li a .gamedate { color: #969696; display: block; line-height: 1.2; font-size: 10px;}
.videos li a h5 { font-size: 14px; color: #333; line-height: 1.2; letter-spacing: -0.5px; word-wrap: break-word; }
.videos li a small { color: #333; font-size: 10px; font-weight: normal; letter-spacing: normal; display: block; line-height: 1.2; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; margin-bottom: 1px; }
.videos li a:hover { background: #d8d8d8 url("/images/hover-back.png") repeat-x left top; border-color: #d8d8d8; }
.videos li a.current:active, .videos li.selected a.current { background: #09f url("/images/sel-back.png") repeat-x left top; border-color: #06f; }
.videos li a.current:active .pillbox strong, .videos li.selected a.current .pillbox strong { background-color: #06f; }
.videos li a.current:active h5, .videos li.selected a.current h5,
.videos li a.current:active span, .videos li.selected a.current span,
.videos li a.current:active small, .videos li.selected a.current small { color: #fff; text-shadow: 0 1px 0 rgba(0,0,0,0.4); }
.videos li a.current:active .thumb img, .videos li.selected a.current .thumb img { border-color: #09f; }
.videos li a .delete { background: url("/images/delete16s.png") no-repeat center center; top: 2px; left: 2px; }
.videos li a .edit { background: url("/images/pencil16.png") no-repeat center center; right: 8px; bottom: 8px;}
.videos li a .hook { visibility: hidden; text-indent: -9999px; font-size: 0; height: 16px; width: 16px; position: absolute;}
.videos li a:hover .hook { visibility: visible; }

.videos .pillbox { display: block; }
.videos .pillbox strong  {
    display: inline-block; background: #b4b4b4; color: #fff; padding: 2px 4px; font-size: 10px; line-height: 1.1;
    -webkit-border-radius: 2px; -moz-border-radius: 2px; border-radius: 2px;
}
.videos .pillbox .thumbs .indicator { display: inline-block; height: 7px; width: 19px; background: url("/images/thumb-sprite.png") no-repeat 0 -700px;  }

.videos li.deleting a:hover .hook { visibility: hidden; }

.videos li span.deleting {
    position: absolute;
    color: #6b6b6b;
    font-weight: bold;
    left: 16px;
    top: 24px;
}

/* Section columns */
.videos .column {float: left;}
.videos .two.column { width: 50%;}

/* Alternate cutup lists */
.videos .alternates .thumb img{ width: 36px; height: 27px; }
.videos .alternates a { padding-left: 52px;}


.profile .section-action { padding: 2px 2px 2px 20px; font-family: Verdana, Sans-Serif;font-size: 10px; text-decoration: none;position: relative;top: -.5em;}
/*.profile .section-options a:hover { color: #fff; }
.section-options .action {  color: #09f; padding:2px 2px 2px 20px; font-family: Verdana, Sans-Serif; }
*/
.profile .section-action.add { background-image:url("/images/add16.png"); background-repeat: no-repeat; background-position: left center; }


/* Calls to Action */
.profile .cta a, .profile .cta_promote a
{
    padding: 5px 8px 5px 28px; color: #fff; text-decoration: none;
    border: 1px solid #09f;

    background-color: #09F;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#4bb7ff), to(#09F)); /* Saf4+, Chrome */
    background-image: -webkit-linear-gradient(top, #4bb7ff, #09F); /* Chrome 10+, Saf5.1+, iOS 5+ */
    background-image:    -moz-linear-gradient(top, #4bb7ff, #09F); /* FF3.6 */
    background-image:     -ms-linear-gradient(top, #4bb7ff, #09F); /* IE10 */
    background-image:      -o-linear-gradient(top, #4bb7ff, #09F); /* Opera 11.10+ */
    background-image:         linear-gradient(to bottom, #4bb7ff, #09F);

    /* useful if you don't want a bg color from leaking outside the border: */
    -moz-background-clip: padding; -webkit-background-clip: padding-box; background-clip: padding-box;

    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    text-shadow: 0 1px 0 rgba(0,0,0,0.4);
    position: relative;
    cursor: pointer;
    display: block;
    font-size: 12px;
}

.profile .cta_promote { float: left; }
.profile .cta_promote .grid_4 { width: 260px; margin-right: 2px; }
.profile .cta_promote a
{
    padding: 2px 8px 3px 28px;
}

.profile .cta .disabled
{
    cursor: default;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: alpha(opacity=50);
    opacity: 0.5;
}

.profile .grid_13.alpha.clearfix { position: relative; z-index: 1; }
.profile .cta .icon, .profile .cta_promote .icon { height: 16px; width: 16px; position: absolute; left: 6px; top: 50%; margin-top: -8px; }
.profile .cta_promote .icon { margin-top: -7px; }
.profile .cta .promote .icon, .profile .cta_promote .promote .icon { background: url("/images/email.png") no-repeat center center;}
.profile .cta .order .icon { background: url("/images/dvd.png") no-repeat center center;}
.profile .cta a:hover, .profile .cta_promote a:hover { top: -1px; }
.profile .cta a:active, .athlete .cta a.disabled:hover { top: 0px; }
.profile .cta a:active { outline: 0; }
.profile .cta .secondary,
.profile .cta .order,
.profile .cta .tertiary {  border: 1px solid #333; color: #fff; text-shadow: 0 1px 0 #005d9b;}
.profile .cta .nonfundraisingcta a { padding-top: 12px; padding-bottom: 12px; }

/* New Sharing Tools */
/* old #videoShare */
#videoShare .video-tools {
    padding: 10px;  position: relative; z-index: 100;
    background-color: #444444;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#333333), to(#444444)); /* Saf4+, Chrome */
    background-image: -webkit-linear-gradient(top, #333333, #444444); /* Chrome 10+, Saf5.1+, iOS 5+ */
    background-image:    -moz-linear-gradient(top, #333333, #444444); /* FF3.6 */
    background-image:     -ms-linear-gradient(top, #333333, #444444); /* IE10 */
    background-image:      -o-linear-gradient(top, #333333, #444444); /* Opera 11.10+ */
    background-image:         linear-gradient(to bottom, #333333, #444444);
}
/* old #videoShare .share-tools { float: left; color: #999; text-shadow: -1px -1px 0px #333; position: relative; width: 390px; } */
#videoShare .share-tools {
    margin-bottom: 20px;
    overflow: hidden;
    padding: 8px 16px;
    background-color: #3a3a3a;
    -webkit-border-bottom-right-radius: 3px;
    -webkit-border-bottom-left-radius: 3px;
    -moz-border-radius-bottomright: 3px;
    -moz-border-radius-bottomleft: 3px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    -moz-background-clip: padding; -webkit-background-clip: padding-box; background-clip: padding-box;
}
#videoShare .share-tools .addthis_toolbox { width: 200px; }
#videoShare .share-tools .social-tools {left: -3px; margin: 0px; }
#videoShare .cta { float: right; margin-top: 0px; margin-right: 5px; }
#videoShare .cta li { margin-right: 0px; }
#videoShare #video-title {
    color: #fff;
    text-shadow: -1px -1px 0px #222;
    font-size: 16px;
    font-weight: bold;
    font-family: helvetica, arial, sans-serif;
    margin-left: 4px;
    margin-top: -1px;
    margin-bottom: 2px;
}

#videoShare .video-info { float: left; width: 390px; }
#videoShare .view-count { margin: 0 0 5px 4px; display: inline-block; clear: both; font-size: 11px; color: #999; text-shadow: -1px -1px 0px #333; }
#videoShare .view-count strong { font-size: 12px; }
#videoShare .share-label { float: left; margin-top: 3px; margin-right: 7px; font-weight: bold; color: #d5d5d5; text-shadow: -1px -1px 0px #222; display: none; }

#download-ph { height: 16px; width: 16px; line-height: 16px; margin-top: -8px; display: inline-block; }
#download-ph.unavailable { opacity: 0.3; cursor: default !important; }
#download-ph:hover { background-color: transparent; }

.content h3 { font-size: 30px; line-height: 24px; font-weight: normal; text-transform: uppercase; margin-bottom: 10px; color: #888; }

.ad { margin-top: 0px; }

/* Sparq Data */
.profile .inline-stats {
    position: relative;
}

.profile .athlete-jersey.sparq dt {
    display: none;
}

.profile .athlete-jersey.sparq dd {
    font-size: 24px;
    color: #efefef;
    padding: 2px 9px;
}

.profile .athlete-jersey.sparq {
    background: #2a2a2a;
    position: absolute;
    top: -54px;
    left: 0px;
    border: 3px solid #333;
}

.profile .sparq-data {
    background: #333;
    margin: -10px;
    padding: 10px;
}

.profile .sparq-data .section {
    clear: both;
    margin: 15px 0;
}

.profile .sparq-data .section li {
    display: inline-block;
    width: 45%;
}

.profile .verified-note {
    padding: 10px;
    margin: -10px -10px 10px -10px;
    background: #2a2a2a;
    text-transform: uppercase;
    font-size: 8px;
}

.profile .sparq-data dt {
    color: #777;
}

.profile .sparq-data dd {
    color: #efefef;
}

.profile .sparq-data + .sparq {
    margin-top: 20px;
}

.profile .verified-note {
    clear: both;
    overflow: hidden;
}

.profile .verified-note .sparq-logo {
    height: 10px;
    width: 55px;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/profile/sparq_logo.png',sizingMethod='scale');
    -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/profile/sparq_logo.png',sizingMethod='scale')";
    background: url("/images/profile/sparq_logo.png") no-repeat;
    float: left;
    -webkit-background-size: 100% auto;
    -moz-background-size: 100% auto;
    background-size: 100% auto;
}

.profile .verified-note .verified {
    float: right;
}
.twitterhandle a {
    text-decoration: none;
    color: black
}
.twitterhandle a:hover {
    color: white;
}
dd.twitterhandle {
    margin-bottom: 10px;
}
.icon-twitter {
    color: #0099FF;
}
.twitterhandle a:hover > .icon-twitter {
    color: white;
}


 /* Feedback Callout. New Team Page */
.feedback-callout{
    background: rgb(248, 118, 32);
    color: #fff;
    padding: 0.5rem;
    text-align: center;
    margin-bottom: 1rem;
    font-weight: bold;
 }

 .feedback-callout a{
    color: #fff;
    text-decoration: underline;
 }
 
.fields .editor { position: relative; margin: 5px 0; }
.fields .editor .uploading { display: none; position: absolute; left: 228px; top: 7px; }

.fields .field 
{
    margin-top: 10px;
    margin-bottom: 10px;
}

.fields .entry 
{
    font-size: 1.8em;
    color: #333;
}

.fields .field > * 
{
    vertical-align: middle;
}

.delete-document {
    position: relative;
    left: -7px; 
    top: 4px;
    display: inline-block;
    cursor: pointer; 
}

[data-inline-edit] .entry
{
    padding: 1px 0;
    cursor: text; 
    /*position: relative; */
}

[data-inline-edit] .entry:hover, 
[data-inline-edit] .entry.empty
{
    border: 1px solid #bfbf73;
    background-color: #ffff9c; 
    padding: 0px 5px;
    margin-left: -6px;
}

[data-inline-edit] .entry.empty:hover 
{
    border: 1px solid #bfbf73;
}

[data-inline-edit] .entry.empty
{
    color: #adad70 !important;
    border: 1px dashed #bfbf73;
    font-weight: normal !important;
    font-style: italic;       
    text-decoration: none !important;
    padding: 3px 5px;
    margin-left: -6px;
}

input[type=file] .entry
{
    color: transparent;
    
}

.inline-edit-locked .entry.empty
{
    font-style: italic;    
    color: #999;   
}

.inline-edit-locked:hover, 
[data-inline-edit] .editor.invalid, 
[data-inline-edit] .editor.invalid input
{
    background-color: #fff;
    border: none;
}

[data-inline-edit].grid_2 .entry.empty
{
    font-size: 16px;
}

[data-inline-edit] .editor 
{
    position: relative;
    max-width: 600px;
}


[data-inline-edit] .editor.invalid input
{
    border: 1px dashed #800;
    color: #800;
}

[data-inline-edit] .editor .example, [data-inline-edit] .editor .eg 
{
    position:absolute;
    height: 16px;
    line-height: 16px;
    z-index: 1;
    white-space: nowrap;
    font-style: italic;
    padding: 0 3px;
    left: 0;
}

[data-inline-edit] .editor .example 
{
    left: -100000px;
    bottom: -18px;
    background-color: #b54242;
    color: #fff;
}

[data-inline-edit] .editor .eg 
{
    background-color: #FFF;
    color: #6B6B6B;
    padding: 3px 10px 3px 3px;
}

[data-inline-edit] .editor.invalid .example 
{
    left: 0;
}

[data-inline-edit] .editor input 
{
    font-size: 1.8em;
    padding: 3px 4px;
    width: 100%;
    font-family: Arial;
}

[data-inline-edit] .editor input.flicker
{
    background-color: Red;
}

.grid_2[data-inline-edit] .editor input { padding: 1px 2px; font-size: 19px; }

[data-inline-edit][data-inline-edit-format="Email"] .entry 
{
    color:#09f;
    text-decoration: underline;
}

[data-inline-edit-format] .small 
{
    font-size: 90%;
}

[data-inline-edit-format] .smaller
{
    font-size: 75%;
}
[data-inline-edit-format] .smallest
{
    font-size: 60%;
}

[data-inline-edit-format="DefaultShort"] .entry, [data-inline-edit-format="DefaultShort"] .editor input,
[data-inline-edit-format="GPA"] .entry, [data-inline-edit-format="GPA"] .editor input,
[data-inline-edit-format="ACT"] .entry, [data-inline-edit-format="ACT"] .editor input,
[data-inline-edit-format="SAT"] .entry, [data-inline-edit-format="SAT"] .editor input,
[data-inline-edit-format="PositiveInteger"] .entry, [data-inline-edit-format="PositiveInteger"] .editor input
{
    font-weight: bold;
}

[data-inline-edit-format="DefaultLong"] .entry, [data-inline-edit-format="DefaultLong"] .editor input
{
    font-size: 1.4em;
}

[data-inline-edit] .editor input.city 
{
    width: 43%;
    margin-bottom: 5px; 
}

[data-inline-edit] .editor input.state 
{
    width: 15%;
    margin: 0 5px 5px 5px;
}

[data-inline-edit] .editor input.zip 
{
    width: 25%;
    margin-bottom: 5px; 
}

.section.fields .add-field
{
    position: relative;
    top: -4px;
    padding-left: 20px;
    height: 16px;
    line-height: 16px;
    background: transparent url("/images/add.png") no-repeat scroll 0 0;
    color: #09f;
    margin-left: 10px;
	
    visibility: hidden;
    cursor: pointer;
    font-family: Verdana, sans-serif;
}

.section.fields .add-field:hover { text-decoration: underline; color: #0099FF;}

.section.fields.full .add-field 
{
    background-position: 0 -48px;
    color: #999999;
    cursor: default;
}

.section.fields:hover .add-field
{
    visibility: visible;
}

[data-inline-edit] .remove-field 
{
    width: 12px;
    height: 12px;
    margin-left: 6px;
    background: transparent url("/images/trash.gif") no-repeat scroll 0 0;
    visibility: hidden;
    cursor: pointer;
}

[data-inline-edit]:hover .remove-field 
{
    visibility: visible;
}


.new-field 
{
    padding-left: 10px;
    position: relative;
    top: -4px;
}

[data-inline-edit] .add-entry
{
    background: transparent url("/images/add16.png") no-repeat scroll left center;
    padding-left: 19px;
    height: 16px;
    line-height: 16px;
    margin-top: 4px;
    cursor: pointer;
    font-family: Verdana, sans-serif;
    color: #09f;
}

[data-inline-edit] .add-entry:hover
{
    text-decoration: underline;
}
/*
[data-inline-edit] .empty ~ .add-entry
{
    background-position: 0 -48px;
    cursor: default;
}
*/

[data-inline-edit] .remove-entry 
{
    
    background: transparent url("/images/trash.gif") no-repeat scroll 0 0;
    position: absolute;
    right: 0;
    top: 2px;
    
}

#inline-edit-suggestions 
{
    position: absolute;
    z-index: 50;
    font-size: 14px;
    background: #fff;
    border: 2px #ccc solid;
    max-height: 160px;
}

#inline-edit-suggestions li 
{
    padding: 2px 4px;
    cursor: pointer;
    white-space: nowrap;
    padding-right: 30px;
}

#inline-edit-suggestions li.selected 
{
    background-color: #e8e8e8;
}
#order-dvd-w {position: relative; }
#order-dvd-w.activated #dvdmenu-w { display: block; left: 0; top: 37px; }
#order-dvd-w.activated #order-dvd { background: #333 url("/images/navbg_over.gif") repeat-x left top; color: #fff; border-color: #000; text-shadow: 0 1px 0 rgba(0, 0, 0, 0.4); border-bottom: none; }
#order-dvd-w.activated #order-dvd:hover { top: 0; }
#dvdmenu-w
{
    display: none; position: absolute; z-index: 1; padding: 0 5px 5px 5px;
    width: 150px; background: #000;
    -webkit-border-bottom-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    -moz-box-shadow: 5px 5px 10px rgba(0,0,0,0.5);
    -webkit-box-shadow: 5px 5px 10px rgba(0,0,0,0.5);
    box-shadow: 5px 5px 10px rgba(0,0,0,0.5);
}

#dvdmenu
{
   background: #202020 url("/images/overlay_grad_03.gif") repeat-x;
   padding: 15px 10px 7px 10px;
}

#dvdmenu .subhead h4 { color: #969696; font-weight: normal; font-size: 11px; padding-bottom: 3px; border-bottom: 1px dotted #555; margin: 10px 0 5px 0;}

#dvdmenu a
{
    background: transparent; border: 0 none; color: #33c1ff; padding: 3px 0; margin-bottom: 3px; text-shadow: 0 1px 0 rgba(0, 0, 0, 0.4);
    font-size: 11px; word-wrap: break-word;
}
#dvdmenu a:hover { top: 0; text-decoration: underline;}
#dvdmenu a.current { background: #333 url("/images/small_play_button.png") no-repeat 123px center; margin: 0px -5px; padding: 5px 21px 5px 5px; border-radius: 0px; -webkit-border-radius: 0px; }
#dvdmenu .space { padding-top: 15px; }
/* Fundraising Banner */
#highlightBanners { margin-top: 5px; margin-bottom: 20px; }
#highlightBanners #fundraisingBanner {
	position: relative;
	overflow: visible;
	border: 1px solid #0090d9;
			
	background-image: linear-gradient(bottom, #08A4FF 0%, #2DBDFF 100%);
    background-image: -o-linear-gradient(bottom, #08A4FF 0%, #2DBDFF 100%);
    background-image: -moz-linear-gradient(bottom, #08A4FF 0%, #2DBDFF 100%);
    background-image: -webkit-linear-gradient(bottom, #08A4FF 0%, #2DBDFF 100%);
    background-image: -ms-linear-gradient(bottom, #08A4FF 0%, #2DBDFF 100%);
    background-image: -webkit-gradient(
	    linear,
	    left bottom,
	    left top,
	    color-stop(0, #08A4FF),
	    color-stop(1, #2DBDFF)
    );
	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#2DBDFF', EndColorStr='#08A4FF');
	
	-webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
#highlightBanners #dvdIcon {
	position: absolute;
	top: -14px;
	left: 7px;
	height: 65px;
	width: 74px;
    background-image: url("/images/fundraising/fundraising_icon.png");
}
#highlightBanners #title {
	margin: 8px 0 8px 87px;
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	text-shadow: -1px -1px 0px #178cd2;
	float: left;
}
#highlightBanners #orderLinks {
	float: right;
	position: relative;
	border-top: 1px solid #c6c6c6;
	border-bottom: 1px solid #c6c6c6;
	margin: -1px -1px -1px 0;
	-webkit-border-top-right-radius: 3px;
    -webkit-border-bottom-right-radius: 3px;
    -moz-border-radius-topright: 3px;
    -moz-border-radius-bottomright: 3px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}
#highlightBanners #orderDVDs {
	position: absolute;
	left: -50px;
	top: 8px;
	font-size: 9px;
	font-weight: bold; 
	text-transform: uppercase;
	text-shadow: 1px 1px 0px #ffffff;
    height: 17px;
    width: 51px;
    background-image: url("/images/fundraising/order_bg.png");
    padding: 4px 0 0 5px;
}
#highlightBanners #links li {
	float: left;
	display: inline-block;
}
#highlightBanners #links li a {
	padding: 11px;
	background-color: #e3e3e3;
	display: inline-block;
	text-decoration: none;
	border-left: 1px solid #ffffff;
	border-right: 1px solid #bebebe;
	color: #5f5f5f;
	font-weight: bold;
	text-shadow: 1px 1px 0px #ffffff;
			
	background-image: linear-gradient(bottom, #E9E9E9 0%, #FFFFFF 100%);
    background-image: -o-linear-gradient(bottom, #E9E9E9 0%, #FFFFFF 100%);
    background-image: -moz-linear-gradient(bottom, #E9E9E9 0%, #FFFFFF 100%);
    background-image: -webkit-linear-gradient(bottom, #E9E9E9 0%, #FFFFFF 100%);
    background-image: -ms-linear-gradient(bottom, #E9E9E9 0%, #FFFFFF 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#FFFFFF', EndColorStr='#E9E9E9');
    background-image: -webkit-gradient(
	    linear,
	    left bottom,
	    left top,
	    color-stop(0, #E9E9E9),
	    color-stop(1, #FFFFFF)
    );
}
#highlightBanners #links li a.current, #highlightBanners #links li a:hover {
	color: #333;
			
	background-image: linear-gradient(bottom, #D2D2D2 0%, #F3F3F3 100%);
    background-image: -o-linear-gradient(bottom, #D2D2D2 0%, #F3F3F3 100%);
    background-image: -moz-linear-gradient(bottom, #D2D2D2 0%, #F3F3F3 100%);
    background-image: -webkit-linear-gradient(bottom, #D2D2D2 0%, #F3F3F3 100%);
    background-image: -ms-linear-gradient(bottom, #D2D2D2 0%, #F3F3F3 100%);
    background-image: -webkit-gradient(
	    linear,
	    left bottom,
	    left top,
	    color-stop(0, #D2D2D2),
	    color-stop(1, #F3F3F3)
    );
	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#F3F3F3', EndColorStr='#D2D2D2');
}


/* Schedule Page - Order Full Game */
#confirmPasswordModal input.orderDVDPassword_btn,
#schedule_team .orderFullGame_btn {
    color: #fff;
    font-size: 11px;
    font-weight: bold !important;
    text-decoration: none;
    padding: 3px 5px;
    text-shadow: -1px -1px 0px #0085cc; /*2293cf */
    border: 1px solid #bfeaff;
    display: inline-block;
    cursor: pointer;
    text-align: center;
    
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
       
    -moz-background-clip: padding; -webkit-background-clip: padding-box; background-clip: padding-box; 
    
    -webkit-box-shadow: 0px 0px 3px #aaa;
    -moz-box-shadow: 0px 0px 3px #aaa;
    box-shadow: 0px 0px 3px #aaa;
    
    background-color: #00aeff;
    
    background-image: linear-gradient(bottom, #0099FF 0%, #0099FF 50%, #00AEFF 50%, #00AEFF 100%);
    background-image: -o-linear-gradient(bottom, #0099FF 0%, #0099FF 50%, #00AEFF 50%, #00AEFF 100%);
    background-image: -moz-linear-gradient(bottom, #0099FF 0%, #0099FF 50%, #00AEFF 50%, #00AEFF 100%);
    background-image: -webkit-linear-gradient(bottom, #0099FF 0%, #0099FF 50%, #00AEFF 50%, #00AEFF 100%);
    background-image: -ms-linear-gradient(bottom, #0099FF 0%, #0099FF 50%, #00AEFF 50%, #00AEFF 100%);
    background-image: -webkit-gradient(
	    linear,
	    left bottom,
	    left top,
	    color-stop(0, #0099FF),
	    color-stop(0.5, #0099FF),
	    color-stop(0.5, #00AEFF),
	    color-stop(1, #00AEFF)
    );
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#00AEFF', EndColorStr='#0099FF');
}
#schedule_team .orderFullGame_btn { width: 52px; }
#confirmPasswordModal input.orderDVDPassword_btn:hover,
#schedule_team .orderFullGame_btn:hover {
    background-image: linear-gradient(bottom, #33ADFF 0%, #33ADFF 50%, #89D0FF 50%, #6BD0FF 100%);
    background-image: -o-linear-gradient(bottom, #33ADFF 0%, #33ADFF 50%, #89D0FF 50%, #6BD0FF 100%);
    background-image: -moz-linear-gradient(bottom, #33ADFF 0%, #33ADFF 50%, #89D0FF 50%, #6BD0FF 100%);
    background-image: -webkit-linear-gradient(bottom, #33ADFF 0%, #33ADFF 50%, #89D0FF 50%, #6BD0FF 100%);
    background-image: -ms-linear-gradient(bottom, #33ADFF 0%, #33ADFF 50%, #89D0FF 50%, #6BD0FF 100%);
    background-image: -webkit-gradient(
	    linear,
	    left bottom,
	    left top,
	    color-stop(0, #33ADFF),
	    color-stop(0.5, #33ADFF),
	    color-stop(0.5, #89D0FF),
	    color-stop(1, #6BD0FF)
    );
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#6BD0FF', EndColorStr='#33ADFF');
}
#confirmPasswordModal input.orderDVDPassword_btn:active,
#schedule_team .orderFullGame_btn:active { margin-top: 1px; margin-bottom: -1px; }

#schedule_team .orderFullGame_btn .dvdIcon { background-image: url("/images/dvd.png"); height: 16px; width: 16px; display: inline-block; margin: -1px -3px -3px 5px; }

#confirmPasswordModal p { color: #fff; font-weight: bold; margin-bottom: 10px; }
#confirmPasswordModal p strong { color: #fa3e4c; }
#confirmPasswordModal input.orderPassword { border: none; padding: 4px; margin-bottom: 3px; }
#confirmPasswordModal input.orderDVDPassword_btn { width: 100%; }
#confirmPasswordModal input.error { color: white; background-color: #B44646; }#changeImageDlg { width: 450px; }
#changeImageDlg #file-uploader { margin: 15px 0; }
#profileImgPreview { float: left; }
#profileImgPreview img { max-width: initial !important; }

#imageUploadingActivity { position: absolute; left: 4px; top: 4px; height: 100px; width: 100px; background: url("/images/overlay_bg60.png") repeat; }
#imageUploadingActivity img { left: 50%; top: 50%; margin: -8px 0 0 -8px; position: absolute;}
.changeImageDlgBody p { font-size: 12px; margin-bottom: 10px; }

#changeImageDlgBody #preview-container { margin-bottom: 10px;}
.qq-upload-file, .qq-upload-spinner, .qq-upload-size, .qq-upload-cancel, .qq-upload-failed-text {
    margin-right: 8px;
}


.qq-upload-list > li {
    list-style: none;
    word-wrap: break-word;
}
.qq-upload-failed-text { color: #b44646; font-weight: bold; }

.qq-upload-file {}

.qq-upload-failed-text {display:none;}
.qq-upload-fail .qq-upload-failed-text {display:inline;}


/*
 * imgAreaSelect default style
 */

.imgareaselect-border1 {
	background: url("/Images/border-v.gif") repeat-y left top;
}

.imgareaselect-border2 {
    background: url("/Images/border-h.gif") repeat-x left top;
}

.imgareaselect-border3 {
    background: url("/Images/border-v.gif") repeat-y right top;
}

.imgareaselect-border4 {
    background: url("/Images/border-h.gif") repeat-x left bottom;
}

.imgareaselect-border1, .imgareaselect-border2,
.imgareaselect-border3, .imgareaselect-border4 {
    opacity: 0.5;
    filter: alpha(opacity=50);
}

.imgareaselect-handle {
    background-color: #fff;
    border: solid 1px #000;
    opacity: 0.5;
    filter: alpha(opacity=50);
}

.imgareaselect-outer {
    background-color: #000;
    opacity: 0.5;
    filter: alpha(opacity=50);
}

.imgareaselect-selection {  
}


#thumbs-total, #add-to-recruits
{
    color: #333;
    font-family: Arial, Sans-Serif;
    font-size: 13px;
    line-height: 1.2; 
    padding-top: 4px;
    padding-bottom: 4px; 
    top: 0 !important;
    height: 32px;
}

#add-to-recruits .add { color: #06f; }

.split-button { position: relative; }
.split-button #send-to 
{
    width: 30px; height: 29px; padding-top: 7px; padding-left: 3px; padding-right: 2px; position: absolute; right: 0; top: 0 !important;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;    
    -webkit-border-bottom-right-radius: 3px;
    -moz-border-radius-bottomright: 3px;
    border-bottom-right-radius: 3px;
    font-family: Helvetica, Arial, Sans-Serif; 
    font-size: 11px; 
    line-height: 1;
}

#thumbs-total * 
{
    vertical-align: middle;
}

#thumbs-total .thumbs {
    background: url("/images/thumb-sprite.png") no-repeat 0 0;
	width: 39px;
	height: 23px;
    margin: 4px 2px;
}

#thumbs-total .count {
    margin-left: 6px;
    min-width: 24px;  
}

#thumbs-total > * {
    display: block; 
}


.inline-stats .button-group {
    margin-bottom: 10px;
}

#thumbs-total .zero {text-align: left;}
#thumbs-total .zero .thumbs { position: absolute; right: 10px; top: 2px; }
#thumbs-total .zero .count { margin-left: 0px; color: #06f;  }
#thumbs-total .not-zero .count { text-align: center; font-size: 18px; }

#show-full-highlights { display: block; margin: -7px 4px 10px 4px; border-bottom: 1px solid #09f; text-align: center; font-size: 9px; text-decoration: none; }

.mega small { margin-top: 2px; }/**********************************************************
    NUBBIN DEFAULTS
**********************************************************/
.nubbin  
{
    position:absolute; 
    z-index:2500; 
    
    border: 1px solid #ccc; 
    border-right: none 0;

    background: #ccc; 
    padding:0 4px;
    
    -moz-border-radius-bottomleft:3px; 
    -moz-border-radius-topleft:3px; 
    -webkit-border-bottom-left-radius:3px; 
    -webkit-border-top-left-radius:3px; 
    border-radius: 3px;
    
    font-size:10px; 
    
    cursor: default;
}
.nubbin a 
{
    margin:1px;
    vertical-align: middle;
    padding: 1px;
}
.nubbin .delete, .delete-document
{
    background: transparent url("/images/trash.gif") no-repeat scroll center 75%;
    width: 14px;
    height: 14px;
}
/* Nudge it over a bit on main library page */
.library .nubbin .delete 
{ 
    margin-right: 15px;
}
.nubbin .delete:hover 
{
    background-color: #ccc;
}
.nubbin .edit 
{
    color:#f60; padding: 0 2px;
}
.nubbin .edit:hover 
{
    background-color:#f60; color:#fff;
}
.nubbin-right
{
    position:absolute;
    z-index:2500;
    
    padding:3px 4px;
    
    font-size:10px;
    
    cursor: default;
    text-align: right;
}
.nubbin-right div
{
    margin:1px;
    vertical-align: middle;
    padding: 1px;
    cursor: pointer;
}
.nubbin-right .cog
{
    background: transparent url("/images/modify-cog.png") no-repeat 2px 0;
    width: 14px;
    height: 14px;
}
.nubbin-right .modify a
{
    color:#f60; padding: 0 2px;
}
.nubbin-right .modify a:hover 
{
    background-color:#f60; color:#fff;
}
.nubbin-right .modify-options
{
    position: absolute;
    top: 22px; right: 0;
    background: #e4e4e4;
    border: 1px solid #ccc;
    border-top: 0;
    padding: 5px 0 3px 0;
    margin: 0;
    -webkit-border-bottom-right-radius: 3px;
    -webkit-border-bottom-left-radius: 3px;
    -moz-border-radius-bottomright: 3px;
    -moz-border-radius-bottomleft: 3px;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;      
}
.nubbin-right .modify-options a  
{
    color: #06f;
    display: block;
    text-align: right;
    width: 100px;
    padding: 2px 6px;
    margin-bottom: 2px;
    text-decoration: none;  
}
.nubbin-right .modify-options a:hover { color: #fff; }

.nubbin.tree.selected + .nubbin-right .modify-options 
{
    background: #1af;
    border-color: #09f;   
}
.nubbin.tree.selected + .nubbin-right .modify-options a
{
    color: #fff;
}
.nubbin-right .modify-options.hidden
{
    display: none;
}
/* Selections and nubbin */
.mediaHover > span { border: 1px solid; }
.mediaHover > span
{
    border-color: #ccc !important;
    background: #ccc url("/images/tree-hover.png") repeat-x left top !important; 
}
.t3 li.selected > span { border: 1px solid; }
.t3 li.selected > span
{
    border-color: #09f !important;
    background: #09f url("/images/catsel.gif") repeat-x left top !important; color: #fff; text-shadow: 0 1px 0 #0062a4; font-weight: bold;
}
.nubbin.tree.selected + .nubbin-right.tree a 
{
    color: #fff;
    text-shadow: none;
    font-weight: normal;
}
.nubbin.tree.selected + .nubbin-right.tree .cog  
{
    background-position: 2px -100px;
}
.nubbin.tree.selected + .nubbin-right.tree a:hover 
{
    background-color: #09f;
}
/*-------------------------------------------------------------
                        Action Buttons
-------------------------------------------------------------*/
.action, a.action
{
    color: #fff;
    padding: 3px 5px;
    text-decoration: none;
    display: inline-block;
    border: 1px solid;
    position: relative;
    line-height: 1.25;
    font-weight: bold;
    font-size: 13px;
    text-shadow: 0 1px 0 rgba(0,0,0,0.5);
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.action, a.action, .action.disabled, .action:hover.disabled, .action:active.disabled {
    box-shadow: 0 1px 0 rgba(255,255,255,0.5), inset 0 1px 0 rgba(255,255,255,0.4);
}


.action.big  
{
    font-size: 16px; 
    padding: 5px 10px; 
}

.action small 
{
    font-weight: normal;
    font-size: 90%;   
}

.action:hover
{
    text-decoration: none;
    top: -1px;
}    

.action:active 
{
    top: 0;
    box-shadow: 0 1px 0 rgba(255,255,255,0.5), inset 0 2px 2px rgba(0,0,0,0.3);
}

/* Use blue as default */
.action, .action.blue
{
    border-color: #09f;
    background: -webkit-gradient(linear, left top, left bottom, from(#3cf), to(#09f));
	background: -moz-linear-gradient(top,  #3cf,  #09f);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#33ccff', endColorstr='#0099ff');
}

.action:hover, .action:hover.blue
{
    border-color: #08e;
    background: -webkit-gradient(linear, left top, left bottom, from(#3bf), to(#08e));
	background: -moz-linear-gradient(top,  #3bf,  #08e);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#33bbff', endColorstr='#0088ee');
}

.action:active, .action:active.blue
{
    background: -webkit-gradient(linear, left top, left bottom, from(#08e), to(#3bf));
	background: -moz-linear-gradient(top,  #08e,  #3bf);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#0088ee', endColorstr='#33bbff');
}

.action.green
{
    border-color: #084;
    background: -webkit-gradient(linear, left top, left bottom, from(#4b4), to(#084));
	background: -moz-linear-gradient(top,  #4b4,  #084);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#44bb44', endColorstr='#008844');
}

.action:hover.green 
{
    border-color: #073;
    background: -webkit-gradient(linear, left top, left bottom, from(#3a3), to(#073));
	background: -moz-linear-gradient(top,  #3a3,  #073);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#33aa33', endColorstr='#007733');
}

.action:active.green
{
    background: -webkit-gradient(linear, left top, left bottom, from(#073), to(#3a3));
	background: -moz-linear-gradient(top,  #073,  #3a3);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#007733', endColorstr='#33aa33');
}

.action.grey
{
    border-color: #aaa;
    text-shadow: 0 1px 0 #fff;
    background: -webkit-gradient(linear, left top, left bottom, from(#f8f8f8), to(#ddd));
	background: -moz-linear-gradient(top,  #f8f8f8,  #ddd);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#f8f8f8', endColorstr='#dddddd');
}

.action:hover.grey 
{
    border-color: #a0a0a0;
    background: -webkit-gradient(linear, left top, left bottom, from(#f4f4f4), to(#ccc));
	background: -moz-linear-gradient(top,  #f4f4f4,  #ccc);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#f4f4f4', endColorstr='#cccccc');
}

.action:active.grey
{
    background: -webkit-gradient(linear, left top, left bottom, from(#ccc), to(#f4f4f4));
	background: -moz-linear-gradient(top,  #ccc,  #f4f4f4);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#cccccc', endColorstr='#f4f4f4');
}

.action.red
{
    border-color: #e12;
    background: -webkit-gradient(linear, left top, left bottom, from(#f78), to(#e12));
	background: -moz-linear-gradient(top,  #f78,  #e12);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff7788', endColorstr='#ee1122');
}

.action:hover.red
{
    border-color: #d01;
    background: -webkit-gradient(linear, left top, left bottom, from(#e56), to(#c00));
	background: -moz-linear-gradient(top,  #e56,  #c00);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ee5566', endColorstr='#cc0000');
}

.action:active.red
{
    background: -webkit-gradient(linear, left top, left bottom, from(#c00), to(#e56));
	background: -moz-linear-gradient(top,  #c00,  #e56);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#cc0000', endColorstr='#ee5566');
}

.action.steel
{
    border-color: #333;
    background: -webkit-gradient(linear, left top, left bottom, from(#666), to(#333));
	background: -moz-linear-gradient(top,  #666,  #333);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#666666', endColorstr='#333333');
}

.action:hover.steel
{
    border-color: #222;
    background: -webkit-gradient(linear, left top, left bottom, from(#555), to(#222));
	background: -moz-linear-gradient(top,  #555,  #222);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#555555', endColorstr='#222222');
}

.action:active.steel
{
    background: -webkit-gradient(linear, left top, left bottom, from(#222), to(#555));
	background: -moz-linear-gradient(top,  #222,  #555);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#222222', endColorstr='#555555');
}

.action.disabled, .action:hover.disabled, .action:active.disabled
{
    cursor: default;
    top: 0;
    background: #ccc;
    border-color: #ccc;
    background: -webkit-gradient(linear, left top, left bottom, from(#eee), to(#ccc));
	background: -moz-linear-gradient(top,  #eee,  #ccc);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#cccccc');
	text-shadow: 0 1px 0 rgba(255,255,255,0.5);
	color: #aaa;
}

.mega.action { display: block; }
.mega small { font-size: 12px; display:block }
.mega i {
    position: absolute; right: -14px; bottom: -14px; 
     width: 48px; height: 48px;
}

/* creates sectional button */
.button-group .action.first 
{
    z-index: 2;
    -moz-border-radius-bottomleft: 0;
    -moz-border-radius-bottomright: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.button-group .action.last 
{
    border-top: none;
    -moz-border-radius-topleft: 0;
    -moz-border-radius-topright: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
#clipListHeader {
  background: #f60 url("/images/gradsprite.gif") repeat-x 0 -250px;
  border: 0 none;
  height: 22px;
}
#clipListHeader .hudl-gps {
  color: #fff;
}

div#clipListDiv {
  position: relative;
  display: inline;
  background: #f4f4f4;
  min-height: 90px;
}
div#clipListDiv.fl-r {
  width: 600px;
  margin-top: 5px;
}

#clipListDiv.edit #clipListHeader {
  background-color: #ce1b1b;
}
div.header ul {
  height: 16px;
}

#libraryTabs li {
  width: 110px;
}

div.header ul li {
  padding: 2px 7px 0 3px;
  color: #FFF;
  font-weight: 700;
  display: inline;
  cursor: pointer;
}
div.header ul li.chosen {
  background-color: #333;
}
div.headerTools {
  background: #333 url("/images/gradsprite.gif") repeat-x 0 -50px;
}
div.headerTools table.tools {
  float: none;
}

.headerTools div.tools span {
  margin: 3px 3px 0 2px;
  width: auto;
}

table.tools {
  list-style-type: none;
  float: right;
  white-space: nowrap;
}
table.tools td {
  white-space: nowrap;
  height: 16px;
}
table.tools td.enabled {
  cursor: pointer;
}
table.tools td.enabled:hover {
  background-position: 0 0;
}
table.tools td.selected {
  background-color: #333;
  color: #FFF;
  text-decoration: none;
  position: relative;
  z-index: 100001;
}

.tools_w .report_tool {
  display: inline-block;
  opacity: .6;
  position: relative;
  margin-right: 2px;
  cursor: pointer;
  padding: 1px 3px 1px 2px;
  border: 1px solid #b4b4b4;
  color: #03f;
  background: url("/images/tree-hover.png") repeat-x left top #ccc;
}
.tools_w .report_tool nobr {
  display: inline-block;
  padding: 3px 3px 3px 22px;
  background-position: 3px center;
  background-repeat: no-repeat;
  font-size: 10px;
}
.tools_w .report_tool:hover {
  opacity: 1;
  color: #fff;
  border: 1px solid #09f;
  background: #09f url("/images/catsel.gif") repeat-x scroll left top;
}
.tools_w .report_tool:active {
  top: 1px;
}

#export_vb_stats nobr, #export_bb_stats nobr {
  background-image: url("/images/table_go.png");
}

#return_to_video nobr, #return_to_video_pres nobr {
  background-image: url("/images/arrow_undo16.png");
}

#fs_report nobr {
  background-image: url("/images/mag16.png");
}

#print_report nobr {
  background-image: url("/images/printer16.png");
}

#refresh_report nobr {
  background-image: url("/images/icon-refreshreport.png");
}

div.tools {
  list-style-type: none;
  white-space: nowrap;
  height: 20px;
}
div.tools.tall {
  height: 18px;
}
div.tools span {
  height: 16px;
  float: left;
}
div.tools span.enabled {
  cursor: pointer;
}
div.tools span.enabled:hover {
  background-position: 0 0;
}
div.tools span.selected {
  background-color: #333;
  color: #FFF;
  text-decoration: none;
  position: relative;
  z-index: 100001;
}

#clipsPanel {
  background: #f4f4f4;
}
#clipsPanel th.filtered {
  background-color: #333;
  border-color: #000;
}
#clipsPanel th.filtered div.directFilter {
  background-color: #333;
  border-color: #000;
}

#clipsHeader th div {
  background: transparent url("/images/sort-indicators.png") no-repeat scroll 0 20px;
}
#clipsHeader th.sorted div {
  padding-left: 14px;
}
#clipsHeader th.sorted.asc div {
  background-position: 0 -197px;
}
#clipsHeader th.sorted.desc div {
  background-position: 0 -97px;
}
#clipsHeader th.sorted.freq div {
  background-position: 0 3px;
}

#clipsTable thead td.sorted > * {
  padding-left: 14px;
}

#clipsPanel th span {
  white-space: nowrap;
  text-decoration: none;
}

#directFilterTag {
  height: 20px;
  position: absolute;
  cursor: pointer;
  z-index: 1000;
  text-align: center;
  overflow: hidden;
  border: 1px solid #09f;
  background: #09f url("/images/catsel.gif") repeat-x top;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.4);
  font-size: 2px;
  line-height: 1;
}
#directFilterTag div {
  position: relative;
  height: 20px;
}
#directFilterTag .filter-icon {
  background: url("/images/sort-indicators.png") no-repeat 0 3px;
  text-decoration: none;
}
#directFilterTag .iconSmall {
  padding-left: 13px;
  margin: 2px 2px 0 4px;
  font-weight: 400;
}
#directFilterTag span {
  display: inline-block;
  color: #fff;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
}
#directFilterTag:hover span, #directFilterTag.hover span {
  color: #FFF;
}
#directFilterTag .minWidth {
  height: 1px;
  vertical-align: top;
}

#clipsArea .play, #clipButtonsPanel .play {
  cursor: pointer;
  text-decoration: none;
  width: 16px;
  height: 16px;
  background-image: url("/images/control_play2.png");
  background-position: 0 -32px;
  background-repeat: no-repeat;
  margin-left: 4px;
}

#clipsArea .play:hover, #clipButtonsPanel .play:hover {
  background-position: 0 0;
}

#clipsArea .play.no-vid, #clipButtonsPanel .play.no-vid {
  background-position: 0 -48px;
  cursor: default;
}

tr.publishing .play.no-vid {
  background: url("/images/throbber_subtle.gif") no-repeat center center;
}

table#clipsTable td.last-clip-buttons-cell {
  border-right: solid 1px #969696;
}
table tr.e {
  background-color: #fff;
}
table tr:not(.selected) td.clip-buttons-cell {
  background-color: #f4f4f4;
}
table tr.e:not(.selected) td.clip-buttons-cell {
  background-color: #fff;
}
table tr.ui-draggable {
  cursor: move;
}
table tr.ui-draggable-disabled {
  cursor: inherit;
}
table tr.selected td {
  background-color: #ccc;
  color: #000;
}

.breakdown tr.selected td:not(.clip-buttons-cell) {
  border-right: 1px dotted #6b6b6b;
  border-left: 1px dotted #969696;
}

table.edit tr.selected td:not(.clip-buttons-cell):hover {
  background-color: #ccc;
  color: #000;
  border-right: 1px dotted #6b6b6b;
  border-left: 1px dotted #969696;
}
table.breakdown tr.selected td.sorted:not(.clip-buttons-cell) {
  background: #e8e8e8;
  color: #000;
}
table tr.selected td input.nostyle {
  cursor: default;
}

#clipsTable {
  position: static;
}

#clipsHeader {
  border: 0 none !important;
}

#clipsPanel.disabledColumnHeaderEvents th:hover, #clipsPanel.disabledColumnHeaderEvents th.hover {
  background-color: #969696;
  cursor: default;
}
#clipsPanel.disabledColumnHeaderEvents .selectAll:hover, #clipsPanel.disabledColumnHeaderEvents .selectAll.hover {
  background-color: #333;
  cursor: pointer;
}

table.breakdown td:not(.clip-buttons-cell) {
  color: #333;
  text-align: left;
  padding: 0 4px;
  border-bottom: 0 dotted transparent;
  border-top: 0 dotted transparent;
  border-left: 1px dotted #B4B4B4;
  border-right: 1px dotted #B4B4B4;
  white-space: nowrap;
}
table.breakdown td.last:not(.clip-buttons-cell) {
  border-width: 0;
  width: 100%;
}
table.breakdown td.sorted:not(.clip-buttons-cell) {
  border-left: 1px solid #333;
  border-right: 1px solid #333;
  background: #fff;
  color: #000;
}
table.breakdown tr.playing td.sorted:not(.clip-buttons-cell) {
  background: url("/images/catsel.gif") repeat-x scroll left top #09F;
  color: #fff;
}
table.breakdown th:not(.clip-buttons-cell) span {
  display: block;
}

#clipsPanel.disabledColumnHeaderEvents table.breakdown th:not(.clip-buttons-cell) span {
  cursor: default;
}
#clipsPanel.disabledColumnHeaderEvents table.breakdown th.selectAll:not(.clip-buttons-cell) span {
  cursor: pointer;
}

input.ie7hack {
  visibility: hidden;
}

div#clipsPanel div.buttons {
  float: left;
}

#clipButtonsHeader th {
  border-left: 0 none;
  border-right: 0 none;
}

#clipsArea td.clip-buttons-cell img, #clipButtonsHeader img {
  border-width: 0;
  height: 1px;
}

#clipsArea td.a img, #clipButtonsHeader th.a {
  width: 24px;
}

#clipsArea td.b img, #clipButtonsHeader th.b > * {
  width: 12px;
}

#clipsArea td.c img, #clipButtonsHeader th.c > * {
  width: 18px;
}

#clipsArea td.d img, #clipButtonsHeader th.d > * {
  width: 24px;
}

#clipsArea td.e img, #clipButtonsHeader th.e > *, #clipsArea td.f img, #clipButtonsHeader th.f > * {
  width: 16px;
}

#clipsArea td.g img, #clipButtonsHeader th.g > *, #clipsArea td.h img, #clipButtonsHeader th.h > * {
  width: 16px;
  padding: 0 4px;
}

#clipsArea td.clip-buttons-cell {
  text-align: center;
  font-size: 1px;
}

#clipButtonsHeader th {
  text-align: center;
  font-size: 1px;
}
#clipButtonsHeader th.a > * {
  height: 16px;
}

#clipsArea.recruit {
  margin-left: 94px;
}

#clipButtons.recruit {
  width: 94px;
}
#clipButtons.recruit tr:not(.spacey) {
  height: 16px;
}

#clipButtonsHeader.recruit {
  border-width: 0;
  height: 1px;
}
#clipButtonsHeader.recruit th.a {
  width: 24px;
  vertical-align: middle;
  margin-top: 2px;
}

.selectAll > div > input {
  margin-top: 2px;
}

#clipButtonsHeader.recruit > tr > th.a, #clipButtonsBody > tr > td.a {
  width: 16px;
  vertical-align: middle;
}

#clipButtonsHeader.recruit > tr > th.b, #clipButtonsBody > tr > td.b {
  width: 0;
  vertical-align: middle;
}

#clipButtonsHeader.recruit > tr > th.c, #clipButtonsBody > tr > td.c, #clipButtonsHeader.recruit > tr > th.d, #clipButtonsBody > tr > td.d, #clipButtonsHeader.recruit > tr > th.e, #clipButtonsBody > tr > td.e, #clipButtonsHeader.recruit > tr > th.f, #clipButtonsBody > tr > td.f {
  width: 16px;
}

#clipButtonsHeader.recruit > tr > th.g, #clipButtonsBody > tr > td.g {
  width: 16px;
  padding: 0 4px;
}

#clipButtonsHeader th {
  text-align: center;
  font-size: 1px;
}
#clipButtonsHeader.recruit th.a > * {
  height: 16px;
}

#clipsArea {
  overflow-y: auto;
  overflow-x: hidden;
}

#clipsHorizontalScroll {
  width: inherit;
  height: auto;
  overflow: hidden;
  padding-bottom: 5px;
}

#clipsArea td {
  z-index: 1;
}
#clipsArea td.clip-buttons-cell {
  position: absolute;
  top: auto;
  z-index: 5;
}

.inline-edit {
  z-index: 2;
}

#clipsArea td.clip-buttons-cell.a {
  width: 24px;
  left: 0;
}
#clipsArea td.clip-buttons-cell.b {
  width: 12px;
  left: 24px;
}
#clipsArea td.clip-buttons-cell.c {
  width: 18px;
  left: 36px;
}
#clipsArea td.clip-buttons-cell.d {
  width: 24px;
  left: 54px;
}
#clipsArea td.clip-buttons-cell.e {
  width: 16px;
  left: 78px;
}
#clipsArea td.clip-buttons-cell.f {
  width: 16px;
  left: 94px;
}
#clipsArea td.clip-buttons-cell.g {
  width: 24px;
  left: 118px;
}
#clipsArea td.clip-buttons-cell.h {
  width: 24px;
  left: 142px;
}
#clipsArea td.clip-buttons-cell > * {
  position: relative;
}

#clipsHorizontalScroll {
  position: static;
  margin-left: 142px;
}

#clipsArea {
  min-height: 33px;
  position: relative;
}

#clipsTable tr {
  height: 16px;
}
#clipsTable thead tr {
  height: 1px;
}

#clipsArea thead img {
  height: 1px;
}

#clipsTable thead tr.nowidth img {
  display: none;
}

#clipsPanel .spacey {
  height: 1px;
  line-height: 1px;
  font-size: 0;
}
#clipsPanel .spacey img {
  max-width: inherit;
}
#clipsPanel .spacey td {
  height: 1px;
  line-height: 1px;
  font-size: 0;
}

table.breakdown th:not(.clip-buttons-cell) span.link {
  color: #FFF;
}
table.edit {
  empty-cells: show;
  border-style: none;
  text-align: center;
  border-collapse: collapse;
  cursor: text;
}
table.edit th:not(.clip-buttons-cell) {
  padding: 0 4px;
  font-size: 10px;
  height: 14px;
  vertical-align: middle;
  font-weight: 700;
  border: 1px solid gray;
  background-color: #F10;
  color: #FFF;
}
table.edit tr:not(.presentation-editor) td:hover:not(.clip-buttons-cell) {
  background-color: #ddd;
}
table.edit td.editing:not(.clip-buttons-cell) {
  border-left: 1px solid #b44646;
  border-right: 1px solid #b44646;
  border-top: 1px solid #b44646;
  border-bottom: 1px solid #b44646;
  cursor: text;
}
table.edit td.changed:not(.clip-buttons-cell) {
  color: #fff;
  background: #ff9f60;
}
table tr.playing td {
  background: #09f url("/images/catsel.gif") repeat-x left top;
  border-color: #fff;
  color: #fff;
}

div.annotations {
  height: 16px;
  width: 16px;
}
div.has.annotations {
  background-position: 0 -16px;
  background-image: url("/images/annotation_indicator2.png");
  background-repeat: no-repeat;
}

tr.selected div.has.annotations, tr.playing div.has.annotations {
  height: 16px;
  width: 16px;
  background-position: 0 -32px;
  background-image: url("/images/annotation_indicator2.png");
  background-repeat: no-repeat;
}

td.highlight div {
    width: 16px;
    height: 16px;
    cursor: pointer;
    top: 1.5px;
}

tr.e td.highlight.on div.throbber, tr td.highlight.on div.throbber {
  background: transparent url("/images/throbber_subtle.gif");
}
tr.selected td.highlight.on div.throbber {
  background: transparent url("/images/throbber_subtle_blue.gif");
}

td.highlight.on div {
  background: transparent url("/images/highlight-star-sprite.png") no-repeat 0 -100px;
}
td.highlight.on div.highlightError:hover, td.highlight.on div.highlightWarning:hover {
  background: transparent url("/images/highlight-star-sprite.png") no-repeat 0 -100px;
}
td.highlight.off div {
  background: transparent url("/images/highlight-star-sprite.png") no-repeat;
  background-position: 0 -400px;
}

.selected td.highlight.off div {
  background: transparent url("/images/highlight-star-sprite.png") no-repeat;
  background-position: 0 -300px;
}

.playing td.highlight.off div {
  background: transparent url("/images/highlight-star-sprite.png") no-repeat;
  background-position: 0 -200px;
}

td.highlight.off div.highlightWarning, td.highlight.on div.highlightError {
  background: transparent url("/images/highlight-star-sprite.png") no-repeat;
  background-position: 0 0;
}

th.highlight {
  padding: 0;
}
th.highlight div {
  background: transparent url("/images/highlight-star-sprite.png") no-repeat;
  background-position: 0 -500px;
  width: 15px;
  height: 16px;
}

#clipsPanel.disabledColumnHeaderEvents th.highlight div {
  cursor: default;
}

#clipButtonsHeader th.a > * {
  height: 14px;
}
#clipButtonsHeader th.b input {
  margin-top: 2px;
}

#clipsArea td.clip-buttons-cell input.nostyle {
  height: 13px;
  margin-top: 1px;
}

.breakdown, .breakdown-btns {
  empty-cells: show;
  border-style: none;
  text-align: left;
  border-collapse: collapse;
}

table.breakdown th, table.breakdown-btns th {
  padding: 0;
  height: 18px;
  vertical-align: middle;
  font-weight: 700;
  font-size: 10px;
  border: 1px solid #777;
  background-color: #969696;
  color: #fff;
}
table.breakdown th {
  padding: 0 4px;
}
table.breakdown th.sorted {
  background: #333;
  border-color: #000;
}
table.breakdown th.active-column:hover {
  background-color: #333;
  color: #FFF;
  border-color: #000;
}
table.breakdown-btns th.active-column:hover, table.breakdown th.pseudo-hover, table.breakdown-btns th.pseudo-hover {
  background-color: #333;
  color: #FFF;
  border-color: #000;
}
table.breakdown th.active-column {
  cursor: pointer;
}

div.clip-list-drag-helper {
  padding: 4px 8px;
  font-size: 16px;
  font-weight: 700;
  background-color: #09F;
  border: solid 2px #333;
  color: #E8E8E8;
  text-align: center;
}
div.clip-list-drag-helper div div {
  margin-top: -2px;
  font-weight: 400;
  font-size: 10px;
}

#moveClipsNubbin {
  position: absolute;
  z-index: 100000;
  width: 340px;
  padding: 0;
  margin: 0;
}
#moveClipsNubbin .stick {
  background: url("/images/move-clips-here-bar.png") no-repeat left center;
  height: 4px;
  margin: 0;
  padding: 0;
  border: 0 none;
}
#moveClipsNubbin .button {
  cursor: pointer;
  color: #fff;
  background: #46B446;
  position: absolute;
  top: -6px;
  left: 90px;
  padding: 2px 4px;
  font-size: 10px;
  font-weight: 700;
}

.clips-pager {
  float: left;
  position: relative;
}

div#emptyhelppanel {
  float: left;
  width: 100%;
  position: relative;
}
div#emptyhelppanel h2 {
  color: #6B6B6B;
  text-shadow: 0 1px 0 #fff;
  font-family: Verdana, Sans-Serif;
}
div#emptyhelppanel p {
  color: #969696;
  font-size: 11px;
  font-weight: 400;
  clear: both;
  width: auto;
}
div#emptyhelppanel div#no-results div, div#emptyhelppanel div#empty-playlist div {
  margin-left: 100px;
}
div#emptyhelppanel div#no-results {
  background-color: #f4f4f4;
}
div#emptyhelppanel div#cutup-help {
  position: absolute;
  right: 20px;
  top: 0;
  width: 360px;
}
div#emptyhelppanel div#cutup-help h2 {
  float: left;
  text-indent: -9999px;
  height: 33px;
  width: 315px;
  background: url("/images/browse-your-library-above.png") no-repeat left bottom;
}
div#emptyhelppanel div#cutup-help p {
  float: left;
  width: 360px;
  padding-left: 4px;
}
div#emptyhelppanel div#report-help h2, div#emptyhelppanel div#presentation-help h2, div#emptyhelppanel div#report-help p div#emptyhelppanel div#presentation-help p {
  float: left;
}
div#emptyhelppanel div.bighelp div.instruct {
  width: 68%;
  padding: 41px 0;
}
div#emptyhelppanel div.bighelp div.bigarrowup {
  margin-top: 25px;
  width: 72px;
  height: 50px;
}
div#emptyhelppanel #cutup-help div.instruct {
  width: auto;
}
div#emptyhelppanel div#cutup-help div.instruct {
  float: left;
  width: 310px;
}
div#emptyhelppanel div#cutup-help div.bigarrowup {
  margin: -50px 0 0;
  float: right;
  height: 112px;
  width: 50px;
  background: url("/images/browse-your-library-above.png") no-repeat right top;
  z-index: 1001;
  position: relative;
}
div#emptyhelppanel div#report-help div.instruct, div#emptyhelppanel div#presentation-help div.instruct {
  float: right;
}
div#emptyhelppanel div#report-help div.bigarrowup, div#emptyhelppanel div#presentation-help div.bigarrowup {
  margin-right: 20px;
  float: right;
  background: url("/images/bigarrowup_l.gif") no-repeat;
}
div#emptyhelppanel div.bighelpleft div.instruct {
  width: auto;
  padding: 41px 100px;
}
div#emptyhelppanel div.bighelpleft p {
  float: none;
}

#clipsArea td.clip-buttons-cell .dragAndDrop {
  height: 20px;
  width: 24px;
}
    #clipsArea td.clip-buttons-cell .dragAndDrop svg {
        float: right;
        position: relative;
        top: 3px;
    }

#clipButtonsHeader th.a svg {
  float: right;
}

#clipsHorizontalScrollbar {
  position: fixed;
  bottom: 0;
  overflow: auto;
  overflow-y: hidden;
}

#clipsHorizontalScrollbarContent {
  height: 1px;
  overflow-x: scroll;
}

.cell-button-content {
  display: table-cell;
  vertical-align: middle;
  height: inherit;
  width: inherit;
}
/**********************************************
               Clip List Filtering
*********************************************~*/
#clipListFilters {
    background-color: #333;
    font-size: 9px;
    color: #fff;
}

#clipListFilters .inner {
    padding: 3px 2px;
}

#filterSaveLoad {
    float: right;
}

#filterSaveLoad .currentFilter {
    font-style: italic;
    color: #b4b4b4;
}

#filterSaveLoad .filterName {
    font-weight: bold;
    font-style: normal;
    color: #d8d8d8;
}

#filterSaveLoad .modified {
    font-style: normal;
}

#matchAnyAll {
   float: left;
   width: 250px;
   text-align: right;
}

#matchAnyAll select {
    font-size: 9px;
}

div#clipFilterCriteria {
    /*margin-left: 254px; */
    width: 430px; /* fixes scriptaculous bug */
}

div#noFilterCriteria {}

.saveLoadFilter {
    background-image: url("/images/disk.png");
}

/*
.loadFilter {
    float: left;
    background-image: url("/images/folder_explore.png");
}
*/

.filterCriterion.edit0 .filterDivider_h.first,
.filterCriterion.edit0 .filterDivider_h.second,
.filterCriterion.edit0 .operator-field,
.filterCriterion.edit0 .value-field,
.filterCriterion.edit1 .filterDivider_h.second,
.filterCriterion.edit1 .value-field
{
    visibility: hidden;
}

.filterDivider_h {
    background: transparent url("/images/filter_criteria_h_separator.png") no-repeat;
    width: 4px;
    height: 7px;
    display: inline-block;
    vertical-align: middle;
}

.filterDivider_h, .filterField_w {
    margin-left: 5px;
    margin-right: 5px;
}

.filterField_w {
    position: relative;
    z-index: 0;
    vertical-align: middle;
}

.filterField {
    width:100px;
    cursor:pointer;
    text-align: center;
    padding: 2px 3px;
    min-height: 12px;
    /*overflow: hidden;*/
}

.filterField.operator-field {
    width:110px;
}

.filterField:hover, .filterField.hover {
    background-color: #444;
}

.filterField:hover span, .filterField.hover span {
    color: #FF8E33;
}

.filterField.editing {
    background-color: #e8e8e8;
    color: #6b6b6b;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    /*white-space: nowrap;*/
    cursor: default;
}

.filterField.empty {
    font-style: italic; margin: 0; width: auto; text-shadow: none;
}

.filterField.incomplete {
    background-color: #ff8e33;
    color: #e8e8e8;
    cursor: pointer;
}

.filterField.highlighted {
    background-color: #ff8e33;
    color: #FFF;
}

.filterField span {
    white-space: nowrap;
}
.filterField.editing span {
    /*white-space: normal;*/
}

.filterField.editing:hover span, .filterField.editing.hover span {color: #6b6b6b;}

#filterCallout {position:absolute; text-align: center;}
#filterCallout .calloutArrow {position: absolute;top: 0px; left: -15px; width: 30px; height: 10px; z-index: 1001; background: transparent url("/images/filters_callout_arrow_flipped2.png") no-repeat;}
#filterCallout .calloutBody {
    position: absolute;
    border: 4px solid #000;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    background: #202020 url("/images/overlay_grad_03.gif") repeat-x 0 0;
    min-width: 140px;
    min-height: 20px;
    max-width: 450px;
    /*top: 9px;
    left: -35px;*/ /* width/2 - 15; (15 is 1/2 arrow width) */
    text-align: center;
}

#filterCallout .checkbox { width: 14px; height: 14px; margin: 0 4px 0 0; float: left; display: inline; border: none; }
#filterCallout .sort { text-align: center; border-top: 1px solid #fff; background: #fff url("/images/filter-sort-options-bg.png") repeat-x left top; color: #6b6b6b; padding: 2px; }
#filterCallout .sort_i { margin: 0 auto; width: 84px; z-index: 1002;}
#filterCallout .sort a { display: inline-block; border: 1px solid #000; padding: 3px; color: #fff; margin-right: -1px; width: auto; text-decoration: none; background: #444 url("/images/sort-bubble-bg.png") repeat-x left top; font-size: 9px; outline: none;}
#filterCallout .sort .checkbox { float: left; display: inline; margin-right: 3px; }
#filterCallout .sort label { float: left; font-size: 10px; width: 35px; display: inline; position: absolute; left: 5px; bottom: 2px; }
#filterCallout .sort .freq span { text-indent: -9999px; background: url("/images/sort-indicators.png") no-repeat 6px 3px; display: block; width: 20px; cursor: pointer; }
#filterCallout .sort .first {
    -webkit-border-top-left-radius: 3px;
    -webkit-border-bottom-left-radius: 3px;
    -moz-border-radius-topleft: 3px;
    -moz-border-radius-bottomleft: 3px;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}
#filterCallout .sort .last {
    -webkit-border-top-right-radius: 3px;
    -webkit-border-bottom-right-radius: 3px;
    -moz-border-radius-topright: 3px;
    -moz-border-radius-bottomright: 3px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}
#filterCallout .sort .selected { color: #333; border-color: #000; background: url("/images/tree-hover.png") repeat-x left top #ccc }
#filterCallout .sort .selected:hover {  cursor: default; color: #000; border-color: #000; background: url("/images/tree-hover.png") repeat-x left top #ccc }
#filterCallout .sort a:hover { border-color: #09f; background: #09f url("/images/catsel.gif") repeat-x left top; }
#filterCallout .sort .freq.selected span { background-position: -395px 3px; }
#filterCallout .sort .freq.selected:hover span { cursor: default; }
#filterCallout .listOptions label,
#filterCallout .listOptions .checkbox { cursor: pointer; border: none; }
#filterCallout .listOptions {padding: 0; margin: 0; overflow: auto; }
#filterCallout .listOptions table { width: 100%; table-layout:auto; }
#filterCallout .listOptions td { padding-right: 15px; vertical-align: top; text-align: left; color: #fff; white-space: nowrap; }
#filterCallout .listOptions td em { display: block; font-size: 9px; font-style: normal; opacity: 0.5; margin-bottom: 8px; }
#filterCallout .listOptions td:hover { background: #09f url("/images/catsel.gif") repeat-x left top; color: #FFF; text-shadow: 0 1px 0 rgba(0,0,0,0.25); border-color: #09f; }
#filterCallout .listOptions td:hover em { opacity: 1.0; }
#filterCallout .listOptions td div { min-width: 40px; white-space: nowrap; cursor: pointer; padding: 3px 5px 4px 5px; font-size: 11px; }
.disableFilterActions { opacity: .5; -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"; filter: alpha(opacity=50); }
#filterCallout .disableFilterActions a:hover { background: url("/images/sort-bubble-bg.png") repeat-x scroll left top #444444; cursor: default; border: 1px solid #000; }
/*
#filterCallout .normal,
#filterCallout .special { position:absolute;top:0;left:0;z-index: 1; }
#filterCallout .listOptions td:hover .normal,
#filterCallout .listOptions td:hover .special,
#filterCallout .normal:hover,
#filterCallout .special:hover { background:none; }
*/
#filterCallout .listOptions td .normal { background-image: url("/images/frequency-amount-normal-bg.png"); background-repeat: repeat-y; background-position: -500px bottom; color: #fff; }
#filterCallout .listOptions td .special { background-image: url("/images/frequency-amount-special-bg.png"); background-repeat: repeat-y; background-position: -500px bottom; color: #fff;  }

#filterCallout .listOptions td.selected { color: #ff8e33; text-shadow: 0 1px 0 rgba(0,0,0,0.4);}
#filterCallout .listOptions td.selected:hover { color: #fff; }
#filterCallout .throbber {background: transparent url("/images/throbber_333.gif") no-repeat center center; height: 16px; margin: 4px;}
#filterCallout input { border:1px solid #000; color:#333; margin:3px; padding: 3px; text-align:center; width:32px; }

#filterCallout div.int { width: 80px;}
#filterCallout div.string { width: 140px;}
#filterCallout div.range { width: 140px;}
#filterCallout div.range span { color: #969696; }
#filterCallout a.gotext { padding: 3px; margin-left: 3px; color: #33C1FF; }
#filterCallout a.gotext:hover { color: #FFF; }
#filterCallout div.range input {
    width:24px;
}

#filterCallout div.text.string input {
    width:96px;
}

#filterCallout div.range {
    white-space: nowrap;
}

#filterCallout .noValues {
    white-space: nowrap;
    color: #fff;
    margin: 16px 5px 5px 5px;
}

#saveNewFilterName {padding: 3px }

div.libfilter { clear:both; height: auto; background: #555; border-top: 1px solid #6b6b6b; padding: 2px 4px 3px 4px; }
div.libfilter em { font-style: normal; float: left; margin-right: 12px; color: #999;}
div.libfilter .checkbox { float: left; margin-right: 4px; }
div.libfilter label { margin-right: 12px; float: left; font-weight: bold; color: #e8e8e8; }

div.toolbar .filterResults.selected { background: #333 url("/images/gradsprite.gif") repeat-x 0 -56px; }

#filterCallout span.iconSmall {
    text-decoration: none;
}

#filterCallout span.iconSmall.disabled {
    color: #d8d8d8;
}
/* Filter Save/Load Dialog ~*/
#filterSaveLoadDlg {
    width: 360px;
}

#filterSaveLoadDlg .currentFilterName {
    font-weight: bold;
}

#filterSaveLoadDlg li {
    margin: 10px 0 0 0;
}

#filterSaveLoadDlg ul.loadedFilters {
    margin: 6px 0 0 0;
    max-height: 240px;
    overflow: auto;
}

#filterSaveLoadDlg .noFilters {
    margin-left: 16px;
    font-style: italic;
}

#filterSaveLoadDlg .warning {
    background-color: #EE383F;
    color: White;
    padding: 4px;
}

#filterSaveLoadDlg .loadedFilters li {
    cursor: pointer;
    margin: 0;
    padding: 2px 0; 
}

#filterSaveLoadDlg .loadedFilters li.selected {
    font-weight: bold;
    background-color: #09f;
}
#filterSaveLoadDlg .loadedFilters li.selected .filterName,
#filterSaveLoadDlg .loadedFilters li.selected .normal { color: #fff; -moz-border-radius: 0; -webkit-border-radius: 0; border-radius: 0; background: transparent; }
#filterSaveLoadDlg .loadedFilters li.selected:hover .filterName,
#filterSaveLoadDlg .loadedFilters li.selected:hover .normal { color: #06f; }

#filterSaveLoadDlg .loadedFilters li .deleting {
    display: none;
    padding-left: 20px;
    margin-left: 16px;
    background: transparent url("/images/inline_throbber.gif") no-repeat left center;
    height: 16px;
}

#savedFiltersListThrobber {
    height: 16px;
    width: 100%;
    background: transparent url("/images/inline_throbber.gif") no-repeat center center;
    margin-top: 4px;
}

#filterSaveLoadDlg li.deleting .deleting{
    display: inline-block;
}

#filterSaveLoadDlg li.deleting .normal{
    display: none;
}

#filterSaveLoadDlg .deleteFilter {
    background: transparent url("/images/trash.gif") no-repeat 4px 3px; 
    width: 18px;
    height: 16px;  
    display: inline-block;
    visibility: hidden;
    vertical-align: middle;
    opacity: .5;
    filter:progid:DXImageTransform.Microsoft.Alpha(opacity=50);
}

#filterSaveLoadDlg .deleteFilter:hover, #filterSaveLoadDlg .deleteFilter.hover {
    opacity: 1;
    filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
}


#filterSaveLoadDlg .loadedFilters li:hover .deleteFilter, #filterSaveLoadDlg .loadedFilters li.hover .deleteFilter {
    visibility: visible;
}

#filterSaveLoadDlg .loadedFilters li:hover, #filterSaveLoadDlg .loadedFilters li.hover {
    background-color: #d8d8d8;
}

#filterSaveLoadDlg .loadedFilters li.deleting {
    background-color: Transparent;
}

#filterSaveLoadDlg .loadedFilters .filterName {
    vertical-align: middle;
    color: #06f;
    
}

/* New Change Columns + Manage Views Dialog */

.colManageModal { width: auto; }
/* .colManageModal { width: 637px; } */
.colManageModal .fl-r { width: 387px; background: #333; padding: 15px; }
.colManageModal .fl-l { width: 220px; }
.colManageModal .save_w { padding: 15px; }
.colManageModal .footer { background: transparent !important; padding: 0 !important; margin-top: 18px; }
.colManageModal .body { padding: 0 !important; border-top: 0 !important;}
.colManageModal td { vertical-align: top; }
.colManageModal .buttons_w { padding-top: 90px; }
.colManageModal .buttons_w .buttons { padding: 10px; }
.colManageModal .buttons_w:last-child .buttons { padding-right: 0px; }
.colManageModal h4 { color: #aaa; margin-bottom: 5px; }
.colManageModal h4 em { font-weight: normal; font-style: normal; }
.colManageModal .scroll { margin-bottom: 5px; }
.colManageModal p a,
.colManageModal .footer a { color: #09f; }
.colManageModal p a:hover,
.colManageModal .footer a:hover { color: #fff; }
.colManageModal .editHeader a { color: #09f; text-decoration: none; }
.colManageModal .editHeader a:hover { background-color: #09f; color: #fff; }
.colManageModal .createCustCol {
    display: inline-block; margin-right: 5px; background: #898989; color: #fff;
    text-decoration: none; padding: 2px 4px; font-size: 10px; font-weight: bold; border: 1px solid #999;
    text-shadow: 0 -1px 0 rgba(0,0,0,0.4);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    position: relative;
    margin-top: 3px;
}
.colManageModal #createCustCol:hover { border-color: #ccc; }
.colManageModal #createView {
    display: block; margin-right: 0px; color: #fff;
    text-decoration: none; padding: 8px 7px; font-size: 12px; font-weight: bold; border: 1px solid #09f;
    text-shadow: 0 -1px 0 rgba(0,0,0,0.3);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    position: relative;
    margin: 20px 10px 10px 10px;
    background-color: #19adff;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#32c0ff), to(#0099ff));
    background-image: -webkit-linear-gradient(top, #32c0ff, #0099ff);
    background-image:    -moz-linear-gradient(top, #32c0ff, #0099ff);
    background-image:     -ms-linear-gradient(top, #32c0ff, #0099ff);
    background-image:      -o-linear-gradient(top, #32c0ff, #0099ff);
    background-image:         linear-gradient(top, #32c0ff, #0099ff);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#32c0ff', EndColorStr='#0099ff');
}
.colManageModal #createView:hover { border-color: #05f; }
.colManageModal #createCustCol:active { top: 1px; }
.colManageModal #createView:active {
    top: 1px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#0099ff), to(#32c0ff));
    background-image: -webkit-linear-gradient(top, #0099ff, #32c0ff);
    background-image:    -moz-linear-gradient(top, #0099ff, #32c0ff);
    background-image:     -ms-linear-gradient(top, #0099ff, #32c0ff);
    background-image:      -o-linear-gradient(top, #0099ff, #32c0ff);
    background-image:         linear-gradient(top, #0099ff, #32c0ff);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#0099ff', EndColorStr='#32c0ff');
    text-shadow: 0 1px 0 rgba(0,0,0,0.3);
}
.colManageModal .footer .addSet:hover { border-color: #05f; }
.colManageModal .footer .addSet:active {
    top: 1px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#0099ff), to(#32c0ff));
    background-image: -webkit-linear-gradient(top, #0099ff, #32c0ff);
    background-image:    -moz-linear-gradient(top, #0099ff, #32c0ff);
    background-image:     -ms-linear-gradient(top, #0099ff, #32c0ff);
    background-image:      -o-linear-gradient(top, #0099ff, #32c0ff);
    background-image:         linear-gradient(top, #0099ff, #32c0ff);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#0099ff', EndColorStr='#32c0ff');
    text-shadow: 0 1px 0 rgba(0,0,0,0.3);
}
.colManageModal .footer .addSet {
    display: inline-block; color: #fff;
    text-decoration: none; padding: 8px 7px; font-size: 12px; font-weight: bold; border: 1px solid #09f;
    text-shadow: 0 -1px 0 rgba(0,0,0,0.3);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    position: relative;
    margin: 0 3px 0 0;
    background-color: #19adff;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#32c0ff), to(#0099ff));
    background-image: -webkit-linear-gradient(top, #32c0ff, #0099ff);
    background-image:    -moz-linear-gradient(top, #32c0ff, #0099ff);
    background-image:     -ms-linear-gradient(top, #32c0ff, #0099ff);
    background-image:      -o-linear-gradient(top, #32c0ff, #0099ff);
    background-image:         linear-gradient(top, #32c0ff, #0099ff);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#32c0ff', EndColorStr='#0099ff');
}
.colManageModal #createView.selected:active { top: 0px; }
.colManageModal #createView.selected {
    background-color: #333333;
    background-image: none;
    filter: none;
    border-color: #888;
    border-right: 0;
    margin-right: 0px;
    -webkit-border-radius: 5px;
    -webkit-border-top-right-radius: 0px;
    -webkit-border-bottom-right-radius: 0px;
    -moz-border-radius: 5px;
    -moz-border-radius-topright: 0px;
    -moz-border-radius-bottomright: 0px;
    border-radius: 5px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}
.colManageModal td::selection {
    background: transparent; /* Safari */
}
.colManageModal td::-moz-selection {
    background: transparent; /* Firefox */
}
.colManageModal #createView span { float: right; display: inline-block; }
.colManageModal #switchToEditDiv, .colManageModal #switchToChangeOnlyDiv { margin: 0 0 15px 0; }
.colManageModal #switchToEditDiv span, .colManageModal #switchToChangeOnlyDiv span { color: #fff; }
.colManageModal #switchToEditDiv h3, .colManageModal #switchToChangeOnlyDiv h3 { color: #aaa; }
.colManageModal #quick_add_body { padding: 10px; background-color: #333; }
#columnViewPicker #quickAddLink, #columnViewPicker #manageSetsLink {
    display: inline-block;
    color: #fff;
    text-decoration: none;
    font-size: 11px;
    font-weight: bold;
    float: left;
    border: 1px solid #999;
    text-shadow: 0 1px 0 rgba(0,0,0,0.4);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    padding: 4px 7px;
    position: relative;
}
#columnViewPicker #quickAddLink {
    background: #32c0ff; border-color: #4cceff; width: 138px; margin-right: 10px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#56d1ff), to(#1da8ff));
    background-image: -webkit-linear-gradient(top, #56d1ff, #1da8ff);
    background-image:    -moz-linear-gradient(top, #56d1ff, #1da8ff);
    background-image:     -ms-linear-gradient(top, #56d1ff, #1da8ff);
    background-image:      -o-linear-gradient(top, #56d1ff, #1da8ff);
    background-image:         linear-gradient(top, #56d1ff, #1da8ff);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#56d1ff', EndColorStr='#1da8ff');
}
#columnViewPicker #quickAddLink:hover {
    margin-top: -1px;
}
#columnViewPicker #quickAddLink:active {
    margin-top: 0px;
    text-shadow: 0 1px 0 rgba(0,0,0,0.4);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#1da8ff), to(#56d1ff));
    background-image: -webkit-linear-gradient(top, #1da8ff, #56d1ff);
    background-image:    -moz-linear-gradient(top, #1da8ff, #56d1ff);
    background-image:     -ms-linear-gradient(top, #1da8ff, #56d1ff);
    background-image:      -o-linear-gradient(top, #1da8ff, #56d1ff);
    background-image:         linear-gradient(top, #1da8ff, #56d1ff);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#1da8ff', EndColorStr='#56d1ff');
}
#columnViewPicker #quickAddLink .add_col_icon {
    background-image: url("/images/add_column_icon.png");
    background-repeat: no-repeat;
    display: inline-block;
    height: 14px;
    width: 22px;
    position: absolute;
    top: 15px;
    right: 11px;
}
#columnViewPicker #manageSetsLink {
    background: #606060; border-color: #626262; width: 68px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#7f7f7f), to(#626262));
    background-image: -webkit-linear-gradient(top, #7f7f7f, #626262);
    background-image:    -moz-linear-gradient(top, #7f7f7f, #626262);
    background-image:     -ms-linear-gradient(top, #7f7f7f, #626262);
    background-image:      -o-linear-gradient(top, #7f7f7f, #626262);
    background-image:         linear-gradient(top, #7f7f7f, #626262);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#7f7f7f', EndColorStr='#626262');
}
#columnViewPicker #manageSetsLink:hover {
    margin-top: -1px;
}
#columnViewPicker #manageSetsLink:active {
    margin-top: 0px;
    text-shadow: 0 1px 0 rgba(0,0,0,0.4);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#626262), to(#7f7f7f));
    background-image: -webkit-linear-gradient(top, #626262, #7f7f7f);
    background-image:    -moz-linear-gradient(top, #626262, #7f7f7f);
    background-image:     -ms-linear-gradient(top, #626262, #7f7f7f);
    background-image:      -o-linear-gradient(top, #626262, #7f7f7f);
    background-image:         linear-gradient(top, #626262, #7f7f7f);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#626262', EndColorStr='#7f7f7f');
}
#columnViewPicker #column_tools { width: 248px; margin-top: 15px; }
#columnViewPicker .columnPickerHeader { font-size: 12px; color: #fff; font-weight: bold; margin-bottom: 10px; }
#columnViewPicker .calloutBody { width: 248px; }
#addCustomViewName { display: inline-block; padding: 3px 4px; font-size: 11px; width: 200px; margin-top: 5px; margin-bottom: 3px; float: left; cursor: text; }
#customViewList { overflow-y: auto; height: 230px; position:relative; }
#currentView { border-top: 1px solid #d8d8d8; }
#customViewList a,
#currentView a { display: block; padding: 6px 20px 6px 15px; text-decoration: none; font-size: 12px; border-bottom: 1px solid #d8d8d8; position:relative; }
#customViewList a:hover,
#currentView a:hover { background: #09f url("/images/catsel.gif") repeat-x left top; color: #fff; border-bottom-color: #06f; text-shadow: 0 1px 0 rgba(0,0,0,0.4); }
#customViewList li:hover .remove { display: block; }
#customViewList .selected,
#customViewList .selected:hover,
#currentView .selected,
#currentView .selected:hover { background: #333; color: #fff; border-bottom-color: #fff; text-shadow: 0; font-weight: bold;}
#customViewList .remove { display: none; height: 14px; width: 14px; position: absolute; right: 5px; top: 50%; margin-top: -7px; background: url("/images/trash.gif") no-repeat center; }
#customViewList .remove:hover { background-color: #ccc; }
.colManageModal div > p { max-width: 1000px; margin-bottom: 10px; }

#columnViewPicker
{
    position: absolute;
    z-index: 10001;
}
#columnViewPicker .calloutArrow {position: absolute;top: 0px; left: -15px; width: 30px; height: 10px; z-index: 1001; background: transparent url("/images/filters_callout_arrow_flipped2.png") no-repeat;}
#columnViewPicker .calloutBody {
    position: absolute;
    border: 4px solid #000;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    background: #202020 url("/images/overlay_grad_03.gif") repeat-x 0 0;
    min-height: 20px;
    padding: 10px;
    width: 248px;
}

#columnViewPicker .calloutBody li img { padding-top: 4px;margin-left: 53px; }

#columnViewPicker .seemore { display: inline-block; color: #33c1ff; }
#columnViewPicker .seemore:hover { color: #fff; }
#columnViewPicker li { float: left; width: 122px;}
#columnViewPicker li a
{
    display: block;
    line-height: 1;
    font-weight: bold;
    border: 1px solid transparent;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    color: #33C1FF;
    cursor: pointer;
    font-size: 11px;
    padding: 4px 5px;
    text-decoration: none;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.4);
    text-overflow: ellipsis;
    overflow: hidden;
}

#columnViewPicker li a:hover, #columnViewPicker li a.selected
{
    color: #fff;
    background: #09f url("/images/sel-back.png") repeat-x left top;
    border-color: #09f;
}
/* clips list and library toolbars */
#manageLibrary i {
    right: auto;
    left: 0;
}

.toolbar em {
    font-style: normal;
    position: relative;
    padding-left: 18px;
}

.toolbar i {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 2px;
    background: url("/images/gradspritevert.gif") repeat-y left center;
}

.toolbar.clipbar i {
    background-position: -2px center;
    left: 0;
    right: auto;
}

.edit .toolbar.clipbar i {
    background-position: -4px center;
}

.clips-pager.toolbar.clipbar i {
    right: 0;
    left: auto;
}

#clipcount_w:hover {
    background-position: 0 -300px !important;
    border-color: #c52;
    background-color: #c52;
    cursor: default;
}

    #clipcount_w:hover em {
        top: 0;
    }

.edit #clipcount_w:hover {
    background-position: 0 -400px !important;
    border-color: #ce1b1b;
    background-color: #ce1b1b;
}

.toolbar span,
.toolbar a {
    height: auto;
    position: relative;
    text-decoration: none;
    cursor: pointer;
    float: left;
    display: inline;
    background: #333 url("/images/gradsprite.gif") repeat-x 0 -50px;
    color: #fff;
    text-shadow: 0 1px 0 rgba(0,0,0,0.4);
    font-size: 11px;
    padding: 3px 8px 4px 8px;
    font-family: sans-serif;
    border-top: 1px solid #333;
    font-weight: bold;
    -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,0.2);
    -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.2);
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.2);
}

.toolbar .hudl-gps {
    font-size: 10px !important;
    padding-left: 2px;
}

.toolbar .share-icon .hudl-gps {
    color: #99eeff;
}

.toolbar.clipbar span,
.toolbar.clipbar a {
    background: #f60 url("/images/gradsprite.gif") repeat-x 0 0;
    padding: .4rem 1rem;
    border-top: 1px solid #f60;
}

.edit .toolbar.clipbar span,
.edit .toolbar.clipbar a {
    background: #ce1b1b url("/images/gradsprite.gif") repeat-x 0 -400px;
    padding: 3px 11px 4px 12px;
    border-top: 1px solid #ce1b1b;
}

.toolbar.clipbar.clips-pager span {
    padding: .4rem 1rem;
}

.toolbar span:hover,
.toolbar a:hover {
    background-position: 0 -200px;
    background-color: #717171;
}

.toolbar .share-icon {
    background-color: #09f;
    background-position: 0 -350px;
    border-color: #09f;
}

.toolbar .disabled.share-icon {
    background-color: #333;
    background-position: 0 -50px;
    border-color: #333;
}

.toolbar.clipbar span:hover,
.toolbar.clipbar a:hover,
.toolbar.clipbar .selected {
    background-position: 0 -50px;
    background-color: #333;
    border-color: #333;
}

.toolbar.clipbar .emphasized {
    background-position: 0 -300px;
    background-color: #c52;
    border-color: #c52;
}

.toolbar span:hover em,
.toolbar a:hover em {
    top: -1px;
}

.toolbar span:active,
.toolbar a:active {
    background-position: 0 -150px;
    background-color: #555;
}

.toolbar.clipbar span:active,
.toolbar.clipbar a:active {
    background-position: 0 -150px;
    background-color: #555;
}

.toolbar span:active em,
.toolbar a:active em {
    top: 0;
}

.toolbar .disabled {
    top: 0;
    cursor: default;
    opacity: 0.3;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
    filter: alpha(opacity=30);
}

.toolbar span.disabled em,
.toolbar a.disabled em,
.toolbar span.disabled b,
.toolbar a.disabled b {
    cursor: default;
    opacity: 0.3;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
    filter: alpha(opacity=30);
}

.toolbar .disabled:hover {
    background-position: 0 -50px;
}

    .toolbar .disabled:hover em {
        top: 0px;
    }

.toolbar .disabled:active {
    background-position: 0 -50px;
}

.toolbar.clipbar .disabled:hover {
    background-position: 0 0;
    border-color: #f60;
}

.toolbar.clipbar .disabled:active {
    background-position: 0 0;
}

.edit .toolbar.clipbar .disabled:hover {
    background-position: 0 -400px;
    border-color: #ce1b1b;
}

.edit .toolbar.clipbar .disabled:active {
    background-position: 0 -400px;
}

#libraryToolbar span em,
#libraryToolbar a em {
    background-image: url("/images/toolbar-icon-sprite2.png");
    background-repeat: no-repeat;
}

#clipListHeader span em,
#clipListHeader a em {
    background-image: url("/images/toolbar-icon-sprite2.png");
    background-repeat: no-repeat;
}

#libraryToolbar li {
    display: inline;
}

#libraryToolbar .share-icon em {
}

#libraryToolbar #genReport em {
    background-position: 0 -100px;
}

#libraryToolbar #genPresentation em {
    background-position: 0 -200px;
}

#libraryToolbar #manageLibrary {
    padding-left: 11px;
    padding-right: 6px;
}

    #libraryToolbar #manageLibrary em {
        background: transparent;
        padding-left: 0;
    }

#clipListHeader .removePlay em {
    background-position: 0 -898px;
}

#clipListHeader .filterResults em {
    background-position: 0 -799px;
}

#clipListHeader .downloadVideo em {
    background-position: 0 -1001px;
}

#clipListHeader .editTable em {
    background-position: 0 -300px;
}

#clipListHeader .editCols em {
    background-position: 0 -500px;
}

#clipListHeader .addToCutup em {
    background-position: 0 -399px;
}

#clipListHeader .saveOrder em {
    background-position: 0 -1002px;
}

#clipListHeader .name-formations em { 
    background-image: url("/images/name-formation-icon.png"); background-size: 1rem 1rem; 
}

#clipListHeader .next em {
    background-position: 0 -699px;
}

#clipListHeader .prev em {
    background-position: 0 -600px;
}

#clipListHeader .moreActions em {
    background: url("/images/navsprite.png") no-repeat -149px -146px;
}

.moreActions small, .moreActions small.disabled:hover {
    display: block;
    font-size: 12px;
    color: #33c1ff;
    font-weight: bold;
    font-weight: bold;
    border: 1px solid transparent;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    color: #33C1FF;
    cursor: pointer;
    padding: 4px 5px;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.4);
}

    .moreActions small:hover {
        background: url("/images/sel-back.png") repeat-x left top #09f;
        border-color: #09f;
        color: #fff;
    }

.moreActions .disabled {
    opacity: 0.4;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
    filter: alpha(opacity=40);
}

.moreActions small.disabled:hover {
    background: transparent;
    border-color: transparent !important;
    cursor: default;
}

.moreActions div {
    display: none;
    position: absolute;
    z-index: 10;
    right: 0;
    top: 21px;
    width: 130px;
    background: url("/images/overlay_grad_03.gif") repeat-x #202020;
    padding: 8px 5px;
    border-width: 0 5px 5px 5px;
    border-color: #000;
    border-style: solid;
    -webkit-border-bottom-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    -moz-box-shadow: 0 3px 5px rgba(0,0,0,0.5);
    -webkit-box-shadow: 0 3px 5px rgba(0,0,0,0.5);
    box-shadow: 0 3px 5px rgba(0,0,0,0.5);
}

.moreActions:hover div {
    display: block;
}

.moreActions.disabled:hover div {
    display: none;
}

#viewPickerList {
    overflow-y: scroll;
    max-height: 300px;
}
/****************************************
   BREAKDOWN DATA STYLES
***************************************~*/
span.cancelButton
{
    color: #B43333;
    padding: 1px;
    border: solid 1px gray;
    margin-left: 1px;
    cursor: pointer;
}

span.cancelButton:hover
{
    background-color: #ffdddd;
}

input.invisible
{
    border: solid 0px gray;
    margin: 0px;
    padding: 0px;
    font-size: 10px;
    background-color: #fff;
    float: left;
}

.inline-edit { position: absolute; }
.inline-edit input { padding-right: 18px; width:100%; background-color: #fff; border: 2px solid #fc0;text-align: left; -moz-box-shadow: 2px 2px 2px rgba(0,0,0,0.4); -webkit-box-shadow: 2px 2px 2px rgba(0,0,0,0.4); box-shadow: 2px 2px 2px rgba(0,0,0,0.4); box-sizing: content-box;}

.inline-edit .pin 
{
    position:absolute;
    right: 3px;
    top: 3px;
    width: 14px;
    height: 14px;
    background: url("/images/pin.png") no-repeat 0 0;
    cursor: pointer;
}
.inline-edit .pin:hover {background-position: -500px 0;}
.inline-edit .pin.pinned:hover {background-position: -500px -100px;}
.inline-edit .pin.pinned {background-position: 0 -100px;}

.inline-edit.error-flicker input
{
    border-color: #B34444;
}

.editor-popup
{
    position: absolute;
    z-index: 1001;
    cursor: default;
    opacity: .7;
    -webkit-transition: opacity 0.15s linear;
}
.editor-popup:hover
{
    opacity:1;
}

.editor-popup .content
{
    background-color: #e8e8e8;
    padding: 4px;
    color: #d8d8d8;
    text-align: center;
    position: absolute;
    border: 4px solid #000;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    background: #202020 url("/images/overlay_grad_03.gif") repeat-x 0 0;
}

.editor-popup .arrow 
{
    position: absolute;
    bottom:-14px; /* arrow height + content border width*/
    left: 50%;
    margin-left: -10px;
    width: 20px;
    height: 10px;
    background: transparent url("/images/filters_callout_arrow_flipped2.png") center center no-repeat;
}

.editor-popup .data {
    max-width: 240px;
    max-height: 240px;
    
    /* TODO 4/20/2010 LAS: are the min-'s necessary? */
    min-width: 70px;
    min-height: 12px;
    overflow: auto;

}

.editor-popup .name {
    color: #FF8E33;
    padding-bottom: 4px;
    margin-bottom: 4px;
    border-bottom: 1px solid #4d4d4d;
    white-space: nowrap;
    font-weight: bold; 
}

.editor-popup li  {
    border-left: 2px solid transparent;
    white-space: nowrap;
    cursor: pointer;
    padding: 1px 4px;
    font-size: 11px;
}
.editor-popup li:hover {
    background-color: #09f;
    color: #FFF;
}
.editor-popup .data.scrolling .inner
{
    /* TODO 4/20/2010 LAS: change this so it only applies when a scrollbar is present */
    margin-right: 19px;
}

.editor-popup ul { text-align: left;}
.editor-popup li { display: block; }

input.inline { font-weight: bold; padding: 1px; border: solid 1px gray; text-align: center; }

/* Jank Typekit Reset since it is autosetting h1, h2, and h3
----------------------------------------------------------------- */
h1, h2, h3 { font-family: Verdana, Tahoma, Arial, sans-serif !important; }


div#highlightMenu { z-index:10005; width:179px; }
div#highlightMenu h4 { font-size:10px; font-weight:bold; color:#6B6B6B; background-color:#E8E8E8; border-bottom:solid 1px #D8D8D8; margin:0px; }
div#highlightMenu div.arrow-holder { float:left; position:relative; left:-1px; top:4px; width:9px; }
div#participantsLoading { float:right; width:160px; }
div#highlightMenuContent { position: relative; background-color:White; border:solid 1px #333; display: inline; float:right; width:168px; }
div#searchContent { background-color:#333; padding:3px 2px; position:relative; left:-4px; width:172px; clear:both; }
div#highlightMenuContent ul { padding:1px; }
div#highlightMenuContent ul.topPlayers li { }
div#highlightMenuContent a { padding: 2px; cursor:pointer; font-size:10px; text-decoration:underline; color:#0099FF; }
div#highlightMenuContent a:hover { color: #FFF; }
div#highlightMenu a.hbox { color:#80DBFF; padding:2px; }
div#highlightMenu a.hbox:hover { background-color:#0099FF; color: #FFF; }
div#highlightMenu input#highlightName { width:120px; height:13px; padding:2px; border-width:0px; }
div#highlightPlayers { background-color:White; border:solid 1px #6B6B6B; }
div#highlightPlayers ul li { cursor:pointer; padding:0; }
div#highlightPlayers ul li a { display: block; padding:1px 2px; color: inherit; }
div#highlightPlayers ul li a:hover { color: inherit; background-color: inherit; }
div#highlightPlayers ul li a.ui-state-hover { color: #FFFFFF; background-color: #0099FF; }
div#highlightArrow { height: 9px; width: 9px; background: url("/images/highlight_arrow.gif") no-repeat left center; }

div#currentHighlightPlayers a { float:right; font-size:9px; }
div#currentHighlightPlayers span { float:left; clear:both; }
div#currentHighlightPlayers span.load { color:#B4B4B4; }



.non-modal-dlg
{
    position: absolute; width: 212px; padding: 10px; border: 7px solid #000;
    background: #202020 url("/images/overlay_grad_03.gif") repeat-x 0 0;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    border-radius: 7px;
    -moz-box-shadow: 3px 3px 3px rgba(0,0,0,0.4);
    box-shadow: 3px 3px 3px rgba(0,0,0,0.4);
    -webkit-box-shadow: 3px 3px 3px rgba(0,0,0,0.4);
}

.non-modal-dlg li { margin: 3px 0;}
.non-modal-dlg ul a.team { text-decoration: none; color: #969696; font-size: 12px; padding: 1px 0 1px 20px; display: inline-block; background: transparent url("/images/highlight-star-sprite.png") no-repeat scroll 0 -600px; }
.non-modal-dlg ul a.team:hover { background-color: none; color: #33c1ff; background-position: 0 -100px;}
.non-modal-dlg ul a.trophy { text-decoration: none; color: #969696; font-size: 12px; padding: 1px 0 1px 20px; display: inline-block; background: transparent url("/images/library/top_play_sprite.png") no-repeat scroll -34px 0px; }
.non-modal-dlg ul a.trophy:hover { background-color: none; color: #33c1ff; background-position: -34px -16px;}
.non-modal-dlg ul .selected a { background-color: transparent; background-position: 0 -100px; color: #33c1ff;}
.non-modal-dlg ul .selected a.trophy { background-position: -34px -17px; }

#highlight-menu-wrapper { z-index: 100001 }
#highlight-menu-wrapper h5 { color: #ff8e33; margin-bottom: 10px; }
#highlight-menu-wrapper ul { border-top: 1px solid #1d1d1d; }
#highlight-menu-wrapper ul li { margin: 0; padding: 5px 0;overflow: hidden; }
#highlight-menu-wrapper ul li.top-play { margin-bottom: 20px; border-bottom: 1px solid #1d1d1d; border-top: 1px solid #3D3D3D; }
#highlight-menu-wrapper input { font-size: 12px; color: #333;  width: 147px; padding: 3px 1px; margin-top: 3px;}
#highlight-menu-wrapper #top-play-highlight { border-bottom: 1px solid #1d1d1d; border-top: 1px solid #3d3d3d; }
#highlight-menu-wrapper #team-highlight { border-bottom: 1px solid #1d1d1d; border-top: 1px solid #3d3d3d; }
#highlight-menu-wrapper #highlight-search-w { border-top: 1px solid #3d3d3d; }
#highlight-menu-wrapper #highlighted-players { border: none; }
#highlight-menu-wrapper #highlighted-players li { padding-left: 37px; }
#highlight-menu-wrapper #highlighted-players li a { background: url("/images/highlight-star-sprite.png") no-repeat 0 -600px; color: #969696; font-size: 12px; text-decoration: none; padding-left: 20px; height: 15px; display: inline-block; }
#highlight-menu-wrapper #highlighted-players li a:hover, #highlight-menu-wrapper #highlighted-players li.selected a { background-position: 0 -100px; color: #33C1FF; }

#highlight-menu-wrapper #top-play-highlight .ml-notification { display: none; }
#highlight-menu-wrapper #top-play-highlight.disabled { position: relative; }
#highlight-menu-wrapper #top-play-highlight.disabled .highlight-option,
#highlight-menu-wrapper #top-play-highlight.disabled a { opacity: 0.3; filter: alpha(opacity=30); cursor: default; }
#highlight-menu-wrapper #top-play-highlight.disabled a:hover { text-decoration: none; color: #969696; font-size: 12px; padding: 1px 0 1px 20px; display: inline-block; background: transparent url("/images/library/top_play_sprite.png") no-repeat scroll -34px 0px; }
#highlight-menu-wrapper #top-play-highlight.disabled .ml-notification { display: block; cursor: default; opacity: 0; filter: alpha(opacity=0); position: absolute; top: 0; left: 0; padding: 5px; margin-top: 1px; font-weight: bold; color: #ccc; text-align: center; background-color: #333; background: rgba(0,0,0,0.5); width: 202px; border-radius: 4px; -webkit-transition: opacity 0.3s ease-out; -moz-transition: opacity 0.3s ease-out; -o-transition: opacity 0.3s ease-out; transition: opacity 0.3s ease-out; font-size: 10px; }
#highlight-menu-wrapper #top-play-highlight.disabled:hover .ml-notification { opacity: 1; filter: alpha(opacity=100); }
#highlight-menu-wrapper #top-play-highlight.disabled .ml-notification i { color: #fff; font-size: 12px; display: block; }

#highlight-menu-wrapper .trophy { margin-top: 5px; }
#highlight-menu-wrapper .team { margin-top: 5px; }
#highlight-menu-wrapper .highlight-option { background: url("/images/library/top_play_sprite.png") no-repeat;width: 29px;height: 29px; margin-right: 8px; }
#highlight-menu-wrapper .trophy-choice { background-position: 0px 0px; }
#highlight-menu-wrapper .team-choice { background-position: 0px -41px; }
#highlight-menu-wrapper .athlete-choice { background-position: 0px -83px; }
#highlight-menu-wrapper .hudl-gps { margin-left: 5px; float: right !important; }


li#highlight-search-w { margin: 10px 0; padding-left: 20px; }
#highlight-search-w.throbbing { background: url("/images/throbber_333.gif") left center no-repeat; }
.non-modal-dlg .checkbox { float: left; display: inline; }
.non-modal-dlg label { color: #d8d8d8; float: left; display: inline; }
.non-modal-dlg textarea {width: 190px; display: block; clear: both; padding: 3px; }

#topPlayContainer { border: none; }
.ui-autocomplete.ui-menu { background-color: #fff; padding: 1px; float: left; border: 1px solid #eee; border-top: none; border-bottom-left-radius: 3px; border-bottom-right-radius: 3px; }
.ui-autocomplete .ui-menu-item a { padding: 3px; font-size: 11px; border-radius: 3px; display: block; color: #333; }
.ui-autocomplete .ui-menu-item a:hover { color: #ffffff; background-color: #0099ff; border-color: #0071c8; cursor: default; }
.ui-autocomplete .ui-menu-item { margin-bottom: 1px; }
.ui-autocomplete .ui-menu-item:last-child { margin-bottom: 0; }

.dlg_header { -moz-border-radius: 5px 5px 0 0; -webkit-border-top-left-radius: 5px; -webkit-border-top-right-radius: 5px; }

.dlg_steps { background: #000; float: left; cursor:default; }
.dlg_steps li { float: left; display: inline; padding: 10px; background: #000; }
.dlg_steps .step { color: #969696; float: left; display: inline; height: 16px; width: 16px; margin-right: 5px; background: transparent;}
.dlg_steps .action { color: #b4b4b4; }
.dlg_steps .selected .action { color: #f60; font-weight: bold; background: transparent;}
.dlg_steps .selected { background: #e8e8e8; border-top: 1px solid #fff; }

.dlg_steps.three_steps li { width: 145px; }

/* OMG this game already has top play! What do we do!? */
#askReplaceTp {
    display: block;
    position: absolute;
    z-index: 100;
    background: rgba(255,255,255,0.9);
    width: 590px;
}

#askReplaceTp .holder {
    width: 370px;
    background: #E5E5E5;
    margin: 57px auto;
    border-radius: 5px;
    box-shadow: 0px 0px 5px rgba(0,0,0,0.5);
}

#askReplaceTp h2 {
    padding: 10px 15px;
    color: #333;
    font-family: "league-gothic-1","league-gothic-2","Impact",sans-serif !important;
    font-weight: normal;
    text-transform: uppercase;
    font-size: 36px;
    line-height: 32px;
    text-shadow: 1px 1px 0px rgba(255, 255, 255, 0.6);
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

#askReplaceTp h3 { margin: 10px 15px 0px 15px; font-size: 13px; display: none; }

#askReplaceTp #currentTp {
    margin: 10px 15px 5px 15px;
    display: none;
}

#askReplaceTp #buttons {
    display: inline-block;
    margin: 10px 15px;
}

#askReplaceTp #buttons button { margin-left: 0 !important; }
#askReplaceTp .escapeHatch { vertical-align: top; margin-top: 10px; display: inline-block; margin-left: 5px; }
#askReplaceTp .trophy { background: #888; float: left; margin-right: 5px; padding: 6px 5px; border-radius: 12px; box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2); }
#askReplaceTp .trophy .icon { background: url("/images/library/top_play_sprite.png") no-repeat scroll -34px -19px; height: 12px; width: 15px;   }
#askReplaceTp .title { font-weight: bold; color: #333; text-shadow: 1px 1px 0px #fff; }
#askReplaceTp .title .clip { font-size: 10px; font-weight: normal; font-style: italic; }
#askReplaceTp .meta-data { font-size: 10px; }

/* Silverlight Upgrade Styles
---------------------------------------------------------- */

#upgradeSilverlight.topPlay { position: relative; z-index: 100; background-color: #f2f2f2; padding: 13px 20px 20px 20px; height: 436px; }
#upgradeSilverlight.topPlay h3 { font-size: 42px; line-height: 40px; text-shadow: 1px 1px 0px #ffffff; color: #555; text-transform: uppercase; letter-spacing: -3px; }
#upgradeSilverlight.topPlay p, #upgradeSilverlight.topPlay .download-content { font-size: 12px; color: #999; margin: 40px auto 0 auto; width: 440px; padding: 14px 15px 14px 104px; border-radius: 5px; box-shadow: 0px 0px 8px rgba(0,0,0,0.1); line-height: 17px; background: #ffffff url("/images/silverlight_logo_upgrade_trans.png") 15px 18px no-repeat;  }
#upgradeSilverlight.topPlay .download-content { margin-top: 20px; }
#upgradeSilverlight.topPlay .btn {
    padding: 10px 15px; margin: 24px auto 5px auto; color: #fff;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    text-shadow: 0 1px 0 rgba(0,0,0,0.4);
    text-decoration: none;
    text-align: center;
    position: relative;
    cursor: pointer;
    display: block;
    font-size: 14px;
    font-weight: bold;
    width: 200px;

    background-color: #09F;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#4bb7ff), to(#09F)); /* Saf4+, Chrome */
    background-image: -webkit-linear-gradient(top, #4bb7ff, #09F); /* Chrome 10+, Saf5.1+, iOS 5+ */
    background-image:    -moz-linear-gradient(top, #4bb7ff, #09F); /* FF3.6 */
    background-image:     -ms-linear-gradient(top, #4bb7ff, #09F); /* IE10 */
    background-image:      -o-linear-gradient(top, #4bb7ff, #09F); /* Opera 11.10+ */
    background-image:         linear-gradient(to bottom, #4bb7ff, #09F);

    /* useful if you don't want a bg color from leaking outside the border: */
    -moz-background-clip: padding; -webkit-background-clip: padding-box; background-clip: padding-box;
}
#upgradeSilverlight.topPlay .btn:hover { margin-top: 23px; margin-bottom: 6px; }
#upgradeSilverlight.topPlay #silverlightLogo { background-image: url("/images/silverlight_logo_upgrade_trans.png"); background-repeat: no-repeat; margin: 31px auto 0 auto; height: 73px; width: 75px; }
#upgradeSilverlight.topPlay .download-info .download-image { background-repeat: no-repeat; height: 170px; width: 440px; margin-top: 13px; }
#upgradeSilverlight.topPlay .download-info .download-image.msie { background-image: url("/images/msie_download.jpg"); }
#upgradeSilverlight.topPlay .download-info .download-image.mozilla { background-image: url("/images/mozilla_download.jpg"); }
#upgradeSilverlight.topPlay .download-info .download-image.chrome { background-image: url("/images/chrome_download.jpg"); }
#upgradeSilverlight.topPlay .try-again { font-size: 10px; font-weight: bold; line-height: 14px; margin-top: 12px; }


/* Feedback styles - Temp */
#topPlayStory .feedback-btn.default { padding: 8px 10px; text-decoration: none; opacity: 0.9; background-color: #efefef; margin-top: 1px; margin-bottom: 1px; border: none; box-shadow: 0px 0px 4px 0px #aaa; -webkit-box-shadow: 0px 0px 4px 0px #aaa; margin-left: 5px; display: inline-block; border-radius: 4px; font-weight: bold; font-size: 12px; color: #444; font-family: Verdana, Arial, Helvetica, sans-serif; text-shadow: 1px 1px 0px #eee; float: left;
                                       background: #ffffff; /* Old browsers */
                                       background: -moz-linear-gradient(top, #ffffff 0%, #efefef 100%); /* FF3.6+ */
                                       background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#efefef)); /* Chrome,Safari4+ */
                                       background: -webkit-linear-gradient(top, #ffffff 0%,#efefef 100%); /* Chrome10+,Safari5.1+ */
                                       background: -o-linear-gradient(top, #ffffff 0%,#efefef 100%); /* Opera 11.10+ */
                                       background: -ms-linear-gradient(top, #ffffff 0%,#efefef 100%); /* IE10+ */
                                       background: linear-gradient(top, #ffffff 0%,#efefef 100%); /* W3C */
                                       filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#efefef',GradientType=0 ); /* IE6-9 */ }
#topPlayStory .presentation-mode .feedback-btn.default { box-shadow: 0px 0px 4px 0px #000; -webkit-box-shadow: 0px 0px 4px 0px #000; }
#topPlayStory .feedback-btn.default:hover { opacity: 1; margin-top: 0px; margin-bottom: 2px; }
#topPlayStory .feedback-btn.default:active { margin-top: 2px; margin-bottom: 0px; opacity: 0.8; }
#topPlayStory .feedback-btn.blue  { color: #ffffff; text-shadow: 1px 1px 0px #0075b0;
                                             background: #51b9ff; /* Old browsers */
                                             background: -moz-linear-gradient(top, #51b9ff 0%, #0099ff 100%); /* FF3.6+ */
                                             background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#51b9ff), color-stop(100%,#0099ff)); /* Chrome,Safari4+ */
                                             background: -webkit-linear-gradient(top, #51b9ff 0%,#0099ff 100%); /* Chrome10+,Safari5.1+ */
                                             background: -o-linear-gradient(top, #51b9ff 0%,#0099ff 100%); /* Opera 11.10+ */
                                             background: -ms-linear-gradient(top, #51b9ff 0%,#0099ff 100%); /* IE10+ */
                                             background: linear-gradient(top, #51b9ff 0%,#0099ff 100%); /* W3C */
                                             filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#51b9ff', endColorstr='#0099ff',GradientType=0 ); /* IE6-9 */ }
#topPlayStory .feedback-btn.disabled { background: #bbb; color: #efefef; text-shadow: 1px 1px 0px #888; box-shadow: 0px 0px 4px 0px #bbb; -webkit-box-shadow: 0px 0px 4px 0px #bbb; filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bbbbbb', endColorstr='#bbbbbb',GradientType=0 ); }
#topPlayStory .feedback-btn.disabled:hover { opacity: 0.9; margin-top: 1px; margin-bottom: 1px; cursor: default; }
/* Clip rating thumbs */

#clipsArea td.rating div, #clipButtonsPanel td.rating div {
    background: url("/images/thumb-sprite.png") no-repeat -45px -99px;
	width: 16px;
	height: 16px;
    padding: 0 4px;
    cursor: pointer;
}
#clipsArea td.rating.up.on div, #clipButtonsPanel td.rating.up.on div { background-position: 5px -99px; }
#clipsArea td.rating.down div, #clipButtonsPanel td.rating.down div { background-position: -46px -199px; }
#clipsArea td.rating.down.on div, #clipButtonsPanel td.rating.down.on div { background-position: 4px -199px; }

#clipButtonsPanel td.rating.needs-review {
    padding-right: 0;
    padding-left: 0;
    div {
        margin-top: -1px;
    }
}

#clipButtonsPanel td.rating.needs-review div {
    background: url("/Images/rec/profile/eye-inactive.png"); 
    background-size: 74%;
    background-repeat: no-repeat;
    margin-left:0px;
    margin-right:-3px;
    font-size:larger; 
    color: #d9d9d9;
}
#clipButtonsPanel td.rating.needs-review.on div {
    background: url("/Images/rec/profile/eye-active.png"); 
    background-size: 74%;
    background-repeat: no-repeat;
    margin-left:0px;
    margin-right:-3px;
    font-size:larger; 
    color: #f87620;
}

/* clip checked rows (gray)*/
#clipsArea tr.selected td.rating.up.off div, #clipButtonsPanel tr.selected td.rating.up.off div { background-position: 5px -799px; }
#clipsArea tr.selected td.rating.down.off div, #clipButtonsPanel tr.selected td.rating.down.off div { background-position: -46px -799px; }
/* playing rows (blue)*/
#clipsArea tr.playing td.rating.up.off div, #clipButtonsPanel tr.playing td.rating.up.off div  { background-position: 5px -399px; }
#clipsArea tr.playing td.rating.down.off div, #clipButtonsPanel tr.playing td.rating.down.off div  { background-position: -46px -399px; }


/* Team rating picker */

#highlighted-players .rating,
#recently-rated-players .rating {
    background: url("/images/thumb-sprite.png") no-repeat 5px -499px;
	width: 16px;
	height: 16px;
    padding: 1px 9px;
    cursor: pointer;
    display: inline;
    margin-right: 2px; 
}

#highlighted-players .rating.needs-review {
    background: url("/Images/rec/profile/eye-inactive.png"); 
    background-size: 74%;
    background-repeat: no-repeat;
    margin-left:0px;
    margin-right:-3px;
    font-size:larger; 
    color: #d9d9d9;
}
#highlighted-players .rating.needs-review.on {
    background: url("/Images/rec/profile/eye-active.png"); 
    background-size: 74%;
    background-repeat: no-repeat;
    margin-left:0px;
    margin-right:-3px;
    font-size:larger; 
    color: #f87620;
}

#highlighted-players .rating.up.on { background-position: 5px -99px; }
#highlighted-players .rating.down { background-position: -46px -499px; margin-right: 5px; }
#highlighted-players .rating.down.on { background-position: 4px -199px; }
#highlighted-players .name { text-decoration: none; color: #969696; font-size: 12px; padding: 1px; }

#recently-rated-players a { text-decoration: none; color: #969696; font-size: 12px; display: inline-block; padding-left: 0; background: none; }
#recently-rated-players a:hover { background-color: transparent; color: #33c1ff;  }
#recently-rated-players a .rating { margin-right: 5px; }
#recently-rated-players a .rating.up { background-position: 5px -499px; }
#recently-rated-players a .rating.down { background-position: -46px -499px; }
#recently-rated-players a:hover .rating.up { background-position: 5px -99px; }
#recently-rated-players a:hover .rating.down { background-position: 4px -199px; }
#recently-rated-players .selected a { background-color: transparent; background-position: 0 -100px; color: #33c1ff;}

/* download settings on manage library & recruiting pages */
#downloadSettingsDlg { min-width: 400px; }
#downloadSettingsDlg .dlg_close { top: 1.75rem; right: 1.75rem; }
#downloadSettingsDlg .footer { margin-top: .5rem; }
#downloadSettingsBody label { margin-bottom: 10px; cursor: pointer;}
#downloadSettingsBody label:last-child {  margin: 0; }
#downloadSettingsBody .radio { float: left; margin-top: 3px; margin-right: 10px; }
#downloadSettingsBody h3 { font-family: Verdana, Sans-Serif; margin-bottom: 4px; }
#downloadSettingsBody .fl-l { padding-top: 2px; }
#downloadSettingsBody .items-not-downloadable { color: #b4b4b4; margin-top: 20px; display: none; }
#downloadSettingsBody .disabled label { color: rgba(19, 41, 63, 0.4); }#noAccessDialog { width: 365px; }
#recruitContentDenied h3 { font-family: Verdana, Tahoma, Arial, Sans-Serif; margin-bottom: 1em; }
#recruitContentDenied ol { margin: 2em;}
#recruitContentDenied p { margin-bottom: 1em; font-size: 1.2em; }
#recruitContentDenied li { font-size: 1.2em; margin-bottom: 1em; }
