/* GENERAL RESET */
* {
	padding: 0;
	margin: 0;
}

/* GENERAL STYLE */
html {
	min-width: 840px;
}
html, body {
	height: 100%;
	font-family: Arial, sans-serif;
	font-size: 12px;
	color: #3D3D3D;
	overflow-y: hidden;
}
html.overflow {
	overflow: auto;
}
body.new_email {
	min-height: 500px;
}
body.locked {
	pointer-events: none;
}
input {
	color: #3D3D3D;
	font-size: 12px;
}
input,
input:focus,
label,
div:focus {
	outline: none;
}
input[type="text"],
input[type="password"],
textarea {
	border: 1px solid #c2c2c2;
	font-family: Arial, sans-serif;
	font-size: 12px;
	color: #3D3D3D;
}
input.plainButton {
	font-size: inherit;
}
textarea {
	padding: 5px;
	outline: none;
}
input[type="text"],
input[type="password"] {
	height: 20px;
	padding: 0 3px;
}
input[type="text"] {
	width: 280px;
}
input[type="submit"] {
	cursor: pointer;
}
input[type="submit"]::-moz-focus-inner {
	border: 0;
	padding: 0;
}
a,
a:active,
a:visited {
	color: #3D3D3D;
	cursor: pointer;
	text-decoration: none;
	outline: none;
	background: #FFF;
}
a:hover,
.listItemHighlight {
	color: #e91e55;
}
.squareIndicator .listItemHighlight {
	margin-left: -14px;
	padding-left: 14px;
	background: url(images/square_indicator.png) left 3px no-repeat;
}
.clear {
	clear: both;
}
.pageHeader, .content, .footer {
	padding-left: 34px;
	padding-right: 34px;
}
.pageHeader {
	position: fixed;
	top: 0;
	left: 0;
	background-color: #FFF;
	z-index: 9999;
}
.content {
	padding-top: 34px;
	font-size: 13px;
}
.content .plainButton {
	display: inline-block;
	font-size: 12px;
	margin-top: 2px;
}
.footer {
	position: fixed;
	bottom: 0;
	left: 0;
}
ul.bold {
	list-style: none;
	float: left;
}
ul.bold li,
.footer input[type="submit"] {
	float: left;
	text-transform: uppercase;
	margin-right: 15px;
	line-height: 34px;
	font-size: 12px;
	background: none;
}
ul.bold span.separator {
	height: 9px;
	border-left: 1px solid #3D3D3D;
	display: block;
	margin-top: 12px;
}
ul.bold li a,
.footer input[type="submit"] {
	color: #969696;
	font-family: 'HelveticaNeueLTStd85Heavy', Arial, sans-serif;
	cursor: pointer;
}
ul.bold li a:hover,
ul.bold li a.active,
.footer input[type="submit"]:hover {
	color: #3D3D3D;
}
.row label {
	cursor: pointer;
}
.checkboxOnLeft input {
	margin-left: -17px;
	margin-right: 4px;
	margin-top: 1px;
	vertical-align: top;
	outline: none;
	cursor: pointer;
}

/* LOGIN STYLE */
.login,
.container404 {
	width: 400px;
	height: 80px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -40px 0 0 -200px;
}
.login input[type="text"],
.login input[type="password"] {
	width: 252px;
	margin: 0 5px;
}
.login input[type="submit"] {
	height: 24px;
	padding: 0 12px;
}
.container404 {
	text-align: center;
}

/* PAGE HEADER STYLE */
.pageHeader {
	height: 33px;
	border-bottom: 1px solid #888;
}
.pageHeader .floatRight {
	float: right;
}
.pageHeader .floatRight span {
	float: left;
	line-height: 33px;
	margin-right: 15px;
}
.pageHeader .floatRight span span {
	float: none;
	margin-right: 0;
}
.pageHeader .floatRight ul li {
	margin-right: 0;
}

