/* start /st_shared_application/synchtank/css/reset.css */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, caption, tbody, tfoot, thead, th {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
	-moz-outline: none;
}

body {
	color: black;
	background: white;
}

ul {
	list-style: none;
}

caption, th {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

em {
	font-style:italic;
}

strong {
	font-weight:bold;
}

/* odd iOS feature that resizes text */
html {
	-webkit-text-size-adjust:none;
}

/* odd iOS feature that rounded corner on submit image */
input[type=submit], input[type=image] {
    -webkit-border-radius:0px;
}
/* end /st_shared_application/synchtank/css/reset.css */

/* start /st_shared_application/synchtank/css/html5player.css */
#html5PlayerWrapper {
	width:220px;
	height:183px;
	overflow:auto;
}

#html5PlayerImage {
	cursor:pointer;
	float:left;
	border:1px solid #c0c0c0;
	width:98px;
	height:98px;
	background-image:url('//d2n4yiee7lv24r.cloudfront.net/synchtank/images/music-player-logo.jpg');
	background-repeat:no-repeat;
	background-position:center center;
	margin-right:5px;
	margin-bottom:5px;
}


#html5PlayerControls {
	float:right;
	width:115px;
	height:22px;
}

#html5PlayerPercentLoaded {
	margin-top:54px;
	float:right;
	width:115px;
	height:12px;
	font-size:10px;
	line-height:12px;
	text-transform:uppercase;
}

#html5PlayerTimeCodes {
	float:right;
	width:115px;
	height:12px;
	font-size:10px;
	line-height:12px;
}

#html5PlayerCurrentTime {
	width:50px;
	height:12px;
	overflow:hidden;
	float:left;
}

#html5PlayerDuration {
	width:50px;
	height:12px;
	overflow:hidden;
	float:left;
}

#html5PlayerArtistTitle {
	cursor:pointer;
	background-color:#333;
	font-size:14px;
	font-weight:bold;
	clear:both;
	width:204px;
	height:40px;
	padding-left:8px;
	padding-right:8px;
	white-space:nowrap;
}

#html5PlayerArtist {
	width:204px;
	height:16px;
	line-height:16px;
	padding-top:3px;
	padding-bottom:1px;
	overflow:hidden;
	color:#fff;
}

#html5PlayerTitle {
	width:204px;
	height:16px;
	line-height:16px;
	padding-top:1px;
	padding-bottom:3px;
	overflow:hidden;
	color:#EDEDED;
}

#html5PlayerScrubberBackground {
	cursor:pointer;
	margin-top:5px;
	width:220px;
	height:20px;
	background-color:#000;
	background: transparent url("//d2n4yiee7lv24r.cloudfront.net/synchtank/images/html5musicplayersprite.png") 0px -300px no-repeat;
	overflow:hidden;
}

#html5PlayerScrubber {
	cursor:pointer;
	width:0px;
	height:20px;
	background-color:#FF0000;
}

#html5PlayerControls li {
	float:left;
}

#html5PlayerControls li + li {
	margin-left:5px;
}

#html5PlayerControls li, #html5PlayerControls li a {
	display:block;
	width:35px;
	height:35px;
}

#html5PlayerControls li#html5PlayerControlsPrevButtonWrap {
	background: transparent url("//d2n4yiee7lv24r.cloudfront.net/synchtank/images/html5musicplayersprite.png") 0px 0px no-repeat;
}

#html5PlayerControls li#html5PlayerControlsNextButtonWrap {
	background: transparent url("//d2n4yiee7lv24r.cloudfront.net/synchtank/images/html5musicplayersprite.png") -35px 0px no-repeat;
}

#html5PlayerControls li#html5PlayerControlsAddButtonWrap {
	background: transparent url("//d2n4yiee7lv24r.cloudfront.net/synchtank/images/html5musicplayersprite.png") -70px 0px no-repeat;
}




#html5PlayerControls li#html5PlayerControlsPrevButtonWrap a:hover {
	background: transparent url("//d2n4yiee7lv24r.cloudfront.net/synchtank/images/html5musicplayersprite.png") 0px -35px no-repeat;
}

#html5PlayerControls li#html5PlayerControlsNextButtonWrap a:hover {
	background: transparent url("//d2n4yiee7lv24r.cloudfront.net/synchtank/images/html5musicplayersprite.png") -35px -35px no-repeat;
}

#html5PlayerControls li#html5PlayerControlsAddButtonWrap a:hover {
	background: transparent url("//d2n4yiee7lv24r.cloudfront.net/synchtank/images/html5musicplayersprite.png") -70px -35px no-repeat;
}

#html5PlayerControls li#html5PlayerControlsPlayPauseButtonWrap a:hover {
	background: transparent url("//d2n4yiee7lv24r.cloudfront.net/synchtank/images/html5musicplayersprite.png") -22px -22px no-repeat;
}

#html5PlayerControls li.html5PlayerControlsPlayPauseButtonWrapIsPlaying a:hover {
	background: transparent url("//d2n4yiee7lv24r.cloudfront.net/synchtank/images/html5musicplayersprite.png") -44px -22px no-repeat !important;
}




#html5PlayerControls li#html5PlayerControlsPrevButtonWrap a:active {
	background: transparent url("//d2n4yiee7lv24r.cloudfront.net/synchtank/images/html5musicplayersprite.png") 0px -70px no-repeat;
}

#html5PlayerControls li#html5PlayerControlsNextButtonWrap a:active {
	background: transparent url("//d2n4yiee7lv24r.cloudfront.net/synchtank/images/html5musicplayersprite.png") -35px -70px no-repeat;
}

#html5PlayerControls li#html5PlayerControlsAddButtonWrap a:active {
	background: transparent url("//d2n4yiee7lv24r.cloudfront.net/synchtank/images/html5musicplayersprite.png") -70px -70px no-repeat;
}

#html5PlayerControls li#html5PlayerControlsPlayPauseButtonWrap a:active {
	background: transparent url("//d2n4yiee7lv24r.cloudfront.net/synchtank/images/html5musicplayersprite.png") -22px -44px no-repeat;
}

#html5PlayerControls li.html5PlayerControlsPlayPauseButtonWrapIsPlaying a:active {
	background: transparent url("//d2n4yiee7lv24r.cloudfront.net/synchtank/images/html5musicplayersprite.png") -44px -44px no-repeat !important;
}






#html5PlayerControlsPlayPauseButtonWrap {
	width:98px;
	height:98px;
}

#html5PlayerControlsPlayPauseButton {
	display:block;
	width:98px;
	height:98px;
	background: transparent url("//d2n4yiee7lv24r.cloudfront.net/synchtank/images/html5musicplayersprite.png") 0px -200px no-repeat;
}

.html5PlayerControlsPlayPauseButtonWrapIsPlaying {
	background: transparent url("//d2n4yiee7lv24r.cloudfront.net/synchtank/images/html5musicplayersprite.png") -98px -200px no-repeat !important;
}
/* end /st_shared_application/synchtank/css/html5player.css */

/* start /st_shared_application/synchtank/css/jquery.fancybox.2.1.4.css */
/*! fancyBox v2.1.4 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp
{
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	vertical-align: top;
}

.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8020;
}

.fancybox-skin {
	position: relative;
	background: #FFF;
	color: #444;
	text-shadow: none;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
	        border-radius: 4px;
}

.fancybox-opened {
	z-index: 8030;
}

.fancybox-opened .fancybox-skin {
	-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	   -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer, .fancybox-inner {
	position: relative;
}

.fancybox-inner {
	overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch;
}

.fancybox-error {
	color: #444;
	font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	margin: 0;
	padding: 15px;
	white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;
}

.fancybox-image {
	max-width: 100%;
	max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
	background-image: url('//d2n4yiee7lv24r.cloudfront.net/synchtank/images/fancybox/2.1.4/fancybox_sprite.png');
}

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	opacity: 0.8;
	cursor: pointer;
	z-index: 8060;
}

#fancybox-loading div {
	width: 44px;
	height: 44px;
	background: url('//d2n4yiee7lv24r.cloudfront.net/synchtank/images/fancybox/2.1.4/fancybox_loading.gif') center center no-repeat;
}

.fancybox-close {
	position: absolute;
	top: -18px;
	right: -18px;
	width: 36px;
	height: 36px;
	cursor: pointer;
	z-index: 8040;
}

.fancybox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	background: transparent url('//d2n4yiee7lv24r.cloudfront.net/synchtank/images/fancybox/2.1.4/blank.gif'); /* helps IE */
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	z-index: 8040;
}

.fancybox-prev {
	left: 0;
}

.fancybox-next {
	right: 0;
}

.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 36px;
	height: 34px;
	margin-top: -18px;
	cursor: pointer;
	z-index: 8040;
	visibility: hidden;
}

.fancybox-prev span {
	left: 10px;
	background-position: 0 -36px;
}

.fancybox-next span {
	right: 10px;
	background-position: 0 -72px;
}

.fancybox-nav:hover span {
	visibility: visible;
}

.fancybox-tmp {
	position: absolute;
	top: -99999px;
	left: -99999px;
	visibility: hidden;
	max-width: 99999px;
	max-height: 99999px;
	overflow: visible !important;
}

/* Overlay helper */

.fancybox-lock {
	overflow: hidden;
	
	/* fixes annoying fancybox page shift */
	margin: 0 !important;
}

.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 8010;
	background: url('//d2n4yiee7lv24r.cloudfront.net/synchtank/images/fancybox/2.1.4/fancybox_overlay.png');
}

.fancybox-overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0;
}

.fancybox-lock .fancybox-overlay {
	/*
	overflow: auto;
	overflow-y: scroll;
	
	get rid of annoying content shift and scroll bars when opening fancybox
	
	*/
	
	overflow: visible !important; 
}

/* Title helper */

.fancybox-title {
	visibility: hidden;
	font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	position: relative;
	text-shadow: none;
	z-index: 8050;
}

.fancybox-opened .fancybox-title {
	visibility: visible;
}

.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-bottom: -35px;
	z-index: 8050;
	text-align: center;
}

.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: 2px 20px;
	background: transparent; /* Fallback for web browsers that doesn't support RGBa */
	background: rgba(0, 0, 0, 0.8);
	-webkit-border-radius: 15px;
	   -moz-border-radius: 15px;
	        border-radius: 15px;
	text-shadow: 0 1px 2px #222;
	color: #FFF;
	font-weight: bold;
	line-height: 24px;
	white-space: nowrap;
}

.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #fff;
}

.fancybox-title-inside-wrap {
	padding-top: 10px;
}

.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0, 0, 0, .8);
}
/* end /st_shared_application/synchtank/css/jquery.fancybox.2.1.4.css */

/* start /st_shared_application/synchtank/css/smoothness/jquery-ui-1.10.3.custom.css */
/*! jQuery UI - v1.10.3 - 2013-06-09
* http://jqueryui.com
* Includes: jquery.ui.core.css, jquery.ui.resizable.css, jquery.ui.selectable.css, jquery.ui.accordion.css, jquery.ui.autocomplete.css, jquery.ui.button.css, jquery.ui.datepicker.css, jquery.ui.dialog.css, jquery.ui.menu.css, jquery.ui.progressbar.css, jquery.ui.slider.css, jquery.ui.spinner.css, jquery.ui.tabs.css, jquery.ui.tooltip.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Verdana%2CArial%2Csans-serif&fwDefault=normal&fsDefault=1.1em&cornerRadius=4px&bgColorHeader=cccccc&bgTextureHeader=highlight_soft&bgImgOpacityHeader=75&borderColorHeader=aaaaaa&fcHeader=222222&iconColorHeader=222222&bgColorContent=ffffff&bgTextureContent=flat&bgImgOpacityContent=75&borderColorContent=aaaaaa&fcContent=222222&iconColorContent=222222&bgColorDefault=e6e6e6&bgTextureDefault=glass&bgImgOpacityDefault=75&borderColorDefault=d3d3d3&fcDefault=555555&iconColorDefault=888888&bgColorHover=dadada&bgTextureHover=glass&bgImgOpacityHover=75&borderColorHover=999999&fcHover=212121&iconColorHover=454545&bgColorActive=ffffff&bgTextureActive=glass&bgImgOpacityActive=65&borderColorActive=aaaaaa&fcActive=212121&iconColorActive=454545&bgColorHighlight=fbf9ee&bgTextureHighlight=glass&bgImgOpacityHighlight=55&borderColorHighlight=fcefa1&fcHighlight=363636&iconColorHighlight=2e83ff&bgColorError=fef1ec&bgTextureError=glass&bgImgOpacityError=95&borderColorError=cd0a0a&fcError=cd0a0a&iconColorError=cd0a0a&bgColorOverlay=aaaaaa&bgTextureOverlay=flat&bgImgOpacityOverlay=0&opacityOverlay=30&bgColorShadow=aaaaaa&bgTextureShadow=flat&bgImgOpacityShadow=0&opacityShadow=30&thicknessShadow=8px&offsetTopShadow=-8px&offsetLeftShadow=-8px&cornerRadiusShadow=8px
* Copyright 2013 jQuery Foundation and other contributors Licensed MIT */

/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
	display: none;
}
.ui-helper-hidden-accessible {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}
.ui-helper-reset {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	line-height: 1.3;
	text-decoration: none;
	font-size: 100%;
	list-style: none;
}
.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
	content: "";
	display: table;
	border-collapse: collapse;
}
.ui-helper-clearfix:after {
	clear: both;
}
.ui-helper-clearfix {
	min-height: 0; /* support: IE7 */
}
.ui-helper-zfix {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	opacity: 0;
	filter:Alpha(Opacity=0);
}

.ui-front {
	z-index: 100;
}


/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
	cursor: default !important;
}


/* Icons
----------------------------------*/

/* states and images */
.ui-icon {
	display: block;
	text-indent: -99999px;
	overflow: hidden;
	background-repeat: no-repeat;
}


/* Misc visuals
----------------------------------*/

/* Overlays */
.ui-widget-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.ui-resizable {
	position: relative;
}
.ui-resizable-handle {
	position: absolute;
	font-size: 0.1px;
	display: block;
}
.ui-resizable-disabled .ui-resizable-handle,
.ui-resizable-autohide .ui-resizable-handle {
	display: none;
}
.ui-resizable-n {
	cursor: n-resize;
	height: 7px;
	width: 100%;
	top: -5px;
	left: 0;
}
.ui-resizable-s {
	cursor: s-resize;
	height: 7px;
	width: 100%;
	bottom: -5px;
	left: 0;
}
.ui-resizable-e {
	cursor: e-resize;
	width: 7px;
	right: -5px;
	top: 0;
	height: 100%;
}
.ui-resizable-w {
	cursor: w-resize;
	width: 7px;
	left: -5px;
	top: 0;
	height: 100%;
}
.ui-resizable-se {
	cursor: se-resize;
	width: 12px;
	height: 12px;
	right: 1px;
	bottom: 1px;
}
.ui-resizable-sw {
	cursor: sw-resize;
	width: 9px;
	height: 9px;
	left: -5px;
	bottom: -5px;
}
.ui-resizable-nw {
	cursor: nw-resize;
	width: 9px;
	height: 9px;
	left: -5px;
	top: -5px;
}
.ui-resizable-ne {
	cursor: ne-resize;
	width: 9px;
	height: 9px;
	right: -5px;
	top: -5px;
}
.ui-selectable-helper {
	position: absolute;
	z-index: 100;
	border: 1px dotted black;
}
.ui-accordion .ui-accordion-header {
	display: block;
	cursor: pointer;
	position: relative;
	margin-top: 2px;
	padding: .5em .5em .5em .7em;
	min-height: 0; /* support: IE7 */
}
.ui-accordion .ui-accordion-icons {
	padding-left: 2.2em;
}
.ui-accordion .ui-accordion-noicons {
	padding-left: .7em;
}
.ui-accordion .ui-accordion-icons .ui-accordion-icons {
	padding-left: 2.2em;
}
.ui-accordion .ui-accordion-header .ui-accordion-header-icon {
	position: absolute;
	left: .5em;
	top: 50%;
	margin-top: -8px;
}
.ui-accordion .ui-accordion-content {
	padding: 1em 2.2em;
	border-top: 0;
	overflow: auto;
}
.ui-autocomplete {
	position: absolute;
	top: 0;
	left: 0;
	cursor: default;
}
.ui-button {
	display: inline-block;
	position: relative;
	padding: 0;
	line-height: normal;
	margin-right: .1em;
	cursor: pointer;
	vertical-align: middle;
	text-align: center;
	overflow: visible; /* removes extra width in IE */
}
.ui-button,
.ui-button:link,
.ui-button:visited,
.ui-button:hover,
.ui-button:active {
	text-decoration: none;
}
/* to make room for the icon, a width needs to be set here */
.ui-button-icon-only {
	width: 2.2em;
}
/* button elements seem to need a little more width */
button.ui-button-icon-only {
	width: 2.4em;
}
.ui-button-icons-only {
	width: 3.4em;
}
button.ui-button-icons-only {
	width: 3.7em;
}

/* button text element */
.ui-button .ui-button-text {
	display: block;
	line-height: normal;
}
.ui-button-text-only .ui-button-text {
	padding: .4em 1em;
}
.ui-button-icon-only .ui-button-text,
.ui-button-icons-only .ui-button-text {
	padding: .4em;
	text-indent: -9999999px;
}
.ui-button-text-icon-primary .ui-button-text,
.ui-button-text-icons .ui-button-text {
	padding: .4em 1em .4em 2.1em;
}
.ui-button-text-icon-secondary .ui-button-text,
.ui-button-text-icons .ui-button-text {
	padding: .4em 2.1em .4em 1em;
}
.ui-button-text-icons .ui-button-text {
	padding-left: 2.1em;
	padding-right: 2.1em;
}
/* no icon support for input elements, provide padding by default */
input.ui-button {
	padding: .4em 1em;
}

/* button icon element(s) */
.ui-button-icon-only .ui-icon,
.ui-button-text-icon-primary .ui-icon,
.ui-button-text-icon-secondary .ui-icon,
.ui-button-text-icons .ui-icon,
.ui-button-icons-only .ui-icon {
	position: absolute;
	top: 50%;
	margin-top: -8px;
}
.ui-button-icon-only .ui-icon {
	left: 50%;
	margin-left: -8px;
}
.ui-button-text-icon-primary .ui-button-icon-primary,
.ui-button-text-icons .ui-button-icon-primary,
.ui-button-icons-only .ui-button-icon-primary {
	left: .5em;
}
.ui-button-text-icon-secondary .ui-button-icon-secondary,
.ui-button-text-icons .ui-button-icon-secondary,
.ui-button-icons-only .ui-button-icon-secondary {
	right: .5em;
}

/* button sets */
.ui-buttonset {
	margin-right: 7px;
}
.ui-buttonset .ui-button {
	margin-left: 0;
	margin-right: -.3em;
}

/* workarounds */
/* reset extra padding in Firefox, see h5bp.com/l */
input.ui-button::-moz-focus-inner,
button.ui-button::-moz-focus-inner {
	border: 0;
	padding: 0;
}
.ui-datepicker {
	width: 17em;
	padding: .2em .2em 0;
	display: none;
}
.ui-datepicker .ui-datepicker-header {
	position: relative;
	padding: .2em 0;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
	position: absolute;
	top: 2px;
	width: 1.8em;
	height: 1.8em;
}
.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
	top: 1px;
}
.ui-datepicker .ui-datepicker-prev {
	left: 2px;
}
.ui-datepicker .ui-datepicker-next {
	right: 2px;
}
.ui-datepicker .ui-datepicker-prev-hover {
	left: 1px;
}
.ui-datepicker .ui-datepicker-next-hover {
	right: 1px;
}
.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
	display: block;
	position: absolute;
	left: 50%;
	margin-left: -8px;
	top: 50%;
	margin-top: -8px;
}
.ui-datepicker .ui-datepicker-title {
	margin: 0 2.3em;
	line-height: 1.8em;
	text-align: center;
}
.ui-datepicker .ui-datepicker-title select {
	font-size: 1em;
	margin: 1px 0;
}
.ui-datepicker select.ui-datepicker-month-year {
	width: 100%;
}
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
	width: 49%;
}
.ui-datepicker table {
	width: 100%;
	font-size: .9em;
	border-collapse: collapse;
	margin: 0 0 .4em;
}
.ui-datepicker th {
	padding: .7em .3em;
	text-align: center;
	font-weight: bold;
	border: 0;
}
.ui-datepicker td {
	border: 0;
	padding: 1px;
}
.ui-datepicker td span,
.ui-datepicker td a {
	display: block;
	padding: .2em;
	text-align: right;
	text-decoration: none;
}
.ui-datepicker .ui-datepicker-buttonpane {
	background-image: none;
	margin: .7em 0 0 0;
	padding: 0 .2em;
	border-left: 0;
	border-right: 0;
	border-bottom: 0;
}
.ui-datepicker .ui-datepicker-buttonpane button {
	float: right;
	margin: .5em .2em .4em;
	cursor: pointer;
	padding: .2em .6em .3em .6em;
	width: auto;
	overflow: visible;
}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
	float: left;
}

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi {
	width: auto;
}
.ui-datepicker-multi .ui-datepicker-group {
	float: left;
}
.ui-datepicker-multi .ui-datepicker-group table {
	width: 95%;
	margin: 0 auto .4em;
}
.ui-datepicker-multi-2 .ui-datepicker-group {
	width: 50%;
}
.ui-datepicker-multi-3 .ui-datepicker-group {
	width: 33.3%;
}
.ui-datepicker-multi-4 .ui-datepicker-group {
	width: 25%;
}
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
	border-left-width: 0;
}
.ui-datepicker-multi .ui-datepicker-buttonpane {
	clear: left;
}
.ui-datepicker-row-break {
	clear: both;
	width: 100%;
	font-size: 0;
}

/* RTL support */
.ui-datepicker-rtl {
	direction: rtl;
}
.ui-datepicker-rtl .ui-datepicker-prev {
	right: 2px;
	left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next {
	left: 2px;
	right: auto;
}
.ui-datepicker-rtl .ui-datepicker-prev:hover {
	right: 1px;
	left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next:hover {
	left: 1px;
	right: auto;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane {
	clear: right;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button {
	float: left;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
	float: right;
}
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
	border-right-width: 0;
	border-left-width: 1px;
}
.ui-dialog {
	position: absolute;
	top: 0;
	left: 0;
	padding: .2em;
	outline: 0;
}
.ui-dialog .ui-dialog-titlebar {
	padding: .4em 1em;
	position: relative;
}
.ui-dialog .ui-dialog-title {
	float: left;
	margin: .1em 0;
	white-space: nowrap;
	width: 90%;
	overflow: hidden;
	text-overflow: ellipsis;
}
.ui-dialog .ui-dialog-titlebar-close {
	position: absolute;
	right: .3em;
	top: 50%;
	width: 21px;
	margin: -10px 0 0 0;
	padding: 1px;
	height: 20px;
}
.ui-dialog .ui-dialog-content {
	position: relative;
	border: 0;
	padding: .5em 1em;
	background: none;
	overflow: auto;
}
.ui-dialog .ui-dialog-buttonpane {
	text-align: left;
	border-width: 1px 0 0 0;
	background-image: none;
	margin-top: .5em;
	padding: .3em 1em .5em .4em;
}
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
	float: right;
}
.ui-dialog .ui-dialog-buttonpane button {
	margin: .5em .4em .5em 0;
	cursor: pointer;
}
.ui-dialog .ui-resizable-se {
	width: 12px;
	height: 12px;
	right: -5px;
	bottom: -5px;
	background-position: 16px 16px;
}
.ui-draggable .ui-dialog-titlebar {
	cursor: move;
}
.ui-menu {
	list-style: none;
	padding: 2px;
	margin: 0;
	display: block;
	outline: none;
}
.ui-menu .ui-menu {
	margin-top: -3px;
	position: absolute;
}
.ui-menu .ui-menu-item {
	margin: 0;
	padding: 0;
	width: 100%;
	/* support: IE10, see #8844 */
	list-style-image: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7);
}
.ui-menu .ui-menu-divider {
	margin: 5px -2px 5px -2px;
	height: 0;
	font-size: 0;
	line-height: 0;
	border-width: 1px 0 0 0;
}
.ui-menu .ui-menu-item a {
	text-decoration: none;
	display: block;
	padding: 2px .4em;
	line-height: 1.5;
	min-height: 0; /* support: IE7 */
	font-weight: normal;
}
.ui-menu .ui-menu-item a.ui-state-focus,
.ui-menu .ui-menu-item a.ui-state-active {
	font-weight: normal;
	margin: -1px;
}

.ui-menu .ui-state-disabled {
	font-weight: normal;
	margin: .4em 0 .2em;
	line-height: 1.5;
}
.ui-menu .ui-state-disabled a {
	cursor: default;
}

/* icon support */
.ui-menu-icons {
	position: relative;
}
.ui-menu-icons .ui-menu-item a {
	position: relative;
	padding-left: 2em;
}

/* left-aligned */
.ui-menu .ui-icon {
	position: absolute;
	top: .2em;
	left: .2em;
}

/* right-aligned */
.ui-menu .ui-menu-icon {
	position: static;
	float: right;
}
.ui-progressbar {
	height: 2em;
	text-align: left;
	overflow: hidden;
}
.ui-progressbar .ui-progressbar-value {
	margin: -1px;
	height: 100%;
}
.ui-progressbar .ui-progressbar-overlay {
	background: url("//d2n4yiee7lv24r.cloudfront.net/synchtank/css/smoothness/images/animated-overlay.gif");
	height: 100%;
	filter: alpha(opacity=25);
	opacity: 0.25;
}
.ui-progressbar-indeterminate .ui-progressbar-value {
	background-image: none;
}
.ui-slider {
	position: relative;
	text-align: left;
}
.ui-slider .ui-slider-handle {
	position: absolute;
	z-index: 2;
	width: 1.2em;
	height: 1.2em;
	cursor: default;
}
.ui-slider .ui-slider-range {
	position: absolute;
	z-index: 1;
	font-size: .7em;
	display: block;
	border: 0;
	background-position: 0 0;
}

/* For IE8 - See #6727 */
.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
	filter: inherit;
}

.ui-slider-horizontal {
	height: .8em;
}
.ui-slider-horizontal .ui-slider-handle {
	top: -.3em;
	margin-left: -.6em;
}
.ui-slider-horizontal .ui-slider-range {
	top: 0;
	height: 100%;
}
.ui-slider-horizontal .ui-slider-range-min {
	left: 0;
}
.ui-slider-horizontal .ui-slider-range-max {
	right: 0;
}

.ui-slider-vertical {
	width: .8em;
	height: 100px;
}
.ui-slider-vertical .ui-slider-handle {
	left: -.3em;
	margin-left: 0;
	margin-bottom: -.6em;
}
.ui-slider-vertical .ui-slider-range {
	left: 0;
	width: 100%;
}
.ui-slider-vertical .ui-slider-range-min {
	bottom: 0;
}
.ui-slider-vertical .ui-slider-range-max {
	top: 0;
}
.ui-spinner {
	position: relative;
	display: inline-block;
	overflow: hidden;
	padding: 0;
	vertical-align: middle;
}
.ui-spinner-input {
	border: none;
	background: none;
	color: inherit;
	padding: 0;
	margin: .2em 0;
	vertical-align: middle;
	margin-left: .4em;
	margin-right: 22px;
}
.ui-spinner-button {
	width: 16px;
	height: 50%;
	font-size: .5em;
	padding: 0;
	margin: 0;
	text-align: center;
	position: absolute;
	cursor: default;
	display: block;
	overflow: hidden;
	right: 0;
}
/* more specificity required here to overide default borders */
.ui-spinner a.ui-spinner-button {
	border-top: none;
	border-bottom: none;
	border-right: none;
}
/* vertical centre icon */
.ui-spinner .ui-icon {
	position: absolute;
	margin-top: -8px;
	top: 50%;
	left: 0;
}
.ui-spinner-up {
	top: 0;
}
.ui-spinner-down {
	bottom: 0;
}

/* TR overrides */
.ui-spinner .ui-icon-triangle-1-s {
	/* need to fix icons sprite */
	background-position: -65px -16px;
}
.ui-tabs {
	position: relative;/* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
	padding: .2em;
}
.ui-tabs .ui-tabs-nav {
	margin: 0;
	padding: .2em .2em 0;
}
.ui-tabs .ui-tabs-nav li {
	list-style: none;
	float: left;
	position: relative;
	top: 0;
	margin: 1px .2em 0 0;
	border-bottom-width: 0;
	padding: 0;
	white-space: nowrap;
}
.ui-tabs .ui-tabs-nav li a {
	float: left;
	padding: .5em 1em;
	text-decoration: none;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active {
	margin-bottom: -1px;
	padding-bottom: 1px;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active a,
.ui-tabs .ui-tabs-nav li.ui-state-disabled a,
.ui-tabs .ui-tabs-nav li.ui-tabs-loading a {
	cursor: text;
}
.ui-tabs .ui-tabs-nav li a, /* first selector in group seems obsolete, but required to overcome bug in Opera applying cursor: text overall if defined elsewhere... */
.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active a {
	cursor: pointer;
}
.ui-tabs .ui-tabs-panel {
	display: block;
	border-width: 0;
	padding: 1em 1.4em;
	background: none;
}
.ui-tooltip {
	padding: 8px;
	position: absolute;
	z-index: 9999;
	max-width: 300px;
	-webkit-box-shadow: 0 0 5px #aaa;
	box-shadow: 0 0 5px #aaa;
}
body .ui-tooltip {
	border-width: 2px;
}

/* Component containers
----------------------------------*/
.ui-widget {
	font-family: Verdana,Arial,sans-serif;
	font-size: 1.1em;
}
.ui-widget .ui-widget {
	font-size: 1em;
}
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
	font-family: Verdana,Arial,sans-serif;
	font-size: 1em;
}
.ui-widget-content {
	border: 1px solid #aaaaaa;
	background: #ffffff url(//d2n4yiee7lv24r.cloudfront.net/synchtank/css/smoothness/images/ui-bg_flat_75_ffffff_40x100.png) 50% 50% repeat-x;
	color: #222222;
}
.ui-widget-content a {
	color: #222222;
}
.ui-widget-header {
	border: 1px solid #aaaaaa;
	background: #cccccc url(//d2n4yiee7lv24r.cloudfront.net/synchtank/css/smoothness/images/ui-bg_highlight-soft_75_cccccc_1x100.png) 50% 50% repeat-x;
	color: #222222;
	font-weight: bold;
}
.ui-widget-header a {
	color: #222222;
}

/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
	border: 1px solid #d3d3d3;
	background: #e6e6e6 url(//d2n4yiee7lv24r.cloudfront.net/synchtank/css/smoothness/images/ui-bg_glass_75_e6e6e6_1x400.png) 50% 50% repeat-x;
	font-weight: normal;
	color: #555555;
}
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited {
	color: #555555;
	text-decoration: none;
}
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
	border: 1px solid #999999;
	background: #dadada url(//d2n4yiee7lv24r.cloudfront.net/synchtank/css/smoothness/images/ui-bg_glass_75_dadada_1x400.png) 50% 50% repeat-x;
	font-weight: normal;
	color: #212121;
}
.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited {
	color: #212121;
	text-decoration: none;
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
	border: 1px solid #aaaaaa;
	background: #ffffff url(//d2n4yiee7lv24r.cloudfront.net/synchtank/css/smoothness/images/ui-bg_glass_65_ffffff_1x400.png) 50% 50% repeat-x;
	font-weight: normal;
	color: #212121;
}
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
	color: #212121;
	text-decoration: none;
}

/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
	border: 1px solid #fcefa1;
	background: #fbf9ee url(//d2n4yiee7lv24r.cloudfront.net/synchtank/css/smoothness/images/ui-bg_glass_55_fbf9ee_1x400.png) 50% 50% repeat-x;
	color: #363636;
}
.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
	color: #363636;
}
.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
	border: 1px solid #cd0a0a;
	background: #fef1ec url(//d2n4yiee7lv24r.cloudfront.net/synchtank/css/smoothness/images/ui-bg_glass_95_fef1ec_1x400.png) 50% 50% repeat-x;
	color: #cd0a0a;
}
.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
	color: #cd0a0a;
}
.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
	color: #cd0a0a;
}
.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
	font-weight: bold;
}
.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
	opacity: .7;
	filter:Alpha(Opacity=70);
	font-weight: normal;
}
.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
	opacity: .35;
	filter:Alpha(Opacity=35);
	background-image: none;
}
.ui-state-disabled .ui-icon {
	filter:Alpha(Opacity=35); /* For IE8 - See #6059 */
}

/* Icons
----------------------------------*/