/* CONTENT STYLE */
.content .scrollable.custom-skin .scroll-bar.vertical {
	margin-top: 9px;
}
.content .scrollable.custom-skin .scroll-bar.horizontal {
	display: none!important;
}
.content.noRightPadding {
	padding-right: 0;
}
.content.noRightPadding .scrollable.custom-skin {
	padding-right: 0;
}
.content.noRightPadding .scrollable .scroll-bar.vertical {
	right: 5px;
}
.content .noTopBottomPadding {
	padding-bottom: 0;
}
.content .noTopBottomPadding.scrollable.custom-skin {
	padding-top: 0;
}
.content .noTopBottomPadding .viewport {
	padding: 10px 0 15px 0;
	margin-top: -5px;
}
.content .noTopBottomPadding .viewport .viewport {
	margin-top: 0;
}
.innerContent.scrollable .scroll-bar.horizontal {
	position: absolute!important;
	bottom: 5px!important;
}
.innerContent {
	margin-top: 5px;
	padding-right: 25px!important;
}
.tableContainer,
.artistListContainer {
	padding-top: 27px;
	background: url(images/tableContainerBg.png) 0 -5px repeat-x;
}
.artistListContainer {
	padding-top: 0;
	background-position: 0 -34px;
}
.customTable {
	text-align: left;
	float: left;
}
.customTable .header {
	text-transform: uppercase;
	overflow: auto;
}
.customTable .header div,
.customTable .body .row div {
	width: 165px;
	float: left;
	padding: 6px 0;
	margin-right: 20px;
	line-height: 15px;
	word-wrap: break-word;
}