/* states and images */
.ui-icon {
	width: 16px;
	height: 16px;
}
.ui-icon,
.ui-widget-content .ui-icon {
	background-image: url(//d2n4yiee7lv24r.cloudfront.net/synchtank/css/smoothness/images/ui-icons_222222_256x240.png);
}
.ui-widget-header .ui-icon {
	background-image: url(//d2n4yiee7lv24r.cloudfront.net/synchtank/css/smoothness/images/ui-icons_222222_256x240.png);
}
.ui-state-default .ui-icon {
	background-image: url(//d2n4yiee7lv24r.cloudfront.net/synchtank/css/smoothness/images/ui-icons_888888_256x240.png);
}
.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon {
	background-image: url(//d2n4yiee7lv24r.cloudfront.net/synchtank/css/smoothness/images/ui-icons_454545_256x240.png);
}
.ui-state-active .ui-icon {
	background-image: url(//d2n4yiee7lv24r.cloudfront.net/synchtank/css/smoothness/images/ui-icons_454545_256x240.png);
}
.ui-state-highlight .ui-icon {
	background-image: url(//d2n4yiee7lv24r.cloudfront.net/synchtank/css/smoothness/images/ui-icons_2e83ff_256x240.png);
}
.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
	background-image: url(//d2n4yiee7lv24r.cloudfront.net/synchtank/css/smoothness/images/ui-icons_cd0a0a_256x240.png);
}

/* positioning */
.ui-icon-blank { background-position: 16px 16px; }
.ui-icon-carat-1-n { background-position: 0 0; }
.ui-icon-carat-1-ne { background-position: -16px 0; }
.ui-icon-carat-1-e { background-position: -32px 0; }
.ui-icon-carat-1-se { background-position: -48px 0; }
.ui-icon-carat-1-s { background-position: -64px 0; }
.ui-icon-carat-1-sw { background-position: -80px 0; }
.ui-icon-carat-1-w { background-position: -96px 0; }
.ui-icon-carat-1-nw { background-position: -112px 0; }
.ui-icon-carat-2-n-s { background-position: -128px 0; }
.ui-icon-carat-2-e-w { background-position: -144px 0; }
.ui-icon-triangle-1-n { background-position: 0 -16px; }
.ui-icon-triangle-1-ne { background-position: -16px -16px; }
.ui-icon-triangle-1-e { background-position: -32px -16px; }
.ui-icon-triangle-1-se { background-position: -48px -16px; }
.ui-icon-triangle-1-s { background-position: -64px -16px; }
.ui-icon-triangle-1-sw { background-position: -80px -16px; }
.ui-icon-triangle-1-w { background-position: -96px -16px; }
.ui-icon-triangle-1-nw { background-position: -112px -16px; }
.ui-icon-triangle-2-n-s { background-position: -128px -16px; }
.ui-icon-triangle-2-e-w { background-position: -144px -16px; }
.ui-icon-arrow-1-n { background-position: 0 -32px; }
.ui-icon-arrow-1-ne { background-position: -16px -32px; }
.ui-icon-arrow-1-e { background-position: -32px -32px; }
.ui-icon-arrow-1-se { background-position: -48px -32px; }
.ui-icon-arrow-1-s { background-position: -64px -32px; }
.ui-icon-arrow-1-sw { background-position: -80px -32px; }
.ui-icon-arrow-1-w { background-position: -96px -32px; }
.ui-icon-arrow-1-nw { background-position: -112px -32px; }
.ui-icon-arrow-2-n-s { background-position: -128px -32px; }
.ui-icon-arrow-2-ne-sw { background-position: -144px -32px; }
.ui-icon-arrow-2-e-w { background-position: -160px -32px; }
.ui-icon-arrow-2-se-nw { background-position: -176px -32px; }
.ui-icon-arrowstop-1-n { background-position: -192px -32px; }
.ui-icon-arrowstop-1-e { background-position: -208px -32px; }
.ui-icon-arrowstop-1-s { background-position: -224px -32px; }
.ui-icon-arrowstop-1-w { background-position: -240px -32px; }
.ui-icon-arrowthick-1-n { background-position: 0 -48px; }
.ui-icon-arrowthick-1-ne { background-position: -16px -48px; }
.ui-icon-arrowthick-1-e { background-position: -32px -48px; }
.ui-icon-arrowthick-1-se { background-position: -48px -48px; }
.ui-icon-arrowthick-1-s { background-position: -64px -48px; }
.ui-icon-arrowthick-1-sw { background-position: -80px -48px; }
.ui-icon-arrowthick-1-w { background-position: -96px -48px; }
.ui-icon-arrowthick-1-nw { background-position: -112px -48px; }
.ui-icon-arrowthick-2-n-s { background-position: -128px -48px; }
.ui-icon-arrowthick-2-ne-sw { background-position: -144px -48px; }
.ui-icon-arrowthick-2-e-w { background-position: -160px -48px; }
.ui-icon-arrowthick-2-se-nw { background-position: -176px -48px; }
.ui-icon-arrowthickstop-1-n { background-position: -192px -48px; }
.ui-icon-arrowthickstop-1-e { background-position: -208px -48px; }
.ui-icon-arrowthickstop-1-s { background-position: -224px -48px; }
.ui-icon-arrowthickstop-1-w { background-position: -240px -48px; }
.ui-icon-arrowreturnthick-1-w { background-position: 0 -64px; }
.ui-icon-arrowreturnthick-1-n { background-position: -16px -64px; }
.ui-icon-arrowreturnthick-1-e { background-position: -32px -64px; }
.ui-icon-arrowreturnthick-1-s { background-position: -48px -64px; }
.ui-icon-arrowreturn-1-w { background-position: -64px -64px; }
.ui-icon-arrowreturn-1-n { background-position: -80px -64px; }
.ui-icon-arrowreturn-1-e { background-position: -96px -64px; }
.ui-icon-arrowreturn-1-s { background-position: -112px -64px; }
.ui-icon-arrowrefresh-1-w { background-position: -128px -64px; }
.ui-icon-arrowrefresh-1-n { background-position: -144px -64px; }
.ui-icon-arrowrefresh-1-e { background-position: -160px -64px; }
.ui-icon-arrowrefresh-1-s { background-position: -176px -64px; }
.ui-icon-arrow-4 { background-position: 0 -80px; }
.ui-icon-arrow-4-diag { background-position: -16px -80px; }
.ui-icon-extlink { background-position: -32px -80px; }
.ui-icon-newwin { background-position: -48px -80px; }
.ui-icon-refresh { background-position: -64px -80px; }
.ui-icon-shuffle { background-position: -80px -80px; }
.ui-icon-transfer-e-w { background-position: -96px -80px; }
.ui-icon-transferthick-e-w { background-position: -112px -80px; }
.ui-icon-folder-collapsed { background-position: 0 -96px; }
.ui-icon-folder-open { background-position: -16px -96px; }
.ui-icon-document { background-position: -32px -96px; }
.ui-icon-document-b { background-position: -48px -96px; }
.ui-icon-note { background-position: -64px -96px; }
.ui-icon-mail-closed { background-position: -80px -96px; }
.ui-icon-mail-open { background-position: -96px -96px; }
.ui-icon-suitcase { background-position: -112px -96px; }
.ui-icon-comment { background-position: -128px -96px; }
.ui-icon-person { background-position: -144px -96px; }
.ui-icon-print { background-position: -160px -96px; }
.ui-icon-trash { background-position: -176px -96px; }
.ui-icon-locked { background-position: -192px -96px; }
.ui-icon-unlocked { background-position: -208px -96px; }
.ui-icon-bookmark { background-position: -224px -96px; }
.ui-icon-tag { background-position: -240px -96px; }
.ui-icon-home { background-position: 0 -112px; }
.ui-icon-flag { background-position: -16px -112px; }
.ui-icon-calendar { background-position: -32px -112px; }
.ui-icon-cart { background-position: -48px -112px; }
.ui-icon-pencil { background-position: -64px -112px; }
.ui-icon-clock { background-position: -80px -112px; }
.ui-icon-disk { background-position: -96px -112px; }
.ui-icon-calculator { background-position: -112px -112px; }
.ui-icon-zoomin { background-position: -128px -112px; }
.ui-icon-zoomout { background-position: -144px -112px; }
.ui-icon-search { background-position: -160px -112px; }
.ui-icon-wrench { background-position: -176px -112px; }
.ui-icon-gear { background-position: -192px -112px; }
.ui-icon-heart { background-position: -208px -112px; }
.ui-icon-star { background-position: -224px -112px; }
.ui-icon-link { background-position: -240px -112px; }
.ui-icon-cancel { background-position: 0 -128px; }
.ui-icon-plus { background-position: -16px -128px; }
.ui-icon-plusthick { background-position: -32px -128px; }
.ui-icon-minus { background-position: -48px -128px; }
.ui-icon-minusthick { background-position: -64px -128px; }
.ui-icon-close { background-position: -80px -128px; }
.ui-icon-closethick { background-position: -96px -128px; }
.ui-icon-key { background-position: -112px -128px; }
.ui-icon-lightbulb { background-position: -128px -128px; }
.ui-icon-scissors { background-position: -144px -128px; }
.ui-icon-clipboard { background-position: -160px -128px; }
.ui-icon-copy { background-position: -176px -128px; }
.ui-icon-contact { background-position: -192px -128px; }
.ui-icon-image { background-position: -208px -128px; }
.ui-icon-video { background-position: -224px -128px; }
.ui-icon-script { background-position: -240px -128px; }
.ui-icon-alert { background-position: 0 -144px; }
.ui-icon-info { background-position: -16px -144px; }
.ui-icon-notice { background-position: -32px -144px; }
.ui-icon-help { background-position: -48px -144px; }
.ui-icon-check { background-position: -64px -144px; }
.ui-icon-bullet { background-position: -80px -144px; }
.ui-icon-radio-on { background-position: -96px -144px; }
.ui-icon-radio-off { background-position: -112px -144px; }
.ui-icon-pin-w { background-position: -128px -144px; }
.ui-icon-pin-s { background-position: -144px -144px; }
.ui-icon-play { background-position: 0 -160px; }
.ui-icon-pause { background-position: -16px -160px; }
.ui-icon-seek-next { background-position: -32px -160px; }
.ui-icon-seek-prev { background-position: -48px -160px; }
.ui-icon-seek-end { background-position: -64px -160px; }
.ui-icon-seek-start { background-position: -80px -160px; }
/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first { background-position: -80px -160px; }
.ui-icon-stop { background-position: -96px -160px; }
.ui-icon-eject { background-position: -112px -160px; }
.ui-icon-volume-off { background-position: -128px -160px; }
.ui-icon-volume-on { background-position: -144px -160px; }
.ui-icon-power { background-position: 0 -176px; }
.ui-icon-signal-diag { background-position: -16px -176px; }
.ui-icon-signal { background-position: -32px -176px; }
.ui-icon-battery-0 { background-position: -48px -176px; }
.ui-icon-battery-1 { background-position: -64px -176px; }
.ui-icon-battery-2 { background-position: -80px -176px; }
.ui-icon-battery-3 { background-position: -96px -176px; }
.ui-icon-circle-plus { background-position: 0 -192px; }
.ui-icon-circle-minus { background-position: -16px -192px; }
.ui-icon-circle-close { background-position: -32px -192px; }
.ui-icon-circle-triangle-e { background-position: -48px -192px; }
.ui-icon-circle-triangle-s { background-position: -64px -192px; }
.ui-icon-circle-triangle-w { background-position: -80px -192px; }
.ui-icon-circle-triangle-n { background-position: -96px -192px; }
.ui-icon-circle-arrow-e { background-position: -112px -192px; }
.ui-icon-circle-arrow-s { background-position: -128px -192px; }
.ui-icon-circle-arrow-w { background-position: -144px -192px; }
.ui-icon-circle-arrow-n { background-position: -160px -192px; }
.ui-icon-circle-zoomin { background-position: -176px -192px; }
.ui-icon-circle-zoomout { background-position: -192px -192px; }
.ui-icon-circle-check { background-position: -208px -192px; }
.ui-icon-circlesmall-plus { background-position: 0 -208px; }
.ui-icon-circlesmall-minus { background-position: -16px -208px; }
.ui-icon-circlesmall-close { background-position: -32px -208px; }
.ui-icon-squaresmall-plus { background-position: -48px -208px; }
.ui-icon-squaresmall-minus { background-position: -64px -208px; }
.ui-icon-squaresmall-close { background-position: -80px -208px; }
.ui-icon-grip-dotted-vertical { background-position: 0 -224px; }
.ui-icon-grip-dotted-horizontal { background-position: -16px -224px; }
.ui-icon-grip-solid-vertical { background-position: -32px -224px; }
.ui-icon-grip-solid-horizontal { background-position: -48px -224px; }
.ui-icon-gripsmall-diagonal-se { background-position: -64px -224px; }
.ui-icon-grip-diagonal-se { background-position: -80px -224px; }


/* Misc visuals
----------------------------------*/

/* Corner radius */
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
	border-top-left-radius: 4px;
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
	border-top-right-radius: 4px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
	border-bottom-left-radius: 4px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
	border-bottom-right-radius: 4px;
}

/* Overlays */
.ui-widget-overlay {
	background: #aaaaaa url(//d2n4yiee7lv24r.cloudfront.net/synchtank/css/smoothness/images/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x;
	opacity: .3;
	filter: Alpha(Opacity=30);
}
.ui-widget-shadow {
	margin: -8px 0 0 -8px;
	padding: 8px;
	background: #aaaaaa url(//d2n4yiee7lv24r.cloudfront.net/synchtank/css/smoothness/images/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x;
	opacity: .3;
	filter: Alpha(Opacity=30);
	border-radius: 8px;
}

/* end /st_shared_application/synchtank/css/smoothness/jquery-ui-1.10.3.custom.css */

/* start /st_shared_application/synchtank/css/dropzone/dropzone-4.3.0.css */
/*

we have migrated from uploadify to dropzone, and no longer use uploadify

we applied uploadify classes & CSS to dropzone DOM elements to minimize the impact on client customizations

we no longer use uploadify, but we still use the uploadify CSS

*/

.uploadify-button {
	position: relative;
}

.uploadify
{
	float:left;
}

.uploadify .button
{
	float:left !important;
}

.uploadify-queue-item {
	float:left;
	clear:both;
	margin-left:160px;
	font-size: 10px;
	background-color: #ddd;
	margin-top: 5px;
	padding: 5px;
	width: 228px;
	border: 1px solid #bebebe;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
}

.uploadify-error {
	background-color: #FDE5DD !important;
}

.uploadify-queue-item .cancel a {
	background: url('//d2n4yiee7lv24r.cloudfront.net/synchtank/images/close.gif') 0 0 no-repeat;
	float: right;
	height:	16px;
	text-indent: -9999px;
	width: 16px;
}

.uploadify-queue-item.completed {
	background-color: #E5E5E5;
}

.uploadify-progress {
	background-color: #FFFFFF;
	border-top: 1px solid #808080;
	border-left: 1px solid #808080;
	border-right: 1px solid #C5C5C5;
	border-bottom: 1px solid #C5C5C5;
	margin-top: 10px;
	width: 100%;
}

.uploadify-progress-bar {
	background-color: #666666;
	height: 3px;
	width: 1px;
}
/* end /st_shared_application/synchtank/css/dropzone/dropzone-4.3.0.css */

/* start /st_shared_application/synchtank/css/warning-bar.css */
.warningBar {
	height:25px;
	padding:5px;
	background-color:#ff6600;
	background-image: url("//d2n4yiee7lv24r.cloudfront.net/synchtank/images/warningbar/bg.gif");
	background-repeat: repeat-x;
	overflow:hidden;
}

.warningBar p {
	line-height:12px;
	color:#FFFFFF;
	font-size:10px;
	font-family:verdana;
}

.warningBar a, .warningBar a:visited {
	color:#FFFFFF;
}

.warningBar a:hover {
	color:#ECECEC;
}

.warningBar .warningImage {
	float:left;
	margin-right:10px;
}

.warningBar .warningClose {
	float:right;
	margin-left:10px;
}
/* end /st_shared_application/synchtank/css/warning-bar.css */

/* start /st_shared_application/synchtank/css/jquery.gritter.css */
/* ie6 trash */
* html #gritter-notice-wrapper {
	position:absolute; 
}
* html .gritter-top {
	margin-bottom:-10px;
}
* html .gritter-item {
	padding-bottom:0;
}
* html .gritter-bottom {
	margin-bottom:0;
}
* html .gritter-close {
	background:url(//d2n4yiee7lv24r.cloudfront.net/synchtank/images/gritter/gritter-close-ie6.gif);
	width:22px;
	height:22px;
	top:7px;
	left:7px;
}

/* the norm */
#gritter-notice-wrapper {
	position:fixed;
	top:20px;
	right:20px;
	width:301px;
	z-index:9999;
}

#gritter-notice-wrapper a {
	color:#eee;
}

#gritter-notice-wrapper a:visited {
	color:#eee;
}

#gritter-notice-wrapper a:hover {
	color:#fff;
	text-decoration:underline;
}

.gritter-item-wrapper {
	position:relative;
	margin:0 0 10px 0;
	background:url('.'); /* ie7/8 fix */ 
}
.gritter-top {
	background:url(//d2n4yiee7lv24r.cloudfront.net/synchtank/images/gritter/gritter.png) no-repeat left -30px;
	height:10px;
}
.hover .gritter-top {
	background-position:right -30px;
}
.gritter-bottom {
	background:url(//d2n4yiee7lv24r.cloudfront.net/synchtank/images/gritter/gritter.png) no-repeat left bottom;
	height:8px;
	margin:0;
}
.hover .gritter-bottom {
	background-position: bottom right;
}
.gritter-item {
	display:block;
	background:url(//d2n4yiee7lv24r.cloudfront.net/synchtank/images/gritter/gritter.png) no-repeat left -40px;
	color:#eee;
	padding:2px 11px 8px 11px;
	font-size: 11px;
	font-family:verdana;
}
.hover .gritter-item {
	background-position:right -40px;
}
.gritter-item p {
	padding:0;
	margin:0;
}
.gritter-close {
	position:absolute;
	top:5px;
	left:3px;
	background:url(//d2n4yiee7lv24r.cloudfront.net/synchtank/images/gritter/gritter.png) no-repeat left top;
	cursor:pointer;
	width:30px;
	height:30px;
}
.gritter-title {
	font-size:14px;
	font-weight:bold;
	padding:0 0 7px 0;
	display:block;
	text-shadow:1px 1px #000; /* Not supported by IE :( */
}
.gritter-image {
	width:48px;
	height:48px;
	float:left;
}
.gritter-with-image,
.gritter-without-image {
	padding:0 0 5px 0;
}
.gritter-with-image {
	width:220px;
	float:right;
}

/* end /st_shared_application/synchtank/css/jquery.gritter.css */

/* start /st_shared_application/synchtank/css/jquery.asmselect.css */
.asmContainer {
	float:left;
	width:240px;
	overflow:auto;
	overflow-x:hidden;
	overflow-y:hidden;
}

select.asmSelect {
	display: inline; 
}

.asmOptionDisabled {
	/* disabled options in new select */
	color: #ccc; 
}

.asmHighlight {
}

.asmList {
	position: relative;
	display: block;
	list-style: none; 
}

.asmListItem {
	float:right;
	clear:both;
	margin-top:5px;
	background: #ddd;
	width: 238px;
	overflow:auto;
	
	border: 1px solid #bebebe; 
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.asmListItem:hover {
	background-color: #e5e5e5;
}

.asmListItemLabel {
	float:left;
	display: block;
	color:#333;
	line-height:18px;
	overflow:hidden;
	padding-left:3px;
	width:90%;
}

.asmListItemRemove {
	float:right;
	clear:none;
	padding:3px;
}

/* end /st_shared_application/synchtank/css/jquery.asmselect.css */

/* start /st_shared_application/synchtank/css/jquery.jcrop.css */
/* Fixes issue here http://code.google.com/p/jcrop/issues/detail?id=1 */
.jcrop-holder { text-align: left; }

.jcrop-vline, .jcrop-hline
{
	font-size: 0;
	position: absolute;
	background: white url('//d2n4yiee7lv24r.cloudfront.net/synchtank/images/jcrop/jcrop.gif') top left repeat;
}
.jcrop-vline { height: 100%; width: 1px !important; }
.jcrop-hline { width: 100%; height: 1px !important; }
.jcrop-handle {
	font-size: 1px;
	width: 7px !important;
	height: 7px !important;
	border: 1px #eee solid;
	background-color: #333;
	*width: 9px;
	*height: 9px;
}

.jcrop-tracker { width: 100%; height: 100%; }

.custom .jcrop-vline,
.custom .jcrop-hline
{
	background: yellow;
}
.custom .jcrop-handle
{
	border-color: black;
	background-color: #C7BB00;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

/* end /st_shared_application/synchtank/css/jquery.jcrop.css */

/* start /st_shared_application/synchtank/css/jquery-datatables/jquery.dataTables.css */
/*

replaced all instances of ../images/ with //d2n4yiee7lv24r.cloudfront.net/synchtank/images/jquery-datatables/

added last child selector to tds and ths to get buttons to float right & nowrap

*/




/*
 * Table
 */
table.dataTable {
	margin: 0 auto;
	clear: both;
	width: 100%;
	background-image: url("//d2n4yiee7lv24r.cloudfront.net/F4v4/images/grid-list-header-row.png");
	background-repeat: repeat-x;
	
	/* needed for overflow hidden to work on td elements */
	table-layout:fixed;
	overflow:hidden;
}

table.dataTable thead th {
	/* padding: 0px 18px 0px 10px; */
	padding-left:5px;
	padding-right:5px;
	
	border-bottom: 1px solid #c1c1c1;
	font-weight: bold;
	cursor: pointer;
	*cursor: hand;
	line-height:30px;
	height:30px;
	color: #fff;
}

table.dataTable tfoot th {
	/* padding: 3px 18px 3px 10px; */
	padding-left:5px;
	padding-right:5px;
	
	border-top: 1px solid black;
	font-weight: bold;
}

table.dataTable td {
	padding: 5px;
	valign:top;
	vertical-align: top;
	
	/* needed to prevent non-wrapping text from creating horizontal scroll bars */
	overflow:hidden;
	text-overflow: ellipsis;
}

table.dataTable td span
{
	overflow:hidden;
	text-overflow: ellipsis;
}

table.dataTable td:last-child, table.dataTable th:last-child
{
	text-align:right;
	white-space:nowrap;
	overflow:visible;
}

table.dataTable th.sorting_asc:last-child, table.dataTable th.sorting_desc:last-child
{
	/* needed to prevent text from overlapping the sort arrows */
	padding-right:20px;
}

table.dataTable td.center,
table.dataTable td.dataTables_empty {
	text-align: center;
}

table.dataTable tr.odd { background-color: #ebeced; }
table.dataTable tr.even { background-color: #e5e5e5; }

table.dataTable tr.odd td.sorting_1 { background-color: #c3c3c3; }
table.dataTable tr.odd td.sorting_2 { background-color: #c6c6c6; }
table.dataTable tr.odd td.sorting_3 { background-color: #c9c9c9; }
table.dataTable tr.even td.sorting_1 { background-color: #f6f6f6; }
table.dataTable tr.even td.sorting_2 { background-color: #f8f8f8; }
table.dataTable tr.even td.sorting_3 { background-color: #f9f9f9; }


/*
 * Table wrapper
 */
.dataTables_wrapper {
	position: relative;
	clear: both;
	*zoom: 1;
}


/*
 * Page length menu
 */
.dataTables_length {
	float: right;
	margin-bottom:5px;
	color:#666;
	font-weight:100;
}


/*
 * Filter
 */
.dataTables_filter {
	float: left;
	text-align: right;
	margin-bottom:5px;
}


/*
 * Table information
 */
.dataTables_info {
	clear: both;
	float: left;
	text-align:center;
	width:100%;
	height:0px;
	overflow:visible;
	font-size:12px;
	color:#666;
	margin-top:0;
	line-height:22px;
	font-weight:100;
}


/*
 * Pagination
 */
.dataTables_paginate {
	width:100%;
	text-align: center;
	margin-top:10px;
}

.dataTables_paginate a
{
	margin-left:5px;
}

.paginate_active
{
	text-decoration:underline !important;
}

/*
 * Processing indicator
 */
.dataTables_processing {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 250px;
	height: 30px;
	margin-left: -125px;
	margin-top: -15px;
	padding: 14px 0 2px 0;
	border: 1px solid #ddd;
	text-align: center;
	color: #999;
	font-size: 14px;
	background-color: white;
}


/*
 * Sorting
 */
.sorting { background: url('//d2n4yiee7lv24r.cloudfront.net/synchtank/images/jquery-datatables/sort_both.png') no-repeat center right; }
.sorting_asc { background: url('//d2n4yiee7lv24r.cloudfront.net/synchtank/images/jquery-datatables/sort_asc.png') no-repeat center right; }
.sorting_desc { background: url('//d2n4yiee7lv24r.cloudfront.net/synchtank/images/jquery-datatables/sort_desc.png') no-repeat center right; }

.sorting_asc_disabled { background: url('//d2n4yiee7lv24r.cloudfront.net/synchtank/images/jquery-datatables/sort_asc_disabled.png') no-repeat center right; }
.sorting_desc_disabled { background: url('//d2n4yiee7lv24r.cloudfront.net/synchtank/images/jquery-datatables/sort_desc_disabled.png') no-repeat center right; }
 
table.dataTable th:active {
	outline: none;
}


/*
 * Scrolling
 */
.dataTables_scroll {
	clear: both;
}

.dataTables_scrollBody {
	*margin-top: -1px;
	-webkit-overflow-scrolling: touch;
}

table.dataTable a.button + a.button
{
	margin-left:5px;
}

table.dataTable tr.selected td
{
	background-color:transparent !important;
}
/* end /st_shared_application/synchtank/css/jquery-datatables/jquery.dataTables.css */

/* start /st_shared_application/synchtank/css/select2/select2.css */
/*
Version: 3.4.2 Timestamp: Mon Aug 12 15:04:12 PDT 2013
*/
.select2-container {
    margin: 0;
    position: relative;
    display: inline-block;
    /* inline-block for ie7 */
    zoom: 1;
    *display: inline;
    vertical-align: middle;
    
    font-family:'Lucida Grande', arial, sans;
    font-size:11px;
    width:240px;
}

.select2-container,
.select2-drop,
.select2-search,
.select2-search input {
  /*
    Force border-box so that % widths fit the parent
    container without overlap because of margin/padding.

    More Info : http://www.quirksmode.org/css/box.html
  */
  -webkit-box-sizing: border-box; /* webkit */
     -moz-box-sizing: border-box; /* firefox */
          box-sizing: border-box; /* css3 */
}

.select2-container .select2-choice {
    display: block;
    height: 22px;
    padding: 0 0 0 7px;
    overflow: hidden;
    position: relative;

    border: 1px solid #a6a6a6;
    white-space: nowrap;
    line-height: 22px;
    color: #000;
    text-decoration: none;

    border-radius: 4px;

    background-clip: padding-box;

    -webkit-touch-callout: none;
      -webkit-user-select: none;
       -khtml-user-select: none;
         -moz-user-select: none;
          -ms-user-select: none;
              user-select: none;

    background-color: #fff;
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #eee), color-stop(0.5, #fff));
    background-image: -webkit-linear-gradient(center bottom, #eee 0%, #fff 50%);
    background-image: -moz-linear-gradient(center bottom, #eee 0%, #fff 50%);
    background-image: -o-linear-gradient(bottom, #eee 0%, #fff 50%);
    background-image: -ms-linear-gradient(top, #fff 0%, #eee 50%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#ffffff', endColorstr = '#eeeeee', GradientType = 0);
    background-image: linear-gradient(top, #fff 0%, #eee 50%);
}

.select2-container.select2-drop-above .select2-choice {
    border-bottom-color: #a6a6a6;

    border-radius: 0 0 4px 4px;

    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #eee), color-stop(0.9, #fff));
    background-image: -webkit-linear-gradient(center bottom, #eee 0%, #fff 90%);
    background-image: -moz-linear-gradient(center bottom, #eee 0%, #fff 90%);
    background-image: -o-linear-gradient(bottom, #eee 0%, #fff 90%);
    background-image: -ms-linear-gradient(top, #eee 0%, #fff 90%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eeeeee', GradientType=0);
    background-image: linear-gradient(top, #eee 0%, #fff 90%);
}

.select2-container.select2-allowclear .select2-choice .select2-chosen {
    margin-right: 42px;
}

.select2-container .select2-choice > .select2-chosen {
    margin-right: 26px;
    display: block;
    overflow: hidden;

    white-space: nowrap;

    text-overflow: ellipsis;
    
    float: none;
    width: auto;
}

html[dir="rtl"] .select2-container .select2-choice > .select2-chosen {
    margin-left: 26px;
    margin-right: 0;
}

.select2-container .select2-choice abbr {
    display: none;
    width: 12px;
    height: 12px;
    position: absolute;
    right: 24px;
    top: 5px;

    font-size: 1px;
    text-decoration: none;

    border: 0;
    background: url('//d2n4yiee7lv24r.cloudfront.net/synchtank/images/select2/select2.png') right top no-repeat;
    cursor: pointer;
    outline: 0;
}

.select2-container.select2-allowclear .select2-choice abbr {
    display: inline-block;
}

.select2-container .select2-choice abbr:hover {
    background-position: right -11px;
    cursor: pointer;
}

.select2-drop-mask {
    border: 0;
    margin: 0;
    padding: 0;
    position: fixed;
    left: 0;
    top: 0;
    min-height: 100%;
    min-width: 100%;
    height: auto;
    width: auto;
    opacity: 0;
    z-index: 9998;
    /* styles required for IE to work */
    background-color: #fff;
    opacity: 0;
    filter: alpha(opacity=0);
}

.select2-drop {
    width: 100%;
    margin-top: -1px;
    position: absolute;
    z-index: 9999;
    top: 100%;

    background: #fff;
    color: #000;
    border: 1px solid #a6a6a6;
    border-top: 0;

    border-radius: 0 0 4px 4px;

    -webkit-box-shadow: 0 4px 5px rgba(0, 0, 0, .15);
            box-shadow: 0 4px 5px rgba(0, 0, 0, .15);
}

.select2-drop-auto-width {
    border-top: 1px solid #a6a6a6;
    width: auto;
}

.select2-drop-auto-width .select2-search {
    padding-top: 4px;
}

.select2-drop.select2-drop-above {
    margin-top: 1px;
    border-top: 1px solid #a6a6a6;
    border-bottom: 0;

    border-radius: 4px 4px 0 0;

    -webkit-box-shadow: 0 -4px 5px rgba(0, 0, 0, .15);
            box-shadow: 0 -4px 5px rgba(0, 0, 0, .15);
}

.select2-drop-active {
    border: 1px solid #888888;
    border-top: none;
}

.select2-drop.select2-drop-above.select2-drop-active {
    border-top: 1px solid #888888;
}

.select2-container .select2-choice .select2-arrow {
    display: inline-block;
    width: 18px;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;

    border-left: 1px solid #a6a6a6;
    border-radius: 0 4px 4px 0;

    background-clip: padding-box;

    background: #ccc;
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #ccc), color-stop(0.6, #eee));
    background-image: -webkit-linear-gradient(center bottom, #ccc 0%, #eee 60%);
    background-image: -moz-linear-gradient(center bottom, #ccc 0%, #eee 60%);
    background-image: -o-linear-gradient(bottom, #ccc 0%, #eee 60%);
    background-image: -ms-linear-gradient(top, #ccc 0%, #eee 60%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#eeeeee', endColorstr = '#cccccc', GradientType = 0);
    background-image: linear-gradient(top, #ccc 0%, #eee 60%);
}

html[dir="rtl"] .select2-container .select2-choice .select2-arrow {
    left: 0;
    right: auto;

    border-left: none;
    border-right: 1px solid #aaa;
    border-radius: 4px 0 0 4px;
}

.select2-container .select2-choice .select2-arrow b {
    display: block;
    width: 100%;
    height: 100%;
    background: url('//d2n4yiee7lv24r.cloudfront.net/synchtank/images/select2/select2.png') no-repeat 0 1px;
    /* needed since we dropped the height to 24px to match our forms */
    margin-top:-2px;
}

html[dir="rtl"] .select2-container .select2-choice .select2-arrow b {
    background-position: 2px 1px;
}

.select2-search {
    display: inline-block;
    width: 100%;
    min-height: 22px;
    margin: 0;
    padding-left: 4px;
    padding-right: 4px;

    position: relative;
    z-index: 10000;

    white-space: nowrap;
}

.select2-search input {
    width: 100%;
    height: auto !important;
    min-height: 22px;
    padding: 4px 20px 4px 5px;
    margin: 0;

    outline: 0;
    font-family: arial, sans-serif;
    font-size: 1em;

    border: 1px solid #a6a6a6;
    border-radius: 0;

    -webkit-box-shadow: none;
            box-shadow: none;

    background: #fff url('//d2n4yiee7lv24r.cloudfront.net/synchtank/images/select2/select2.png') no-repeat 100% -22px;
    background: url('//d2n4yiee7lv24r.cloudfront.net/synchtank/images/select2/select2.png') no-repeat 100% -22px, -webkit-gradient(linear, left bottom, left top, color-stop(0.85, #fff), color-stop(0.99, #eee));
    background: url('//d2n4yiee7lv24r.cloudfront.net/synchtank/images/select2/select2.png') no-repeat 100% -22px, -webkit-linear-gradient(center bottom, #fff 85%, #eee 99%);
    background: url('//d2n4yiee7lv24r.cloudfront.net/synchtank/images/select2/select2.png') no-repeat 100% -22px, -moz-linear-gradient(center bottom, #fff 85%, #eee 99%);
    background: url('//d2n4yiee7lv24r.cloudfront.net/synchtank/images/select2/select2.png') no-repeat 100% -22px, -o-linear-gradient(bottom, #fff 85%, #eee 99%);
    background: url('//d2n4yiee7lv24r.cloudfront.net/synchtank/images/select2/select2.png') no-repeat 100% -22px, -ms-linear-gradient(top, #fff 85%, #eee 99%);
    background: url('//d2n4yiee7lv24r.cloudfront.net/synchtank/images/select2/select2.png') no-repeat 100% -22px, linear-gradient(top, #fff 85%, #eee 99%);
}

html[dir="rtl"] .select2-search input {
    padding: 4px 5px 4px 20px;

    background: #fff url('//d2n4yiee7lv24r.cloudfront.net/synchtank/images/select2/select2.png') no-repeat 100% -22px;
    background: url('//d2n4yiee7lv24r.cloudfront.net/synchtank/images/select2/select2.png') no-repeat 100% -22px, -webkit-gradient(linear, left bottom, left top, color-stop(0.85, #fff), color-stop(0.99, #eee));
    background: url('//d2n4yiee7lv24r.cloudfront.net/synchtank/images/select2/select2.png') no-repeat 100% -22px, -webkit-linear-gradient(center bottom, #fff 85%, #eee 99%);
    background: url('//d2n4yiee7lv24r.cloudfront.net/synchtank/images/select2/select2.png') no-repeat 100% -22px, -moz-linear-gradient(center bottom, #fff 85%, #eee 99%);
    background: url('//d2n4yiee7lv24r.cloudfront.net/synchtank/images/select2/select2.png') no-repeat 100% -22px, linear-gradient(to bottom, #fff 85%, #eee 99%) 0 0;
}

.select2-drop.select2-drop-above .select2-search input {
    margin-top: 4px;
}

.select2-search input.select2-active {
    background: #fff url('//d2n4yiee7lv24r.cloudfront.net/synchtank/images/select2/select2-spinner.gif') no-repeat 100%;
    background: url('//d2n4yiee7lv24r.cloudfront.net/synchtank/images/select2/select2-spinner.gif') no-repeat 100%, -webkit-gradient(linear, left bottom, left top, color-stop(0.85, #fff), color-stop(0.99, #eee));
    background: url('//d2n4yiee7lv24r.cloudfront.net/synchtank/images/select2/select2-spinner.gif') no-repeat 100%, -webkit-linear-gradient(center bottom, #fff 85%, #eee 99%);
    background: url('//d2n4yiee7lv24r.cloudfront.net/synchtank/images/select2/select2-spinner.gif') no-repeat 100%, -moz-linear-gradient(center bottom, #fff 85%, #eee 99%);
    background: url('//d2n4yiee7lv24r.cloudfront.net/synchtank/images/select2/select2-spinner.gif') no-repeat 100%, -o-linear-gradient(bottom, #fff 85%, #eee 99%);
    background: url('//d2n4yiee7lv24r.cloudfront.net/synchtank/images/select2/select2-spinner.gif') no-repeat 100%, -ms-linear-gradient(top, #fff 85%, #eee 99%);
    background: url('//d2n4yiee7lv24r.cloudfront.net/synchtank/images/select2/select2-spinner.gif') no-repeat 100%, linear-gradient(top, #fff 85%, #eee 99%);
}

.select2-container-active .select2-choice,
.select2-container-active .select2-choices {
    border: 1px solid #888888;
    outline: none;

    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .3);
            box-shadow: 0 0 5px rgba(0, 0, 0, .3);
}

.select2-dropdown-open .select2-choice {
    border-bottom-color: transparent;
    -webkit-box-shadow: 0 1px 0 #fff inset;
            box-shadow: 0 1px 0 #fff inset;

    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;

    background-color: #eee;
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #fff), color-stop(0.5, #eee));
    background-image: -webkit-linear-gradient(center bottom, #fff 0%, #eee 50%);
    background-image: -moz-linear-gradient(center bottom, #fff 0%, #eee 50%);
    background-image: -o-linear-gradient(bottom, #fff 0%, #eee 50%);
    background-image: -ms-linear-gradient(top, #fff 0%, #eee 50%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#ffffff', GradientType=0);
    background-image: linear-gradient(top, #fff 0%, #eee 50%);
}

.select2-dropdown-open.select2-drop-above .select2-choice,
.select2-dropdown-open.select2-drop-above .select2-choices {
    border: 1px solid #888888;
    border-top-color: transparent;

    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff), color-stop(0.5, #eee));
    background-image: -webkit-linear-gradient(center top, #fff 0%, #eee 50%);
    background-image: -moz-linear-gradient(center top, #fff 0%, #eee 50%);
    background-image: -o-linear-gradient(top, #fff 0%, #eee 50%);
    background-image: -ms-linear-gradient(bottom, #fff 0%, #eee 50%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#ffffff', GradientType=0);
    background-image: linear-gradient(bottom, #fff 0%, #eee 50%);
}

.select2-dropdown-open .select2-choice .select2-arrow {
    background: transparent;
    border-left: none;
    filter: none;
}

html[dir="rtl"] .select2-dropdown-open .select2-choice .select2-arrow {
    border-right: none;
}

.select2-dropdown-open .select2-choice .select2-arrow b {
    background-position: -18px 1px;
}

html[dir="rtl"] .select2-dropdown-open .select2-choice .select2-arrow b {
    background-position: -16px 1px;
}

.select2-hidden-accessible {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/* results */
.select2-results {
    max-height: 200px;
    padding: 0 0 0 4px;
    margin: 4px 4px 4px 0;
    position: relative;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

html[dir="rtl"] .select2-results {
    padding: 0 4px 0 0;
    margin: 4px 0 4px 4px;
}

.select2-results ul.select2-result-sub {
    margin: 0;
    padding-left: 0;
}

.select2-results ul.select2-result-sub > li .select2-result-label { padding-left: 20px }
.select2-results ul.select2-result-sub ul.select2-result-sub > li .select2-result-label { padding-left: 40px }
.select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub > li .select2-result-label { padding-left: 60px }
.select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub > li .select2-result-label { padding-left: 80px }
.select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub > li .select2-result-label { padding-left: 100px }
.select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub > li .select2-result-label { padding-left: 110px }
.select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub > li .select2-result-label { padding-left: 120px }

.select2-results li {
    list-style: none;
    display: list-item;
    background-image: none;
}

.select2-results li.select2-result-with-children > .select2-result-label {
    font-weight: bold;
}

.select2-results .select2-result-label {
    padding: 3px 7px 4px;
    margin: 0;
    cursor: pointer;

    min-height: 1em;

    -webkit-touch-callout: none;
      -webkit-user-select: none;
       -khtml-user-select: none;
         -moz-user-select: none;
          -ms-user-select: none;
              user-select: none;
}

.select2-results-dept-1 .select2-result-label { padding-left: 20px }
.select2-results-dept-2 .select2-result-label { padding-left: 40px }
.select2-results-dept-3 .select2-result-label { padding-left: 60px }
.select2-results-dept-4 .select2-result-label { padding-left: 80px }
.select2-results-dept-5 .select2-result-label { padding-left: 100px }
.select2-results-dept-6 .select2-result-label { padding-left: 110px }
.select2-results-dept-7 .select2-result-label { padding-left: 120px }

.select2-results .select2-highlighted {
    background: #3875d7;
    color: #fff;
}

.select2-results li em {
    background: #feffde;
    font-style: normal;
}

.select2-results .select2-highlighted em {
    background: transparent;
}

.select2-results .select2-highlighted ul {
    background: #fff;
    color: #000;
}


.select2-results .select2-no-results,
.select2-results .select2-searching,
.select2-results .select2-selection-limit {
    background: #f4f4f4;
    display: list-item;
}

/*
disabled look for disabled choices in the results dropdown
*/
.select2-results .select2-disabled.select2-highlighted {
    color: #666;
    background: #f4f4f4;
    display: list-item;
    cursor: default;
}
.select2-results .select2-disabled {
  background: #f4f4f4;
  display: list-item;
  cursor: default;
}

.select2-results .select2-selected {
    display: none;
}

.select2-more-results.select2-active {
    background: #f4f4f4 url('//d2n4yiee7lv24r.cloudfront.net/synchtank/images/select2/select2-spinner.gif') no-repeat 100%;
}

.select2-results .select2-ajax-error {
    background: rgba(255, 50, 50, .2);
}

.select2-more-results {
    background: #f4f4f4;
    display: list-item;
}

/* disabled styles */

.select2-container.select2-container-disabled .select2-choice {
    background-color: #f4f4f4;
    background-image: none;
    border: 1px solid #ddd;
    cursor: default;
}

.select2-container.select2-container-disabled .select2-choice .select2-arrow {
    background-color: #f4f4f4;
    background-image: none;
    border-left: 0;
}

.select2-container.select2-container-disabled .select2-choice abbr {
    display: none;
}


/* multiselect */

.select2-container-multi .select2-choices {
    height: auto !important;
    height: 1%;
    margin: 0;
    padding: 0;
    position: relative;

    border: 1px solid #a6a6a6;
    cursor: text;
    overflow: hidden;

    background-color: #fff;
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(1%, #eee), color-stop(15%, #fff));
    background-image: -webkit-linear-gradient(top, #eee 1%, #fff 15%);
    background-image: -moz-linear-gradient(top, #eee 1%, #fff 15%);
    background-image: -o-linear-gradient(top, #eee 1%, #fff 15%);
    background-image: -ms-linear-gradient(top, #eee 1%, #fff 15%);
    background-image: linear-gradient(top, #eee 1%, #fff 15%);
    
    width:238px;
    border-radius: 4px;
}

html[dir="rtl"] .select2-container-multi .select2-choices {
    padding: 0 0 0 5px;
}

.select2-dropdown-open .select2-choices
{
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
}

.select2-locked {
  padding: 3px 5px 3px 5px !important;
}

.select2-container-multi .select2-choices {
    min-height: 22px;
}

.select2-container-multi.select2-container-active .select2-choices {
    border: 1px solid #888888;
    outline: none;

    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .3);
            box-shadow: 0 0 5px rgba(0, 0, 0, .3);
}
.select2-container-multi .select2-choices li {
    float: left;
    list-style: none;
}

html[dir="rtl"] .select2-container-multi .select2-choices li
{
    float: right;
}

.select2-container-multi .select2-choices .select2-search-field {
    margin: 0;
    padding: 0;
    white-space: nowrap;
}

.select2-container-multi .select2-choices .select2-search-field input {
    padding: 5px;
    margin: 1px 0;

    font-family: arial, sans-serif;
    font-size: 100%;
    color: #666;
    outline: 0;
    border: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
    background: transparent !important;
}

.select2-container-multi .select2-choices .select2-search-field input.select2-active {
    background: #fff url('//d2n4yiee7lv24r.cloudfront.net/synchtank/images/select2/select2-spinner.gif') no-repeat 100% !important;
}

.select2-default {
	/* this is the choose text color */
    color: #000000 !important;
}

.select2-container-multi .select2-choices .select2-search-choice {
	min-height:16px;
	max-width:203px;
    padding: 3px 5px 3px 18px;
    margin: 5px 0 0 5px;
    position: relative;

    line-height: 13px;
    color: #333;
    cursor: default;
    border: 1px solid #a6a6a6;

    border-radius: 3px;

    -webkit-box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
            box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, 0.05);

    background-clip: padding-box;

    -webkit-touch-callout: none;
      -webkit-user-select: none;
       -khtml-user-select: none;
         -moz-user-select: none;
          -ms-user-select: none;
              user-select: none;

    background-color: #e4e4e4;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#f4f4f4', GradientType=0);
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eee));
    background-image: -webkit-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
    background-image: -moz-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
    background-image: -o-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
    background-image: -ms-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
    background-image: linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
}

.select2-container-multi .autoCompleteResultsDisplayOnly, .select2-chosen .autoCompleteResultsDisplayOnly
{
	display:none;
}

.select2-container-multi li + li
{
	margin-top:0;
}

html[dir="rtl"] .select2-container-multi .select2-choices .select2-search-choice
{
    margin: 3px 5px 3px 0;
    padding: 3px 18px 3px 5px;
}

.select2-container-multi .select2-choices .select2-search-choice .select2-chosen {
    cursor: default;
}
.select2-container-multi .select2-choices .select2-search-choice-focus {
    background: #d4d4d4;
}

.select2-search-choice-close {
    display: block;
    width: 12px;
    height: 13px;
    position: absolute;
    right: 3px;
    top: 4px;

    font-size: 1px;
    outline: none;
    background: url('//d2n4yiee7lv24r.cloudfront.net/synchtank/images/select2/select2.png') right top no-repeat;
}

html[dir="rtl"] .select2-search-choice-close {
    right: auto;
    left: 3px;
}

.select2-container-multi .select2-search-choice-close {
    left: 3px;
}

html[dir="rtl"] .select2-container-multi .select2-search-choice-close {
    left: auto;
    right: 2px;
}

.select2-container-multi .select2-choices .select2-search-choice .select2-search-choice-close:hover {
  background-position: right -11px;
}
.select2-container-multi .select2-choices .select2-search-choice-focus .select2-search-choice-close {
    background-position: right -11px;
}

/* disabled styles */
.select2-container-multi.select2-container-disabled .select2-choices {
    background-color: #f4f4f4;
    background-image: none;
    border: 1px solid #ddd;
    cursor: default;
}

.select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice {
    padding: 3px 5px 3px 5px;
    border: 1px solid #ddd;
    background-image: none;
    background-color: #f4f4f4;
}

.select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice .select2-search-choice-close {    display: none;
    background: none;
}
/* end multiselect */


.select2-result-selectable .select2-match,
.select2-result-unselectable .select2-match {
    text-decoration: underline;
}

.select2-offscreen, .select2-offscreen:focus {
    clip: rect(0 0 0 0) !important;
    width: 1px !important;
    height: 1px !important;
    border: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: hidden !important;
    position: absolute !important;
    outline: 0 !important;
    left: 0px !important;
    top: 0px !important;
}

.select2-display-none {
    display: none;
}

.select2-measure-scrollbar {
    position: absolute;
    top: -10000px;
    left: -10000px;
    width: 100px;
    height: 100px;
    overflow: scroll;
}
/* Retina-ize icons */

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 2dppx)  {
  .select2-search input, .select2-search-choice-close, .select2-container .select2-choice abbr, .select2-container .select2-choice .select2-arrow b {
      background-image: url('//d2n4yiee7lv24r.cloudfront.net/synchtank/images/select2/select2x2.png') !important;
      background-repeat: no-repeat !important;
      background-size: 60px 40px !important;
  }
  .select2-search input {
      background-position: 100% -21px !important;
  }
}

.select2-container-multi .select2-default, .select2-container-multi .select2-input {
	/* this is the choose text color */
    color: #666 !important;
    font-family: arial, sans-serif !important;
	font-size: 12px !important;
	font-weight:normal !important;
	letter-spacing: normal !important;
}

html[dir="rtl"] .select2-container .select2-choice {
    padding: 0 8px 0 0;
}
/* end /st_shared_application/synchtank/css/select2/select2.css */

/* start /st_shared_application/synchtank/css/jquery-nivo-slider.css */
/*
 * jQuery Nivo Slider v3.0.1
 * http://nivo.dev7studios.com
 *
 * Copyright 2012, Dev7studios
 * Free to use and abuse under the MIT license.
 * http://www.opensource.org/licenses/mit-license.php
 */
 
/* The Nivo Slider styles */
.nivoSlider {
	position:relative;
	width:100%;
	height:auto;
	overflow: hidden;
}
.nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
}
.nivo-main-image {
	display: block !important;
	position: relative !important; 
	width: 100% !important;
}

/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	border:0;
	padding:0;
	margin:0;
	z-index:6;
	display:none;
}

/*IE Fix*/
.nivoSlider a.nivo-imageLink{
    display:none;
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-opacity:0;
    -moz-opacity:0;
    -khtml-opacity:0;
    opacity: 0;
    background-color:#fff;
}

.nivoSlider a.nivo-imageLink img{
    display:block!important;
}
/* The slices and boxes in the Slider */
.nivo-slice {
	display:block;
	position:absolute;
	z-index:5;
	height:100%;
	top:0;
}
.nivo-box {
	display:block;
	position:absolute;
	z-index:5;
	overflow:hidden;
}
.nivo-box img { display:block; }

/* Caption styles */
.nivo-caption {
	position:absolute;
	left:0px;
	bottom:0px;
	background:#000;
	color:#fff;
	width:100%;
	z-index:8;
	padding: 5px 10px;
	opacity: 0.8;
	overflow: hidden;
	display: none;
	-moz-opacity: 0.8;
	filter:alpha(opacity=8);
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
}
.nivo-caption p {
	padding:5px;
	margin:0;
}
.nivo-caption a {
	display:inline !important;
}
.nivo-html-caption {
    display:none;
}
/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {
	position:absolute;
	top:45%;
	z-index:9;
	cursor:pointer;
}
.nivo-prevNav {
	left:0px;
}
.nivo-nextNav {
	right:0px;
}
/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav {
	text-align:center;
	padding: 15px 0;
}
.nivo-controlNav a {
	cursor:pointer;
}
.nivo-controlNav a.active {
	font-weight:bold;
}

/*
Skin Name: Nivo Slider Default Theme
Skin URI: http://nivo.dev7studios.com
Skin Type: flexible
Description: The default skin for the Nivo Slider.
Version: 1.2
Author: Gilbert Pellegrom
Author URI: http://dev7studios.com
*/

.nivoSlider {
	position:relative;
	background:#fff url(//d2n4yiee7lv24r.cloudfront.net/synchtank/images/nivo-slider/loading.gif) no-repeat 50% 50%;
    margin-bottom:0px;
    -webkit-box-shadow: 0px 1px 5px 0px #4a4a4a;
    -moz-box-shadow: 0px 1px 5px 0px #4a4a4a;
    box-shadow: 0px 1px 5px 0px #4a4a4a;
}
.nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}
.nivoSlider a {
	border:0;
	display:block;
}

.nivo-controlNav {
	text-align: center;
	padding: 20px 0;
}
.nivo-controlNav a {
	display:inline-block;
	width:22px;
	height:22px;
	background:url(//d2n4yiee7lv24r.cloudfront.net/synchtank/images/nivo-slider/bullets.png) no-repeat;
	text-indent:-9999px;
	border:0;
	margin: 0 2px;
}
.nivo-controlNav a.active {
	background-position:0 -22px;
}

.nivo-directionNav a {
	display:block;
	width:30px;
	height:30px;
	background:url(//d2n4yiee7lv24r.cloudfront.net/synchtank/images/nivo-slider/arrows.png) no-repeat;
	text-indent:-9999px;
	border:0;
}
a.nivo-nextNav {
	background-position:-30px 0;
	right:15px;
}
a.nivo-prevNav {
	left:15px;
}

.nivo-caption {
    font-family: Helvetica, Arial, sans-serif;
}
.nivo-caption a {
    color:#fff;
    border-bottom:1px dotted #fff;
}
.nivo-caption a:hover {
    color:#fff;
}

.nivo-controlNav.nivo-thumbs-enabled {
	width: 100%;
}
.nivo-controlNav.nivo-thumbs-enabled a {
	width: auto;
	height: auto;
	background: none;
	margin-bottom: 5px;
}
.nivo-controlNav.nivo-thumbs-enabled img {
	display: block;
	width: 120px;
	height: auto;
}
/* end /st_shared_application/synchtank/css/jquery-nivo-slider.css */

/* start /st_shared_application/synchtank/css/jslider/jslider.css */


.jslider .jslider-bg i,
.jslider .jslider-pointer
{ background: url(jslider.png) no-repeat 0 0; }

.jslider { display: block; width: 100%; height: 1em; position: relative; top: 0.6em; font-family: Arial, sans-serif; }
.jslider table { width: 100%; border-collapse: collapse; border: 0; }
.jslider td, .jslider th { padding: 0; vertical-align: top; text-align: left; border: 0; }

.jslider table,
.jslider table tr,
.jslider table tr td { width: 100%; vertical-align: top; }

.jslider .jslider-bg { position: relative; }
.jslider .jslider-bg i { height: 5px; position: absolute; font-size: 0; top: 0; }
.jslider .jslider-bg .l { width: 50%; background-position: 0 0; left: 0; }
.jslider .jslider-bg .r { width: 50%; left: 50%; background-position: right 0; }
.jslider .jslider-bg .v { position: absolute; width: 60%; left: 20%; top: 0; height: 5px; background-position: 0 -20px; }

.jslider .jslider-pointer { width: 13px; height: 15px; background-position: 0 -40px; position: absolute; left: 20%; top: -4px; margin-left: -6px; cursor: pointer; cursor: hand; }
.jslider .jslider-pointer-hover { background-position: -20px -40px; }
.jslider .jslider-pointer-to { left: 80%; }

.jslider .jslider-label { font-size: 9px; line-height: 12px; color: black; opacity: 0.4; white-space: nowrap; padding: 0px 2px; position: absolute; top: -18px; left: 0px; }
.jslider .jslider-label-to { left: auto; right: 0; }

.jslider .jslider-value { font-size: 9px; white-space: nowrap; padding: 1px 2px 0; position: absolute; top: -19px; left: 20%; background: white; line-height: 12px; -moz-border-radius: 2px; -webkit-border-radius: 2px; -o-border-radius: 2px; border-radius: 2px; }
.jslider .jslider-value-to { left: 80%; }

.jslider .jslider-label small,
.jslider .jslider-value small { position: relative; top: -0.4em; }

.jslider .jslider-scale { position: relative; top: 9px; }
.jslider .jslider-scale span { position: absolute; height: 5px; border-left: 1px solid #999; font-size: 0; }
.jslider .jslider-scale ins { font-size: 9px; text-decoration: none; position: absolute; left: 0px; top: 5px; color: #999; }

.jslider-single .jslider-pointer-to,
.jslider-single .jslider-value-to,
.jslider-single .jslider-bg .v,
.jslider-limitless .jslider-label
{ display: none; }
/* end /st_shared_application/synchtank/css/jslider/jslider.css */

/* start /st_shared_application/synchtank/css/jslider/jslider.ie6.css */

  .jslider .jslider-bg .l,
  .jslider .jslider-bg .r,
  .jslider .jslider-bg .v,
  .jslider .jslider-pointer { background-image: none; overflow: hidden; }

  .jslider .jslider-bg .l i,
  .jslider .jslider-bg .r i,
  .jslider .jslider-bg .v i,
  .jslider .jslider-pointer i { position: absolute; width: 500px; height: 60px; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='//d2n4yiee7lv24r.cloudfront.net/synchtank/css/jslider/jslider.png', sizingMethod='crop'); }
  
  .jslider .jslider-bg .l i { left: 0; top: 0; }
  .jslider .jslider-bg .r i { right: 0; top: 0; }  
  .jslider .jslider-bg .v i { left: 0; top: -20px; }
  
  .jslider .jslider-pointer i { left: 0; top: -40px; }
  .jslider .jslider-pointer-hover i { left: -20px; top: -40px; }
/* end /st_shared_application/synchtank/css/jslider/jslider.ie6.css */

/* start /st_shared_application/synchtank/css/jslider/jslider.round.plastic.css */

  .jslider_round_plastic .jslider-bg i,
  .jslider_round_plastic .jslider-pointer
  { background-image: url(//d2n4yiee7lv24r.cloudfront.net/synchtank/css/jslider/jslider.round.plastic.png); }

  .jslider_round_plastic .jslider-pointer { width: 18px; height: 18px; top: -7px; margin-left: -8px; }

/* end /st_shared_application/synchtank/css/jslider/jslider.round.plastic.css */

/* start /st_shared_application/synchtank/css/jslider/jslider.round.plastic.ie6.css */

.jslider_round_plastic .jslider-bg .l i,
.jslider_round_plastic .jslider-bg .r i,
.jslider_round_plastic .jslider-bg .v i,
.jslider_round_plastic .jslider-pointer i { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='//d2n4yiee7lv24r.cloudfront.net/synchtank/css/jslider/jslider.round.png', sizingMethod='crop'); }

/* end /st_shared_application/synchtank/css/jslider/jslider.round.plastic.ie6.css */

/* start /st_shared_application/synchtank/css/jslider/jslider.position.css */

  .jslider_position .jslider-bg i,
  .jslider_position .jslider-pointer
  { background-image: url(//d2n4yiee7lv24r.cloudfront.net/synchtank/css/jslider/jslider.position.png); }

  .jslider_position .jslider-pointer { width: 42px; height: 18px; top: -7px; margin-left: -21px; }
  .jslider .jslider-pointer-hover { background-position: -42px -40px; }
  .jslider_position .jslider-value { display:none;}
/* end /st_shared_application/synchtank/css/jslider/jslider.position.css */

/* start /st_shared_application/synchtank/css/jslider/jslider.position.ie6.css */

.jslider_position .jslider-bg .l i,
.jslider_position .jslider-bg .r i,
.jslider_position .jslider-bg .v i,
.jslider_position .jslider-pointer i { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='//d2n4yiee7lv24r.cloudfront.net/synchtank/css/jslider/jslider.position.png', sizingMethod='crop'); }

/* end /st_shared_application/synchtank/css/jslider/jslider.position.ie6.css */

/* start /st_shared_application/css/bxslider/jquery.bxslider.css */

/* end /st_shared_application/css/bxslider/jquery.bxslider.css */

/* start /st_shared_application/synchtank/css/qtip/jquery.qtip.css */
/*! qTip2 - Pretty powerful tooltips - v2.0.0 - 2012-10-25
* http://craigsworks.com/projects/qtip2/
* Copyright (c) 2012 Craig Michael Thompson; Licensed MIT, GPL */

/* Fluid class for determining actual width in IE */
#qtip-rcontainer{
	position: absolute;
	left: -28000px;
	top: -28000px;
	display: block;
	visibility: hidden;
}

	/* Fluid class for determining actual width in IE */
	#qtip-rcontainer .ui-tooltip{
		display: block !important;
		visibility: hidden !important;
		position: static !important;
		float: left !important;
	}

/* Core qTip styles */
.ui-tooltip, .qtip{
	position: absolute;
	left: -28000px;
	top: -28000px;
	display: none;

	max-width: 280px;
	min-width: 50px;
	
	font-size: 10.5px;
	line-height: 12px;
}

	.ui-tooltip-content{
		position: relative;
		padding: 5px 9px;
		overflow: hidden;

		text-align: left;
		word-wrap: break-word;
	}

	.ui-tooltip-titlebar{
		position: relative;
		min-height: 14px;
		padding: 5px 35px 5px 10px;
		overflow: hidden;

		border-width: 0 0 1px;
		font-weight: bold;
	}

	.ui-tooltip-titlebar + .ui-tooltip-content{ border-top-width: 0 !important; }

		/* Default close button class */
		.ui-tooltip-titlebar .ui-state-default{
			position: absolute;
			right: 4px;
			top: 50%;
			margin-top: -9px;

			cursor: pointer;
			outline: medium none;

			border-width: 1px;
			border-style: solid;
		}
		
		* html .ui-tooltip-titlebar .ui-state-default{ top: 16px; } /* IE fix */

		.ui-tooltip-titlebar .ui-icon,
		.ui-tooltip-icon .ui-icon{
			display: block;
			text-indent: -1000em;
			direction: ltr;
		}

		.ui-tooltip-icon, .ui-tooltip-icon .ui-icon{
			-moz-border-radius: 3px;
			-webkit-border-radius: 3px;
			border-radius: 3px;
			text-decoration: none;
		}

			.ui-tooltip-icon .ui-icon{
				width: 18px;
				height: 14px;

				text-align: center;
				text-indent: 0;
				font: normal bold 10px/13px Tahoma,sans-serif;

				color: inherit;
				background: transparent none no-repeat -100em -100em;
			}


/* Applied to 'focused' tooltips e.g. most recently displayed/interacted with */
.ui-tooltip-focus{}

/* Applied on hover of tooltips i.e. added/removed on mouseenter/mouseleave respectively */
.ui-tooltip-hover{}

/* Default tooltip style */
.ui-tooltip-default{
	border-width: 1px;
	border-style: solid;
	border-color: #F1D031;

	background-color: #FFFFA3;
	color: #555;
}

	.ui-tooltip-default .ui-tooltip-titlebar{
		background-color: #FFEF93;
	}

	.ui-tooltip-default .ui-tooltip-icon{
		border-color: #CCC;
		background: #F1F1F1;
		color: #777;
	}
	
	.ui-tooltip-default .ui-tooltip-titlebar .ui-state-hover{
		border-color: #AAA;
		color: #111;
	}


/*! Light tooltip style */
.ui-tooltip-light{
	background-color: white;
	border-color: #E2E2E2;
	color: #454545;
}

	.ui-tooltip-light .ui-tooltip-titlebar{
		background-color: #f1f1f1;
	}


/*! Dark tooltip style */
.ui-tooltip-dark{
	background-color: #505050;
	border-color: #303030;
	color: #f3f3f3;
}

	.ui-tooltip-dark .ui-tooltip-titlebar{
		background-color: #404040;
	}

	.ui-tooltip-dark .ui-tooltip-icon{
		border-color: #444;
	}

	.ui-tooltip-dark .ui-tooltip-titlebar .ui-state-hover{
		border-color: #303030;
	}


/*! Cream tooltip style */
.ui-tooltip-cream{
	background-color: #FBF7AA;
	border-color: #F9E98E;
	color: #A27D35;
}

	.ui-tooltip-cream .ui-tooltip-titlebar{
		background-color: #F0DE7D;
	}

	.ui-tooltip-cream .ui-state-default .ui-tooltip-icon{
		background-position: -82px 0;
	}


/*! Red tooltip style */
.ui-tooltip-red{
	background-color: #F78B83;
	border-color: #D95252;
	color: #912323;
}

	.ui-tooltip-red .ui-tooltip-titlebar{
		background-color: #F06D65;
	}

	.ui-tooltip-red .ui-state-default .ui-tooltip-icon{
		background-position: -102px 0;
	}

	.ui-tooltip-red .ui-tooltip-icon{
		border-color: #D95252;
	}

	.ui-tooltip-red .ui-tooltip-titlebar .ui-state-hover{
		border-color: #D95252;
	}


/*! Green tooltip style */
.ui-tooltip-green{
	background-color: #CAED9E;
	border-color: #90D93F;
	color: #3F6219;
}

	.ui-tooltip-green .ui-tooltip-titlebar{
		background-color: #B0DE78;
	}

	.ui-tooltip-green .ui-state-default .ui-tooltip-icon{
		background-position: -42px 0;
	}


/*! Blue tooltip style */
.ui-tooltip-blue{
	background-color: #E5F6FE;
	border-color: #ADD9ED;
	color: #5E99BD;
}

	.ui-tooltip-blue .ui-tooltip-titlebar{
		background-color: #D0E9F5;
	}

	.ui-tooltip-blue .ui-state-default .ui-tooltip-icon{
		background-position: -2px 0;
	}


/* Add shadows to your tooltips in: FF3+, Chrome 2+, Opera 10.6+, IE9+, Safari 2+ */
.ui-tooltip-shadow{
	-webkit-box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.15);
	box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.15);
}

/* Add rounded corners to your tooltips in: FF3+, Chrome 2+, Opera 10.6+, IE9+, Safari 2+ */
.ui-tooltip-rounded,
.ui-tooltip-tipsy,
.ui-tooltip-bootstrap{
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

/* Youtube tooltip style */
.ui-tooltip-youtube{
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	
	-webkit-box-shadow: 0 0 3px #333;
	-moz-box-shadow: 0 0 3px #333;
	box-shadow: 0 0 3px #333;

	color: white;
	border-width: 0;

	background: #4A4A4A;
	background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0,#4A4A4A),color-stop(100%,black));
	background-image: -webkit-linear-gradient(top,#4A4A4A 0,black 100%);
	background-image: -moz-linear-gradient(top,#4A4A4A 0,black 100%);
	background-image: -ms-linear-gradient(top,#4A4A4A 0,black 100%);
	background-image: -o-linear-gradient(top,#4A4A4A 0,black 100%);
}

	.ui-tooltip-youtube .ui-tooltip-titlebar{
		background-color: #4A4A4A;
		background-color: rgba(0,0,0,0);
	}
	
	.ui-tooltip-youtube .ui-tooltip-content{
		padding: .75em;
		font: 12px arial,sans-serif;
		
		filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#4a4a4a,EndColorStr=#000000);
		-ms-filter: "progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#4a4a4a,EndColorStr=#000000);";
	}

	.ui-tooltip-youtube .ui-tooltip-icon{
		border-color: #222;
	}

	.ui-tooltip-youtube .ui-tooltip-titlebar .ui-state-hover{
		border-color: #303030;
	}


/* jQuery TOOLS Tooltip style */
.ui-tooltip-jtools{
	background: #232323;
	background: rgba(0, 0, 0, 0.7);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#717171), to(#232323));
	background-image: -moz-linear-gradient(top, #717171, #232323);
	background-image: -webkit-linear-gradient(top, #717171, #232323);
	background-image: -ms-linear-gradient(top, #717171, #232323);
	background-image: -o-linear-gradient(top, #717171, #232323);

	border: 2px solid #ddd;
	border: 2px solid rgba(241,241,241,1);

	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;

	-webkit-box-shadow: 0 0 12px #333;
	-moz-box-shadow: 0 0 12px #333;
	box-shadow: 0 0 12px #333;
}

	/* IE Specific */
	.ui-tooltip-jtools .ui-tooltip-titlebar{
		background-color: transparent;
		filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#717171,endColorstr=#4A4A4A);
		-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#717171,endColorstr=#4A4A4A)";
	}
	.ui-tooltip-jtools .ui-tooltip-content{
		filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#4A4A4A,endColorstr=#232323);
		-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#4A4A4A,endColorstr=#232323)";
	}

	.ui-tooltip-jtools .ui-tooltip-titlebar,
	.ui-tooltip-jtools .ui-tooltip-content{
		background: transparent;
		color: white;
		border: 0 dashed transparent;
	}

	.ui-tooltip-jtools .ui-tooltip-icon{
		border-color: #555;
	}

	.ui-tooltip-jtools .ui-tooltip-titlebar .ui-state-hover{
		border-color: #333;
	}


/* Cluetip style */
.ui-tooltip-cluetip{
	-webkit-box-shadow: 4px 4px 5px rgba(0, 0, 0, 0.4);
	-moz-box-shadow: 4px 4px 5px rgba(0, 0, 0, 0.4);
	box-shadow: 4px 4px 5px rgba(0, 0, 0, 0.4);

	background-color: #D9D9C2;
	color: #111;
	border: 0 dashed transparent;
}

	.ui-tooltip-cluetip .ui-tooltip-titlebar{
		background-color: #87876A;
		color: white;
		border: 0 dashed transparent;
	}
	
	.ui-tooltip-cluetip .ui-tooltip-icon{
		border-color: #808064;
	}
	
	.ui-tooltip-cluetip .ui-tooltip-titlebar .ui-state-hover{
		border-color: #696952;
		color: #696952;
	}


/* Tipsy style */
.ui-tooltip-tipsy{
	background: black;
	background: rgba(0, 0, 0, .87);

	color: white;
	border: 0 solid transparent;

	font-size: 11px;
	font-family: 'Lucida Grande', sans-serif;
	font-weight: bold;
	line-height: 16px;
	text-shadow: 0 1px black;
}

	.ui-tooltip-tipsy .ui-tooltip-titlebar{
		padding: 6px 35px 0 10;
		background-color: transparent;
	}

	.ui-tooltip-tipsy .ui-tooltip-content{
		padding: 6px 10;
	}
	
	.ui-tooltip-tipsy .ui-tooltip-icon{
		border-color: #222;
		text-shadow: none;
	}

	.ui-tooltip-tipsy .ui-tooltip-titlebar .ui-state-hover{
		border-color: #303030;
	}


/* Tipped style */
.ui-tooltip-tipped{
	border: 3px solid #959FA9;

	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;

	background-color: #F9F9F9;
	color: #454545;

	font-weight: normal;
	font-family: serif;
}

	.ui-tooltip-tipped .ui-tooltip-titlebar{
		border-bottom-width: 0;

		color: white;
		background: #3A79B8;
		background-image: -webkit-gradient(linear, left top, left bottom, from(#3A79B8), to(#2E629D));
		background-image: -webkit-linear-gradient(top, #3A79B8, #2E629D);
		background-image: -moz-linear-gradient(top, #3A79B8, #2E629D);
		background-image: -ms-linear-gradient(top, #3A79B8, #2E629D);
		background-image: -o-linear-gradient(top, #3A79B8, #2E629D);
		filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#3A79B8,endColorstr=#2E629D);
		-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3A79B8,endColorstr=#2E629D)";
	}

	.ui-tooltip-tipped .ui-tooltip-icon{
		border: 2px solid #285589;
		background: #285589;
	}

		.ui-tooltip-tipped .ui-tooltip-icon .ui-icon{
			background-color: #FBFBFB;
			color: #555;
		}


/**
 * Twitter Bootstrap style.
 *
 * Tested with IE 8, IE 9, Chrome 18, Firefox 9, Opera 11.
 * Does not work with IE 7.
 */
.ui-tooltip-bootstrap{
	/** Taken from Bootstrap body */
	font-size: 14px;
	line-height: 20px;
	color: #333333;

	/** Taken from Bootstrap .popover */
	padding: 1px;
	background-color: #ffffff;
	border: 1px solid #ccc;
	border: 1px solid rgba(0, 0, 0, 0.2);
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	-webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	-webkit-background-clip: padding-box;
	-moz-background-clip: padding;
	background-clip: padding-box;
}

	.ui-tooltip-bootstrap .ui-tooltip-titlebar{
		/** Taken from Bootstrap .popover-title */
		padding: 8px 14px;
		margin: 0;
		font-size: 14px;
		font-weight: normal;
		line-height: 18px;
		background-color: #f7f7f7;
		border-bottom: 1px solid #ebebeb;
		-webkit-border-radius: 5px 5px 0 0;
		-moz-border-radius: 5px 5px 0 0;
		border-radius: 5px 5px 0 0;
	}

		.ui-tooltip-bootstrap .ui-tooltip-titlebar .ui-state-default{
			/**
			 * Overrides qTip2:
			 * .ui-tooltip-titlebar .ui-state-default{
			 *   [...]
			 *   right: 4px;
			 *   top: 50%;
			 *   [...]
			 *   border-style: solid;
			 * }
			 */
			right: 11px;
			top: 45%;
			border-style: none;
		}

	.ui-tooltip-bootstrap .ui-tooltip-content{
		/** Taken from Bootstrap .popover-content */
		padding: 9px 14px;
	}

	.ui-tooltip-bootstrap .ui-tooltip-icon{
		/**
		 * Overrides qTip2:
		 * .ui-tooltip-default .ui-tooltip-icon {
		 *   border-color: #CCC;
		 *   background: #F1F1F1;
		 *   color: #777;
		 * }
		 */
		background: transparent;
	}

		.ui-tooltip-bootstrap .ui-tooltip-icon .ui-icon{
			/**
			 * Overrides qTip2:
			 * .ui-tooltip-icon .ui-icon{
			 *   width: 18px;
			 *   height: 14px;
			 * }
			 */
			width: auto;
			height: auto;

			/* Taken from Bootstrap .close */
			float: right;
			font-size: 20px;
			font-weight: bold;
			line-height: 18px;
			color: #000000;
			text-shadow: 0 1px 0 #ffffff;
			opacity: 0.2;
			filter: alpha(opacity=20);
		}

		.ui-tooltip-bootstrap .ui-tooltip-icon .ui-icon:hover{
			/* Taken from Bootstrap .close:hover */
			color: #000000;
			text-decoration: none;
			cursor: pointer;
			opacity: 0.4;
			filter: alpha(opacity=40);
		}


/* IE9 fix - removes all filters */
.ui-tooltip:not(.ie9haxors) div.ui-tooltip-content,
.ui-tooltip:not(.ie9haxors) div.ui-tooltip-titlebar{
	filter: none;
	-ms-filter: none;
}


/* Tips plugin */
.ui-tooltip .ui-tooltip-tip{
	margin: 0 auto;
	overflow: hidden;
	z-index: 10;
}

	.ui-tooltip .ui-tooltip-tip,
	.ui-tooltip .ui-tooltip-tip .qtip-vml{
		position: absolute;
		
		line-height: 0.1px !important;
		font-size: 0.1px !important;
		color: #123456;

		background: transparent;
		border: 0 dashed transparent;
	}
	
	.ui-tooltip .ui-tooltip-tip canvas{ top: 0; left: 0; }

	.ui-tooltip .ui-tooltip-tip .qtip-vml{
		behavior: url(#default#VML);
		display: inline-block;
		visibility: visible;
	}
/* Modal plugin */
#qtip-overlay{
	position: fixed;
	left: -10000em;
	top: -10000em;
}

	/* Applied to modals with show.modal.blur set to true */
	#qtip-overlay.blurs{ cursor: pointer; }

	/* Change opacity of overlay here */
	#qtip-overlay div{
		position: absolute;
		left: 0; top: 0;
		width: 100%; height: 100%;

		background-color: black;

		opacity: 0.7;
		filter:alpha(opacity=70);
		-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	}


/* end /st_shared_application/synchtank/css/qtip/jquery.qtip.css */

/* start /st_shared_application/synchtank/javascript/mediaelement/mediaelementplayer.css */
.mejs-container {
	position: relative;
	background: #000;
	font-family: Helvetica, Arial;
	text-align: left;
	vertical-align: top;
	text-indent: 0;
}

.me-plugin {
	position: absolute;
}

.mejs-embed, .mejs-embed body {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	background: #000;
	overflow: hidden;
}

.mejs-container-fullscreen {
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	overflow: hidden;
	z-index: 1000;
}
.mejs-container-fullscreen .mejs-mediaelement,
.mejs-container-fullscreen video {
	width: 100%;
	height: 100%;
}

.mejs-clear {
	clear: both;
}

/* Start: LAYERS */
.mejs-background {
	position: absolute;
	top: 0;
	left: 0;
}

.mejs-mediaelement {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.mejs-poster {
	position: absolute;
	top: 0;
	left: 0;
	background-size: contain ;
	background-position: 50% 50% ;
	background-repeat: no-repeat ;
}
:root .mejs-poster img {
	display: none ;
}

.mejs-poster img {
	border: 0;
	padding: 0;
	border: 0;
}

.mejs-overlay {
	position: absolute;
	top: 0;
	left: 0;
}

.mejs-overlay-play {
	cursor: pointer;
}

.mejs-overlay-button {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100px;
	height: 100px;
	margin: -50px 0 0 -50px;
	background: url(//d2n4yiee7lv24r.cloudfront.net/synchtank/javascript/mediaelement/bigplay.svg) no-repeat;
}

.no-svg .mejs-overlay-button { 
	background-image: url(//d2n4yiee7lv24r.cloudfront.net/synchtank/javascript/mediaelement/bigplay.png);
}

.mejs-overlay:hover .mejs-overlay-button {
	background-position: 0 -100px ;
}

.mejs-overlay-loading {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 80px;
	height: 80px;
	margin: -40px 0 0 -40px;
	background: #333;
	background: url(//d2n4yiee7lv24r.cloudfront.net/synchtank/javascript/mediaelement/background.png);
	background: rgba(0, 0, 0, 0.9);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(50,50,50,0.9)), to(rgba(0,0,0,0.9)));
	background: -webkit-linear-gradient(top, rgba(50,50,50,0.9), rgba(0,0,0,0.9));
	background: -moz-linear-gradient(top, rgba(50,50,50,0.9), rgba(0,0,0,0.9));
	background: -o-linear-gradient(top, rgba(50,50,50,0.9), rgba(0,0,0,0.9));
	background: -ms-linear-gradient(top, rgba(50,50,50,0.9), rgba(0,0,0,0.9));
	background: linear-gradient(rgba(50,50,50,0.9), rgba(0,0,0,0.9));
}

.mejs-overlay-loading span {
	display: block;
	width: 80px;
	height: 80px;
	background: transparent url(//d2n4yiee7lv24r.cloudfront.net/synchtank/javascript/mediaelement/loading.gif) 50% 50% no-repeat;
}

/* End: LAYERS */

/* Start: CONTROL BAR */
.mejs-container .mejs-controls {
	position: absolute;
	list-style-type: none;
	margin: 0;
	padding: 0;
	bottom: 0;
	left: 0;
	background: url(//d2n4yiee7lv24r.cloudfront.net/synchtank/javascript/mediaelement/background.png);
	background: rgba(0, 0, 0, 0.7);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(50,50,50,0.7)), to(rgba(0,0,0,0.7)));
	background: -webkit-linear-gradient(top, rgba(50,50,50,0.7), rgba(0,0,0,0.7)); 
	background: -moz-linear-gradient(top, rgba(50,50,50,0.7), rgba(0,0,0,0.7));
	background: -o-linear-gradient(top, rgba(50,50,50,0.7), rgba(0,0,0,0.7)); 
	background: -ms-linear-gradient(top, rgba(50,50,50,0.7), rgba(0,0,0,0.7)); 	
	background: linear-gradient(rgba(50,50,50,0.7), rgba(0,0,0,0.7)); 	
	height: 30px;
	width: 100%;
}
.mejs-container .mejs-controls  div {
	list-style-type: none;
	background-image: none;
	display: block;
	float: left;
	margin: 0;
	padding: 0;
	width: 26px;
	height: 26px;
	font-size: 11px;
	line-height: 11px;
	font-family: Helvetica, Arial;
	border: 0;
}

.mejs-controls .mejs-button button {
	cursor: pointer;
	display: block;
	font-size: 0;
	line-height: 0;
	text-decoration: none;
	margin: 7px 5px;
	padding: 0;
	position: absolute;
	height: 16px;
	width: 16px;
	border: 0;
	background: transparent url(//d2n4yiee7lv24r.cloudfront.net/synchtank/javascript/mediaelement/controls.svg) no-repeat;
}

.no-svg .mejs-controls .mejs-button button { 
	background-image: url(//d2n4yiee7lv24r.cloudfront.net/synchtank/javascript/mediaelement/controls.png);
}

/* :focus for accessibility */
.mejs-controls .mejs-button button:focus {
	outline: solid 1px yellow;
}

/* End: CONTROL BAR */

/* Start: Time (Current / Duration) */
.mejs-container .mejs-controls .mejs-time {
	color: #fff;
	display: block;
	height: 17px;
	width: auto;
	padding: 8px 3px 0 3px ;
	overflow: hidden;
	text-align: center;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
}

.mejs-container .mejs-controls .mejs-time span {
	color: #fff;
	font-size: 11px;
	line-height: 12px;
	display: block;
	float: left;
	margin: 1px 2px 0 0;
	width: auto;
}
/* End: Time (Current / Duration) */

/* Start: Play/Pause/Stop */
.mejs-controls .mejs-play button {
	background-position: 0 0;
}

.mejs-controls .mejs-pause button {
	background-position: 0 -16px;
}

.mejs-controls .mejs-stop button {
	background-position: -112px 0;
}
/* Start: Play/Pause/Stop */

/* Start: Progress Bar */
.mejs-controls div.mejs-time-rail {
	width: 200px;
	padding-top: 5px;
}

.mejs-controls .mejs-time-rail span {
	display: block;
	position: absolute;
	width: 180px;
	height: 10px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	cursor: pointer;
}

.mejs-controls .mejs-time-rail .mejs-time-total {
	margin: 5px;
	background: #333;
	background: rgba(50,50,50,0.8);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(30,30,30,0.8)), to(rgba(60,60,60,0.8)));
	background: -webkit-linear-gradient(top, rgba(30,30,30,0.8), rgba(60,60,60,0.8)); 
	background: -moz-linear-gradient(top, rgba(30,30,30,0.8), rgba(60,60,60,0.8));
	background: -o-linear-gradient(top, rgba(30,30,30,0.8), rgba(60,60,60,0.8));
	background: -ms-linear-gradient(top, rgba(30,30,30,0.8), rgba(60,60,60,0.8));
	background: linear-gradient(rgba(30,30,30,0.8), rgba(60,60,60,0.8));
}

.mejs-controls .mejs-time-rail .mejs-time-buffering {
	width: 100%;
	background-image: -o-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
	background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
	background-image: -webkit-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
	background-image: -moz-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
	background-image: -ms-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
	background-image: linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
	-webkit-background-size: 15px 15px;
	-moz-background-size: 15px 15px;
	-o-background-size: 15px 15px;
	background-size: 15px 15px;
	-webkit-animation: buffering-stripes 2s linear infinite;
	-moz-animation: buffering-stripes 2s linear infinite;
	-ms-animation: buffering-stripes 2s linear infinite;
	-o-animation: buffering-stripes 2s linear infinite;
	animation: buffering-stripes 2s linear infinite;
}

@-webkit-keyframes buffering-stripes { from {background-position: 0 0;} to {background-position: 30px 0;} }
@-moz-keyframes buffering-stripes { from {background-position: 0 0;} to {background-position: 30px 0;} }
@-ms-keyframes buffering-stripes { from {background-position: 0 0;} to {background-position: 30px 0;} }
@-o-keyframes buffering-stripes { from {background-position: 0 0;} to {background-position: 30px 0;} }
@keyframes buffering-stripes { from {background-position: 0 0;} to {background-position: 30px 0;} }

.mejs-controls .mejs-time-rail .mejs-time-loaded {
	background: #cbcbcb;
	background: rgba(203,203,203,0.8);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(143,143,143,0.8)), to(rgba(210,210,210,0.8))); 
	background: -webkit-linear-gradient(top, rgba(143,143,143,0.8), rgba(210,210,210,0.8));
	background: -moz-linear-gradient(top, rgba(143,143,143,0.8), rgba(210,210,210,0.8));
	background: -o-linear-gradient(top, rgba(143,143,143,0.8), rgba(210,210,210,0.8));
	background: -ms-linear-gradient(top, rgba(143,143,143,0.8), rgba(210,210,210,0.8));
	background: linear-gradient(rgba(143,143,143,0.8), rgba(210,210,210,0.8));
	width: 0;
}

.mejs-controls .mejs-time-rail .mejs-time-current {
	background: #fff;
	background: rgba(255,255,255,0.8);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(255,255,255,0.9)), to(rgba(200,200,200,0.8)));
	background: -webkit-linear-gradient(top, rgba(255,255,255,0.9), rgba(200,200,200,0.8));
	background: -moz-linear-gradient(top, rgba(255,255,255,0.9), rgba(200,200,200,0.8)); 
	background: -o-linear-gradient(top, rgba(255,255,255,0.9), rgba(200,200,200,0.8));
	background: -ms-linear-gradient(top, rgba(255,255,255,0.9), rgba(200,200,200,0.8));
	background: linear-gradient(rgba(255,255,255,0.9), rgba(200,200,200,0.8));
	width: 0;
}

.mejs-controls .mejs-time-rail .mejs-time-handle {
	display: none;
	position: absolute;
	margin: 0;
	width: 10px;
	background: #fff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	cursor: pointer;
	border: solid 2px #333;
	top: -2px;
	text-align: center;
}

.mejs-controls .mejs-time-rail .mejs-time-float {
	position: absolute;
	display: none;
	background: #eee;
	width: 36px;
	height: 17px;
	border: solid 1px #333;
	top: -26px;
	margin-left: -18px;
	text-align: center;
	color: #111;
}

.mejs-controls .mejs-time-rail .mejs-time-float-current {
	margin: 2px;
	width: 30px;
	display: block;
	text-align: center;
	left: 0;
}

.mejs-controls .mejs-time-rail .mejs-time-float-corner {
	position: absolute;
	display: block;
	width: 0;
	height: 0;
	line-height: 0;
	border: solid 5px #eee;
	border-color: #eee transparent transparent transparent;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	top: 15px;
	left: 13px;
}

.mejs-long-video .mejs-controls .mejs-time-rail .mejs-time-float {
	width: 48px;
}

.mejs-long-video .mejs-controls .mejs-time-rail .mejs-time-float-current {
	width: 44px;
}

.mejs-long-video .mejs-controls .mejs-time-rail .mejs-time-float-corner {
	left: 18px;
}

/*
.mejs-controls .mejs-time-rail:hover .mejs-time-handle {
	visibility:visible;
}
*/
/* End: Progress Bar */

/* Start: Fullscreen */
.mejs-controls .mejs-fullscreen-button button {
	background-position: -32px 0;
}

.mejs-controls .mejs-unfullscreen button {
	background-position: -32px -16px;
}
/* End: Fullscreen */


/* Start: Mute/Volume */
.mejs-controls .mejs-volume-button {
}

.mejs-controls .mejs-mute button {
	background-position: -16px -16px;
}

.mejs-controls .mejs-unmute button {
	background-position: -16px 0;
}

.mejs-controls .mejs-volume-button {
	position: relative;
}

.mejs-controls .mejs-volume-button .mejs-volume-slider {
	display: none;
	height: 115px;
	width: 25px;
	background: url(//d2n4yiee7lv24r.cloudfront.net/synchtank/javascript/mediaelement/background.png);
	background: rgba(50, 50, 50, 0.7);
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	top: -115px;
	left: 0;
	z-index: 1;
	position: absolute;
	margin: 0;
}

.mejs-controls .mejs-volume-button:hover {
	-webkit-border-radius: 0 0 4px 4px;
	-moz-border-radius: 0 0 4px 4px;
	border-radius: 0 0 4px 4px;
}

/*
.mejs-controls .mejs-volume-button:hover .mejs-volume-slider {
	display: block;
}
*/

.mejs-controls .mejs-volume-button .mejs-volume-slider .mejs-volume-total {
	position: absolute;
	left: 11px;
	top: 8px;
	width: 2px;
	height: 100px;
	background: #ddd;
	background: rgba(255, 255, 255, 0.5);
	margin: 0;
}

.mejs-controls .mejs-volume-button .mejs-volume-slider .mejs-volume-current {
	position: absolute;
	left: 11px;
	top: 8px;
	width: 2px;
	height: 100px;
	background: #ddd;
	background: rgba(255, 255, 255, 0.9);
	margin: 0;
}

.mejs-controls .mejs-volume-button .mejs-volume-slider .mejs-volume-handle {
	position: absolute;
	left: 4px;
	top: -3px;
	width: 16px;
	height: 6px;
	background: #ddd;
	background: rgba(255, 255, 255, 0.9);
	cursor: N-resize;
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	border-radius: 1px;
	margin: 0;
}

/* horizontal version */
.mejs-controls div.mejs-horizontal-volume-slider {
	height: 26px;
	width: 60px;
	position: relative;
}

.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total {
	position: absolute;
	left: 0;
	top: 11px;
	width: 50px;
	height: 8px;
	margin: 0;
	padding: 0;
	font-size: 1px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;	
	background: #333;
	background: rgba(50,50,50,0.8);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(30,30,30,0.8)), to(rgba(60,60,60,0.8)));
	background: -webkit-linear-gradient(top, rgba(30,30,30,0.8), rgba(60,60,60,0.8)); 
	background: -moz-linear-gradient(top, rgba(30,30,30,0.8), rgba(60,60,60,0.8));
	background: -o-linear-gradient(top, rgba(30,30,30,0.8), rgba(60,60,60,0.8));
	background: -ms-linear-gradient(top, rgba(30,30,30,0.8), rgba(60,60,60,0.8));
	background: linear-gradient(rgba(30,30,30,0.8), rgba(60,60,60,0.8));
}

.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
	position: absolute;
	left: 0;
	top: 11px;
	width: 50px;
	height: 8px;
	margin: 0;
	padding: 0;
	font-size: 1px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	background: #fff;
	background: rgba(255,255,255,0.8);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(255,255,255,0.9)), to(rgba(200,200,200,0.8)));
	background: -webkit-linear-gradient(top, rgba(255,255,255,0.9), rgba(200,200,200,0.8));
	background: -moz-linear-gradient(top, rgba(255,255,255,0.9), rgba(200,200,200,0.8)); 
	background: -o-linear-gradient(top, rgba(255,255,255,0.9), rgba(200,200,200,0.8));
	background: -ms-linear-gradient(top, rgba(255,255,255,0.9), rgba(200,200,200,0.8));
	background: linear-gradient(rgba(255,255,255,0.9), rgba(200,200,200,0.8));
}

.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-handle {
	display: none;
}

/* End: Mute/Volume */

/* Start: Track (Captions and Chapters) */
.mejs-controls .mejs-captions-button {
	position: relative;
}

.mejs-controls .mejs-captions-button button {
	background-position: -48px 0;
}
.mejs-controls .mejs-captions-button .mejs-captions-selector {
	visibility: hidden;
	position: absolute;
	bottom: 26px;
	right: -10px;
	width: 130px;
	height: 100px;
	background: url(//d2n4yiee7lv24r.cloudfront.net/synchtank/javascript/mediaelement/background.png);
	background: rgba(50,50,50,0.7);
	border: solid 1px transparent;
	padding: 10px;
	overflow: hidden;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}

/*
.mejs-controls .mejs-captions-button:hover  .mejs-captions-selector {
	visibility: visible;
}
*/

.mejs-controls .mejs-captions-button .mejs-captions-selector ul {
	margin: 0;
	padding: 0;
	display: block;
	list-style-type: none !important;
	overflow: hidden;
}

.mejs-controls .mejs-captions-button .mejs-captions-selector ul li {
	margin: 0 0 6px 0;
	padding: 0;
	list-style-type: none !important;
	display: block;
	color: #fff;
	overflow: hidden;
}

.mejs-controls .mejs-captions-button .mejs-captions-selector ul li input {
	clear: both;
	float: left;
	margin: 3px 3px 0 5px;
}

.mejs-controls .mejs-captions-button .mejs-captions-selector ul li label {
	width: 100px;
	float: left;
	padding: 4px 0 0 0;
	line-height: 15px;
	font-family: helvetica, arial;
	font-size: 10px;
}

.mejs-controls .mejs-captions-button .mejs-captions-translations {
	font-size: 10px;
	margin: 0 0 5px 0;
}

.mejs-chapters {
	position: absolute;
	top: 0;
	left: 0;
	-xborder-right: solid 1px #fff;
	width: 10000px;
	z-index: 1;
}

.mejs-chapters .mejs-chapter {
	position: absolute;
	float: left;
	background: #222;
	background: rgba(0, 0, 0, 0.7);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(50,50,50,0.7)), to(rgba(0,0,0,0.7)));
	background: -webkit-linear-gradient(top, rgba(50,50,50,0.7), rgba(0,0,0,0.7));
	background: -moz-linear-gradient(top, rgba(50,50,50,0.7), rgba(0,0,0,0.7));
	background: -o-linear-gradient(top, rgba(50,50,50,0.7), rgba(0,0,0,0.7));
	background: -ms-linear-gradient(top, rgba(50,50,50,0.7), rgba(0,0,0,0.7));
	background: linear-gradient(rgba(50,50,50,0.7), rgba(0,0,0,0.7)); 
	filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, startColorstr=#323232,endColorstr=#000000);		
	overflow: hidden;
	border: 0;
}

.mejs-chapters .mejs-chapter .mejs-chapter-block {
	font-size: 11px;
	color: #fff;
	padding: 5px;
	display: block;
	border-right: solid 1px #333;
	border-bottom: solid 1px #333;
	cursor: pointer;
}

.mejs-chapters .mejs-chapter .mejs-chapter-block-last {
	border-right: none;
}

.mejs-chapters .mejs-chapter .mejs-chapter-block:hover {
	background: #666;
	background: rgba(102,102,102, 0.7);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(102,102,102,0.7)), to(rgba(50,50,50,0.6)));
	background: -webkit-linear-gradient(top, rgba(102,102,102,0.7), rgba(50,50,50,0.6));
	background: -moz-linear-gradient(top, rgba(102,102,102,0.7), rgba(50,50,50,0.6));
	background: -o-linear-gradient(top, rgba(102,102,102,0.7), rgba(50,50,50,0.6));
	background: -ms-linear-gradient(top, rgba(102,102,102,0.7), rgba(50,50,50,0.6));
	background: linear-gradient(rgba(102,102,102,0.7), rgba(50,50,50,0.6));
	filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, startColorstr=#666666,endColorstr=#323232);		
}

.mejs-chapters .mejs-chapter .mejs-chapter-block .ch-title {
	font-size: 12px;
	font-weight: bold;
	display: block;
	white-space: nowrap;
	text-overflow: ellipsis;
	margin: 0 0 3px 0;
	line-height: 12px;
}

.mejs-chapters .mejs-chapter .mejs-chapter-block .ch-timespan {
	font-size: 12px;
	line-height: 12px;
	margin: 3px 0 4px 0;
	display: block;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.mejs-captions-layer {
	position: absolute;
	bottom: 0;
	left: 0;
	text-align:center;
	line-height: 22px;
	font-size: 12px;
	color: #fff;
}

.mejs-captions-layer  a {
	color: #fff;
	text-decoration: underline;
}

.mejs-captions-layer[lang=ar] {
	font-size: 20px;
	font-weight: normal;
}

.mejs-captions-position {
	position: absolute;
	width: 100%;
	bottom: 15px;
	left: 0;
}

.mejs-captions-position-hover {
	bottom: 45px;
}

.mejs-captions-text {
	padding: 3px 5px;
	background: url(//d2n4yiee7lv24r.cloudfront.net/synchtank/javascript/mediaelement/background.png);
	background: rgba(20, 20, 20, 0.8);

}
/* End: Track (Captions and Chapters) */

/* Start: Error */
.me-cannotplay {
}

.me-cannotplay a {
	color: #fff;
	font-weight: bold;
}

.me-cannotplay span {
	padding: 15px;
	display: block;
}
/* End: Error */


/* Start: Loop */
.mejs-controls .mejs-loop-off button {
	background-position: -64px -16px;
}

.mejs-controls .mejs-loop-on button {
	background-position: -64px 0;
}

/* End: Loop */

/* Start: backlight */
.mejs-controls .mejs-backlight-off button {
	background-position: -80px -16px;
}

.mejs-controls .mejs-backlight-on button {
	background-position: -80px 0;
}
/* End: backlight */

/* Start: Picture Controls */
.mejs-controls .mejs-picturecontrols-button {
	background-position: -96px 0;
}
/* End: Picture Controls */


/* context menu */
.mejs-contextmenu {
	position: absolute;
	width: 150px;
	padding: 10px;
	border-radius: 4px;
	top: 0;
	left: 0;
	background: #fff;
	border: solid 1px #999;
	z-index: 1001; /* make sure it shows on fullscreen */
}
.mejs-contextmenu .mejs-contextmenu-separator {
	height: 1px;
	font-size: 0;
	margin: 5px 6px;
	background: #333;	
}

.mejs-contextmenu .mejs-contextmenu-item {
	font-family: Helvetica, Arial;
	font-size: 12px;
	padding: 4px 6px;
	cursor: pointer;
	color: #333;	
}
.mejs-contextmenu .mejs-contextmenu-item:hover {
	background: #2C7C91;
	color: #fff;
}

/* Start: Source Chooser */
.mejs-controls .mejs-sourcechooser-button {
	position: relative;
}

.mejs-controls .mejs-sourcechooser-button button {
	background-position: -128px 0;
}

.mejs-controls .mejs-sourcechooser-button .mejs-sourcechooser-selector {
	visibility: hidden;
	position: absolute;
	bottom: 26px;
	right: -10px;
	width: 130px;
	height: 100px;
	background: url(//d2n4yiee7lv24r.cloudfront.net/synchtank/javascript/mediaelement/background.png);
	background: rgba(50,50,50,0.7);
	border: solid 1px transparent;
	padding: 10px;
	overflow: hidden;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}

.mejs-controls .mejs-sourcechooser-button .mejs-sourcechooser-selector ul {
	margin: 0;
	padding: 0;
	display: block;
	list-style-type: none !important;
	overflow: hidden;
}

.mejs-controls .mejs-sourcechooser-button .mejs-sourcechooser-selector ul li {
	margin: 0 0 6px 0;
	padding: 0;
	list-style-type: none !important;
	display: block;
	color: #fff;
	overflow: hidden;
}

.mejs-controls .mejs-sourcechooser-button .mejs-sourcechooser-selector ul li input {
	clear: both;
	float: left;
	margin: 3px 3px 0 5px;
}

.mejs-controls .mejs-sourcechooser-button .mejs-sourcechooser-selector ul li label {
	width: 100px;
	float: left;
	padding: 4px 0 0 0;
	line-height: 15px;
	font-family: helvetica, arial;
	font-size: 10px;
}
/* End: Source Chooser */

/* Start: Postroll */
.mejs-postroll-layer {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(//d2n4yiee7lv24r.cloudfront.net/synchtank/javascript/mediaelement/background.png);
	background: rgba(50,50,50,0.7);
	z-index: 1000;
	overflow: hidden;
}
.mejs-postroll-layer-content {
	width: 100%;
	height: 100%;
}
.mejs-postroll-close {
	position: absolute;
	right: 0;
	top: 0;
	background: url(//d2n4yiee7lv24r.cloudfront.net/synchtank/javascript/mediaelement/background.png);
	background: rgba(50,50,50,0.7);
	color: #fff;
	padding: 4px;
	z-index: 100;
	cursor: pointer;
}
/* End: Postroll */

/* end /st_shared_application/synchtank/javascript/mediaelement/mediaelementplayer.css */

/* start /st_shared_application/synchtank/css/jquery.tinyscrollbar.css */
.tinyscrollbar { width: auto; margin: 20px 0 10px; }
.tinyscrollbar .viewport { width: auto; height: 125px; overflow: hidden; position: relative; }
.tinyscrollbar .overview { list-style: none; width: auto; padding: 0 0 0 10px; margin: 0; position: absolute; left: 0; top: 0; }
.tinyscrollbar .overview img{ float: left; }
.tinyscrollbar .scrollbar{ background: transparent url(//d2n4yiee7lv24r.cloudfront.net/synchtank/images/tinyscrollbar/bg-scrollbar-track-x-long.png) no-repeat 0 0; position: relative; margin: 0 0 5px; clear: both; height: 15px; }
.tinyscrollbar .track { background: transparent url(//d2n4yiee7lv24r.cloudfront.net/synchtank/images/tinyscrollbar/bg-scrollbar-trackend-x.png) no-repeat 100% 0; width: 100%; height:15px; position: relative; }
.tinyscrollbar .thumb { background: transparent url(//d2n4yiee7lv24r.cloudfront.net/synchtank/images/tinyscrollbar/bg-scrollbar-thumb-x-long.png) no-repeat 100% 50%; height: 25px; cursor: pointer; overflow: hidden; position: absolute; left: 0; top: -5px; }
.tinyscrollbar .thumb .end{ background: transparent url(//d2n4yiee7lv24r.cloudfront.net/synchtank/images/tinyscrollbar/bg-scrollbar-thumb-x-long.png) no-repeat 0 50%; overflow: hidden; height: 25px; width: 5px;}
.tinyscrollbar .disable { display: none; }
.noSelect { user-select: none; -o-user-select: none; -moz-user-select: none; -khtml-user-select: none; -webkit-user-select: none; }
.scroll-content-item {width:180px;height:158px;float:left;margin-right:10px;}
/* end /st_shared_application/synchtank/css/jquery.tinyscrollbar.css */

/* start /st_shared_application/synchtank/css/st-user.css */
#stUserSlug
{
	height:35px;
}

#stUserContainer
{
	width:100%;
	height:40px;
	position:fixed;
	top:0;
	left:0;
	z-index:12;
	overflow:hidden;
	
	font-family: Helvetica, Arial, "Lucida Grande", sans-serif; 
	-webkit-font-smoothing: antialiased;
	font-weight:400;
	
	min-width: 1020px; /* adds padding for iOS */
}

#stUserWrapper
{
	width:1000px;
	height:40px;
	margin-left:auto;
	margin-right:auto;
}

#stUser
{
	float:left;
	clear:none;
	width:780px;
	overflow:hidden;
	color:#fff;
	line-height:40px;
}

#stUser a
{
	display:block;
	background-color:#262626;
	color:#fff;
	line-height:12px;
	height:12px;
	padding:4px;
	margin-top:10px;
	
	border:0;
	
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

#stUser a:visited
{
	color:#fff;
}

/* only show hover on desktop */
@media screen and (min-width:1025px)
{
	#stUser a:hover
	{
		color:#fff;
		background-color:#FF0087;
		
		-webkit-transition: all 0.1s ease-out;
		-moz-transition: all 0.1s ease-out;
		-ms-transition: all 0.1s ease-out;
		-o-transition: all 0.1s ease-out;
		transition: all 0.1s ease-out;
	}
}
#stUser li
{
	float:left;
}

#stUser li + li
{
	margin-left:6px;
}

#stUserName
{
	width:125px;
	overflow:hidden;
	white-space:nowrap;
	text-overflow: ellipsis;
}
/* end /st_shared_application/synchtank/css/st-user.css */

/* start /st_shared_application/synchtank/css/st-music-player.css */
#stMusicPlayerSlug
{
	zoom:1;
	width:100%;
	height:63px;
}

#stMusicPlayerContainer {
	width:100%;
	height:62px;
	background-color:#333333;
	color:#FFF;
	position:fixed;
	top:0px;
	left:0;
	z-index:11;
	border-bottom:1px solid black;
	overflow:hidden;
	
	font-family: Helvetica, Arial, "Lucida Grande", sans-serif; 
	-webkit-font-smoothing: antialiased;
	
	padding-top:35px;
	
	min-width: 1020px; /* adds padding for iOS */
}

#stMusicPlayerWrapper
{
	width:1000px;
	height:52px;
	margin-left:auto;
	margin-right:auto;
	margin-top:5px;
	margin-bottom:5px;
}

#stMusicPlayerImageWrapper
{
	float:left;
	width: 50px;
	height: 50px;
	border:1px solid #3d3d3d;
	overflow:hidden;
	margin-right:5px;
}

/* only show hover on desktop */
@media (min-width:1025px)
{
	#stMusicPlayerImageWrapper:hover
	{
		-moz-box-shadow: 0 0 5px rgba(255,255,255,0.6);
		-webkit-box-shadow: 0 0 5px rgba(255,255,255,0.6);
		box-shadow: 0 0 5px rgba(255,255,255,0.6);
		-webkit-transition: all 0.1s ease-out;
		-moz-transition: all 0.1s ease-out;
		-ms-transition: all 0.1s ease-out;
		-o-transition: all 0.1s ease-out;
		transition: all 0.1s ease-out;
	}
}

#stMusicPlayerImage
{
    vertical-align: middle;
    max-height: 50px;
    max-width: 50px;
    cursor:pointer;
}

#stMusicPlayerControlsWrapper
{
	background-color:#262626;
	float:left;
	clear:none;
	width:111px;
	height:50px;
	overflow:hidden;
	
	padding-left:10px;
	padding-right:10px;
	
	border-left: 1px #262626 solid;
	border-top: 1px #262626 solid;
	border-bottom: 1px #434343 solid;
	
	-webkit-border-top-left-radius: 5px;
	-moz-border-top-left-radius: 5px;
	border-top-left-radius: 5px;
	
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-bottom-left-radius: 5px;
	border-bottom-left-radius: 5px;
}

#stMusicPlayerControls
{
	width:200px;
}

#stMusicPlayerControls li
{
	float:left;
	margin-right:5px;
}

#stMusicPlayerControls a
{
	width:22px;
	height:22px;
	line-height:22px;
	margin-top:14px;
	color:#fff;
	background-color: #3d3d3d;
	font-family: FontAwesome;
	font-weight: normal;
	font-style: normal;
	font-size:12px;
	border: 1px solid #3d3d3d;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	text-decoration: none;
	text-align: center;
	-webkit-user-select: none; /* Chrome/Safari */        
	-moz-user-select: none; /* Firefox */
	-ms-user-select: none; /* IE10+ */
	-o-user-select: none;
	user-select: none;
}

#stMusicPlayerControls a:visited
{
	color:#fff;
	text-decoration: none;
}

/* only show hover on desktop */
@media screen and (min-width:1025px)
{
	/* hover on ios does not work */
	#stMusicPlayerControls a:hover
	{
		color:#fff;
		background-color: #FF0087;
		border: 1px solid #FF0087;
		-webkit-transition: all 0.1s ease-out;
		-moz-transition: all 0.1s ease-out;
		-ms-transition: all 0.1s ease-out;
		-o-transition: all 0.1s ease-out;
		transition: all 0.1s ease-out;
	}
}

/* mobile css */
@media screen and (max-width:992px)
{
	#stMusicPlayerControls a
	{
		width:41px;
		height:41px;
		line-height:41px;
		margin-top:3px;
		font-size:24px;
	}
	
	#stMusicPlayerImageWrapper, #stMusicPlayerImage, #stMusicPlayerVolumeContainer
	{
		display:none;
	}
	
	#stMusicPlayerControlsWrapper
	{
		width:195px;
		padding-left:5px;
	}
}

#stMusicPlayerPauseWrapper
{
	display:none;
}

#stMusicPlayerArtistTitleWrapper
{
	background-color:#262626;
	width:269px;
	height:50px;
	float:left;
	overflow:hidden;
	text-overflow: ellipsis;
	font-size:12px;
	line-height:16px;
	color:#fff;
	
	border-top: 1px #262626 solid;
	border-bottom: 1px #434343 solid;
}

#stMusicPlayerTitle
{
	margin-top:9px;
	height:16px;
	font-weight:600;
	white-space:nowrap;
	overflow:hidden;
	text-overflow: ellipsis;
}

#stMusicPlayerArtist
{
	height:16px;
	font-weight:100;
	white-space:nowrap;
	overflow:hidden;
	text-overflow: ellipsis;
}

#stMusicPlayerMessagesTimeWrapper
{
	background-color:#262626;
	width:65px;
	height:50px;
	float:left;
	clear:none;
	font-size:10px;
	color:#d4d4d4;
	font-weight:100;
	line-height:12px;
	
	border-top: 1px #262626 solid;
	border-bottom: 1px #434343 solid;
}

#stMusicPlayerMessages
{
	width:65px;
	height:12px;
	margin-top:13px;
	text-align:right;
	line-height:12px;
	white-space:nowrap;
	overflow:visible;
}

#stMusicPlayerTimeWrapper
{
	width:65px;
	overflow:hidden;
	float:right;
	text-align:right;
	display:none;
	line-height:12px;
}


#stMusicPlayerCurrentTime
{
	float:left;
	width:30px;
	text-align:left;
}

#stMusicPlayerTotalTime
{
	float:left;
	width:30px;
	text-align:right;
}

#stMusicPlayerTimeDelim
{
	float:left;
	width:5px;
	text-align:center;
}



#stMusicPlayerVolumeContainer
{
	width:12px;
	height:50px;
	float:left;
	clear:none;
	overflow:hidden;
	background-color:#262626;
	cursor:pointer;
	
	padding-left:10px;
	
	border-top: 1px #262626 solid;
	border-bottom: 1px #434343 solid;
}

#stMusicPlayerVolumeWrapper
{
	display:none;
	width:12px;
	height:30px;
	background-color:#FFF;
	margin-top:10px;
	overflow:hidden;
}

.stMusicPlayerVolumeBar
{
	float:left;
	clear:both;
	width:12px;
	height:1px;
	background-color:#262626;
}

.stMusicPlayerVolumeBar + .stMusicPlayerVolumeBar
{
	margin-top:2px;
}

#stMusicPlayerVolumeBackground
{
	width:12px;
	height:0px;
	overflow:visible;
	
	
	float:left;
	clear:both;
}

#stMusicPlayerVolumeBackground div
{
	width:12px;
	height:30px;
	background-color:#FF0087;
}








#stMusicPlayerWaveformScrubberWrapper
{
	float:left;
	clear:none;
	background-color:#262626;
	width:380px;
	height:50px;
	
	border-top: 1px #262626 solid;
	border-bottom: 1px #434343 solid;
}

#stMusicPlayerScrubberWrapper
{
	zoom:1;
	margin-top:5px;
	width:380px;
	height:40px;
	float:left;
	clear:none;
	
	overflow:hidden;
}

#stMusicPlayerScrubberBackground
{
	zoom:1;
	height:38px;
	width:379px;
	/* solves odd browser overap issues, especially IE */
	margin:1px 1px 1px 0; 
	background-color:#a4a4a4;
	display:none;
}

#stMusicPlayerScrubberLoadingBar
{
	zoom:1;
	width:0px;
	height:38px;
	/* solves odd browser overap issues, especially IE */
	margin:0px 1px 1px 0;
	background-color:#d4d4d4;
	float:left;
	clear:none;
	cursor:pointer;
}

#stMusicPlayerScrubberPlayingBar
{
	zoom:1;
	width:0px;
	height:38px;
	/* solves odd browser overap issues, especially IE */
	margin:0px 1px 1px 0;
	background-color:#FF0087;
	position:relative;
	top:0;
	left:0;
}

#stMusicPlayerWaveformWrapper
{
	width:380px;
	height:40px;
	position:relative;
	top:0;
	left:0;
	overflow:visible;
}

#stMusicPlayerWaveform
{
	float:left;
	clear:both;
	margin-top:-40px;
	width:380px;
	height:40px;
	overflow:visible;
}

#stMusicPlayerWaveform svg
{
	width:380px;
	height:40px;
	shape-rendering:crispEdges;
	overflow:hidden;
	cursor:pointer;
}

#waveformMasked
{
	fill:#262626;
}

#stMusicPlayerWaveform svg defs rect
{
	/* white is full opacity for our mask */
	fill:#FFF;
	width:380px;
	height:40px;
}

#stMusicPlayerWaveform svg line
{
	/* black is no opacity for our mask */
	stroke:#000;
	stroke-width:1px;
	stroke-linecap:butt;
}

#stMusicPlayerMenuContainer
{
	float:left;
	clear:none;
	background-color:#262626;
	width:20px;
	height:50px;
	cursor:pointer;
	
	border-top: 1px #262626 solid;
	border-bottom: 1px #434343 solid;
	
	padding-right:10px;
	
	border-right: 1px #262626 solid;
	border-top: 1px #262626 solid;
	border-bottom: 1px #434343 solid;
	
	-webkit-border-top-right-radius: 5px;
	-moz-border-top-right-radius: 5px;
	border-top-right-radius: 5px;
	
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-bottom-right-radius: 5px;
	border-bottom-right-radius: 5px;
}

#stMusicPlayerMenuWrapper
{
	width:20px;
	height:12px;
	margin-top:19px;
}

#stMusicPlayerMenuWrapper div
{
	width:2px;
	height:2px;
	background-color:#262626;
	
	border-left:2px solid #666;
	border-right:16px solid #666;
	
	float:left;
	clear:both;
}

#stMusicPlayerMenuPlaylistCountContainer
{
	float:right;
	margin-top:-4px;
	margin-right:-8px;
	overflow:visible;
	opacity:0.7;
	width:20px;
	text-align:center;
	
	-webkit-user-select: none; /* Chrome/Safari */        
	-moz-user-select: none; /* Firefox */
	-ms-user-select: none; /* IE10+ */
	-o-user-select: none;
	user-select: none;
}

#stMusicPlayerMenuPlaylistCountWrapper
{
	display: inline-block;
	height:auto;
	background-color:#838383;
	padding-left:2px;
	padding-right:2px;
	padding-top:0px;
	padding-bottom:0px;

	border: 0;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	
	line-height:normal;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	text-align:center;
	color:#fff;
	font-weight:900;
	
	-webkit-user-select: none; /* Chrome/Safari */        
	-moz-user-select: none; /* Firefox */
	-ms-user-select: none; /* IE10+ */
	-o-user-select: none;
	user-select: none;
}

/* only show hover on desktop */
@media (min-width:1025px)
{
	.stMusicPlayerMenuContainerHovered #stMusicPlayerMenuWrapper div
	{
		border-color:#FF0087 !important;
	}
	
	.stMusicPlayerMenuContainerHovered #stMusicPlayerMenuPlaylistCountContainer
	{
		opacity:1;
	}
}

#stMusicPlayerMenuWrapper div + div
{
	margin-top:3px;
}

.stMusicPlayerSeparator
{
	display:none;
	float:left;
	clear:none;
	background-color:#262626;
	width:2px;
	height:50px;
	
	padding-right:10px;
	padding-left:10px;
	
	border-top: 1px #262626 solid;
	border-bottom: 1px #434343 solid;
}

.stMusicPlayerSeparator div
{
	float:left;
	clear:none;
	width:1px;
	height:40px;
	margin-top:5px;
	background-color:#333;
}

.stMusicPlayerSeparator div + div
{
	background-color:#000;
}

#stMusicPlayerVolumeContainer + .stMusicPlayerSeparator, #stMusicPlayerWaveformScrubberWrapper + .stMusicPlayerSeparator
{
	display:block;
}
/* end /st_shared_application/synchtank/css/st-music-player.css */

/* start /st_shared_application/synchtank/css/st-playlist.css */
#stPlaylistSlug
{
	zoom:1;
	width:100%;
	height:0px;
}

#stPlaylistContainer
{
	position:fixed;
	top:97px;
	left:0;
	width:100%;
	height:24px;
	z-index:10;
	
	background-color:#282828;
	color:#FFF;
	font-size:12px;
	
	border-bottom:1px solid black;
	-moz-box-shadow: 0 0 10px 1px #000;
	-webkit-box-shadow: 0 0 10px 1px #000;
	box-shadow: 0 0 10px 1px #000;
	overflow:hidden;
	
	font-family: Helvetica, Arial, "Lucida Grande", sans-serif; 
	-webkit-font-smoothing: antialiased;

	min-width: 1020px; /* adds padding for iOS */
}

#stPlaylistContainer a
{
	color:#fff;
}

#stPlaylistContainer a:visited
{
	color:#fff;
}

#stPlaylistContainer a:hover
{
	color:#ccc;
}

#stPlaylistWrapper
{
	width:1000px;
	overflow: hidden;
	margin-left:auto;
	margin-right:auto;
}

#stPlaylistSelectorContainer
{
	display:none;
	width:160px;
	float:left;
	overflow:hidden;
}

#stPlaylistItemsContainer
{
	position: relative;
	float:right;
	overflow-y:hidden;
	overflow-x:hidden;
	margin:0;
	padding:0;
}

#stPlaylistItemsWrapper
{
	width:1000px;
}

#stPlaylistItemsHeading
{
	width:1000px;
	height:24px;
	font-weight:600;
	/* joel wanted the first row text bumped down a pixel */
	line-height:16px;
}

#stPlaylistItemsHeading div, #stPlaylistItems li div
{
	float:left;
	clear:none;
	height:14px;
	padding:5px;
	overflow:hidden;
	white-space:nowrap;
	text-overflow: ellipsis;
}

#stPlaylistItems
{
	width:1000px;
	overflow-x: hidden;
	overflow-y: auto;
}

#stPlaylistItems .loadingBar
{
	width:1000px;
}

#stPlaylistItems li
{
	display:inline-block;
	width:1000px;
	height:24px;
}







a.stPlaylistClose
{
	width:13px;
	height:13px;
	color:#c9c9c9;
	font-family: arial, sans-serif;
	font-weight: 600;
	font-style: normal;
	font-size:12px;
	line-height:14px;
	display: inline-block;
	text-decoration: none;
	text-align: center;

	background-color:#6f6f6f;
	border: 1px solid #6f6f6f;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	
	-webkit-user-select: none; /* Chrome/Safari */        
	-moz-user-select: none; /* Firefox */
	-ms-user-select: none; /* IE10+ */

	/* Rules below not implemented in browsers yet */
	-o-user-select: none;
	user-select: none;
}

















a.stPlaylistClose:visited
{
	color:#c9c9c9;
	text-decoration: none;
}

a.stPlaylistClose:hover
{
	color:#c9c9c9;
	background-color: #FF0087;
	border: 1px solid #FF0087;
	-webkit-transition: all 0.1s ease-out;
	-moz-transition: all 0.1s ease-out;
	-ms-transition: all 0.1s ease-out;
	-o-transition: all 0.1s ease-out;
	transition: all 0.1s ease-out;
}







#stPlaylistItems
{
	-moz-user-select: none;
   -khtml-user-select: none;
   -webkit-user-select: none;
   -ms-user-select: none;
   user-select: none;
}

.stPlaylistSortableHandle
{
   cursor: move;
}

.stPlaylistItemsAlt
{
	background-color:#343434;
}

@media screen and (min-width:1025px)
{
	#stPlaylistItems li:hover
	{
		background-color:#1b1b1b;
	}
}














.stPlaylistColsTitle
{
	width:280px;
}

.stPlaylistColsArtist
{
	width:240px;
}

.stPlaylistColsGenre
{
	width:200px;
}

.stPlaylistColsLength
{
	width:60px;
}

.stPlaylistColsActions
{
	width:170px;
	/* cursor:default; */
}

.stPlaylistEmpty
{
	width:100%;
	text-align:center;
	font-weight:normal;
	display:none;
}

#stPlaylistItemsHeading .stPlaylistColsActions a
{
	font-weight:100;
	color:#878787;
	margin-left:5px;
}

#stPlaylistItemsHeading .stPlaylistColsActions a:visited
{
	color:#878787;
}

/* only show hover on desktop */
@media screen and (min-width:1025px)
{
	#stPlaylistItemsHeading .stPlaylistColsActions a:hover
	{
		color:#fff;
	}
}

#stPlaylistItemsHeading .stPlaylistColsActions a:before
{
	content: " [ ";
}

#stPlaylistItemsHeading .stPlaylistColsActions a:after
{
	content: " ] ";
}

#stPlaylistItems a.stPlaylistColsActionTextLink + a.stPlaylistColsActionTextLink
{
	border-left:1px solid #878787;
	margin-left:6px;
	padding-left:5px;
}

#stPlaylistItems a.stPlaylistColsActionTextLink + a.stPlaylistColsActionIconLink
{
	margin-left:5px;
}

.stPlaylistCurrentTrackInPlayer
{
	background-color:#4c4c4c;
}

#stPlaylistItemsScrollUp
{
	position: absolute;
	top: 24px;
	right: 0px;
	display: none;
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	background: rgba(255,255,255,0.3);
	border-radius: 50%;
}

#stPlaylistItemsScrollDown
{
	display: none;
	position: absolute;
	bottom: 0px;
	right: 0px;
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;	
	background: rgba(255,255,255,0.3);
	border-radius: 50%;
}

div.stPlaylistColsActions a#stPlaylistToggle
{
    font-family: FontAwesome;
    font-size: 12px;
    position: absolute;
    top: 5px;
    right: 10px;
    display: block;
    float: right;
    background-color: #000;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    padding: 0px 3px !important;  
    width: 11px !important;
    margin-left: 0px !important;
    color:#FFF;
}

div.stPlaylistColsActions a#stPlaylistToggle:before
{
    content: "";  
}

div.stPlaylistColsActions a#stPlaylistToggle.stPlaylistExpanded:after
{
    content: "\f066";
}

div.stPlaylistColsActions a#stPlaylistToggle.stPlaylistCollapsed:after
{
    content: "\f065";
}

/* end /st_shared_application/synchtank/css/st-playlist.css */

/* start /st_shared_application/synchtank/css/st-quick-search.css */
#stQuickSearchContainer
{
	float:left;
	clear:none;
	width:220px;
	height:20px;
	margin-top:10px;
	color:#FFF;
	overflow:hidden;
}

#stQuickSearchContainer a
{
	display:block;
	width:20px;
	height:20px;
	color:#666;
}

#stQuickSearchContainer a:visited
{
	color:#666;
}

/* only show hover on desktop */
@media screen and (min-width:1025px)
{
	/* hover on ios does not work */
	#stQuickSearchContainer a:hover
	{
		color:#FF0087;
	}
}

#stQuickSearchWrapper
{
	width:220px;
	height:20px;
	
	background-color:#262626;
	border:0;
	
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

#stQuickSearch
{
	float:left;
	clear:none;
	width:180px;
	height:20px;
	margin:0;
	padding:0;
	overflow:hidden;
}

#stQuickSearch form
{
	width:180px;
	height:20px;
	overflow:hidden;
	margin:0;
	padding:0;
	border:0;
}

#stQuickSearch input
{
	width:180px;
	height:12px;
	padding-top:4px;
	padding-bottom:4px;
	padding-left:0;
	padding-right:0;
	line-height:12px;
	font-size:11px;
	border: 0;
	color: #666;
	background-color: transparent;
	overflow:hidden;
	font-family: Helvetica, Arial, "Lucida Grande", sans-serif; 
}

#stQuickSearchSubmit
{
	float:left;
	clear:none;
	text-align: center;
	width:20px;
	height:20px;
	margin:0;
	padding:0;
	
	-webkit-user-select: none; /* Chrome/Safari */        
	-moz-user-select: none; /* Firefox */
	-ms-user-select: none; /* IE10+ */

	/* Rules below not implemented in browsers yet */
	-o-user-select: none;
	user-select: none;
}

#stQuickSearchSubmit a
{
	font-size:10px;
	line-height:20px;
	color:#666;
	font-family: FontAwesome;
	font-weight: 100;
	font-style: normal;
	text-decoration: none;
}

#stQuickSearchCancel
{
	float:left;
	clear:none;
	text-align: center;
	width:20px;
	height:20px;
	margin:0;
	padding:0;
	
	-webkit-user-select: none; /* Chrome/Safari */        
	-moz-user-select: none; /* Firefox */
	-ms-user-select: none; /* IE10+ */

	/* Rules below not implemented in browsers yet */
	-o-user-select: none;
	user-select: none;
}

#stQuickSearchCancel a
{
	color:#666;
	font-family: arial, sans-serif;
	font-weight: 600;
	font-style: normal;
	font-size:13px;
	line-height:20px;
	text-decoration: none;
}






/* WebKit */
#stQuickSearch input::-webkit-input-placeholder
{
    color: #666;
}

/* Mozilla Firefox 4 to 18 */
#stQuickSearch input:-moz-placeholder
{
    color: #666;
}

/* Mozilla Firefox 19+ */
#stQuickSearch input::-moz-placeholder
{
    color: #666;
}

/* IE 10+ */
#stQuickSearch input:-ms-input-placeholder
{
    color: #666;
}

/*

cool fade effect for all placeholders on focus

be sure to cover webkit, old style moz, new style moz, and ie 10

*/

/* WebKit */
#stQuickSearch input[type="text"]:focus::-webkit-input-placeholder
{
	-webkit-transition-property:opacity;
	-webkit-transition-duration:0.3s;
	-webkit-transition-timing-function:ease;
	-webkit-transition-delay:0s;
	opacity: 0;
}

/*

Mozilla Firefox 4 to 18

does not work, the entire input element gets the opacity of zero

input[type="text"]:focus:-moz-placeholder
{
	-moz-transition-property:opacity;
	-moz-transition-duration:0.3s;
	-moz-transition-timing-function:ease;
	-moz-transition-delay:0s;
	opacity: 0;
}

 */

/*

Mozilla Firefox 19+

transition does not work... not sure why.

*/
#stQuickSearch input[type="text"]:focus::-moz-placeholder
{
	-moz-transition-property:opacity;
	-moz-transition-duration:0.3s;
	-moz-transition-timing-function:ease;
	-moz-transition-delay:0s;
	opacity: 0;
}

/* IE 10+ */
#stQuickSearch input[type="text"]:focus:-ms-input-placeholder
{
	transition-property:opacity;
	transition-duration:0.3s;
	transition-timing-function:ease;
	transition-delay:0s;
	opacity: 0;
}

/* end /st_shared_application/synchtank/css/st-quick-search.css */

/* start /st_shared_application/synchtank/css/frontendautocomplete.css */
.frontendAutoCompleteTTMenu {
  position:fixed !important;
  top:19px !important;
  left:50% !important;
  margin-left:299px !important;
  z-index:99;
  width: 250px;
  margin: 12px 0;
  padding-top: 0;
  padding-bottom:6px;
  padding-left:0;
  padding-right:0;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 5px 10px rgba(0,0,0,.2);
     -moz-box-shadow: 0 5px 10px rgba(0,0,0,.2);
          box-shadow: 0 5px 10px rgba(0,0,0,.2);
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.frontendAutoCompleteTTMenu .tt-suggestion {
  padding: 3px 20px;
  line-height: 14px;
}

.frontendAutoCompleteTTMenu .tt-suggestion:hover {
  cursor: pointer;
  color: #fff;
  background-color: #0168b3;
}

.frontendAutoCompleteTTMenu .tt-heading {
	margin-left:8px;
	font-size:12px;
	color:#333;
	font-weight:900;
}

.frontendAutoCompleteTTMenu .tt-dataset {
	margin-top:6px;
}

.frontendAutoCompleteTTMenu .tt-dataset:empty {
   display: none;
}

.frontendAutoCompleteTTMenu .tt-suggestion.tt-cursor {
  color: #fff;
  background-color: #0168b3;

}

.frontendAutoCompleteTTMenu .tt-suggestion p {
  margin: 0;
}

.frontendAutoCompleteTTMenu .gist {
  font-size: 14px;
}

/* adjust the spinner so it's not against the border */
.typeaheadWrapper .ui-autocomplete-loading { background-position-x: calc(100% - 5px); }
/* end /st_shared_application/synchtank/css/frontendautocomplete.css */

/* start /st_shared_application/synchtank/css/synchtank-global/style.css */
body
{
	/*
	
	this creates some padding for iOS
	
	*/
	
	min-width: 1020px;
}

@font-face {
	font-family: 'FontAwesome';
	src: url('//s3.amazonaws.com/synchtank-static/synchtank/fonts/fontawesome-webfont.eot?v=4.5.0');
	src: url('//s3.amazonaws.com/synchtank-static/synchtank/fonts/fontawesome-webfont.eot?#iefix&v=4.5.0') format('embedded-opentype'),
	url('//s3.amazonaws.com/synchtank-static/synchtank/fonts/fontawesome-webfont.woff?v=4.5.0') format('woff'),
	url('//s3.amazonaws.com/synchtank-static/synchtank/fonts/fontawesome-webfont.ttf?v=4.5.0') format('truetype');
	font-weight: normal;
	font-style: normal;
}

form
{
	overflow: auto;
}

form ul
{
	width: 400px;
	overflow: auto;
	float: left;
	list-style: none;
}

form.selectableCMSItemsForm ul 
{
	width: auto;
	float: left;
}

#leftColumn form ul
{
	width: 200px !important;
}

form ul li
{
	display: block;
	overflow: hidden;
	clear: both;
	zoom: 1;
	
	position: relative;

	/* odd chrome issue, floated buttons need a min height in the parent, or they don't align vertically */
	min-height:22px;
}

form ul li + li
{
	margin-top: 5px;
}

form.selectableCMSItemsForm ul li + li 
{
	margin-top: 0;
}

form ul + ul
{
	margin-left: 180px;
}

form ul li label
{
	float: left;
	display: block;
	line-height: 24px;
	color: #666;
	overflow: hidden;
	
	/* allow wrapping in labels */
	width: 155px;
	padding-right:5px;
	height: auto;
}

#leftColumn form ul li label
{
	width: 85px !important;
}

form#EUVatCheckForm ul 
{
	width: 500px;	
}

form#EUVatCheckForm ul li 
{
	line-height: 20px;
}

form#EUVatCheckForm ul li label
{
	width: 180px;	
}

form ul li#euVatinfoRow,
form ul li#euVatinfoRow label
{
	font-size: 10px;
	line-height: 11px;
	min-height: 12px;
}

form#EUVatCheckForm ul li#euVatinfoRow
{
	font-size: 10px;
	line-height: 11px;
	position: relative;
	top: -12px;
	left: 0;
}

form#EUVatCheckForm ul li #vat-status-icon
{
	font-family: 'FontAwesome';
	margin-left: 3px;
	line-height: 24px;
}

form#EUVatCheckForm ul li.infoRow label 
{
	width: 100%;	
	line-height: 18px;
}

.ui-datepicker-trigger
{
	font-family: 'FontAwesome';
	position: absolute;
	right: 4px;
	top: 7px;
	border: none;
	background: none;
	padding: 0;
}

.colorPicker + .fa-icon
{
	font-family: 'FontAwesome';
	position: absolute;
	right: 4px;
	top: 7px;
	border: none;
	background: none;
	padding: 0;
}

#eu_vat_number 
{
	width: 90px;
}

#vat-data > ul 
{
	background: #f0f0f0;	
	padding: 5px;
}

form#EUVatCheckForm .checkBoxInputText 
{
	margin-top: 3px;
}

.infoRowContent, .checkboxBeforeLabelContent
{
	display:block;
	float:left;
	margin-top:5px;
	width:240px;
}

.infoRowContent img
{
	border: 1px solid #c1c1c1;
}

.labelOnly
{
	width: 388px !important;
	color: #333 !important;
	background-color: #d8d8d8;
	line-height: 14px !important;
	height: 12px !important;
	padding: 5px;
	border: 1px solid #d8d8d8;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.labelOnly a { 
    float:right;
}

.labelOnlyToggleHide, .labelOnlyToggleShow
{
	display:inline-block;
	float:right;
	font-size:10px;
	color:#666;
	text-transform:lowercase;
	-webkit-user-select: none; /* Chrome/Safari */        
	-moz-user-select: none; /* Firefox */
	-ms-user-select: none; /* IE10+ */
	-o-user-select: none;
	user-select: none;
}

form ul li .checkBoxInput
{
	float: left;
	margin: 5px;
	width: 14px;
	height: 14px;
}

form ul li .checkBoxInputText
{
	font-size: 10px;
	color: #666;
	display: block;
	margin-top: 6px;
}

form .selectAutocomplete
{
	float:left;
	clear:both;
	display:none;
}

form .selectAutocompleteList
{
	margin-left:160px;
	float:left;
	clear:both;
	width:240px;
	overflow:auto;
}

form .selectAutocompleteInstructions
{
	float:left;
	width:240px;
	line-height:24px;
	font-size:10px;
}

form ul li input.singleLine
{
	float: left;
	width: 228px;
	height: 14px;
	line-height:14px;
	color: #666;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 5px;
	padding-right: 5px;
	border: 1px solid #bebebe;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}


#leftColumn ul li input.singleLine
{
	width: 98px !important;
}

#leftColumn #emailListRequestFormsubscribe ul li select {
    width:200px;
}

#leftColumn #emailListRequestFormsubscribe ul li .asmListItem {
    width:198px;
    float:left;
    overflow:hidden;
}

#leftColumn #emailListRequestFormsubscribe ul li .asmListItemLabel {
    width:160px;
    float:left;
}

form ul li input.fileInput
{
	float: left;
	width: 148px;
	height: 16px;
	color: #666;
	padding-top: 6px;
	padding-bottom: 6px;
	padding-left: 5px;
	padding-right: 5px;
}

form ul li input.singleLineCaptcha
{
	width: 190px ! important;
}

#captchaCheck
{
	display: none;
}

#leftColumn form ul li input.singleLineCaptcha
{
	width: 60px !important;
}

.captcha
{
	float: left;
	cursor: pointer;
	margin-right: 10px;
}

form ul li textarea
{
	float: left;
	width: 228px;
	height: 90px;
	color: #666;
	padding-top: 6px;
	padding-bottom: 6px;
	padding-left: 5px;
	padding-right: 5px;
	font-family: arial;
	font-size: 12px;
	resize: none;
	border: 1px solid #bebebe;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

form ul li .inputNoEdit
{
	float: left;
	width: 148px;
	color: #666;
	line-height: 30px;
	overflow: hidden;
	font-style: italic;
	font-weight: bold;
	font-family: Courier New, monospace;
}

form ul li select
{
	float: left;
	width: 240px;
}

.datePickerInput
{
	float: right;
}

form ul li .button
{
	float: right;
}

form.selectableCMSItemsForm ul li .button
{
	float: left;
}

a.button, a.paginate_active, a.paginate_button
{
	font: normal normal normal 11px/14px 'Lucida Grande', sans-serif;
	background: url("//d2n4yiee7lv24r.cloudfront.net/synchtank/images/forms/button-background.gif") repeat-x center top;
	display: inline-block;
	color: #000 ! important;
	background-color: #ececec;
	padding-left: 8px;
	padding-right: 7px;
	text-decoration: none;
	font-size: 10px;
	line-height: 22px;
	height: 22px;
	text-align: center;
	text-shadow: #fff 1px 1px 0px;
	border: 1px solid #bebebe;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

a.button:visited, a.paginate_active:visited, a.paginate_button:visited
{
	color: #000;
}

a.button:hover, a.paginate_active:hover, a.paginate_button:hover, a.buttonHoverState
{
	background: url("//d2n4yiee7lv24r.cloudfront.net/synchtank/images/forms/button-background.gif") repeat-x center center;
	border-color: #999999;
	color: #000;
	background-color: #f6f6f6;
	transition : border-color 0.8s ease;
	-webkit-transition : border-color 0.8s ease;
	-moz-transition : border-color 0.8s ease;
	-o-transition : border-color 0.8s ease;
}

a.button:active, a.paginate_active:active, a.paginate_button:active, a.buttonActiveState
{
	background: url("//d2n4yiee7lv24r.cloudfront.net/synchtank/images/forms/button-background.gif") repeat-x center bottom;
	text-shadow: none;
	color: #FFF !important;
	border-color: #333 !important;
}

.serverMessage
{
	padding: 5px;
	border: 1px dotted #eee;
	background-color: white;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.formActions
{
	text-align:center;
	padding:5px;
	margin-bottom:5px;
	border: 1px solid #d8d8d8;
	background-color: #d8d8d8;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	overflow:auto;
	clear:both;
}

/*

kinda hacky, couldn't get top margin on the formActions at the bottom of the form otherwise

*/

.formActionsBottomShim
{
	float:left;
	width:100%;
	height:5px;
	clear:both;
}

.formActions .button + .button
{
	margin-left:5px;
}

.serverMessage + .formActions, .serverMessage + ul
{
	margin-top:5px;
}

form.sideColumnForm
{
	width: 200px;
}

form.sideColumnForm ul
{
	width: 200px !important;
}

form.sideColumnForm ul li select
{
	width: 200px !important;
}

form ul.scrollableCheckbox
{
	clear: both;
	margin-left: 0 !important;
	height: 348px;
}

.checkBoxInput + label
{
	width: 350px !important;
}

form ul li label.checkboxBeforeLabel
{
	/* reduced to accomodate the checkbox width */
	width: 130px !important;
}

.comments li
{
	clear: both;
	overflow: auto;
	background-color: #f3f3f3;
	padding: 5px;
	background-image: url("//d2n4yiee7lv24r.cloudfront.net/synchtank/images/comments-background.gif");
	background-repeat: repeat-x;
	background-position: center center;
	border: 1px solid #bebebe;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	zoom: 1;
}

.comments li + li
{
	margin-top: 5px;
}

.comments li.commentsFormListItem
{
	background: none;
	background-color: transparent;
	padding: 0;
	border: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
}

.comments span
{
	font-size: 10px;
	color: #666;
}

.comments p
{
	margin-top: 5px;
}

.commentsTextAreaWrap
{
	padding: 5px;
	overflow: hidden;
	height: 88px;
	border: 1px solid #bebebe;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.commentsTextAreaWrap textarea
{
	border: 0;
	color: #666;
	width: 100%;
	height: 86px;
	resize: none;
	font-family: arial;
	font-size: 12px;
}

.commentsSubmit
{
	padding-top: 5px;
	text-align: right;
}

.commentsFormServerMessage
{
	float: left;
	line-height: 24px;
}

.commentImage
{
	float: left;
	margin-right: 5px;
	border: 1px solid #333;
}

.commentControls
{
	float: right;
	width: 12px;
	height: 12px;
	visibility: hidden;
}

.showControls .commentControls
{
	visibility: visible;
}

html, body
{
	height: 100%;
}

body
{
	/* fixes annoying fancybox page shift */
	margin-right: auto !important
}

a
{
	cursor: pointer;
	color: #ef6530;
	text-decoration: none;
}

body
{
	font-family: arial;
	font-size: 12px;
}

body.frontEnd
{
	background-color: #fff;
}

a:visited
{
	color: #ef6530;
}

a:hover
{
	color: #960d14;
	
	transition : color 0.5s ease;
	-webkit-transition : color 0.5s ease;
	-moz-transition : color 0.5s ease;
	-o-transition : color 0.5s ease;
}

#internetExplorerEmptyDiv
{
	height: 0px;
	overflow: hidden;
}

.buttonRow
{
	text-align: left;
	margin-bottom: 10px;
}

.buttonRow .button + .button
{
	margin-left: 5px;
}

#header
{
	width: 1000px;
	height: 60px;
	overflow: hidden;
}

#headerLogo
{
	width: 400px;
	height: 60px;
}

#userArea
{
	width: 600px height;
	color: #666;
}

.horizontalNavList li
{
	display: inline;
}

.horizontalNavList li + li
{
	margin-left: 5px;
}

#userArea li
{
	display: inline;
}

#userArea li + li
{
	margin-left: 5px;
}

body.frontEnd .navigationTabs
{
	width: 1000px;
	height: 40px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 15px;
	background: url("//d2n4yiee7lv24r.cloudfront.net/F4v4/images/nav/background.gif") repeat-x;
	overflow: hidden;
	text-transform: uppercase;
}

.downloadFile
{
	height: 20px;
	line-height: 20px;
}

.downloadFileTypePDF
{
	display: inline-block;
	padding-left: 25px;
	background-image: url("//d2n4yiee7lv24r.cloudfront.net/synchtank/images/icons/pdf.png");
	background-repeat: no-repeat;
	background-position: 0px center;
}

.advancedSearchSelected
{
	background-color: #dadada !important;
	font-weight: bold !important;
}

body.frontEnd #columnWrapper
{
	clear: both;
	width: 1000px;
	overflow: auto;
	margin-left: auto;
	margin-right: auto;
}

body.frontEnd #mainContentWrapper
{
	float: left;
	width: 770px;
	overflow: auto;
}

body.noRightColumn #mainContentWrapper
{
	width:1000px;
}

body.frontEnd #mainContent
{
	width: 770px;
	overflow: hidden;
}

body.noRightColumn #mainContent
{
	width:1000px;
}

#leftColumn
{
	float: left;
	clear: both;
	width: 200px;
}

#leftColumn img
{
	max-width: 200px;
}

#leftColumn .itemPreviewText
{
	white-space: normal !important;
}

#midColumn
{
	float: right;
	width: 770px;
	_width: 560px !important;
}

body.noRightColumn #midColumn
{
	width:1000px;
}

#midColumn img
{
	max-width: 770px;
}

body.noRightColumn #midColumn img
{
	max-width:1000px;
}

#leftColumn + #midColumn
{
	width: 560px !important;
}

body.noRightColumn #leftColumn + #midColumn
{
	width: 790px !important;
}

body.noRightColumn #leftColumn + #midColumn img
{
	max-width: 790px;
}

#rightColumn
{
	float: right;
	width: 220px;
}

#auto_page_id_userdownloads .previewGridActions {
    max-width: 500px;
}

#basketDiv
{
    padding: 10px 0;
}

#basketFullDiv {
    margin-bottom:15px;
}

.basketRow {
    cursor: pointer;
    padding: 4px;
    margin-bottom: 2px;
    overflow: hidden;
    background-color: #EEE;
    color: #333;
    background: url("//d2n4yiee7lv24r.cloudfront.net/synchtank/images/playlist-background.gif");
    zoom: 1;
    border: 1px solid #BEBEBE;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    font-size:10px;
    line-height: 13px;
}

.basketTotal {
    font-weight:bold;
}

.basketTotal a {
    float:right;
}


#header #basketDiv {
    padding:0px;
    margin:0;
}

#header .basket_total_text {
    width:58px;
    margin:0 0 0 10px;
    float:left;
    font-size:12px;
}

#header #basket_contents a {
    color:#000;
}

#header .basket_total_text span {
    font-weight:bold;
    text-transform : uppercase;
}

#header .basket_image {
    width:32px;
    height:32px;
    float:left;
}

#header #basket_wrapper {
	float:right;
	width:110px;
	border:1px solid #ccc;
    padding:5px;
    margin:10px 0;
}

#header #basket_wrapper:hover {
    background-color: #EEE;
}

div.checkout_payment_buttons {
    margin:10px 0;
}

div.checkout_coupon_codes h2 {
    font-weight:bold;
    font-size:14px;
    margin:10px 0 5px 0;
}

div.coupon_form {
    width:200px;
    float:left;
}

div.coupon_code_message_area {
    width:250px;
    float:left;
    padding-top:5px;
}
    
.basket_text {
    float:left;
    width:150px;
}
.basket_price {
    float:right;
    width:42px;
    font-weight:bold;
    vertical-align: top;
}
.basket_delete {
    float:right;
    width:12px;
    vertical-align: top;
}

.cart_header {
    background-color:#333;
    color:#fff;
    padding:5px;
    font-weight:bold;
}

.cart_header_info {
    float:left;
    width:532px;
}

.cart_header_quantity {
    float:left;
    width:75px;
    text-align:center;
}

.cart_header_price {
    float:left;
    width:75px;
    text-align:center;
}

.cart_image, .cart_image img {
    float:left;
    width:100px;
    margin-right:7px;
}

.cart_item_quantity_input {
    width:25px;
    margin:0 auto;
}

.cart_text {
    float:left;
    width:425px;
    margin-top:3px;
}

.cart_price {
    float:left;
    width:75px;
    margin-top:6px;
    text-align:center;
}

.cart_quantity {
    float:left;
    width:75px;
    margin-top:6px;
    text-align:center;
}

.checkout_subtotals {
    margin-bottom:5px;
}

.checkout-report-an-issue {
	float:right;
}

.checkout_row {
    padding:3px 0;
    border-bottom:1px dotted #ccc;
}

.subtotals_text {
    float:left;
    text-align:right;
    font-weight:bold;
    width:685px;
    margin-top:6px;
    paddin-right:10px;
}

#checkoutBtn {
    float:right;
    margin-top:3px;
}

#purchaseBtn, .payment_purchaseBtn {
    float:right;
    margin-top:3px;
    margin-left:5px;
}

#backToCartBtn {
    float:left;
    margin-top:3px;
}

.viewcartButton {
    float:right;
}

#comboLeftColumn
{
	float: left;
	width: 770px;
}

body.noRightColumn #comboLeftColumn
{
	width:1000px;
}

.album_image {
    float:left;
}

.album_artist,
.album_itunes_link,
.album_release_year,
.album_genres,
.album_categories,
.album_catalog_number {
    margin-bottom:7px;
}

.sideColSearchFormWrapper
{
	zoom: 1\9;
	overflow: auto\9;
}

.sideColSearchFormWrapper form
{
	overflow: hidden\9;
}

.facebookFeedWrap
{
	clear: both;
	margin-top: 10px;
}

.facebookStatus img
{
	float: left;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
}

#playlist
{
	list-style: none;
	font-size: 10px;
	line-height: 13px;
}

#playlist li
{
	cursor: pointer;
	padding: 4px;
	margin-bottom: 2px;
	overflow: hidden;
	background-color: #eee;
	color: #333;
	background: url("//d2n4yiee7lv24r.cloudfront.net/synchtank/images/playlist-background.gif");
	zoom: 1;
	border: 1px solid #bebebe;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}

.playlistDelete
{
	margin-top: 7px;
	float: right;
}

.playlistImage img
{
	float: left;
	border: 1px solid #666;
	margin-right: 5px;
	background-color: #fff;
}

.playlistTopLine
{
	float: left;
	width: 160px;
	height: 15px;
	white-space: nowrap;
	overflow: hidden;
}

.playlistBottomLine
{
	float: left;
	width: 160px;
	white-space: nowrap;
	overflow: hidden;
}

.playlistLoading
{
	height: 27px;
}

.verticalList
{
	list-style: none;
}

.verticalList li
{
	line-height: 15px;
}

.writers .verticalList + .verticalList
{
	margin-top: 4px;
	padding-top: 4px;
	border-top: 1px solid #ccc;
}

.darkBlock
{
	color: #FFF;
	padding: 5px;
	background-color: #424242;
	overflow: auto;
}

.darkBlock ul
{
	width: 48%;
	float: left;
}

.darkBlock a {
    color:#dedede;
}

.darkBlock a:hover {
    color:#FFF;
}

.lightBlock
{
	color: #3f3f3f;
	padding: 5px;
	background-color: #c6c6c6;
	overflow: auto;
}

.lightBlock ul
{
	width: 48%;
	float: left;
}

.darkBlock + .lightBlock
{
	margin-top:5px;
}

.tweets li
{
	overflow: auto;
}

.tweets li + li
{
	margin-top: 4px;
	padding-top: 4px;
	border-top: 1px solid #ccc;
}

.tweets b
{
	font-size: 10px;
	display: block;
	float: left;
	clear: both;
}

.tweets span
{
	float: left;
	clear: both;
	margin-left: 20px;
}

.itemDetailsLeftCol
{
	width: 102px;
	float: left;
	margin-right: 5px;
	text-align: center;
}

.itemDetailsLeftCol img
{
	border: 1px solid #C1C1C1;
}

.itemDetailsMidCol
{
	float: left;
	width: 453px;
}

.itemDetailsRightCol
{
	float: right;
	width: 268px;
	text-align: right;
}

.itemDetailsRightCol .button + .button
{
	margin-left: 5px;
}

.itemDetailsRightCol .button
{
	margin-bottom: 5px;
}

.itemDetailsComboCol
{
	float: left;
	width: 453px;
}

.modalTrackInfo p
{
	width: 600px;
	height: 400px;
	overflow-y: auto;
}

.normalList
{
	padding-left: 17px;
	list-style-type: square;
}

.normalList li + li
{
	margin-top: 5px;
}

p + .normalList
{
	margin-top: 5px;
}

.normalListDate
{
	float: right;
	font-weight: normal;
	font-size: 11px;
	text-transform: lowercase;
	color: #666;
}

.previewGrid
{
	overflow: hidden;
	float: left;
	width: 154px;
	height: 130px;
	text-align: center;
	_width: 140px !important;
}

#leftColumn + #midColumn .previewGrid
{
	width: 140px;
}

#comboLeftColumn .previewGrid
{
	width: 154px;
}

body.noRightColumn .previewGrid, body.noRightColumn #comboLeftColumn .previewGrid
{
	width:200px;
}

body.noRightColumn #leftColumn + #midColumn .previewGrid
{
	width:158px;
}

.albumPreviewTwoLines
{
	height: 142px;
}

.videoPreviewOneLine
{
	height: 105px;
}

.videoPreviewTwoLines
{
	height: 117px;
}

.videoPreviewTheeLines
{
	height: 129px;
}

.videoPreviewOneLine img, .videoPreviewTwoLines img, .videoPreviewTheeLines img, .videoPreviewImage
{
	max-width: 100px !important;
	max-height: 80px;
}

.imageLeftColumnPreview
{
	text-align: center;
}

.imagePreview
{
	height: 107px !important;
}

.imagePreview img
{
	max-width: 100px;
	max-height: 100px;
}

.itemPreviewImage
{
	text-align: center;
}

.itemPreviewSlugImage
{
	background: transparent url('//d2n4yiee7lv24r.cloudfront.net/synchtank/css/smoothness/images/ui-anim_basic_16x16.gif') center center no-repeat !important;
}

.albumPreviewTwoLines .itemPreviewSlugImage
{
	width:100px;
	height:100px;
	margin-left:auto;
	margin-right:auto;
}

.previewGridListView .itemPreviewSlugImage
{
	width:60px;
	height:60px;
}

.itemPreviewImage img
{
	border: 1px solid #C1C1C1;
	margin-bottom: 3px;
}

.itemPreviewText
{
	text-align: center;
	font-size: 10px;
	white-space: nowrap;
	padding-left: 10px;
	padding-right: 10px;
	line-height: 12px;
	color: #333;
}

.itemPreviewImage + .itemPreviewText
{
	font-weight: bold;
	font-size: 11px !important;
	line-height: 15px !important;
}

.previewGridListView
{
	clear: both;
	padding: 5px;
	background-color: #ebeced;
	overflow: auto;
	text-align: left !important;
	white-space: normal !important;
	zoom: 1;
}

.previewGridListView .itemPreviewImage
{
	float: left !important;
	width: 67px !important;
	text-align: left !important;
}

.previewGridListView .itemPreviewImage img
{
	width: 60px !important;
	margin: 0 !important;
}

.previewGridListView .itemPreviewText
{
	width: auto !important;
	text-align: left !important;
	padding: 0px !important;
	margin-left: 67px;
	white-space: normal !important;
}

.previewGridListView .itemPreviewText b
{
	font-weight: normal;
}

.itemPreviewListViewOnly
{
	display: none;
}

.previewGridListView .itemPreviewListViewOnly
{
	display: block;
}

.previewGridActions
{
	width: auto;
	float: right;
	text-align: right;
}

.previewGridActions .button + .button
{
	margin-left: 5px;
}

#footer
{
	clear: both;
	padding-top: 15px;
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	font-size: 10px;
}

#footer ul
{
	float: left;
	width: 250px;
	overflow: hidden;
}

#footer li + li
{
	margin-top: 2px;
}

#footer li + li.groupingLabel
{
	margin-top: 10px;
}

#footer .groupingLabel
{
	font-weight: bold;
	color: #960d14;
}

.copyRight, .poweredBy
{
	clear: both;
	width: 1000px;
	height: 20px;
	line-height: 20px;
	font-size: 10px;
	color: #666;
	text-align: center;
	margin: 0 auto 0 auto;
}

.copyRight
{
	padding-top: 20px;
}

.poweredBy
{
	padding-bottom: 20px;
}

.newsPreview img
{
	float: left;
	margin-right: 5px;
	border: 1px solid #c1c1c1;
}

.newsHeading
{
	font-size: 10px;
	color: #333;
	margin-bottom: 5px;
}

#jqueryDialogWrapper
{
	position: absolute;
	left: -1000px;
	top: -1000px;
}

.gridList li
{
	overflow: auto;
	clear: both;
	background-color: #ebeced;
	color: #333;
	display: inline;
	float: left;
	width: 100%;
	zoom: 1;
}

.gridList div
{
	text-overflow: ellipsis;
}

.gridList .button + .button
{
	margin-left: 5px;
}

.gridListHeader
{
	border-bottom: 1px solid #c1c1c1;
	background-color: #ef6530 !important;
	background-image: url("//d2n4yiee7lv24r.cloudfront.net/F4v4/images/grid-list-header-row.png");
	background-repeat: repeat-x;
}

.gridListHeader div
{
	font-weight: bold;
	color: #fff;
	height: 20px;
	line-height: 20px;
	overflow: hidden;
	text-shadow: none;
}

.currentTrackInPlayer
{
	background-image: url("//d2n4yiee7lv24r.cloudfront.net/synchtank/images/current-track-in-player-background.png");
}

.videoListVideo
{
	float: left;
	width: 52px;
	padding: 5px;
}

.videoListVideo img
{
	border: 1px solid #c1c1c1;
}

.videoListTitle
{
	float: left;
	width: 280px;
	padding: 5px;
	line-height: 22px;
	white-space: nowrap;
	overflow: hidden;
	font-weight: bold;
}

.videoListTitle a
{
	float: left;
	width:280px;
	overflow: hidden;
	text-overflow:ellipsis;
}

.videoListNotes
{
	float: left;
	display: block;
	width: 100%;
	clear: both;
	font-size: 10px;
	margin-top: 5px;
	line-height: normal;
	white-space: normal;
	font-weight: normal;
	overflow: hidden;
	text-overflow:ellipsis;
}

li.gridListHeader div.videoListVideo
{
	padding-left: 7px !important;
	padding-right: 3px !important;
}

.videoListLength
{
	float: left;
	width: 50px;
	padding: 5px;
	line-height: 22px;
}

.videoListDate
{
	float: left;
	width: 60px;
	padding: 5px;
	line-height: 22px;
}

.videoListActions
{
	float: right;
	width: 50px;
	padding: 5px;
	text-align: right;
}

.videoListProcessing
{
	width: 48px;
	height:38px;
	border: 1px solid #c1c1c1;
	background-color: #fff;
	color: #999;
	text-align: center;
}

.videoListProcessing img
{
	margin-top:11px;
	border: 0;
}

.playlistListImage
{
	float: left;
	width: 102px;
	padding: 5px;
}

.playlistListImage img
{
	border: 1px solid #c1c1c1;
}

.playlistListTitle
{
	float: left;
	width: 130px;
	padding: 5px;
	line-height: 22px;
	white-space: nowrap;
	overflow: hidden;
	font-weight: bold;
}

.playlistListTitle a
{
	float: left;
}

.playlistListNotes
{
	float: left;
	display: block;
	width: 100%;
	clear: both;
	font-size: 10px;
	margin-top: 5px;
	line-height: normal;
	white-space: normal;
	font-weight: normal;
}

li.gridListHeader div.playlistListImage
{
	padding-left: 7px !important;
	padding-right: 3px !important;
}

.playlistListTracks
{
	float: left;
	width: 50px;
	padding: 5px;
	line-height: 22px;
}

.playlistListViews
{
	float: left;
	width: 40px;
	padding: 5px;
	line-height: 22px;
}

.playlistListDate
{
	float: left;
	width: 70px;
	padding: 5px;
	line-height: 22px;
}

.playlistListActions
{
	float: right;
	width: 105px;
	padding: 5px;
	text-align: right;
}

.synchListImage
{
	float: left;
	width: 102px;
	padding: 5px;
}

.synchListImage img
{
	border: 1px solid #c1c1c1;
}

.synchListTitle
{
	float: left;
	width: 130px;
	padding: 5px;
	line-height: 22px;
	white-space: nowrap;
	overflow: hidden;
	font-weight: bold;
}

.synchListTitle a
{
	float: left;
}

.synchListNotes
{
	float: left;
	display: block;
	width: 100%;
	clear: both;
	font-size: 10px;
	margin-top: 5px;
	line-height: normal;
	white-space: normal;
	font-weight: normal;
}

li.gridListHeader div.synchListImage
{
	padding-left: 7px !important;
	padding-right: 3px !important;
}

.synchListDate
{
	float: left;
	width: 80px;
	padding: 5px;
	line-height: 22px;
}

.synchListViews
{
	float: left;
	width: 40px;
	padding: 5px;
	line-height: 22px;
}

.synchListActions
{
	float: right;
	width: 115px;
	padding: 5px;
	text-align: right;
}

.sentEmailListDate
{
	float: left;
	width: 80px;
	padding: 5px;
	line-height: 22px;
}

.sentEmailListTitle
{
	float: left;
	width: 300px;
	padding: 5px;
	line-height: 22px;
	white-space: nowrap;
	overflow: hidden;
	font-weight: bold;
}

.sentEmailListTitle a
{
	float: left;
}

.sentEmailListNotes
{
	float: left;
	display: block;
	width: 100%;
	clear: both;
	font-size: 10px;
	margin-top: 5px;
	line-height: normal;
	white-space: normal;
	font-weight: normal;
}

.sentEmailListActions
{
	float: right;
	width: 350px;
	padding: 5px;
	text-align: right;
}


.trackListNumber
{
    float: left;
    width: 40px;
    padding: 5px;
    text-align:center;
    line-height:22px;
}

.trackListImage
{
	float: left;
	width: 46px;
	padding: 5px;
}

.trackListImage img
{
	border: 1px solid #c1c1c1;
}

.trackListPreviewSlugImage
{
	min-height:46px;
	background: transparent url('//d2n4yiee7lv24r.cloudfront.net/synchtank/css/smoothness/images/ui-anim_basic_16x16.gif') center center no-repeat;
}

.trackListArtist
{
	float: left;
	width: 90px;
	padding: 5px;
	line-height: 22px;
	white-space: nowrap;
	overflow: hidden;
	font-weight: bold;
}

.trackListArtist a
{
	float: left;
	width: 90px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow:ellipsis;
}

li.gridListHeader div.trackListArtist
{
	padding-left: 7px !important;
	padding-right: 3px !important;
}

.trackListAlbum
{
	float: left;
	width: 110px;
	padding: 5px;
	line-height: 22px;
	white-space: nowrap;
	overflow: hidden;
}

.trackListTitle
{
	float: left;
	width: 140px;
	padding: 5px;
	line-height: 22px;
	white-space: nowrap;
	overflow: hidden;
}

.trackListTitle a
{
	float: left;
	width: 140px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow:ellipsis;
}

.trackListLength
{
	float: left;
	width: 40px;
	padding: 5px;
	line-height: 22px;
}

.trackListBPM
{
	float: left;
	width: 40px;
	padding: 5px;
	line-height: 22px;
}

.trackListActions
{
	float: right;
	width: 170px;
	padding: 5px;
	text-align: right;
}

.trackListPlaylistTrackNotes
{
	font-size: 10px;
	width: 490px;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	float: left;
}

.playlistItemsListImage
{
	float: left;
	width: 46px;
	padding: 5px;
}

.playlistItemsListImage img
{
	border: 1px solid #c1c1c1;
}

.playlistItemsListTitle
{
	float: left;
	width: 240px;
	padding: 5px;
	line-height: 22px;
	white-space: nowrap;
	overflow: hidden;
}

.playlistItemsListTitle a
{
	float: left;
	width: 240px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow:ellipsis;
}

.playlistItemsListLength
{
	float: left;
	width: 40px;
	padding: 5px;
	line-height: 22px;
}

.playlistItemsListActions
{
	float: right;
	width: 170px;
	padding: 5px;
	text-align: right;
}

.playlistItemsListNotes
{
	font-size: 10px;
	width: 490px;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	float: left;
}

.recipListEmail
{
	float: left;
	width: 225px;
	padding: 5px;
	line-height: 22px;
	white-space: nowrap;
	overflow: hidden;
}

.recipListClicks
{
	float: left;
	width: 55px;
	padding: 5px;
	line-height: 22px;
	white-space: nowrap;
	overflow: hidden;
}

.recipListViews
{
	float: left;
	width: 55px;
	padding: 5px;
	line-height: 22px;
	white-space: nowrap;
	overflow: hidden;
}

.recipListOptOut
{
	float: left;
	width: 85px;
	padding: 5px;
	line-height: 22px;
	white-space: nowrap;
	overflow: hidden;
}

.recipListUserActions
{
	float: left;
	width: 85px;
	padding: 5px;
	line-height: 22px;
	white-space: nowrap;
	overflow: hidden;
}

.recipListActions
{
	float: right;
	width: 90px;
	padding: 5px;
	text-align: right;
}

.recipActionListDate
{
	float: left;
	width: 160px;
	padding: 5px;
	line-height: 22px;
	white-space: nowrap;
	overflow: hidden;
}

.recipActionListAction
{
	float: left;
	width: 380px;
	padding: 5px;
	line-height: 22px;
	white-space: nowrap;
	overflow: hidden;
}

.linkListUrl
{
	float: left;
	width: 470px;
	padding: 5px;
	line-height: 22px;
	white-space: nowrap;
	overflow: hidden;
}

.linkListClicks
{
	float: left;
	width: 70px;
	padding: 5px;
	line-height: 22px;
	white-space: nowrap;
	overflow: hidden;
}

.contactGroupListName
{
	float: left;
	width: 160px;
	padding: 5px;
	line-height: 22px;
	white-space: nowrap;
	overflow: hidden;
	font-weight: bold;
}

.contactGroupListDate
{
	float: left;
	width: 80px;
	padding: 5px;
	line-height: 22px;
}

.contactGroupListItems
{
	float: left;
	width: 60px;
	padding: 5px;
	line-height: 22px;
}

.contactGroupListActions
{
	float: right;
	width: 200px;
	padding: 5px;
	text-align: right;
}

.groupEmailsListEmail
{
	float: left;
	width: 220px;
	padding: 5px;
	line-height: 22px;
	white-space: nowrap;
	overflow: hidden;
}

.groupEmailsListAdded
{
	float: left;
	width: 70px;
	padding: 5px;
	line-height: 22px;
	white-space: nowrap;
	overflow: hidden;
}

.groupEmailsListOptOut
{
	float: left;
	width: 70px;
	padding: 5px;
	line-height: 22px;
	white-space: nowrap;
	overflow: hidden;
}

.groupEmailsListActions
{
	float: right;
	width: 140px;
	padding: 5px;
	text-align: right;
}

.modalContactGroupEmails
{
	width: 800px;
	height: 500px;
	overflow-x: hidden;
}

.synchStageWrapper
{
	background-image: url("//d2n4yiee7lv24r.cloudfront.net/synchtank/images/synchstage-background.gif");
	background-repeat: no-repeat;
	width: 480px;
	margin-left: auto;
	margin-right: auto;
}

.socialSites
{
	height: 20px;
}

p + .socialSites, ul + .socialSites
{
	margin-top: 10px;
}

.socialSites + p
{
	margin-top: 10px;
}

.socialSites li
{
	float: left;
}

.socialSites li + li
{
	margin-left: 10px;
}

.socialSites li, .socialSites li a
{
	display: block;
	width: 20px;
	height: 20px;
}

.socialSites li
{
	background-color: transparent;
	background-image: url("//d2n4yiee7lv24r.cloudfront.net/synchtank/images/social-sprite.png");
	background-repeat: no-repeat;
}

.socialSites li.facebook
{
	background-position: 0px -20px;
}

.socialSites li.myspace
{
	background-position: -20px -20px;
}

.socialSites li.itunes
{
	background-position: -40px -20px;
}

.socialSites li.twitter
{
	background-position: -60px -20px;
}

.socialSites li.youtube
{
	background-position: -80px -20px;
}

.socialSites li.lastfm
{
	background-position: -100px -20px;
}

.socialSites li.rss
{
	background-position: -120px -20px;
}

.socialSites li.vimeo
{
	background-position: -140px -20px;
}

.socialSites li.linkedin
{
	background-position: -160px -20px;
}

.socialSites li.soundcloud
{
	background-position: -180px -20px;
}

.socialSites li.spotify
{
	background-position: -200px -20px;
}

.socialSites li.googleplus
{
	background-position: -220px -20px;
}

.socialSites li.bandcamp
{
	background-position: -240px -20px;
}

.socialSites li.instagram
{
	background-position: -260px -20px;
}

.socialSites li.tumblr
{
	background-position: -280px -20px;
}

.socialSites li.pinterest
{
	background-position: -300px -20px;
}

.socialSites li.flickr
{
	background-position: -320px -20px;
}



.socialSites li.facebook:hover
{
	background-position: 0px 0px;
}

.socialSites li.myspace:hover
{
	background-position: -20px 0px;
}

.socialSites li.itunes:hover
{
	background-position: -40px 0px;
}

.socialSites li.twitter:hover
{
	background-position: -60px 0px;
}

.socialSites li.youtube:hover
{
	background-position: -80px 0px;
}

.socialSites li.lastfm:hover
{
	background-position: -100px 0px;
}

.socialSites li.rss a:hover
{
	background-position: -120px 0px;
}

.socialSites li.vimeo:hover
{
	background-position: -140px 0px;
}

.socialSites li.linkedin:hover
{
	background-position: -160px 0px;
}

.socialSites li.soundcloud:hover
{
	background-position: -180px 0px;
}

.socialSites li.spotify:hover
{
	background-position: -200px 0px;
}

.socialSites li.googleplus:hover
{
	background-position: -220px 0px;
}

.socialSites li.bandcamp:hover
{
	background-position: -240px 0px;
}

.socialSites li.instagram:hover
{
	background-position: -260px 0px;
}

.socialSites li.tumblr:hover
{
	background-position: -280px 0px;
}

.socialSites li.pinterest:hover
{
	background-position: -300px 0px;
}

.socialSites li.flickr:hover
{
	background-position: -320px 0px;
}

.modalFormWrapper
{
	width: 400px;
	overflow: hidden;
}

p.fbmlLogin
{
	height: 23px;
}

p + form, div + form, p + p, form + p, .synchStageWrapper + p
{
	margin-top: 10px;
}

.boldList
{
	width: 100%;
}

.boldList li
{
	width: 100%;
	line-height: 20px;
	clear: both;
}

.boldList span
{
	float: right;
	text-align: right;
}

.boldList b
{
	float: left;
}

.boldListItemsToLeft
{
	width: 100%;
	overflow:auto;
}

.boldListItemsToLeft li
{
	width: 100%;
	line-height: 20px;
	clear: both;
}

.boldListItemsToLeft span
{
	float: left;
	display: block;
	width: 475px;
}

.boldListItemsToLeft b
{
	float: left;
	width: 85px;
}

.fileUploadResponse li
{
	padding: 10px;
	border: 1px dotted #666;
	background-color: #eee;
}

.fileUploadResponse li + li
{
	margin-top: 5px;
}

.fileUploadResponse b
{
	float: left;
	width: 200px;
	overflow: hidden;
}

.musicList li
{
	overflow: auto;
	zoom: 1;
	padding: 5px;
	border: 1px dotted #666;
	background-color: #eee;
}

.musicList li + li
{
	margin-top: 5px;
}

.musicList span
{
	float: left;
}

.musicList span p
{
	font-size: 10px;
	line-height: 12px;
}

.musicList span p + p
{
	font-size: 10px;
	margin-top: 2px;
}

.musicList .musicListImage
{
	float: left;
	clear: both;
	margin-right: 5px;
	border: 1px solid #333;
}

.musicList div
{
	float: right;
	clear: right;
}

.musicList .play
{
	float: right;
	clear: right;
	margin-top: 3px;
	margin-bottom: 3px;
}

.play + div
{
	margin-top: 17px;
}

.musicList a
{
	font-size: 10px;
	color: #666;
	text-decoration: none;
}

.musicList a:visited
{
	color: #666;
}

.musicList a:hover
{
	color: #999;
}

.dragAndDropInstructions
{
	clear: both;
	padding-top: 10px;
	text-align: center;
	font-size: 10px;
	font-family: verdana;
	color: #ccc;
}

.itemDetails
{
	margin-left: 62px;
}

.itemTitle
{
	font-family: helvetica;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: bold;
	line-height: 14px;
}

.itemTitle a
{
	color: black;
	text-decoration: none;
}

.itemTitle a:visited
{
	color: black;
}

.itemTitle a:hover
{
	color: #666;
}

.postedBy
{
	margin-top: 5px;
	font-family: Lucida Sans Unicode, helvetica, arial;
	font-size: 10px;
	line-height: 12px;
}

.itemSummary
{
	padding-top: 5px;
}

.date
{
	float: left;
	height: 52px;
	width: 52px;
	background: url(//d2n4yiee7lv24r.cloudfront.net/synchtank/images/date.png) no-repeat;
	margin-right: 10px;
	line-height: normal;
}

.date .month
{
	display: block;
	text-align: center;
	color: #FFF;
	font-size: 11px;
	padding-top: 5px;
	text-transform: uppercase;
}

.date .day
{
	display: block;
	text-align: center;
	padding-top: 5px;
	color: #222;
	font-size: 22px;
	font-weight: bold;
}

.paginateWrap
{
	overflow-x: hidden;
}

.paginate,
form.selectableCMSItemsForm ul.paginate
{
	float: left;
	position: relative;
	left: 50%;
	overflow: visible;
}

.paginate li,
form.selectableCMSItemsForm .paginate li
{
	float: left;
	position: relative;
	right: 50%;
	margin: 1px;
	color: #ccc;
	clear: none;
	
}

.paginate a,
form.selectableCMSItemsForm .paginate a
{
	display: inline-block;
	height: 22px;
	line-height: 22px !important;
	font-family: Lucida Sans Unicode, helvetica, arial;
	font-size: 10px;
	padding-left: 8px;
	padding-right: 7px;
	border: 1px solid #bebebe;
	color: #000 ! important;
	text-decoration: none;
	background-color: #ececec;
	font: normal normal normal 11px/14px 'Lucida Grande', sans-serif;
	background: url("//d2n4yiee7lv24r.cloudfront.net/synchtank/images/forms/button-background.gif") repeat-x center top;
	text-align: center;
	text-shadow: #fff 1px 1px 0px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.paginate a:visited
{
	color: #000;
}

.paginate a:hover
{
	border-color: #999999;
	background-color: #f6f6f6;
	background: url("//d2n4yiee7lv24r.cloudfront.net/synchtank/images/forms/button-background.gif") repeat-x center center;
	color: #000;
}

.paginateCurrent
{
	background-color: #666 !important;
	color: #ccc !important;
	text-decoration: underline !important;
}

#twitterFeed
{
	height: 48px;
	overflow: hidden;
}

.twitterFeedWrap
{
	height: 48px;
	overflow: hidden;
}

.tweetText
{
	margin-left: 10px;
	margin-right: 10px;
	line-height: 14px;
	height: 28px;
	width: 60%;
	float: left;
}

.tweetUserProfileImage
{
	float: left;
}

.tweetUserProfileImage img
{
	max-height: 28px;
	height: 28px;
}

.tweetImage
{
	float: left;
}

.tweetUserProfileImage + .tweetImage
{
	float: right;
	margin-right: 0;
	margin-left: 10px;
}

.tweetImage + .tweetText
{
	width: 80%;	
}

.tweetUserProfileImage + .tweetText
{
	width: 80%;
}

.tweetUserProfileImage + .tweetImage + .tweetText
{
	width: 60%;	
}

.tweetImage img
{
	max-height: 28px;
	height: 28px;

}

.tweetTime
{
	color: #666;
	font-size: 10px;
	text-align: left;
	padding-bottom: 10px;
	line-height: 10px;
	height: 10px;
}

.thumbNails li
{
	display: block;
	width: 245px;
	height: 210px;
	float: left;
	text-align: center;
	overflow: hidden;
}

.thumbNails li div
{
	margin-left: auto;
	margin-right: auto;
}

.thumbLinks
{
	clear: both;
	padding-top: 5px;
	font-size: 10px;
	font-family: Lucida Sans Unicode, helvetica, arial;
}

.thumbDesc
{
	clear: both;
	padding-top: 5px;
}

.cropPhotoModal
{
	width: 610px;
}

.artistPhotoWrapper
{
	width: 250px;
	height: 250px;
	overflow: hidden;
	text-align: center;
}

.defaultArtistPhoto
{
	max-width: 248px;
	max-height: 248px;
	border: 1px solid black;
}

.artistAbout
{
	width: 100%;
}

.artistAbout li
{
	width: 100%;
	height: 24px;
	clear: both;
	zoom: 1;
}

.artistAbout span
{
	float: left;
	white-space: nowrap;
	overflow: hidden;
	width: 160px;
}

.artistAbout b
{
	float: left;
	width: 90px;
	text-transform: uppercase;
	white-space: nowrap;
	overflow: hidden;
}

.artistTrackListing
{
	width: 695px;
	overflow: auto;
}

.trackImage
{
	border: 1px solid #000;
	float: left;
	margin-right: 5px;
}

.artistBioWrapper
{
	width: 695px;
	overflow: auto;
}

.artistTrackBlock
{
	color: #999;
	clear: both;
	overflow: auto;
	zoom: 1;
}

.artistTrackBlock + .artistTrackBlock
{
	border-top: 1px solid #ccc;
	margin-top: 5px;
	padding-top: 5px;
}

.artistTrackTitle
{
	font-size: 20px;
	font-weight: bold;
	text-transform: uppercase;
	height: 20px;
	line-height: 20px;
	margin-bottom: 5px;
	*display: inline;
}

.artistTrackTitle a
{
	text-decoration: none;
	color: #333;
}

.artistTrackTitle a:visited
{
	color: #333;
}

.artistTrackTitle a:hover
{
	color: #27a3fb;
}

.artistTrackDetails ul
{
	width: 200px;
	float: left;
	display: block;
}

.artistTrackDetails ul li
{
	width: 100%;
	line-height: 14px;
	clear: both;
	font-size: 10px;
	font-family: Lucida Sans Unicode, helvetica, arial;
}

.artistTrackDetails ul li span
{
	float: left;
	white-space: nowrap;
	overflow: hidden;
}

.artistTrackDetails ul li b
{
	float: left;
	width: 80px;
	text-transform: uppercase;
	white-space: nowrap;
	overflow: hidden;
}

.homepageFeaturedArtistTrackWrapper
{
	width: 695px;
	height: 110px;
	overflow-y: hidden;
	overflow-x: scroll;
}

.homepageFeaturedArtistTrackWrapper ul
{
	overflow: auto;
}

.homepageFeaturedArtistTrackWrapper ul li
{
	float: left;
	width: 100px;
}

.homepageFeaturedArtistTrack
{
	border: 1px solid black;
	margin-left: auto;
	margin-right: auto;
}

.homepageFeaturedArtistTrackDetails
{
	text-align: center;
	font-size: 10px;
	font-style: italic;
	line-height: 20px;
}

.homepageFeaturedArtistInfoWrapper
{
	overflow: hidden;
	width: 695px;
	height: 290px;
}

.homepageFeaturedArtistInfo
{
	float: left;
	width: 405px;
	height: 290px;
	overflow: hidden;
}

.homepageFeaturedArtistInfo ul
{
	width: 405px;
	float: left;
}

.homepageFeaturedArtistInfo ul li
{
	width: 100%;
	clear: both;
	font-size: 14px;
	line-height: 16px;
	font-family: Lucida Sans Unicode, helvetica, arial;
}

.homepageFeaturedArtistInfo ul li + li
{
	padding-top: 10px;
}

.homepageFeaturedArtistInfo ul li span
{
	float: left;
	white-space: nowrap;
	overflow: hidden;
}

.homepageFeaturedArtistInfo ul li b
{
	float: left;
	width: 110px;
	text-transform: uppercase;
	white-space: nowrap;
	overflow: hidden;
}

.homepageFeaturedArtistBio
{
	width: 405px;
	overflow: hidden;
	border-top: 1px dotted black;
	margin-top: 10px;
	padding-top: 10px;
	float: left;
	clear: both;
	font-size: 14px;
	line-height: 20px;
}

.artistBio, .photoDesc, .largeTextBlock
{
	font-size: 14px;
	line-height: 20px;
}

.homepageFeaturedArtistPhotoWrapper
{
	float: right;
	width: 280px;
	height: 280px;
	overflow: hidden;
	text-align: center;
}

.homepageFeaturedArtistPhoto
{
	border: 1px solid black;
	max-width: 278px;
	max-height: 278px;
}

.chart li
{
	color: #333;
	font-size: 20px;
	line-height: 25px;
	font-weight: bold;
	overflow: auto;
	clear: both;
	zoom: 1;
	*display: inline;
}

.chart li + li
{
	border-top: 1px solid #ccc;
	margin-top: 5px;
	padding-top: 5px;
}

.chartTrack
{
	float: left;
	border: 1px solid black;
	margin-right: 5px;
}

.chartTrackDetails
{
	margin-top: 10px;
	float: left;
	width: 300px;
	overflow: hidden;
	white-space: nowrap;
	text-transform: uppercase;
}

.chartMetricDesc
{
	clear: both;
	overflow: hidden;
	height: 20px;
	padding-top: 8px;
	text-align: center;
	font-size: 22px;
	line-height: 20px;
	font-family: verdana;
	color: #ff0000;
	font-weight: bold;
	text-transform: uppercase;
}

.block980 .chartTrackDetails
{
	width: 700px !important;
}

.chartTrackDetails a
{
	color: #333;
	text-decoration: none;
}

.chartTrackDetails a:visited
{
	color: #333;
}

.chartTrackDetails a:hover
{
	color: #27a3fb;
}

.chartSongTitle
{
	font-size: 14px;
}

.chartTrackMetrics
{
	float: right;
	margin-top: 20px;
	line-height: 15px;
	font-size: 10px;
	width: 70px;
	text-align: center;
}

.chartNumber
{
	float: left;
	width: 45px;
	line-height: 72px;
	text-align: center;
	font-size: 28px;
}

.chartPlaySong
{
	float: right;
}

.searchResults img
{
	border: 1px solid black;
	float: left;
	margin-right: 5px;
}

.videoThumbWrapper
{
	width: 200px;
	height: 100px;
	overflow: hidden;
	text-align: center;
}

.videoThumb
{
	border: 1px solid black;
	max-width: 148px;
	max-height: 98px;
}

.horizontalThumbWrapper
{
	width: 980px;
	overflow-y: hidden;
	overflow-x: scroll;
}

.horizontalThumbWrapper ul
{
	overflow: auto;
}

.horizontalThumbWrapper ul li
{
	float: left;
	width: 200px;
}

.thumbWrapper
{
	width: 200px;
	height: 150px;
	overflow: hidden;
	text-align: center;
}

.thumbWrappedPhoto
{
	max-width: 148px;
	max-height: 148px;
	border: 1px solid black;
}

.videoThumbWrappedPhoto
{
	max-width: 148px;
	max-height: 98px;
	border: 1px solid black;
}

.thumbWrappedPhotoDetails
{
	width: 200px;
	height: 20px;
	text-align: center;
	font-size: 10px;
	font-style: italic;
	line-height: 20px;
	overflow: hidden;
}

.fullPhoto
{
	text-align: center;
}

.fullPhoto img
{
	border: 1px solid black;
}

.prevNext
{
	height: 30px;
	float: right;
	font-size: 10px;
}

.fancyBold b
{
	color: #27a3fb;
}

.flickrWrapper
{
	background-color: #000;
	text-align: center;
}

#playerCodeForm select
{
	margin-bottom: 10px;
}

#playerCodeForm textarea
{
	width: 420px;
	height: 280px;
	font-size: 12px;
	color: #666;
	font-family: Courier New, Courier New, Courier6, monospace;
}

#advancedSearch
{
	margin-top:0px;
}

.advancedSearchBorder
{
	margin-bottom: 4px;
	overflow-y: auto;
	overflow-x: hidden;
	padding: 4px;
	border: 1px solid #bebebe;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	font-size: 10px;
}

.advancedSearchTopRow
{
	margin-bottom: 4px;
	overflow-y: auto;
	overflow-x: hidden;
	padding-bottom: 0;
	padding-top: 0;
	font-size: 10px;
}

.advancedSearchBlock
{
	width: 244px;
	height: 155px;
	overflow: hidden ! important;
	float: left;
}

body.noRightColumn .advancedSearchBlock
{
	width:320px;
}

body.noRightColumn .advancedSearchBlock + .advancedSearchBlock
{
	width:321px;
}

.advancedSearchDoubleBlock
{
	width: 502px;
	height: 145px;
	overflow: hidden ! important;
	float: left;
}

.advancedSearchBlock + .advancedSearchBlock, .advancedSearchBlock + .advancedSearchDoubleBlock
{
	margin-left: 4px;
}

.advancedSearchClear + .advancedSearchBlock
{
	margin-left: 0 !important;
}

.advancedSearchHeading
{
	padding-left: 5px;
	line-height: 20px;
	height: 20px;
	background-color: #ebeced;
	font-weight: bold;
	color: #333;
	text-transform: uppercase;
}

.advancedSearchScrollBox
{
	height: 135px;
	overflow-y: auto;
	overflow-x: hidden;
}

.advancedSearchCheckBoxList li
{
	overflow: hidden;
	height: 20px;
	background-color: #ebeced;
	border-top: 1px solid #FFF;
	display: inline;
	float: left;
	clear: both;
	width: 100%;
	margin: 0;
	padding: 0;
}

.advancedSearchCheckboxWrap
{
	float: left;
	width: 20px;
	font-size: 10px;
	line-height: 10px;
}

.advancedSearchCheckboxWrap input
{
	width: 10px;
	height: 10px;
	margin: 5px;
	padding: 0;
}

.advancedSearchLabel
{
	white-space:nowrap;
	float: left;
	cursor: pointer;
	width: 223px;
	line-height: 20px;
	color: #333;
}

.narrowedTo
{
	width: 100%;
}

.narrowedTo .advancedSearchLabel
{
	width: 735px !important;
}

.advancedSearchNonCheckLabel
{
	display: block;
	float: left;
	width: 65px;
	line-height: 22px;
	margin-right: 5px;
	font-weight: bold;
	text-transform: uppercase;
}

.advancedSearchSingleLineInput
{
	float: left;
	margin-right: 4px;
	width: 181px;
	height: 14px;
	line-height:14px;
	color: #666;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 5px;
	padding-right: 5px;
	border: 1px solid #bebebe;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.advancedSearchSubmitButton
{
	float: left;
	width: 40px;
}

.advancedSearchSelectInput
{
	width: 243px;
	margin-bottom: 10px;
}

.advancedSearchFacetCount
{
	margin-left: 5px;
	color: #999;
}

.advancedSearchClear
{
	clear: both;
	display: none;
}

#previewResults
{
	width: 511px;
	height:24px;
	font-size: 20px;
	line-height: 24px;
	font-weight: bold;
	color: #999;
	white-space:nowrap;
	overflow: hidden;
	text-overflow:ellipsis;
	text-align: right;
	float:right;
}

#advancedSearchTermInputWrapper
{
	width: 254px;
	height:24px;
	overflow:visible;
	white-space:nowrap;
	float:left;
	margin-bottom:4px;
}

/* WebKit */
#advancedSearch #searchTerm::-webkit-input-placeholder, .searchBoxTextWrap input::-webkit-input-placeholder
{
    color: #d1d1d1;
}

/* Mozilla Firefox 4 to 18 */
#advancedSearch #searchTerm:-moz-placeholder, .searchBoxTextWrap input:-moz-placeholder
{
    color: #d1d1d1;
}

/* Mozilla Firefox 19+ */
#advancedSearch #searchTerm::-moz-placeholder, .searchBoxTextWrap input::-moz-placeholder
{
    color: #d1d1d1;
}

/* IE 10+ */
#advancedSearch #searchTerm:-ms-input-placeholder, .searchBoxTextWrap input:-ms-input-placeholder
{
    color: #d1d1d1;
}

/*

cool fade effect for all placeholders on focus

be sure to cover webkit, old style moz, new style moz, and ie 10

*/

/* WebKit */
input[type="text"]:focus::-webkit-input-placeholder
{
	-webkit-transition-property:opacity;
	-webkit-transition-duration:0.3s;
	-webkit-transition-timing-function:ease;
	-webkit-transition-delay:0s;
	opacity: 0;
}

/*

Mozilla Firefox 4 to 18

does not work, the entire input element gets the opacity of zero

input[type="text"]:focus:-moz-placeholder
{
	-moz-transition-property:opacity;
	-moz-transition-duration:0.3s;
	-moz-transition-timing-function:ease;
	-moz-transition-delay:0s;
	opacity: 0;
}

 */

/*

Mozilla Firefox 19+

transition does not work... not sure why.

*/
input[type="text"]:focus::-moz-placeholder
{
	-moz-transition-property:opacity;
	-moz-transition-duration:0.3s;
	-moz-transition-timing-function:ease;
	-moz-transition-delay:0s;
	opacity: 0;
}

/* IE 10+ */
input[type="text"]:focus:-ms-input-placeholder
{
	transition-property:opacity;
	transition-duration:0.3s;
	transition-timing-function:ease;
	transition-delay:0s;
	opacity: 0;
}

.advancedSearchRow
{
	overflow: auto;
	overflow-x: hidden;
	clear: both;
}

.advancedSearchRow + .advancedSearchRow
{
	margin-top: 5px;
}

.advancedSearchSliderWrap
{
	float: left;
	width: 220px;
	height: 40px;
	padding: 5px;
}

.advancedSearchSliderWrap + .advancedSearchSliderWrap
{
	margin-left: 35px;
}

body.noRightColumn .advancedSearchSliderWrap
{
	width: 270px;
	margin-left:10px;
	margin-right:10px;
}

body.noRightColumn .advancedSearchSliderWrap + .advancedSearchSliderWrap
{
	margin-left:52px;
}

.advancedSearchSliderWrapHeading
{
	line-height: 10px;
	height: 12px;
	font-weight: bold;
	text-transform: uppercase;
	margin-left: 2px;
}

.advancedSearchYourSearch
{
	font-size: 10px;
	line-height: 15px;
	color: #333;
	overflow-x: hidden;
}

.advancedSearchYourSearch li
{
	overflow: hidden;
	height: 15px;
	padding-left: 10px;
	display: inline;
	float: left;
	clear: both;
	width: 100%;
	margin: 0;
	padding: 0;
}

.advancedSearchYourSearchHeading
{
	padding-left: 0px !important;
	font-weight: bold;
	text-transform: uppercase;
}

li + .advancedSearchYourSearchHeading
{
	margin-top: 5px;
}

.advancedSearchYourSearchSort
{
	margin-top: 2px;
}

.advancedSearchYourSearchButtons
{
	margin-top: 8px;
	overflow: auto;
}

.advancedSearchYourSearchButtons .button
{
	float: left;
}

.advancedSearchYourSearchButtons .button + .button
{
	margin-left: 5px;
}

h1
{
	padding-top: 4px;
	padding-bottom: 4px;
	line-height: 14px;
	font-size: 14px;
	color: #666;
	margin-bottom: 5px;
}

.headerDiv
{
	clear: both;
	padding-top: 4px;
	padding-bottom: 4px;
	line-height: 14px;
	font-size: 14px;
	color: #666;
	margin-bottom: 5px;
}

.headerDiv span
{
	float: right;
	font-weight: normal;
	font-size: 11px;
	text-transform: lowercase;
}

.headerDiv span > span.brackets
{
	float: left;
}

a.gridListViewButton
{
	display: block;
	width: 14px;
	height: 14px;
	/* REPLACED WITH CSS BASED IMAGE
	 background-image: url("//d2n4yiee7lv24r.cloudfront.net/synchtank/images/list-grid-view.png");
	 background-repeat: no-repeat;
	 background-position: 0px 0px;
	*/
	margin-left:5px;
}

/* REPLACED WITH CSS BASED IMAGE
a.listView
{
	background-position: -14px 0px !important;
}
*/

/* GRID LIST VIEW BUTTON - CSS BASED IMAGE */

	a.gridListViewButton  
	{
		height: 16px;
	}

	a.gridListViewButton > div 
	{	
		overflow: hidden;
		width: 14px;
		height: 16px;		
	}
		
	a.gridListViewButton > div > div
	{		
		width: 2px;
		height: 2px;
		float: left;
		margin: 1px;
		background: #666666;
	}
		
	a.gridListViewButton.listView > div > div
	{
		background: none;
		border-left: 2px solid #666666;
		border-right: 16px solid #666666;
		margin: 1px 0;		
	}
		
	a.gridListViewButton > div > div:nth-child(4n+1),
	a.gridListViewButton > div > div:first-child
	{		
		margin-left: 0;
	}
	
	a.gridListViewButton > div > div:nth-child(4n+0)
	{		
		margin-right: 0;
	}
		
	a.gridListViewButton div:hover div
	{		
		background: #333333;				
	}
	
	a.gridListViewButton.listView div:hover div
	{		
		background: none;
		border-color: #333333;				
	}
	
/* end of GRID LIST VIEW BUTTON - CSS BASED IMAGE*/

.loadingBar
{
	background-image: url("//d2n4yiee7lv24r.cloudfront.net/synchtank/images/loading-bar.gif");
	background-repeat: no-repeat;
	background-position: center center;
}

.error
{
	font-weight: bold;
	font-style: italic;
	color: red;
}

.warn
{
	font-weight: bold;
	font-style: italic;
	color: #FF8C00;
}

.success
{
	font-weight: bold;
	font-style: italic;
	color: green;
}

.divided
{
	overflow: auto;
	clear: both;
	overflow-y: hidden;
}

div.divided + div.divided
{
	margin-top: 7px;
	padding-top: 7px;
	border-top: 1px dotted #666;
}

.sparkLineList
{
	line-height: 15px;
}

.sparkLineList li + li
{
	margin-top: 10px;
}

.sparkLineList b
{
	margin-left: 10px;
	margin-right: 10px;
}

.paginate a:active
{
	background: url("//d2n4yiee7lv24r.cloudfront.net/synchtank/images/forms/button-background.gif") repeat-x center bottom;
	text-shadow: none;
	color: #FFF !important;
	border-color: #333 !important;
}

.searchBoxSubmitWrap
{
	float: left;
	width: 24px;
	height: 24px;
}

.searchBoxTextWrap
{
	float: left;
	background-image: url("//d2n4yiee7lv24r.cloudfront.net/synchtank/images/search-bg.png");
	background-repeat: repeat-x;
	width: 172px;
	height: 24px;
	overflow: hidden;
}

.searchBoxTextInput
{
	border: 0;
	width: 172px;
	color: #666;
	font-size: 11px;
	line-height: 11px;
	margin-top: 5px;
	background-color: transparent;
}

.searchBoxCancelWrap
{
	float: left;
	width: 24px;
	height: 24px;
}

.itemList
{
	width: 100%;
}

.itemList li
{
	font-family: Lucida Sans Unicode, helvetica, arial;
	font-size: 10px;
	clear: both;
	overflow: auto;
	background-color: #f3f3f3;
	padding: 5px;
	border: 1px solid #bebebe;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}

.itemList li + li
{
	margin-top: 5px;
}

.itemList li span
{
	float: left;
	white-space: nowrap;
	font-weight: normal;
}

.itemList li span + span
{
	float: right;
	white-space: nowrap;
}

.alt
{
	background-color: #e5e5e5 !important;
}

.selected, tr.selected td
{
	background-color: #ff6d3d !important;
	background-image: none !important;
}

.selected, .selected a, .selected a:visited, .selected a:hover, tr.selected td, tr.selected td a, tr.selected td a:visited, tr.selected td a:hover
{
	color: #000 !important;
}

.userPurchasesListDate
{
	float: left;
	width: 80px;
	padding: 5px;
	line-height: 22px;
}

.userPurchasesListInvoice
{
	float: left;
	width: 80px;
	padding: 5px;
	line-height: 22px;
}

.userPurchasesListAmount
{
	float: left;
	width: 100px;
	padding: 5px;
	line-height: 22px;
}

.userPurchasesListPayment
{
	float: left;
	width: 100px;
	padding: 5px;
	line-height: 22px;
}

.userPurchasesListActions
{
	float: right;
	width: 115px;
	padding: 5px;
	text-align: right;
}

.licenseWrap
{
	overflow: auto;
	margin-bottom: 5px;
}

.licenseList
{
	width: 250px;
	float: left;
	line-height: 20px;
	color: #333;
}

.licenseList li
{
	line-height: 20px;
	clear: both;
}

.licenseList span
{
	display: block;
	width: 175px;
	float: left;
}

.licenseList b
{
	display: block;
	width: 75px;
	text-transform: uppercase;
	float: left;
}

.licensePurchase
{
	width: 250px;
	float: right;
	text-align: right;
}

.modalLicenseAgreement
{
	width: 700px;
	height: 350px;
}

.modalLicenseAgreement .licenseText
{
	width: 678px;
	height: 228px;
	border: 1px solid #999;
	padding: 10px;
	overflow-y: auto;
}

.licenseButtons
{
	padding: 10px;
	text-align: center;
}

.licenseButtons .button + .button
{
	margin-left: 5px;
}







.albumTrackList
{
	width: 100%;
}

.albumTrackList li
{
	width: 100%;
	line-height: 20px;
	clear: both;
}

.albumTrackList span
{
	float: left;
}

.albumTrackList b
{
	float: left;
	width:0px;
	overflow:visible;
}

.albumTrackList b + span
{
	margin-left:25px;
}

.newsletterImageWrap
{
	margin-bottom:10px;
}


.invoiceListImage
{
	float: left;
	width: 46px;
	padding: 5px;
}

.invoiceListImage img
{
	border: 1px solid #c1c1c1;
}

.invoiceListDetails
{
	float: left;
	width: 270px;
	padding: 5px;
	line-height: 22px;
	white-space: nowrap;
	overflow: hidden;
	font-weight: bold;
}

.invoiceListDetails a
{
	float: left;
}

.invoiceListDetails ul
{
	float: left;
	display: block;
	width: 270px;
	clear: both;
	font-size: 10px;
	margin-top: 0px;
	line-height: normal;
	white-space: normal;
	font-weight: normal;
}

.invoiceListDetails li
{
	background-color: transparent;
	overflow: auto;
}

.invoiceListDetails li + li
{
	margin-top: 2px;
}

.invoiceListDetails li b
{
	display: block;
	float: left;
	width: 60px;
}

.invoiceListDetails li span
{
	display: block;
	width: 210px;
	float: right;
}

li.gridListHeader div.invoiceListImage
{
	padding-left: 7px !important;
	padding-right: 3px !important;
}

.invoiceListActions
{
	float: right;
	width: 210px;
	padding: 5px;
	text-align: right;
}


.clear {clear:both;}

/* solves weird empty datepicker div bug */
#ui-datepicker-div { display:none }

.ui-tooltip-default
{
	/* copy jquery ui autocomplete style */
	width:160px;
	background: white url(//d2n4yiee7lv24r.cloudfront.net/synchtank/css/smoothness/images/ui-bg_flat_75_ffffff_40x100.png) 50% 50% repeat-x;
	color: #222;
	border: 1px solid #AAA;
	moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	box-shadow:5px 5px 10px #666;
	-webkit-box-shadow:5px 5px 10px #666;
	-moz-box-shadow: 5px 5px 10px #666;
}

.ui-tooltip-default .ui-tooltip-content
{
	padding-top:1px;
	padding-left:1px;
	padding-right:1px;
	padding-bottom:2px;
}

.stToolTipLinkList li
{
	margin: 0;
	padding: 0;
	zoom: 1;
	float: left;
	clear: left;
	width: 100%;
}

.stToolTipLinkList li + li
{
	border-top:1px dotted #e7e7e7;
}

.stToolTipLinkList li a, .stToolTipLinkList li a:visited
{
	display: block;
	font-family: Helvetica,Arial,sans-serif;
	font-size: 12px;
	color: #212121;
	border: 1px solid #FFF;
	moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	text-decoration: none;
	padding: .2em .4em;
	margin-bottom:-1px;
	line-height: 1.5;
	zoom: 1;
}

.stToolTipLinkList li a:hover
{
	border-color: #999999;
	background: #dadada url(//d2n4yiee7lv24r.cloudfront.net/synchtank/css/smoothness/images/ui-bg_glass_75_dadada_1x400.png) 50% 50% repeat-x;
	font-weight: normal;
	color: #212121;
}



/* accordion css */
.accordion {    
     overflow:hidden;             
}

.accordion ul li h2 {
    padding:5px 0px;
    display:block;
    font-weight:bold;
}

.accordion ul li h2:hover {
    background-color:#EEE;
}

.accordion ul li ul {
	display:none;
}

.accordion ul li ul li {
    padding:3px 0;
}


/* Album Genre Filters */
#album_genre_links li {
    border:1px solid #ccc;  
}

#album_genre_links li + li {
    border-top:0px;  
}

#album_genre_links li a {
    display:block;
    padding:5px;
}

#album_genre_links li a:hover {
    background-color:#ccc;
}

#album_genre_links li a.genre_selected {
    background-color:#ccc;
}

/* CWR data layout */
.cwrDetailedInfoModal table
{
	font-size:10px;
	width:900px;
	border:1px solid #eee;
	border-collapse: collapse;
}

.cwrDetailedInfoModal table th
{
	font-weight:bold;
	text-transform:uppercase;
	white-space:nowrap;
}

.cwrDetailedInfoModal table td
{
	border:1px dotted #eee;
	border-collapse: collapse;
}

.cwrDetailedInfoModal table td, .cwrDetailedInfoModal table th
{
	padding:3px;
}


h1.album_section_title {
    line-height:17px;
    padding-bottom:5px;
}

.album_section_title a.album_section_download_btn {
    margin-top:-5px;
    text-transform: capitalize;
    font-size: 90%;
}

.album_section_download_btn {
    float:right;
}

.modal_placement_description, .modal_artistimage_description {
    clear:both;
    margin-top:10px;
}

.ui-corner-all
{
	font-size:12px;
	color:#000;
	font-family:helvetica, arial, sans;
}

.ui-autocomplete .autoCompleteDesc {
	float:right;
	text-align:right;
	padding-left:5px;
	width:20%;
	font-size:10px;
	color:#999;
}

.ui-autocomplete li.ui-menu-item + li.ui-menu-item
{
	border-top:1px dotted #e7e7e7;
}

.ui-autocomplete a
{
	overflow-x:hidden;
}

.ui-autocomplete {
	position: absolute;
	cursor: default;
	width:240px;
	box-shadow:5px 5px 10px #666;
	-webkit-box-shadow:5px 5px 10px #666;
	-moz-box-shadow: 5px 5px 10px #666;
}

.ui-autocomplete-loading
{
	background: white url('//d2n4yiee7lv24r.cloudfront.net/synchtank/css/smoothness/images/ui-anim_basic_16x16.gif') right center no-repeat;
}

.ui-datepicker, .ui-dialog
{
	font-family:helvetica, arial, sans;
	box-shadow:5px 5px 10px #666;
	-webkit-box-shadow:5px 5px 10px #666;
	-moz-box-shadow: 5px 5px 10px #666;
}

.qtip
{
	padding:0;
}

body .ui-tooltip {
	border-width: 1px;
}

.album_holder {
    margin:0 5px;
    height:220px;
    width:128px;
    float:left;
}

.album_text {
    width:128px;
    text-align:left;
}

.album_image img {
    width: 128px;
    margin: 0 5px;
}

.album_title_text {
    margin-top:5px;
    margin-bottom:2px;
    display:inline-block;
    text-align:left;
}

.album_artist_text, .album_genre_text {
    margin-top:5px;
    display:inline;
    text-align:left;
}

.album_artist_text {
    font-size:11px;
    font-weight:bold;
}

.album_genre_text {
    font-size:10px;
    text-decoration:underline;
}

video + p, .mejs-container + p
{
	margin-top:10px;
}




/* shopitem CSS */
.shopitem_preview_box {
    width:177px;
    margin:0 15px 0 0;
    padding:0;
    float:left;
}

.shopitem_image_wrapper {
    overflow:hidden;
    height:177px;
    width:177px;
}

.shopitem_preview_box img {
    width:177px;
}

.shopitem_preview_text {
    margin:5px 0 20px 0;
}

.shopitem_preview_text a {
    font-weight:bold;
    margin-right: 5px;
}

.shopitem_preview_text  + .shopitem_preview_text {
    margin:3px 0 20px 0;
}

.shopitem_wrapper {
    
}

.shopitem_image, .shopitem_image img { 
    width:250px; 
    float:left;
}

.shopitem_text {
    width:490px;
    margin-left:15px;
    float:left;
}

/* end shopitem CSS */

body.mce-content-body
{
	/* without this, we get horizontal scroll bars in the tiny mce editor */
	min-width:0 !important;
	
	/* add in some margin. can't add to container due to weirdness/black left border in IE10 */
	margin:5px !important;
}






/* CSS for zclip buttons. These are passed through the zclip swf to the element the swf is attached to */
#clipboard-copy-button-trackinglink { float:right; }
#clipboard-copy-button-trackinglink.zeroclipboard-is-hover,
#clipboard-copy-button-playlist.zeroclipboard-is-hover { 
    background: url("//d2n4yiee7lv24r.cloudfront.net/synchtank/images/forms/button-background.gif") repeat-x center center;
    border-color: #999999;
    color: #000;
    background-color: #f6f6f6;
    transition : border-color 0.8s ease;
    -webkit-transition : border-color 0.8s ease;
    -moz-transition : border-color 0.8s ease;
    -o-transition : border-color 0.8s ease;
}
#clipboard-copy-button-trackinglink.zeroclipboard-is-active,
#clipboard-copy-button-playlist.zeroclipboard-is-active { 
    background: url("//d2n4yiee7lv24r.cloudfront.net/synchtank/images/forms/button-background.gif") repeat-x center bottom;
    text-shadow: none;
    color: #FFF !important;
    border-color: #333 !important;
}
 
/* Bg color for the table header when copying playlists */
.copy_playlist_header { background-color:#CCC; }



.user_restrictions_list {
    margin-top:10px;
    margin-bottom:10px;
}

/* show and hide elements based on the user who is logged in */

.dynamicUserLoggedIn, .dynamicUserJobsAccess
{
	/* hide by default */
	display:none !important;
}

body.currentUserLoggedIn .dynamicUserLoggedIn, body.currentUserJobsAccess .dynamicUserJobsAccess
{
	/* then display if the body has the class currentUserLoggedIn */
	display:inline-block !important;
}

body.currentUserLoggedIn .stToolTipLinkList .dynamicUserLoggedIn, body.currentUserJobsAccess .stToolTipLinkList .dynamicUserJobsAccess
{
	/* then display if the body has the class currentUserLoggedIn */
	display:block !important;
}

/* show and hide elements based on the user who is logged in */

table.dataTable 
{
	background: rgb(125, 125, 125);
	background: rgba(255,255,255,0.5);
}

table.dataTable thead th
{
	color: #000;
	border-bottom: none;
}

.gridList .gridListHeader 
{
	background-color: rgb(125,125,125)!important;
	background-color: rgba(255,255,255,0.5)!important;
	background-image: none;
	border: none;
}

.gridList li,
.gridListHeader div
{
	color: #000;	
}

.cp-color-picker
{
	z-index: 9999;
}

.fa-icon
{
	font-family: 'FontAwesome';
}

.headerDivBreadCrumbs
{
	display:inline-block;
	vertical-align: baseline;
	height:12px;
	line-height:12px;
	font-size:12px;
	padding-left:8px;
}

.headerDivBreadCrumbs ul li
{
	float:left;
	padding-left:8px;
	padding-right:8px;
	border-left:1px solid #333;
}

.currentHeaderDivBreadCrumb
{
	font-weight:600;
}

.termsAndConditionsApprovalScrollText
{
	text-align: center;
	background: #f0f0f0;
	font-weight: bold;
	margin-bottom: 20px;
	padding: 5px;
}

form#termsAndConditionsApprovalForm
{
	margin-top: 20px;
}

form#termsAndConditionsApprovalForm ul li
{
	text-align: center;
}

form#termsAndConditionsApprovalForm ul li .button
{
	float: none;
}

form#termsAndConditionsApprovalForm .success
{
	text-align: center;
}

.brackets:before
{
	content: "[ ";
}
.brackets:after
{
	content: " ]";
}







.userItemViewColumn
{
	width: 495px;
	float: left;
}

.userItemViewColumn + .userItemViewColumn
{
	margin-left: 10px;
}

ul.userItemViewColumn li
{
	line-height: 24px;
	min-height: 24px;
	/* the auto causes floated content to fill out the li container */
	overflow:auto;
	/* but then we need to prevent scroll bars form showing up */
	overflow-x:hidden;
	overflow-y:hidden;
}

ul.userItemViewColumn li + li
{
	margin-top: 5px;
}

.userItemViewColumnLabel
{
	float: left;
	width: 160px;
	min-height: 24px;
	color: #333;
	font-weight:bold;
}

.userItemViewColumnLabel:after
{
	content: ":";
}

.userItemViewColumnContent
{
	display: block;
	float: right;
	width: 325px;
	color: #666;
	overflow:auto;
}

.userItemViewColumnContent p
{
	line-height:18px;
	margin-top:3px;
	overflow:auto;
}

.userItemViewColumnHeading
{
	color: #333;
	background-color: #d8d8d8;
	line-height: 12px;
	height: 12px;
	min-height: 12px;
	padding: 5px;
	border: 1px solid #d8d8d8;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.userItemViewColumnActions .button + .button
{
	margin-left:5px;
}

#modalSpotifyPlaylistForm p {
    background-color: #00c750;
    color: white;
    padding: 6px;
}
#modalSpotifyPlaylistForm a {
    display: none;
}
#modalSpotifyPlaylistForm ul {
    width: 520px;
}
#modalSpotifyPlaylistForm ul li label {
    width: 275px;
}
ul.gridList.spotify .trackListCheckbox {
    float: left;
    width: 15px;
    padding: 5px;
}
ul.gridList.spotify .trackListArtistTitle,
ul.gridList.spotify .trackListArtistTitleSpotify
{
	float: left;
	width: 200px;
	padding: 5px;
	line-height: 22px;
	white-space: nowrap;
	overflow: hidden;
}
ul.gridList.spotify li.gridListHeader div.trackListArtistTitle,
ul.gridList.spotify li.gridListHeader div.trackListArtistTitleSpotify
{
	padding-left: 7px !important;
	padding-right: 3px !important;
}
ul.gridList.spotify .trackListMatchedBy
{
	float: left;
	width: 70px;
	padding: 5px;
	line-height: 22px;
}
ul.gridList.spotify li.nomatch div {
    color: #bbb;
}
ul.gridList.spotify li.nomatch input {
    visibility: hidden;
}

/* -------- dropzone js CSS -------- */

.fileUploadButtonTemplate, .fileUploadPreviewTemplate, .fileUploadPreviewContainerTemplate {
	display: none;
}

form .dragAndDropFiles
{
	float:left !important;
}

/* -------- dropzone js CSS -------- */
/* end /st_shared_application/synchtank/css/synchtank-global/style.css */


#homepageImages {
	width:1000px !important;
	height:437px !important;
}


/* start client css / edited in CMS -> Website -> CSS */
/*****************************************/
/**************   PLAYER  ****************/
/*****************************************/

/* only show hover on desktfop */
@media screen and (min-width:1025px)
{
	/* hover on ios does not work */
	#stMusicPlayerControls a:hover
	{
		background-color: #a9bdd4;
		border: 1px solid #a9bdd4;
	}
}

#stMusicPlayerVolumeBackground div
{
	background-color:#a9bdd4;
}

#stMusicPlayerScrubberPlayingBar
{
	background-color:#a9bdd4;
}

a.stPlaylistClose:hover
{
	background-color: #a9bdd4;
	border: 1px solid #a9bdd4;
}

#stUserName {
    width: 100px;
}

/* only show hover on desktop */
@media screen and (min-width:1025px)
{
	#stUser a:hover
	{
		background-color:#a9bdd4;
	}
}

/* only show hover on desktop */
@media (min-width:1025px)
{
	.stMusicPlayerMenuContainerHovered #stMusicPlayerMenuWrapper div
	{
		border-color:#a9bdd4 !important;
	}
}

/* only show hover on desktop */
@media screen and (min-width:1025px)
{
	/* hover on ios does not work */
	#stQuickSearchContainer a:hover
	{
		color:#a9bdd4;
	}
}

#stUserSlug {
    height: 40px;
}

#stUserContainer {
    top: -1px;
    background-color: #000000;
    border: none;
}

#stMusicPlayerContainer 
{
    top: 38px;
    padding-top: 0;
    background-color:#000000;
    border: none;
}

#stMusicPlayerSlug {
    
    height: 62px;
}

#headerWrapper {
    top: 99px!important;
    height: auto;
    padding-bottom: 18px;
}

.navigationTabs {
    top: 207px!important;
    
}
/*****************************************/
/**************   PLAYER  ****************/
/*****************************************/

@font-face {
    font-family: 'Armata';
    src: url('//s3.amazonaws.com/synchtank-static/synchtank/fonts/Armata-Regular-webfont.eot');
    src: url('//s3.amazonaws.com/synchtank-static/synchtank/fonts/Armata-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('//s3.amazonaws.com/synchtank-static/synchtank/fonts/Armata-Regular-webfont.woff') format('woff'),
         url('//s3.amazonaws.com/synchtank-static/synchtank/fonts/Armata-Regular-webfont.ttf') format('truetype'),
         url('//s3.amazonaws.com/synchtank-static/synchtank/fonts/Armata-Regular-webfont.svg#ArmataRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

a
{
	color: #25313d;
}

body.frontEnd
{
	color: #333;
	background-color:#dfdfdf;
}

a:visited
{
	color: #25313d;
}

a:hover
{
	color: #405870;
}

#stPlaylistSlug {
    display: none;
}

#stPlaylistContainer{
    z-index: 14;
}

#headerWrapper
{
	background-color:#000;
	background-image: url("//d2n4yiee7lv24r.cloudfront.net/F4v4/images/header-bg2.png");
	background-repeat: no-repeat;
	background-position: center center;
	position: fixed;
	width: 100%;
	z-index: 12;
}

#header
{
	padding-top: 10px;
	padding-bottom: 20px;
	margin-bottom: 0px;
	height: auto;
	overflow: visible;
	margin-left: auto;
	margin-right: auto;
}

#headerLogo
{
	float: left;
	height: 69px;
	margin-top:13px;
}

#headerLogo img {
	width:auto !important;
}

#userArea
{
	float: right;
	text-align: right;
	color:#FFF;
	margin:33px 0 0 0;
	padding-right:0px;
	width:500px;
}

#userArea p, #userArea ul
{
	width: 500px;
}

#userArea p
{
	color:#FFF;
	line-height: 15px;
	margin-bottom: 5px;
}

#userArea li
{
	line-height: 15px;
}

#userArea a,
#userArea a:visited {
	color:#FFF;
}

#userArea a:hover {
	color:#EEE;
}

body.frontEnd #columnWrapper {
	margin-top: 150px;
}

body.frontEnd .navigationTabs
{
	margin-bottom: 5px;
	background-image:none;
	background-color:#25313d;
	height:14px;
	width:100%;
	padding:10px 0 10px 0;
	position: fixed;
	margin-top: 0;
	z-index: 13;
}
/*

@media screen and (max-height:480px) {
    
    #headerWrapper
    {
        position: relative;
        margin-top: 0;
        top: 0!important;
        z-index: 2;
    }
    
    body.frontEnd .navigationTabs
    {
        position: relative;
        margin-top: 109px;
        top: 0!important;
        z-index: 2;
    }
    
    body.frontEnd #columnWrapper {
        margin-top: 0;
    }
    
    #stPlaylistSlug {
        display: block;
    }

    #stPlaylistContainer{
        z-index: 14;
    }

}

*/

@media screen and (max-device-width:480px) {

	#headerSocialMediaList
	{
		display: none;
	}

}

body.frontEnd .navigationTabs ul {
	width:1000px;
	margin:0 auto;
}

body.frontEnd .navigationTabs li
{
	float: left;
	padding-right:10px;
}

body.frontEnd .navigationTabs li:last-child
{
	float: left;
	padding-right:0px;
}



body.frontEnd .navigationTabs li + li
{

}

body.frontEnd .navigationTabs li + li a
{
	
}

body.frontEnd .navigationTabs li + li a.currentNavTab
{
}

body.frontEnd .navigationTabs li a
{
	display: block;
	padding-left: 8px;
	padding-right: 8px;
	line-height: 14px;
	color: #fff;
	text-decoration: none;
	font-family: Armata, arial, helvetica;
	font-size: 12px;
	font-weight:bold;
}

body.frontEnd .navigationTabs li a:visited
{
	color: #fff;
}

body.frontEnd .navigationTabs li a:hover
{
	color: #a9bdd4;
}

body.frontEnd .navigationTabs li a.currentNavTab
{
	color: #a9bdd4;
}

body.frontEnd #left_column {
	padding-left:5px;
}

.advancedSearchSelected
{
	color: #000 !important;
}

#footerWrapper {
	background-color:#efefee;
}


#footer
{
	margin-top: 15px;
	color: #666;
}

#footer .groupingLabel
{
	text-transform: uppercase;
	color: #252525;
}

#footer a
{
	color: #252525;
	text-decoration: none;
}

#footer a:visited
{
	color: #252525;
}

#footer a:hover
{
	color: #454545;
}

.gridListHeader
{
	background-color: #939393 !important;
}

.purchasedItem
{
	overflow: auto;
	zoom: 1;
	padding: 10px;
	line-height: 20px;
	font-weight: normal;
	border: 1px solid #666;
	background-color: #e8e8e8;
}

.purchasedItem span
{
	font-weight: bold;
}

.purchasedItem + .purchasedItem
{
	border-top: 0;
}

.purchasedItemDetails
{
	float: left;
	overflow: hidden;
	width: 380px;
}

.purchasedItemStatus
{
	float: left;
	overflow: hidden;
	width: 200px;
}

.purchasedItemName
{
	float: left;
	overflow: hidden;
	width: 280px;
}

.purchasedItemCost
{
	float: right;
	text-align: right;
	overflow: hidden;
	width: 70px;
}

h1, .headerDiv
{
	text-transform: uppercase;
	font-weight: bold;
	height:31px;
	padding:6px 0 0 0;
	font-family:Armata, arial, helvetica;
	color:#333;
	font-weight:bold;
}

.nivo-caption h1{
    color:#acbed4;
    padding-left:4px;
    padding-top:10px;
    margin-bottom:-10px;
    font-size: 20px;
}

.nivo-caption p{
    color:#e3e3e3;
}

#rightColumn h1,
#rightColumn .headerDiv
{
	text-transform: uppercase;
	font-weight: bold;
	border-bottom: 0px;
	font-family:Armata, arial, helvetica;
	color:#fff;
	height:19px;
	background: #25313d url('//d2n4yiee7lv24r.cloudfront.net/F4v4/images/header-bg.gif') repeat-x left top;
	padding:6px 0 0 5px;
	font-weight:bold;
}

#rightColumn .headerDiv a,
#rightColumn h1 a,
#rightColumn .headerDiv a:visited {
	color:#FFF;	
}

#rightColumn .headerDiv a:hover,
#rightColumn h1 a:hover {
	color:#EEE;
}

#rightColumn div.divided + div.divided {
	border-top:0;
}

#midColumn { position : relative; }

#midColumn div.divided + div.divided {
	border-top:0;
}

#rightColumn div.musicPlayerWrapper {
	background-color:#efefee;
	padding-top:0;
	margin-top:14px;
}

body.frontEnd #mainContent #midColumn {
	color:#252525;
}

#content_padder {
	padding: 0 5px 10px 5px;
}


#artist_release_slider, 
#trailer_music_slider {
	overflow:hidden;
	padding:15px 20px 15px 20px;
	margin:5px auto;
	background-color:#efefee;

        -webkit-border-top-right-radius: 5px;
	-moz-border-top-right-radius: 5px;
	border-top-right-radius: 5px;
	
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-bottom-right-radius: 5px;
	border-bottom-right-radius: 5px;

        -webkit-border-top-left-radius: 5px;
	-moz-border-top-left-radius: 5px;
	border-top-left-radius: 5px;
	
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-bottom-left-radius: 5px;
	border-bottom-left-radius: 5px;
}


.tinyscrollbar .viewport {
	height: 183px;
}

.tinyscrollbar .overview {
	padding-bottom:0px;
}

.tinyscrollbar .scrollbar {
	margin:10px 0 0 0;
}

.scroll-content-item {float:left;}
.scroll-content-item {width:144px; height:183px;overflow:hidden;margin-right: 9px; padding-right: 5px;}
/*.scroll-content-item + .scroll-content-item {margin-left:15px;}*/
.scroll-content-item img { width:144px; height:144px; box-shadow: 0px 2px 4px #888888; }

.scroll-content-item img:hover {

}

.scroll-content-item-text-title {
	clear:both;
	padding:3px 0;
	font-family: arial, helvetica;
	font-size:11px;
}

.scroll-content-item-text-artist {
	clear:both;
	padding:0px 0;
	font-family: arial, helvetica;
	font-size:11px;
        line-height:11px;
        color: #979797;
}

.scroll-content-item-text-title a {
}


body.frontEnd #home_featured_artists {
	width:765px;
	float:left;
	margin-bottom:5px;
	background: none;
	margin-left:0px;
}

body.frontEnd #home_featured_artists h1 {
	margin-left:30px;
}

body.frontEnd #featured_artists_slider {
	overflow:hidden;
	padding:15px 10px 10px 30px;
	margin:5px auto 0 auto;
	background-color:rgba(232, 232, 232, 0.7);

        -webkit-border-top-right-radius: 5px;
	-moz-border-top-right-radius: 5px;
	border-top-right-radius: 5px;
	
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-bottom-right-radius: 5px;
	border-bottom-right-radius: 5px;

        -webkit-border-top-left-radius: 5px;
	-moz-border-top-left-radius: 5px;
	border-top-left-radius: 5px;
	
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-bottom-left-radius: 5px;
	border-bottom-left-radius: 5px;
}

body.frontEnd #featured_artists_slider .viewport {
	height:150px;
}

body.frontEnd #featured_artists_slider .overview {
	padding:0 0px;
}

body.frontEnd #featured_artists_slider .scroll-content-item {
	width:150px; height:150px;margin-right:25px;
}
body.frontEnd #featured_artists_slider .scroll-content-item img {
	height:auto;
	width:auto;
	max-width:150px;
	max-height:130px;
}

body.frontEnd #featured_artists_slider {
	margin:0;
}


.clear {clear:both;}
.scrollbar_spacer {height:15px;}


h1.slider_heading {
	color:#4d4d4f;
	margin:10px 0 7px 29px;
	padding:0;
	line-height:14px;
	height:14px;
}

body.frontEnd #home_bottom_content {
	margin-top:10px;
}

body.frontEnd #home_features {
	width:180px;
	float:left;
	margin-right:10px;
	background-color: rgba(232, 232, 232, 0.7);
	padding:10px 22px 20px 23px;
	height:639px;

        -webkit-border-top-right-radius: 5px;
	-moz-border-top-right-radius: 5px;
	border-top-right-radius: 5px;
	
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-bottom-right-radius: 5px;
	border-bottom-right-radius: 5px;

        -webkit-border-top-left-radius: 5px;
	-moz-border-top-left-radius: 5px;
	border-top-left-radius: 5px;
	
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-bottom-left-radius: 5px;
	border-bottom-left-radius: 5px;
}

body.frontEnd #home_features img {
	width:180px;
	border:0;
	float:left;
}
body.frontEnd #home_features h1 {
	float:left;
	clear:both;
	color:#3d3d3d;
	width:auto;
	max-width:165px;
	position:relative;
	padding:0;
}

body.frontEnd #home_features .home_features_link  {
	float:left;
	clear:both;
	color:#3d3d3d;
	margin:5px 0 30px 0;
	padding:0;
	font-size:13px;
	font-weight:bold;
}

body.frontEnd #home_features .home_features_spacer {
	margin-bottom:35px;
} 

body.frontEnd #home_features img.heading_arrow {
	float:left;
	width:8px;
	margin-left:7px;
}





body.frontEnd #home_content {
	width:370px;
	float:left;
	margin-right:10px;
	background:none;
}

body.frontEnd #home_news {
	width:365px;
	float:left;
	background-color:rgba(232, 232, 232, 0.7);
	height:438px;
	padding:10px;

        -webkit-border-top-right-radius: 5px;
	-moz-border-top-right-radius: 5px;
	border-top-right-radius: 5px;
	
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-bottom-right-radius: 5px;
	border-bottom-right-radius: 5px;

        -webkit-border-top-left-radius: 5px;
	-moz-border-top-left-radius: 5px;
	border-top-left-radius: 5px;
	
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-bottom-left-radius: 5px;
	border-bottom-left-radius: 5px;
}

body.frontEnd #home_news .divided {
	border:1px solid rgba(232, 232, 232, 0.7);
	background-color:rgba(232, 232, 232, 0.7);
	color:#5C5C5C;
	padding:3px 5px;
	height:131px;
	margin-bottom:9px;
}

body.frontEnd #home_news .divided .headerDiv a,
body.frontEnd #home_news .divided .newsPreview a {
	color:#2A2A2A;
}
body.frontEnd #home_news .divided .headerDiv {
	color:#939398;
	padding:0;
	margin:0;
}

.newsPreview img {
    margin-top: 2px
}

#fancybox-content, 
#fancybox-content h1,
#fancybox-content a { color:#333;}

#playlist a, #playlist a:visited { color:#333;}
#playlist a:hover { color:#333;}

.advancedSearchSliderWrapHeading { color:#FFF;} 
.jslider-value { color:#333;}

.advancedSearchYourSearchHeading { color:#fff;}

.advancedSearchYourSearch a { color:#333;}
.poweredBy a { color:#333;}

.gridListHeader, 
.gridList a  { color:#333;}


#album_accordion {
	background-color:rgba(0,0,0,0.5);
	width:195px;
}

#album_accordion ul li h2 {
	background-color:#1a1a1a;
	padding:5px;
}

#album_accordion ul li ul {
	display:none;
}

#album_accordion .acc_selected h2 {
	background-color:#6e6e6e;
}

#album_accordion ul li ul li {
	padding:3px;
}

.dataTable tbody,
.dataTable tbody a {color:#333;}

#album_details {
	padding:5px 10px 10px 10px;
}

#album_details .buttonRow {
	float:right;
	text-align:right;
}

.artist_albums {
	float:left;
}

.artist_albums .album_holder {
	width:140px;
	float:left;
	margin:0 5px;
}


.album_text {
	text-align:center;
	margin:4px 0 0 4px;
}

.artist_compilations {
	width:100%;
	float:right;
	clear:both;
	margin:10px 0;
}

.compilation_holder {
	clear:both;
	float:left;
	margin-bottom:10px;
}

.compilation_image {
	width:75px;
	float:left;
	margin-left:5px;
}
.compilation_image img {
	width:75px;
}

.compilation_text {
	margin-left:5px;
	width:195px;
	float:left
}

.third_party {
	clear:both;
	margin:10px 0;
}

.third_party .previewGrid { 
	width:147px;
}

#midColumn form ul li label {
	color:#333;
}

#modalShareForm ul li span {
	color:#333;
}


#headerSocialMediaList
{
	width: 100%;
	overflow: hidden;
}

.socialSites li.facebook a
{
	background: transparent url("//d2n4yiee7lv24r.cloudfront.net/synchtank/images/social-sprite.png") 0px 0px no-repeat;
}

.socialSites li.myspace a
{
	background: transparent url("//d2n4yiee7lv24r.cloudfront.net/synchtank/images/social-sprite.png") -20px 0px no-repeat;
}
.socialSites li.itunes a
{
	background: transparent url("//d2n4yiee7lv24r.cloudfront.net/synchtank/images/social-sprite.png") -40px 0px no-repeat;
}

.socialSites li.twitter a
{
	background: transparent url("//d2n4yiee7lv24r.cloudfront.net/synchtank/images/social-sprite.png") -60px 0px no-repeat;
}

.socialSites li.youtube a
{
	background: transparent url("//d2n4yiee7lv24r.cloudfront.net/synchtank/images/social-sprite.png") -80px 0px no-repeat;
}

.socialSites li.lastfm a
{
	background: transparent url("//d2n4yiee7lv24r.cloudfront.net/synchtank/images/social-sprite.png") -100px 0px no-repeat;
}

.socialSites li.rss a
{
	background: transparent url("//d2n4yiee7lv24r.cloudfront.net/synchtank/images/social-sprite.png") -120px 0px no-repeat;
}

.socialSites li.turntable a
{
	background: transparent url("//d2n4yiee7lv24r.cloudfront.net/synchtank/images/social-sprite.png") -140px 0px no-repeat;
}

.socialSites li.linkedin a
{
	background: transparent url("//d2n4yiee7lv24r.cloudfront.net/synchtank/images/social-sprite.png") -160px 0px no-repeat;
}

.socialSites li.soundcloud a
{
	background: transparent url("//d2n4yiee7lv24r.cloudfront.net/synchtank/images/social-sprite.png") -180px 0px no-repeat;
}

.socialSites li.spotify a
{
	background: transparent url("//d2n4yiee7lv24r.cloudfront.net/synchtank/images/social-sprite.png") -200px 0px no-repeat;
}

.socialSites li.googleplus a
{
	background: transparent url("//d2n4yiee7lv24r.cloudfront.net/synchtank/images/social-sprite.png") -220px 0px no-repeat;
}

.socialSites li.bandcamp a
{
	background: transparent url("//d2n4yiee7lv24r.cloudfront.net/synchtank/images/social-sprite.png") -240px 0px no-repeat;
}

.socialSites li.facebook_button {
	background: transparent;
	width: auto;
	margin-left: 0px !important;
}

form ul li .checkBoxInputText {
	color:#FFF;
}


.socialSites {
	width:auto;
	float:right;
	margin-bottom:10px;
}

.facebookFeedWrap {
	clear:none;
	float:left;
	width:130px;
	margin-top:0;
	margin-left:10px;
}

#social_media_links h3 {
	font-size:13px;
	margin:3px 0 5px 0;
	clear:both;
}


#auto_page_id_placements .itemPreviewText {
	white-space:normal;
}
#auto_page_id_placements .videoPreviewTheeLines {
height: 139px;
}
#auto_page_id_placements .itemPreviewText a {
	word-wrap:break-word;
	width:150px;
}

#auto_page_id_searchresults .itemPreviewText a {
    text-decoration: underline;
}

.trackListActions {
	width:280px;
}

#auto_page_id_newsletter .trackListTitle,
#auto_page_id_newsletter .trackListTitle a {
	white-space:normal;
} 

#auto_page_id_newsletter .trackListArtist,
#auto_page_id_newsletter .trackListArtist a {
	white-space:normal;
} 

#auto_page_id_album .trackListActions {
	width:280px;
}
#auto_page_id_album .trackListTitle
 {
	width: 165px;
	white-space:normal;
}

#auto_page_id_album .trackListTitle > a
{
    width: 165px!important;
    white-space:normal;
    
}

#auto_page_id_album .trackListArtist
 {
	width: 100px;
	white-space:normal;
}

#auto_page_id_album .trackListArtist > a
 {
	width: 90px!important;
	white-space:normal;
}

#auto_page_id_album .gridList div
{
    vertical-align: middle;
}

#auto_page_id_album .gridList div.trackListActions a
{
    margin-top: 4px;
}

#auto_page_id_album .gridList li.gridListHeader div,
#auto_page_id_album .gridList li.gridListHeader
{
    min-height: 0px;
    height: auto;
    line-height:30px;
}

#auto_page_id_album .gridList li 
{
    min-height: 46px;
}

#auto_page_id_playlist .trackListArtist {
	width: 120px;
	white-space:normal;
}

#auto_page_id_playlist .trackListArtist > a {
	width: 110px!important;
	white-space:normal;
}

#auto_page_id_playlist .trackListTitle {
	width: 160px;
	white-space:normal;
}

#auto_page_id_playlist .trackListTitle > a {
	width: 150px!important;
	white-space:normal;
}

#auto_page_id_album .trackListCollections,
#auto_page_id_playlist .trackListCollections {
	width: 110px;
}

#auto_page_id_userplaylist .trackListActions,
#auto_page_id_playlist .trackListActions {
	width:306px;
}


.trackListOneStop {
	width:55px;
	padding:5px;
	float:left;
}

.trackListCollections {
	width:120px;
	padding:5px;
	float:left;
}

#auto_page_id_track .trackListOneStop,
#auto_page_id_track .trackListCollections {
	display:none;
}




.trackListNumber {
width:50px;
}


 
.artist_albums {
	width:100%;
}

.artist_compilations,
.third_party,
.surfdog_records {
	clear: both;
	margin: 10px 0 10px 4px;
	width:100%;
}

.album_holder,
.artist_albums .album_holder,
.artist_compilations .album_holder,
.surfdog_records .album_holder,
.third_party .album_holder,
.artist_albums_search .album_holder {
	margin:0 0 15px 0;
	height:auto;
	width:155px;
	float:left;
}

.trailer_music_container h1, 
.production_music_container h1,
.artist_albums h1, 
.artist_albums_search h1 { margin-bottom:10px; margin-top:2px; }

.album_holder .album_catalog_number {
	font-size:10px;
	margin-bottom:0px;
}

.album_image {
	margin-right:0;
}

#album_details .album_image {
	margin-right:15px;
}

#album_genres { 
	width:220px;
	float:right;
	z-index:5;
	position: absolute;
	right:0;
	
}

#album_genre_header {
	background: #25313d url('//d2n4yiee7lv24r.cloudfront.net/F4v4/images/header-bg.gif') repeat-x left top;
	color:#FFF;
	padding:5px;
	border:1px solid #ccc;
}

#album_genre_header .genre_down_selector { float:right; }

#album_genre_links { 
	background-color:#dfdfdf;
	background-color:rgba(233,233,233,0.9); 
	}

#album_genre_links li a.genre_selected {
	background-color: #ccc;
	color:#405870;
}

.album_holder + .album_holder { margin-left:14px; }

.album_text {
	width:100%;
	text-align:left;
}

.album_image img {
	width: 100%;
}

.album_title_text,
.album_catalog_number {
	margin-top:2px;
	margin-bottom:0;
	display:inline-block;
	text-align:left;
	word-wrap:break-word;
	width:100%;
	clear:both;
}

.album_artist_text, 
.album_genre_text  {
	margin-top:2px;
	margin-bottom:0;
	display:inline-block;
	text-align:left;

}

.album_artist_text {
	font-size:11px;
	font-weight:bold;
}

.album_genre_text {
	font-size:10px;
	text-decoration:underline;
}

#contact_page_content {
	width:260px; 
	margin-top:0px;
	float:right;
	
}

.contactPageContent .divided {
	float:left;
	width:425px;
	overflow:hidden;
	clear:none;
}

.member {
	clear:both;
	margin-top:10px;
}

.member_text {
	width:140px;
	float:left;
}
.member_image {
	width:100px;
	float:right;
}

/* clear fix as html editor remove empty divs with clears.. */
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}

#dataReport h2
{
	text-transform: uppercase;
	font-weight: bold;
	border-bottom: 0px;
	font-family:Armata, arial, helvetica;
	font-size:12px;
	height:14px;
	padding:6px 0 6px 0px;

}

.advancedSearchYourSearchHeading {
	color:#333;
}

#playlist_header {
	width:100%;
	float:left;
	clear:none;
}

.playlist_image {
	float:left;
	width:200px;
	margin:0 10px 10px 0;
}

.playlist_notes {
	float:left;
	width:350px;
}

.playlist_buttonrow {
	margin:5px 5px 5px 0;
	float:right;
	text-align:right;
	width:350px;
}

.playlist_buttonrow a {
	margin:0 0 0 5px;
}

#home_content .tweetText { height:100px; }

#home_content .twitterFeedWrap,
#home_content #twitterFeed { height:148px; }

#home_content .tweetText {margin:0px;height:auto;margin-bottom:15px;margin-right:5px;}

.homepage_twitter_feed {
max-height:458px;
height:458px;
overflow:auto;
}

.newsletter_img { margin-bottom: 20px; }

.darkBlock a {color:#dedede;}
.darkBlock a:hover {color:#FFF;}

#leftColumn .socialSites { width:100%; }

/* per tyler, they no longer want scrollable areas on the homepage */
#artist_release_slider .scrollbar, #trailer_music_slider .scrollbar, #featured_artists_slider .scrollbar
{
	display:none;
}

#customAdvancedSearchLink
{
	position:absolute;
	top:13px;
	left:50%;
	margin-left:205px;
	white-space:nowrap;
	text-align:left;
	color:#fff;
}

#customAdvancedSearchLink a, #customAdvancedSearchLink a:visited
{
	color:#fff;
}

#customAdvancedSearchLink a:hover
{
	color:#a9bdd4;
}

#headerSocialMedia
{
	float:right;
	margin-top:10px;
	margin-right:-10px;
}

.headerSocialMediaRow
{
	height:auto;
	width: 100%;
	float:left;
	clear:both;
}

.headerSocialMediaRow .facebookFeedWrap
{
	margin-right:-38px;
}

.headerSocialMediaRowJoinEmailList
{
	text-align:right;
	width:100%;
}

.headerSocialMediaRowJoinEmailList a
{
	display:block;
	margin-right:10px;
	color:#a9bdd4;
}

.headerSocialMediaRowJoinEmailList a:visited
{
	color:#a9bdd4;
}

.headerSocialMediaRowJoinEmailList a:hover
{
	color:#fff;
}

.headerSocialMediaRowLabel
{
	color:#a9bdd4;
	float:left;
	width:auto;
	text-align:right;
	line-height:20px;
	margin-right:10px;
}

#stQuickSearchWrapper
{
	width:180px;
	float:right;
	background-color: #e5e5e5 !important;
}

#stQuickSearch, #stQuickSearch form, #stQuickSearch input
{
	width:140px;
}

#stQuickSearch input
{
	color: #262626 !important;
}

.trackListBPM, .trackListLength
{
	width: 42px;
}

.trackListTitle, .trackListTitle a
{
	width: 170px;
	white-space:normal;
}

.trackListOneStop,
.trackListCollections
{
    line-height: 22px;
}

.trackListArtist a,
.trackListTitle a {
    text-decoration: underline;
   
}

.trackListArtist, .trackListArtist a
{
	width: 130px;
}

.alt.currentTrackInPlayer
{
	background-image: none;
	background-color: #4e4e4e !important;
	color: #e5e5e5 !important;
}

.alt.currentTrackInPlayer a
{
	color: #e5e5e5 !important;	
}

 .alt.currentTrackInPlayer a.button
{
	color: #000 !important;
} 

.currentTrackInPlayer
{
	background-image: none;
	background-color: #5b5b5b !important;
	color: #e5e5e5 !important;
}

.currentTrackInPlayer a
{
	color: #e5e5e5 !important;	
}

 .currentTrackInPlayer a.button
{
	color: #000 !important;
} 

/* a.button, 
a.paginate_active, 
a.paginate_button, 
.paginate a,
a.button:visited, 
a.paginate_active:visited, 
a.paginate_button:visited, 
.paginate a:visited
{
	background:	none repeat scroll 0% 0% #25313d;
	border: 0 none !important;
	border-radius: 0 0 0 0 !important;
	font-family: Armata, arial, helvetica;
	font-weight: bold;
	color: #FFFFFF !important;
	font-size: 11px;
	padding: 2px 12px !important;
	text-shadow: none;	
	text-transform: uppercase;
	vertical-align: middle;
}


a.button:hover, 
a.paginate_active:hover, 
a.paginate_button:hover, 
.paginate a:hover 
{
	background: #a9bdd4;
	color: #fff;
} */

form ul li input[type="text"], 
form ul li textarea, 
form ul li input[type="password"]
{
	border: 0 !important;
	background: #ccc !important;
	-webkit-border-radius: 0px !important;
	-moz-border-radius: 0px !important;
	border-radius: 0px !important;
	color: #000;
}

#advancedSearchSubmitLink
{
width: 45px;
padding: 2px 6px !important;
}

#advancedSearchTermInputWrapper {
    width: 260px;
}

.album_section_downloads {
	float:right;
	width:250px;
	clear:right;
}


.album_section_downloads .button  {
	margin-top:3px;
	clear:both;
}

#auto_page_id_album .album_artist,
#auto_page_id_album  .album_itunes_link,
#auto_page_id_album  .album_release_year,
#auto_page_id_album  .album_genres,
#auto_page_id_album  .album_categories,
#auto_page_id_album  .album_catalog_number {
	margin-bottom: 7px;
	width: 450px;
	float:left;

}

#stUser a.freedom_login_btn {
	padding:0px 4px;
	height:20px;
}

/****************************************************/
/***************** BOF ARTISTS **********************/
/****************************************************/

#auto_page_id_artists body.noRightColumn .previewGrid, 
#auto_page_id_artists body.noRightColumn #comboLeftColumn .previewGrid
{
    width: 155px;
    height: 120px;
    margin: 0;
}

#auto_page_id_artists .itemPreviewImage 
{
    width: 155px;
    height: 103px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

#auto_page_id_artists .itemPreviewImage a
{
    display: block;
    width: 155px;
    height: 103px;
}

#auto_page_id_artists body.noRightColumn .previewGrid + .previewGrid 
{
     margin-left: 14px;
}

.clearRow {
    overflow: hidden;
    width: 100%;
    height: 14px;
}

/****************************************************/
/***************** EOF ARTISTS **********************/
/****************************************************/
/****************************************************/
/**************** BOF PLACEMENTS ********************/
/****************************************************/

#auto_page_id_placements body.noRightColumn .previewGrid, 
#auto_page_id_placements body.noRightColumn #comboLeftColumn .previewGrid
{
    width: 155px;
    height: 167px;
    margin: 0;
}

#auto_page_id_placements .itemPreviewImage 
{
    width: 155px;
    height: 103px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

#auto_page_id_placements .itemPreviewImage a 
{
    display: block;
    width: 155px;
    height: 103px;
}

#auto_page_id_placements body.noRightColumn .previewGrid + .previewGrid 
{
     margin-left: 14px;
}

/****************************************************/
/**************** EOF PLACEMENTS ********************/
/****************************************************/

body.frontEnd #mainContentWrapper.loadingBar::before 
{ 
    content: "We are gathering your awesome selection...";
    display: block;
    color: #000;
    width: 1000px;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 11px;
    font-family: Armata, arial, helvetica;
    color: #333;    
}

body.frontEnd #mainContentWrapper.loadingBar
{
    background-position: center 22px;
}


/****************************************************/
/**************** CUSTOM LICENSING ********************/
/****************************************************/



#auto_page_id_forwarderlicensetrack #leftColumn .itemPreviewImage img {
    margin-bottom: 3px;
    width: 100px;
    border:0px;
}

#auto_page_id_forwarderlicensetrack  body.noRightColumn #mainContent .customFormContent  {
    float:left;
}

#auto_page_id_forwarderlicensetrack  body.noRightColumn #leftColumn + #midColumn  {
    margin: 0px 20px 0px 20px;
    width: 445px !important;
    float:left;
}

#auto_page_id_forwarderlicensetrack #customRightCol {
    width:305px;
    float:right;
    color:#666;
}