.customTable .header .short,
.customTable .body .row .short {
	width: 124px;
}
.customTable .header .long,
.customTable .body .row .long {
	width: 245px;
}
.customTable .header .extralong,
.customTable .body .row .extralong {
	width: 330px;
}
.customTable.large .header div,
.customTable.large .body .row div {
	width: 265px;
}
.customTable .header div {
	cursor: pointer;
	padding-left: 14px;
	padding-bottom: 5px;
	background: url(images/up_down_arrow_reversed.png) left center no-repeat;
	-webkit-user-select: none; /* Chrome/Safari */        
	-moz-user-select: none; /* Firefox */
	-ms-user-select: none; /* IE10+ */
	-o-user-select: none;
	user-select: none;
}
.customTable .header div.sortAsc {
	background: url(images/up_down_arrow_selected.png) left center no-repeat;
}
.customTable .header div.sortDesc {
	background: url(images/up_down_arrow_selected_reversed.png) left center no-repeat;
}
.customTable.unsortable .header div,
.customTable .header div.unsortable {
	cursor: default;
	background: none;
}
.customTable .body,
.customTable .body .row {
	clear: both;
}
.customTable .body {
	height: 414px;
}
.customTable.columns1 .body {
	width: 218px;
}
.customTable.large.columns1 .body {
	width: 318px;
}
.customTable.columns2 .body {
	width: 416px;
}
.customTable.columns3 .body {
	width: 614px;
}
.customTable.columns4 .body {
	width: 811px;
}
.customTable.columns5 .body {
	width: 1010px;
}
.customTable.columns5.shortColumns1 .body {
	width: 969px;
}
.customTable.columns4.longColumns1 .body {
	width: 891px;
}
.customTable.columns5.longColumns1 .body {
	width: 1090px;
}
.customTable.columns5.longColumns1.shortColumns1 .body {
	width: 1049px;
}
.customTable.columns5.longColumns1.shortColumns1.extralongColumns1 .body {
	width: 1214px;
}
.customTable.columns6 .body {
	width: 1208px;
}
.customTable .body .row div {
	color: #3D3D3D;
	padding-left: 14px;
	vertical-align: top;
	border-bottom: 1px solid #c2c2c2;
}
.customTable.artistThumbnails .body {
	width: 981px;
}
.customTable.artistThumbnails .row {
	clear: none;
	display: inline-block;
	vertical-align: top;
}
.customTable.artistThumbnails .row div {
	width: 120px;
	padding-left: 0!important;
	border-bottom: none;
}
.customTable.artistThumbnails .row div img {
	width: 120px;
	height: 160px;
}
.customTable.artistThumbnails .row .checkboxOnLeft {
	position: relative;
}
.customTable.artistThumbnails .row input {
	margin: 0;
	position: absolute;
	right: 10px;
	top: 145px;
	z-index: 100;
}
.customTable.artistThumbnails .row label {
	display: block;
	vertical-align: top;
}
.customTable.artistThumbnails .row.disabled label {
	opacity: 0.6!important
}
.customTable.artistThumbnails .row label span {
	display: block;
	position: relative;
	font-size: 11px;
	font-weight: bold;
}
.customTable.artistThumbnails .row label span img {
	position: relative;
	z-index: 10;
	margin-bottom: 2px;
	
	-moz-opacity: 0;
	opacity: 0;
}
.customTable.artistThumbnails .row .thumbnailLoader {
	position: absolute;
	top: 0;
	left: 0;
	width: 120px;
	height: 160px;
	padding: 0;
	background: url(images/ajax-loader.gif) center center no-repeat;
}
.customTable.artistThumbnails .row .thumbnailOverlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 50;
	width: 120px;
	height: 160px;
	background: #e91e45;
	padding: 0;
	
	-moz-opacity: 0;
	opacity: 0;
	
	-webkit-transition: opacity 0.2s ease;
	-moz-transition: opacity 0.2s ease;
	transition: opacity 0.2s ease;
}
.customTable.artistThumbnails .row .listItemHighlight .thumbnailOverlay {
	-moz-opacity: 0.7;
	opacity: 0.7;
}
.customTable.increasedLeftPadding .header div,
.customTable.increasedLeftPadding .body .row div {
	padding-left: 17px;
}
.customTable .body .row:not([style*="display: none"]):last-child div {
	border-bottom: none;
}
.customTable.keepLastBorder .body .row:last-child div {
	border-bottom: 1px solid #c2c2c2;
}
.customTable .body .row div span.disabled {
	color: #c2c2c2;
}
.customTable .body .row div span,
.customTable .body .row div span span {
	cursor: pointer;
}
.customTable .body .row div span:hover,
.customTable .body .row div span span:hover {
	color: #e91e55;
}
.customTable .body .row div span.tooltip-container,
.customTable .body .row div span.overflowFade {
	cursor: default;
	color: inherit;
}
.customTable .body .row div span.overflowFade {
	pointer-events: none;
}

.customTable .body .row div a.enable,
.customTable .body .row div a.disable,
.customTable .body .row div a.delete {
	display: block;
	float: left;
	width: 10px;
	height: 11px;
	margin-top: 2px;
	margin-left: -14px;
}
.customTable .body .row div a.enable {
	background: url(images/arrow_enable.png) left top no-repeat;
}
.customTable .body .row div a.disable,
.customTable .body .row div a.delete {
	background: url(images/x_disable.png) left top no-repeat;
}
.customTable .body .row div a:hover.enable,
.customTable .body .row div a:hover.disable,
.customTable .body .row div a:hover.delete {
	background-position: 0 -11px;
}
.customTable .body .row.disabled {
	pointer-events: none;

	-webkit-opacity: 0.4;
	-moz-opacity: 0.4;
	-ms-opacity: 0.4;
	-o-opacity: 0.4;
	opacity: 0.4;
}
.blockUI.blockMsg {
	display: block;
	height: 100px;
	width: 100px;
	left: 50%;
	top: 50%;
	position: absolute;
	margin-left: -50px;
	margin-top: -50px;
	background: #FFF;
	border: 2px solid #c2c2c2;
	background: url(images/ajax-loader.gif) center center no-repeat;
	background-color: #FFF;
	text-align: center;
	color: #888;
}
.blockUI.blockMsg.textMessage {
	padding: 26px;
	width: 300px;
	margin-top: -63px;
	margin-left: -163px;
	text-align: left;
	background: #FFF;
}
.blockUI.blockMsg.textMessage.small {
	height: 60px;
	width: 240px;
}
.blockUI.blockMsg.textMessage span {
	text-transform: uppercase;
	color: #e91e55;
	font-weight: bold;
}
.blockUI.blockOverlay {
	background: #FFF;
	opacity: 0.7;
	cursor: wait;
}
#inputClientName {
	margin-right: 5px;
}
a.viewEmail {
	color: #0985c7;
}
a:hover.viewEmail {
	color: #3D3D3D;
}
input[type='submit'].plainButton,
input[type='reset'].plainButton,
span.plainButton {
	background: transparent;
	text-transform: uppercase;
	color: #969696;
	cursor: pointer;
	font-family: 'HelveticaNeueLTStd85Heavy', Arial, sans-serif;
	border: 0;
	-webkit-user-select: none; 
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
}
span.plainButton.active {
	color: #3D3D3D;
}
.textMessage input[type='submit'].plainButton {
	position: absolute;
	bottom: 20px;
}
input[type='submit'].plainButton:hover,
input[type='submit'].plainButton.highlighted,
input[type='reset'].plainButton:hover,
span.plainButton:hover,
span.plainButton.highlighted {
	color: #e91e55;
}
.formAddClient,
.formSearchData {
	margin-top: 13px;
	margin-bottom: -20px;
}
.formAddClientContact input[type="text"] {
	margin-top: 6px;
	width: 171px;
}
.formAddClientContact input[type="submit"],
.formAddClientContact input[type="reset"] {
	margin-top: 6px;
}
.formAddClientContact input[type="reset"] {
	margin-right: 40px;
}
.formSearch input {
	outline: none;
}
.formSearch input[type="submit"] {
	vertical-align: top;
	width: 21px;
	height: 22px;
	background: url(images/btn_search.png) no-repeat;
}
.formSearch input[type="submit"]:hover {
	background-position: 0 -22px;
}
.customTable.notesTable {
	width: 511px;
}
.customTable.notesTable .header div {
	background: none;
	cursor: default;
}
.customTable.notesTable .body {
	padding-left: 14px;
}
#notesTextarea .scroll-bar.horizontal {
	display: none!important;
}
.notesTable textarea {
	height: 260px;
	width: 450px;
	margin-right: 25px;
	background: url(images/textarea_resize_corner.png) bottom right no-repeat;
}
.notesTable form {
	padding: 7px 0;
}
.notesTable .ui-resizable-s,
.notesTable .ui-resizable-e {
	display: none!important;
}
.notesTable .ui-resizable-se {
	right: 7px;
	bottom: 12px;
}
.notesTable input[type="submit"] {
	margin-top: 17px;
}
.error {
	color: #F00;
}
input[type="text"].error {
	border-color: #F00;
}
.p-error {
	color: #F00!important;
	display: none;
	margin: 3px 0 5px 0;
	float: left;
}
.innerContent {
	padding-top: 15px;
}
body.new_email {
	min-width: 1050px;
}
.formNewEmail,
.addContactsInterface,
.formSearchArtists {
	padding: 16px 0;
}
.formNewEmail .row {
	margin-bottom: 6px;
	overflow: auto;
}
.formNewEmail label {
	float: left;
	display: block;
	width: 55px;
	margin-right: 5px;
	margin-top: 3px;
}
.formNewEmail input[type="text"] {
	width: 820px;
}
.formNewEmail textarea {
	height: 88px;
	width: 816px;
}
.formNewEmail .row .ui-wrapper {
	padding: 0!important;
}
.formNewEmail .ui-widget-content {
	border-color: #888;
}
.formNewEmail .editFooter {
	display: inline-block;
	zoom: 1;
	*display: inline;
	margin-right: 5px;
	margin-top: 5px;
}
.formNewEmail .editFooterContainer {
	display: none;
}
.formNewEmail .defaultSignatureWrapper {
	padding-left: 60px;
}
.formNewEmail .defaultSignature,
.formNewEmail .defaultSignatureCulinary,
.formNewEmail .defaultSignatureFoodStylists {
	display: inline-block;
	zoom: 1;
	*display: inline;
	margin-top: 8px;
	margin-right: 30px;
	cursor: pointer;
	
	-webkit-user-select: none; /* Chrome/Safari */        
	-moz-user-select: none; /* Firefox */
	-ms-user-select: none; /* IE10+ */
	-o-user-select: none;
	user-select: none;
}
.formNewEmail textarea.emailFooter {
	background: url(images/footerBackground.png) left bottom no-repeat;
	padding-bottom: 56px;
	height: 180px;
}
.formNewEmail #cke_header,
.formNewEmail #cke_footer {
	float: left;
}
.formSearchContacts,
.formSearchArtists {
	margin-top: 0;
	margin-bottom: 10px;
}
.addContactsInterface {
	padding-right: 25px!important;
}
.addArtistsInterface {
	padding-top: 0;
	padding-bottom: 0;
	margin-top: 0;
	margin-right: 34px;
}
.addContactsInterface,
.addArtistsInterface {
	overflow: hidden;
}
.addContactsInterface .plainButton,
.addArtistsInterface .plainButton,
.editArtistInterface .plainButton {
	margin-right: 15px;
}
.artistListContainer .customTable .header {
	height: 1px;
	overflow: hidden;
}
.artistListContainer .tableContainer {
	padding-top: 10px;
	background-position: 0 -47px;
}
.addArtistsInterface .submenu {
	margin-top: 16px;
}