#auto_page_id_forwarderlicensetrack #customRightCol .divided p {
    font-size:14px;
}

#auto_page_id_forwarderlicensetrack #customRightCol .headerDiv {
   min-height:24px;  
   height:auto; 
   line-height:16px;   
}

#auto_page_id_forwarderlicensetrack #licenseMediaButton {
    padding-top:20px;
    clear:left;
}

#auto_page_id_forwarderlicensetrack #createMatrix option {
    padding:5px 10px;
    border-bottom:1px solid #AAA;
    font-size:14px;
    outline-none;
    moz-outline:none;
}

#auto_page_id_forwarderlicensetrack #createMatrix option:last-child {
    border-bottom:0px solid rgb(153, 153, 153);
}

/*
trying to fix FF select outline.. doesnt work
@-moz-document url-prefix() {
       

    #auto_page_id_forwarderlicensetrack #createMatrix option:first-child {
        border:1px solid #AAA;
        outline:none !important;
        color: transparent !important;
       text-shadow: 0 0 0 #000 !important;
    }
    select:-moz-focusring, select::-moz-focus-inner, select:focus,
    option:-moz-focusring, option::-moz-focus-inner {
       color: transparent !important;
       text-shadow: 0 0 0 #000 !important;
       background-image: none !important;
       border:0;
       outline:none !important;
    }
}*/
 
    