/* EDIT ARTIST INTERFACE */
.editArtistInterface {
	padding-right: 34px;
}
.editArtistInterface .editArtistCategories {
	margin-top: 31px;
}
.editArtistCategories .tabs {
	display: inline;
}
.editArtistCategories .artistName {
	text-transform: uppercase;
	margin-right: 17px;
}
.customPanel {
	border: 1px solid #dbdbdb;
}
.editArtistTop {
	overflow: auto;
	padding-top: 27px;
	background: url(images/tableContainerBg.png) 0 -5px repeat-x;
}
.mainThumbnail {
	overflow: auto;
	position: relative;
	padding-top: 18px;
	margin-bottom: 19px;
	width: 135px;
}
.mainThumbnail span {
	float: left;
}
.cellHelper {
	position: relative;
	overflow: auto;
	height: 100%;
}
.cellHelper.marginRight {
	margin-right: 14px;
}
.dragHere {
	display: none;
	float: none;
	position: absolute;
	bottom: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background: url(images/bg_drop_zone.png) repeat;
	text-align: center;
	border: 1px dashed #989898;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	z-index: 100;
}
.dragHere span {
	color: #000;
	position: relative;
	top: 50%;
	margin: 10px;
}
.mainThumbnail .dragHere {
	height: 180px;
}
.mainThumbnail span.dragHere span {
	top: 37%;
}
.mainThumbnail div {
	margin-top: 6px;
	float: left;
	height: 180px;
}
.mainThumbnail div img {
	pointer-events: none;
	max-width: 100%;
    max-height: 100%;
}
.mainThumbnail div img.draggedThumbnail {
	display: none;
}