/*
#auto_page_id_forwarderlicensetrack #createMatrix option:first-child {
    border-bottom:1px solid #666;
}*/

#auto_page_id_forwarderlicensetrack #createMatrix option:hover {
    background-color:#bdcde0;
    /*border-bottom:1px solid #666;*/
    
}

#auto_page_id_forwarderlicensetrack #createMatrix {
    border:1px solid #333;
}

#auto_page_id_forwarderlicensetrack #customLicenseFormWrapper {
    float:left;
    width:365px;
}

#auto_page_id_forwarderlicensetrack #customLicenseText {
    float:right;
    color:#666;
    height:auto;
    clear:none;
    font-size:14px;
    padding-top:40px;
    margin-left:-30px;
}

#auto_page_id_forwarderlicensetrack #business_addressLabel .LicenseSmallText {
    line-height:13px;
    font-size:11px;
    color:#777;
}

#auto_page_id_forwarderlicensetrack #customLicenseText h1 {
    color:#637994;
}

#auto_page_id_forwarderlicensetrack #customLicenseText ul {
    margin:10px 0;    
} 

#auto_page_id_forwarderlicensetrack #customLicenseText ul li {
    list-style-type: disc;
    margin-left:20px;
}

#auto_page_id_forwarderlicensetrack #chooseMatrixForm,
#auto_page_id_forwarderlicensetrack #chooseMatrixForm ul {
    width:365px;
}