.editArtistInterface .mainThumbnail span,
.editArtistCategories .artistName {
	font-size: 12px;
}
.editArtistInterface table {
	border-collapse: collapse;
}
.editArtistInterface table,
.editArtistInterface table tr,
.editArtistInterface table td {
	border: none;
	border-spacing: 0;
}
.editArtistInterface table td {
	position: relative;
	vertical-align: top;
}
.editArtistInterface .scrollable.custom-skin {
	padding-bottom: 0;
}
.editArtistInterface .scrollable.custom-skin .scroll-bar.vertical {
	margin-top: 0;
	right: 0!important;
}
.backgroundCaption {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	height: 100%;
	width: 100%;
	pointer-events: none;
	text-align: center;

	font-family: 'HelveticaNeueLTStd85Heavy', Arial, sans-serif;
	color: #9fa0a2;
	font-size: 17px;
	letter-spacing: 0.3px;
}
.backgroundCaption table {
	width: 100%;
	height: 100%;
}
.backgroundCaption tr,
.backgroundCaption td {
	vertical-align: middle!important;
}
.thumbnailsContainer {
	position: relative;
	z-index: 5;
	overflow: auto;
	padding-right: 24px;
	padding-bottom: 14px;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.editArtistInterface .overview {
	width: 100%;
}
.thumbnailsContainer img {
	float: left;
	margin: 14px 0 0 14px;
	cursor: pointer;
	height: 52px;
}
.image-helper {
	position: relative;
	display: block;
	float: left;
}
.image-helper img {
	height: 52px;
}
.image-helper .remove-image {
	position: absolute;
	top: 0;
	left: 0;
	width: 11px;
	height: 10px;
	background: rgba(255, 255, 255, 0.7);
	padding: 2px;

	-webkit-opacity: 0;
	-moz-opacity: 0;
	-ms-opacity: 0;
	-o-opacity: 0;
	opacity: 0;

	-webkit-transition: opacity 0.3s ease;
	-moz-transition: opacity 0.3s ease;
	-ms-transition: opacity 0.3s ease;
	-o-transition: opacity 0.3s ease;
	transition: opacity 0.3s ease;
}
.image-helper:hover .remove-image {
	-webkit-opacity: 1;
	-moz-opacity: 1;
	-ms-opacity: 1;
	-o-opacity: 1;
	opacity: 1;
}
.ui-sortable-helper.image-helper .remove-image {
	display: none!important;
}
.editArtistInterface table span {
	line-height: 21px;
}
.amazonUploadsTitle {
	display: block;
	margin-top: 15px;
}
img.inactive {
	opacity: 0.3;
}
#editArtistUpload {
	position: relative;
	overflow: hidden;
	display: inline-block;
	vertical-align: top;
	margin-top: 4px;
	margin-right: 0;
	float: right;
}
#editArtistUpload input {
	position: absolute;
	top: 0;
	left: -300px;
	height: 100%;
	width: 500%;
	cursor: pointer;
	
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	-khtml-opacity: 0;
	opacity: 0;	
}
.plainButton.spacer {
	cursor: default;
	font-size: 10px;
	line-height: 11px;
	vertical-align: top;
}
.plainButton.spacer:hover {
	color: inherit;
}