#auto_page_id_forwarderlicensetrack #createMatrix::-webkit-scrollbar {display:none;}
#auto_page_id_forwarderlicensetrack #createMatrix::-moz-scrollbar {display:none;}
#auto_page_id_forwarderlicensetrack #createMatrix::-o-scrollbar {display:none;}
#auto_page_id_forwarderlicensetrack #createMatrix::-google-ms-scrollbar {display:none;}
#auto_page_id_forwarderlicensetrack #createMatrix::-khtml-scrollbar {display:none;}

#auto_page_id_forwarderlicensetrack #createMatrix  {
    width:360px;
}

#auto_page_id_forwarderlicensetrack #createMatrixLabel {
    width:100px;
    display:none;
}


#auto_page_id_forwarderlicensetrack #customLicenseRequestWrapper {
    width:365px;
    float:left;
    margin-top:35px;
}

#auto_page_id_forwarderlicensetrack #customLicenseRequestWrapper .divided {
    clear:none;    
}


#auto_page_id_forwarderlicensetrack #mainContentWrapper.loadingBar::before 
{ 
    content: '';
}


#chatHelp { margin-bottom:10px;}
#chatHelpQuestion { width:150px;text-align:right;float:right;font-weight:bold;margin-top:6px;margin-right:5px;}
#chatHelp .button { float:right; }
#chatHelpSmallText {font-size:10px;clear:both;padding-top:3px;text-align:right;}
/* end client css / edited in CMS -> Website -> CSS */