/* ARTIST BOX */
.artistsBoxes {
	padding-left: 31px;
}
.artistsCategory {
	padding-top: 10px;
	padding-bottom: 7px;
}
.artistsBoxes span.title {
	display: block;
	margin-left: 29px;
	margin-bottom: -18px;
	margin-top: 20px;
}
.artistBox {
	position: relative;
	float: left;
	padding: 0 8px 0 29px;
	margin-top: 37px;
}
.artistBox .editButton {
	position: absolute;
	left: 9px;
	top: -11px;
	background: #ee1f25;
	color: #FFF;
	line-height: 23px;
	padding: 0 6px;
	margin: 0;
	width: auto;
	height: 22px;
	cursor: pointer;
}
.artistBox .image {
	height: 180px;
	width: 243px;
	text-align: left;
	background-color: #FFF;
	padding-bottom: 8px;
	border-bottom: 1px solid #e0e0e0;
}
.artistBox .image img {
    max-height: 100%;
    max-width: 100%;
}
.artistBox .controls {
	position: relative;
	overflow: auto;
	background: #FFF;
}
.artistBox span {
	display: block;
	float: left;
	margin: 14px 10px 0 12px;
	width: 178px;
	height: 16px;
	overflow: hidden;
}
.artistBox span.deleteButton {
	float: left;
	margin: 14px 0 0 0;
	height: 14px;
	width: 15px;
	background: url(images/X_artist.png) no-repeat;
	cursor: pointer;
}
.artistBox span:hover.deleteButton {
	background: url(images/X_artist_rollover.png) no-repeat;
}
.artistBox .leftButton,
.artistBox .rightButton {
	display: none;
	margin: 0;
}
.artistBox .leftButton,
.artistBox .rightButton {
	display: block;
	float: left;
	height: 14px;
	width: 8px;
	margin-top: 14px;
	cursor: pointer;
}
.artistBox .leftButton {
	margin-right: 6px;
	background: url(images/arrow_left.png) center center no-repeat;
}
.artistBox .leftButton:hover {
	background: url(images/arrow_left_rollover.png) center center no-repeat;
}
.artistBox .rightButton {
	margin-left: 6px;
	background: url(images/arrow_right.png) center center no-repeat;
}
.artistBox .rightButton:hover {
	background: url(images/arrow_right_rollover.png) center center no-repeat;
}
.artistBox.left:not(.right) .rightButton,
.artistBox.right:not(.left) .leftButton,
.artistBox:not(.left):not(.right) .leftButton,
.artistBox:not(.left):not(.right) .rightButton {
	pointer-events: none;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
	filter: alpha(opacity=20);
	-moz-opacity: 0.2;
	-khtml-opacity: 0.2;
	opacity: 0.2;
}
.artistBox textarea {
	height: 63px;
	width: 100%;
	box-sizing: border-box;
	resize: none;
	margin-top: 16px;
	border-color: #dadada;
}

/* CKEDITOR */
.innerContent .cke_bottom {
	padding-top: 0;
	background: #FFF;
}
.innerContent .cke_path {
	display: none;
}
.innerContent .cke_top {
	padding: 0;
	background: #FFF;
}
.innerContent .cke_toolgroup {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	margin-bottom: 0;
	border: none;
	background: none;
}
.innerContent #cke_header,
.innerContent #cke_footer,
.innerContent .cke_top,
.innerContent .cke_bottom {
	border-color: #c2c2c2;
}
.innerContent #cke_header,
.innerContent #cke_footer {
	box-shadow: none;
}
.innerContent .cke_button__image {
	display: none;
}
.tooltip {
	display: inline-block;
	border-bottom: 1px dashed #c2c2c2;
	white-space: nowrap;
	max-width: 245px;
	overflow: hidden;
}
.tooltip-container {
	display: block;
	position: relative;
	height: 100%;
}
.tooltip-content {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	background: #FFF;
	padding: 10px;
	border: 1px solid #c2c2c2;
	white-space: nowrap;
	z-index: 100;
}
.overflowFade {
	position: absolute;
	top: 0;
	right: 0;
	height: 100%;
	width: 10px;
	background: url(images/bg_column_overflow.png) right top repeat-y;
}

/* FOOTER STYLER */
.footer {
	height: 33px;
	border-top: 1px solid #888;
	z-index: 100;
	background: #FFF;
}
.footer .formFooter {
	height: 33px;
	line-height: 33px;
}
.footer input[type="submit"] {
	height: 33px;
	margin-right: 80px;
	width: 113px;
	text-align: left;
	border: 0;
}
.footer input[type="text"],
.footer input[type="password"] {
	width: 110px;
	margin-right: 20px;
	border: 0;
	margin-top: -4px;
	vertical-align: middle;
}

/* CUSTOM FONTS */
@font-face {
    font-family: 'HelveticaNeueLTStd85Heavy';
    src: url('fonts/helveticaneueltstd-hv.eot');
    src: url('fonts/helveticaneueltstd-hv.eot') format('embedded-opentype'),
         url('fonts/helveticaneueltstd-hv.woff') format('woff'),
         url('fonts/helveticaneueltstd-hv.ttf') format('truetype'),
         url('fonts/helveticaneueltstd-hv.svg#HelveticaNeueLTStd85Heavy') format('svg');
}