BODY, TD, CENTER, P, textarea {
    font-family: Lucida Grande, Geneva, Verdana, Arial;
    font-size:   12px;
    color:       #000000;
}

.body {
    font-family: Lucida Grande, Geneva, Verdana, Arial;
    font-size:   10px;
    color:       #000000;
}

.content {
    font-family: Lucida Grande, Geneva, Verdana, Arial;
    font-size:   12px;
    color:       #000000;
}

.disclaimer {
    font-family: Lucida Grande, Geneva, Verdana, Arial;
    font-size:   9px;
    color:       #999999;
}

.error {
    font-family: Lucida Grande, Geneva, Verdana, Arial;
    font-size:   10px;
    color:       #CC0000;
}

.formlabel {
    font-family: Lucida Grande, Geneva, Verdana, Arial;
    font-size:   10px;
    color:       #333333;
}

.form {
    font-family: Courier, "Courier New";
    font-size:   10px;
    color:#000000;
}

.forminput {
    font-family: Courier, "Courier New";
    font-size:   10px;
    color:#000000;
    width: 310px;
}

.forminputsm {
    font-family: Courier, "Courier New";
    font-size:   10px;
    color:#000000;
    width: 165px;
}

.forminputmed {
    font-family: Courier, "Courier New";
    font-size:   10px;
    color:#000000;
    width: 210px;
}

.headline {
    font-family: Lucida Grande, Geneva, Verdana, Arial;
    font-size:   13px;
    font-weight: bold;
    color:       #000000;
}

.hide {
    display: none !important;
}

.instr {
    font-family: Geneva, Verdana, Arial, Lucida Grande;
    font-size:   11px;
    font-weight: bold;
    padding: 16px 0 0 5px;
}

.footnote {
    font-family: Geneva, Verdana, Arial, Lucida Grande;
    font-size:   11px;
}

.label {
    font-family: Lucida Grande, Geneva, Verdana, Arial;
    font-size:   9px;
    color:       #000000;
}

.message {
    font-family: Geneva, Verdana, Arial, Lucida Grande;
    font-size:   9px;
}

.preference {
    font-family: Lucida Grande, Arial, sans-serif;
    font-size:   12px;
    font-weight: bold;
    color:       #000000;
}

.reminder {
    font-family: "Times New Roman", Times, serif;
    font-size:   28px;
    color:       #000000;
}

.subheader {
	font-family: Lucida Grande, Geneva, Verdana, Arial;
    font-size:   14px;
    font-weight: bold;
    color:       #666666;
}

.whiteheader {
	font-family: Lucida Grande, Geneva, Verdana, Arial;
    font-size:   12px;
    font-weight: bold;
    color:       #ffffff;
}

/* Login */

table.login tr td.logo {
    border-bottom:1px solid #ebebeb;
    padding:5px 0 20px 0;
}

table.login tr td.main table tr td font font.G10, table.login tr td.main table tr td font.G10 {
    font-size:11px !important;
}

table.login tr td.main table tr td table tr td:first-child {
    max-width:116px !important;
    width:116px !important;
}

table.login tr td.main table tr td input[type=text], table.login tr td.main table tr td input[type=password] {
    min-width:245px;
}

/* New Login */

.main-wrapper {
  width: 980px;
  margin: 0 auto;
}

.itc-logo-glossy {
  background: url('/itc/images/itc-masthead.png') no-repeat;
  width: 188px;
  height: 20px;
  margin: 25px 10px 20px 0;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2) {

  .itc-logo-glossy  {
    background-image: url('/itc/images/itc-masthead@2x.png');
    background-size: 188px 20px;
    background-repeat: no-repeat;
  }

}

.content-wrapper {
  width: 100%;
  border: 1px solid #EAEAEA;
  overflow: hidden;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: rgba(0,0,0,0.3) 0 1px 3px;
  -moz-box-shadow: rgba(0,0,0,0.3) 0 1px 3px;
  box-shadow: rgba(0,0,0,0.3) 0 1px 3px;
  background: #ffffff;
}

.content-wrapper:nth-child(1n) {
  border: none;
}

.content-wrapper .left {
  float: left;
  width: 280px;
  background: #fafafa;
  height: 100%;
  border-right: 1px solid #e6e6e6;
  padding: 90px 40px;
}

.content-wrapper .right {
  float: left;
  width: 600px;
}

#ds_container {
  margin: 45px auto 0 auto;
  width: 335px;
}

.signupPage .parentTable {
  width: 340px;
  position: relative;
  top: -28px;
}
.signupPage .dstext input[type="image"] {
  top: 0;
}
.signupPage .parentTable td {
  text-align: right;
}
.signupPage .parentTable td.dstextwrapper {
  text-align: left;
}

.content-wrapper div.image-center {
  text-align: center;
}

.content-wrapper .left h1 {
  font-size: 18px;
  font-weight: normal;
  color: #333;
  margin-top: 50px;
}

.content-wrapper .left p {
  font-size: 14px;
  color: #999;
  line-height: 1.5em;
}

.content-wrapper .left a {
  font-size: 14px;
  background: url('/itc/images/link-arrow-tiny.png') no-repeat center right;
  padding-right: 10px;
}

.dslabel {
  display: none;
}

input#accountname,
input#accountpassword,
input#oldpasswordfield,
input#newpasswordfield,
input#newpasswordagainfield {
  width: 325px !important;
  height: 32px !important;
  border: 2px solid #D9D9D9;
  border-radius: 3px;
  margin: 0 0 10px 0;
  font-size: 16px;
  color: #333333;
  padding: 5px;
}

input#accountpassword {
  margin-bottom: 15px;
  position: relative;
  top: -20px;
}

input#newpasswordfield {
  top: -20px;
  position: relative;
}

input#newpasswordagainfield {
  top: -40px;
  position: relative;
}

input#accountname {
  background: url('/itc/images/appleid-placeholder.png') no-repeat 7px center;
}

input#accountname:focus {
  background: none;
}

input#accountpassword {
  background: url('/itc/images/password-placeholder.png') no-repeat 7px center;
}

input#accountpassword:focus {
  background: none;
}

.content-wrapper .right h1 {
  font-size: 24px;
  font-weight: normal;
  color: #333333;
  text-align: center;
  position: relative;
  top: 63px;
  left: -129px;
}

.dstext input[type="image"],
input[type="image"].sign-in {
  position: relative;
  top: -30px;
}

#iforgot-link {
  white-space: nowrap;
  font-size: 11px;
  margin-top: 23px;
}

input[type="image"].sign-in {
  left: 37px;
  width:102px;
  height:42px;
  background-color: #fff;
  background: transparent url('/itc/images/sign-in-button-sprite.png') top left no-repeat;
  display: block;
  text-indent: -9999px;
  border: none;
  outline: none;
  color: transparent;
}
input[type="image"].sign-in:hover {
  background-position: 0 -42px;
}
input[type="image"].sign-in:active {
  background-position: 0 -84px;
}
input[type="image"].sign-in:focus {
  outline:none;
}

.error-table {
  border: 1px solid #f6dcde;
  border-radius: 3px;
  background: url('/itc/images/sign-in-error.png') no-repeat 12px 14px, -webkit-gradient(linear, left top, left bottom, from(#fdf6f5), to(#f9e9e9));
  background: url('/itc/images/sign-in-error.png') no-repeat 12px 14px, -moz-linear-gradient(top,#fdf6f5 0%, #f9e9e9 100%);
  background: url('/itc/images/sign-in-error.png') no-repeat 12px 14px, -webkit-linear-gradient(top, #fdf6f5 0%,#f9e9e9 100%);
  background: url('/itc/images/sign-in-error.png') no-repeat 12px 14px, linear-gradient(top,  #fdf6f5 0%,#f9e9e9 100%);
  padding: 8px 8px 8px 36px;
  width: 341px;
  -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1);
  -moz-box-shadow:    0px 1px 1px rgba(0, 0, 0, 0.1);
  box-shadow:         0px 1px 1px rgba(0, 0, 0, 0.1);
}

.signout-message {
  border: 1px solid #ebebeb;
  border-bottom: none;
  border-radius: 3px;
  background: url('/itc/images/sign-in-bubble.png') no-repeat 6px 7px, -webkit-gradient(linear, left top, left bottom, from(#efefef), to(#f5f5f6));
  background: url('/itc/images/sign-in-bubble.png') no-repeat 6px 7px, -moz-linear-gradient(top,#efefef 0%, #f5f5f6 100%);
  background: url('/itc/images/sign-in-bubble.png') no-repeat 6px 7px, -webkit-linear-gradient(top, #efefef 0%,#f5f5f6 100%);
  background: url('/itc/images/sign-in-bubble.png') no-repeat 6px 7px, linear-gradient(top,  #efefef 0%,#f5f5f6 100%);
  padding: 10px 8px 15px 36px;
  width: 295px;
  -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1);
  -moz-box-shadow:    0px 1px 1px rgba(0, 0, 0, 0.1);
  box-shadow:         0px 1px 1px rgba(0, 0, 0, 0.1);
  position: relative;
  left: 260px;
  margin-top: 10px;
  font-size: 11px;
  color: #333;
  text-align: left;
  height: 14px;
}

.dsrules {
  display: block;
  border: 1px solid #e6e6e6;
  border-radius: 3px;
  background: url('/itc/images/icon-small-info.png') no-repeat 20px 20px, -webkit-gradient(linear, left top, left bottom, from(#fafafa), to(#f2f3f4));
  background: url('/itc/images/icon-small-info.png') no-repeat 20px 20px, -moz-linear-gradient(top,#fafafa 0%, #f2f3f4 100%);
  background: url('/itc/images/icon-small-info.png') no-repeat 20px 20px, -webkit-linear-gradient(top, #fafafa 0%,#f2f3f4 100%);
  background: url('/itc/images/icon-small-info.png') no-repeat 20px 20px, linear-gradient(top,  #fafafa 0%,#f2f3f4 100%);
  padding: 8px 8px 8px 36px;
  width: 293px;
  -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1);
  -moz-box-shadow:    0px 1px 1px rgba(0, 0, 0, 0.1);
  box-shadow:         0px 1px 1px rgba(0, 0, 0, 0.1);
  position: relative;
  left: 4px;
  margin-top: 74px;
  font-size: 11px;
  color: #333;
}

.dsrules div {
  margin-left: 15px;
}

.dsrules div ul {
  padding-left: 15px;
}

.change-password-button {
  position: relative;
  top: -62px;
  left: 164px;
}

.dserror {
  color: #333333;
  position: relative;
  top: 7px;
  font-size: 11px;
}

.error-table.change-pass {
  margin-left: 4px;
  margin-top: 15px;
}

.main-wrapper .error {
  position: relative;
  top: 62px;
  left: 132px;
  border: 1px solid #f6dcde;
  border-radius: 3px;
  background: url('/itc/images/sign-in-error.png') no-repeat 12px 14px, -webkit-gradient(linear, left top, left bottom, from(#fdf6f5), to(#f9e9e9));
  background: url('/itc/images/sign-in-error.png') no-repeat 12px 14px, -moz-linear-gradient(top,#fdf6f5 0%, #f9e9e9 100%);
  background: url('/itc/images/sign-in-error.png') no-repeat 12px 14px, -webkit-linear-gradient(top, #fdf6f5 0%,#f9e9e9 100%);
  background: url('/itc/images/sign-in-error.png') no-repeat 12px 14px, linear-gradient(top,  #fdf6f5 0%,#f9e9e9 100%);
  width: 291px;
  padding: 17px 8px 16px 40px;
  -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1);
  -moz-box-shadow:    0px 1px 1px rgba(0, 0, 0, 0.1);
  box-shadow:         0px 1px 1px rgba(0, 0, 0, 0.1);
  font-size: 11px;
  color: #333;
}

/* Headings */

div.clear {
  clear: both;
  height: 1px;
}

/* Forms */

fieldset {
  border: 0;
  padding: 0 2px 5px 2px;
}

fieldset label {
  display: inline;
}

fieldset input[type=text] {
  display: inline;
  width: 200px;
  margin-left: 5px;
}

fieldset select {
  margin-left: 5px;
}

fieldset.top {
  display: block;
}

fieldset.top label {
  display: block;
  margin: 2px 0 0 1px;
}

fieldset.top textarea, fieldset.top input {
  width: 100%;
  margin: 2px 0 0 0;
}

fieldset.small input {
  width: 30px;
}

div.aligned-form fieldset label, div.aligned-form div.ro-label {
  width: 240px;
  text-align: right;
  display: block;
  float: left;
  margin-top: 4px;
}

div.medium fieldset label, div.two-column div.ro-label {
    width: 150px;
}

div.aligned-form div.ro-label {
  margin-left: 5px;
  margin-bottom: 6px;
  margin-left: 4px;
}

div.aligned-form div.ro-label-text {
  margin-top: 4px;
  float: left;
  margin-left: 6px;
  font-weight: bold;
}

div.aligned-form.mailing div.ro-label-text {
  margin-top: 0;
}

div.two-column fieldset label, div.two-column div.ro-label {
  width: 110px;
}

div.two-column-tv fieldset label, div.two-column-tv div.ro-label {
  width: 120px;
}

div.two-column-tv fieldset input {
  width: 150px;
}

div.two-column fieldset input {
  width: 150px;
}

div.two-column-small fieldset label, div.two-column div.ro-label {
  width: 85px;
}

div.two-column-large fieldset label, div.two-column-large div.ro-label {
  margin-left: 0px;
  width: 210px;
}

p.form-seperator {
  text-align: center;
  font-size: 12px;
  font-weight:  bold;
  margin: 8px 0;
}

/* Brick */

div.brick {
  border: 1px solid #999;
}

div.brick img.brick_topl {
  position: relative;
  top: -1px;
  left: -1px;
  float: left;
}

div.brick img.brick_topr {
  position: relative;
  top: -1px;
  right: -1px;
  float: right;
}

div.brick img.brick_botl {
  float: left;
  position: relative;
  bottom: 9px;
  left: -1px;
}

div.brick img.brick_botr {
  position: relative;
  bottom: 9px;
  right: -1px;
  float: right;
}

div.brick div.content {
  margin: 10px;
}

/* For IE */

* html div.brick img.brick_topl { left: -4px; }
* html div.brick img.brick_topr { right: -4px; }
* html div.brick img.brick_botl { left: -4px; }
* html div.brick img.brick_botr { right: -4px; }


/* Button Alignment */

div.buttons {
  text-align: right;
  margin:  5px 15px;
}

div.buttons input {
  margin-left: 5px;
  width: auto;
}

/* Footnotes */

sup, div.footnote p {
  color: #000;
  font-style: italic;
}

sup {
	vertical-align: 3px;
}

sup, div.footnote p span {
  font-size: 11px;
}

div.footnote {
  margin: 20px 10px;
}

div.footnote p {
  font-size: 11px;
  margin: 10px 0;
}

/* Lists */

.ApModList {

  list-style: circle;
  margin-left: 10px;
  padding-left: 5px;
}

.ApModList li {
  padding-bottom: 5px;
}

/* Javascipt style */

span.temporary_alert {
  color: red;
  margin-left: 5px;
}

a.collapse_link {
  cursor: pointer;
}

/* TV Form Table */

.padLeft5px {
  padding-left:5px;
}


/* Ticketing Styles */

.notes {	font-size: 10px;
	font-style: italic;
	color: #666666;
}

.smalltext {	font-size: 10px;
	color: #000000;
}

.borderbot {
  border-bottom:1px solid #aaaaaa;
}


/* Search Styles */

.contentSearchContainer {

}

.contentSearch {
	border: solid 1px #bfd6ff;
	padding: 10px 20px 10px 20px;
	margin-bottom: 15px;
	margin-right: 8px;
	text-align: center;
	font-weight: bold;
	font-size: 13px;
	float: left;
}

.ReportDate {
	color: #777;
	font-style: italic;
}


.ReportTable {
	background-color: #fcfcfc;
	border: 1px solid #999;
	font-size: .9em;
	margin: 0 auto;
	margin-top: .5em;
}

.ReportTable caption {
	padding: .25em 0;
	position: relative;
}

.ReportTable caption h3 {
	margin-top: .25em;
}

.ReportTable tr.Alt {
	background-color: #f5f5f5;
}

.ReportTable td,
.ReportTable th {
	border-left: 1px solid #ccc;
	padding: .25em .5em;
}

.ReportTable th {
	background-color: #e7e7e7;
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgb(231, 231, 231)), color-stop(0.05, rgb(231, 231, 231)), color-stop(0.05, rgb(207, 207, 207)), to(rgb(186, 186, 186)));
	border-left: 1px solid #aaa;
	color: #444;
	text-shadow: rgb(245, 245, 245) 0px 1px 0px;
}

.ReportTable th:first-child {
	border-left: none;
}

.ReportTable td {
	border-top: 1px solid #aaa;
	text-align: right;
}

.ReportTable td:first-child {
	border-left: none;
	text-align: left;
	white-space: nowrap;
}

.ReportTable > tbody > tr:first-child td {
	border-top: 1px solid #888;
}

.ReportTable tr.Summary {
	background-color: #d6dde5;
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#d6dde5), to(#cbd2da));
}

.ReportTable tr.Summary td {
	border-top: 1px solid #777;
}

.ReportTable tr.Summary td:first-child {
	font-weight: bold;
}

div.close-lyrics {
  position: absolute;
  right: 20px;
}

div.track-lyrics {
  max-width: 800px;
  max-height: 500px;
  overflow-y: auto;
  margin: 20px;
}

@-webkit-keyframes glow {
    0% {
        -webkit-box-shadow: 0 0 20px rgba(165, 42, 42, 1);
    }
    100% {
        -webkit-box-shadow: 0 0 20px rgba(165, 42, 42, 0.4);
    }
}

.glow {
  -moz-box-shadow: 0 0 10px rgba(165, 42, 42, 1);
  box-shadow: 0 0 10px rgba(165, 42, 42, 1);
  filter:progid:DXImageTransform.Microsoft.glow(Strength=5, Color='yellow');
  -ms-filter:"progid:DXImageTransform.Microsoft.glow(Strength=3, Color='yellow')";

	-webkit-animation-name: 'glow';
	-webkit-animation-duration: 1.2s;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-direction: alternate;
	-webkit-animation-timing-function: ease-in-out;
}

/* Global Completed, Warning, and Error Message Styles */

div.global-message {
  width: 980px;
  margin-top: 0px;
  /* IE */
  *margin-bottom: 10px;
  overflow: hidden;
}

div.global-message.warning,
div.global-message.completed,
div.global-message.info {
  margin-bottom: 10px;
}

div.global-message div.middle {
  min-height: 60px;
  display: table;
  width: 100%;
}

div.global-message div.middle img {
  float: left;
  padding: 10px 0px 0 15px;
}

div.global-message div.middle div.copy {
  display: table-cell;
  vertical-align: middle;
}

div.global-message.completed div.top {
  background: url('/itc/images/bg-green-completed-top.png') no-repeat;
  height: 7px;
}

div.global-message.completed div.middle {
  background: url('/itc/images/bg-green-completed-middle.png') repeat-y;
}

div.global-message.completed div.bottom {
  background: url('/itc/images/bg-green-completed-bottom.png') no-repeat;
  height: 9px;
}

div.global-message div.middle div.heading {
  padding: 10px 0 0 66px;
  font-weight: bold;
  font-size: 13px;
  color: #333e46;
}

div.global-message div.middle ul {
  margin: 0 0 0 43px;
  padding: 5px 0 0 40px;
  font-size: 13px;
  color: #333e46;
}

div.global-message div.middle ul li {
  padding: 2px;
}

div.global-message div.middle ul li span {
  position: relative;
  left: -5px;
}

div.global-message.warning div.top {
  background: url('/itc/images/bg-yellow-warning-top.png') no-repeat;
  height: 7px;
}

div.global-message.warning div.middle {
  background: url('/itc/images/bg-yellow-warning-middle.png') repeat-y;
}

div.global-message.warning div.bottom {
  background: url('/itc/images/bg-yellow-warning-bottom.png') no-repeat;
  height: 9px;
}

div.global-message.error div.top {
  background: url('/itc/images/bg-red-error-top.png') no-repeat;
  height: 7px;
}

div.global-message.error div.middle {
  background: url('/itc/images/bg-red-error-middle.png') no-repeat;
  background-size: 100% 100%;
}

div.global-message.error div.bottom {
  background: url('/itc/images/bg-red-error-bottom.png') no-repeat;
  height: 9px;
}

div.global-message.info div.top {
  background: url('/itc/images/bg-blue-info-top.png') no-repeat;
  height: 7px;
}

div.global-message.info div.middle {
  background: url('/itc/images/bg-blue-info-middle.png') no-repeat;
}

div.global-message.info div.bottom {
  background: url('/itc/images/bg-blue-info-bottom.png') no-repeat;
  height: 9px;
}


div.legal-cert {
  margin: 40px auto;
  width: 75%;
}

div.legal-cert p.heading {
  font-size: 14px;
  color: #46545f;
}

div.legal-cert p.agree {
  font-size: 14px;
  color: #46545f;
  font-weight: bold;
}

/* Welcome Screen */

div.welcome-container {
  margin: 17px 85px 3px 85px;
  color: #161616;
  position: relative;
}

div.welcome-container div.top-heading {
  font-size: 14px;
}

div.welcome-container div {
  margin: 0 0 20px 0;
}

div.welcome-container div.welcome-topic p {
  margin-left:56px;
}

div.welcome-container div img {
  float: left;
  padding: 0 10px 0 0;
}

div.welcome-container div img.contract {
  padding-bottom: 30px;
}

div.hide-welcome {
  clear: both;
  margin: 0px 0px 0px 10px;
  position: relative;
  top: 20px;
  color: #404040;
}






.div-element {
  position:relative;
  width:295px;
  margin:0;
  padding:0;
  left:23px;
  top:-25px;
  z-index:9999;
}






/* BEGIN NEW TOOL TIP */

/* these are used by staticly placed tool tips */
.div-element, .div-element1, .div-element-tooltip {
  position:relative;
  width:295px;
  margin:0;
  padding:0;
  left:23px;
  top:-25px;
  z-index:12000;
}
/* this one is used by LCTooltip which dynamically positions it */
.lc-tool-tip {
  position:absolute;
  width:295px;
  margin:0;
  padding:0;
  z-index:12000;
}

.lc-tool-tip-wide {
   width: 520px;
	}

.tool-tip-beak {
  background:url(/itc/images/beak-transparent.png) top left no-repeat;
  margin:0;
  width:21px;
  height:37px;
  position:absolute;
  left:-3px;
  top:20px;
  z-index:9999;
}

.tool-tip-beak-right {
  background: url('/itc/images/beak-right-transparent.png') !important;
  position: absolute;
  left:270px;
}


.tool-tip-top {
  height:21px;
  background:url(/itc/images/tip_top.png) top no-repeat;
  z-index:9999;
  margin-left:-1px;
}

.tool-tip-top-wide {
  background:url(/itc/images/tip_top_wide.png) top no-repeat;
}

.tool-tip-main {
  margin: 0 10px 0 10px;
  padding:0px 0 10px;
  background:url(/itc/images/main_bg.png) repeat-y;
  z-index:9999;
  font-weight: normal;
  min-height: 25px;
}

.tool-tip-message {
  margin: 0 25px 10px 25px;
}

.tool-tip-button-wrapper {
  margin: 0 25px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.tool-tip-button-wrapper > span {

}

.tool-tip-button-wrapper .right-button {
  margin-left: auto;
  margin-right: 8px;
}

.tool-tip-main-wide {
	   background:url(/itc/images/main_bg_wide.png) repeat;
	}

.tool-tip-bottom {
  height:18px;
  margin:0;
  background:url(/itc/images/tip_bottom.png) top no-repeat;
  z-index:9999;
  margin-left:-1px;
 }

.tool-tip-bottom-wide {
	  background:url(/itc/images/tip_bottom_wide.png) top no-repeat;
	}

/* END NEW TOOL TIP */

/* New Tooltip */

.tooltip .top {
  position: absolute;
  top: 0px;
    height:25px;
    width:294px;
  background:url(/itc/images/tool-tip-bg.png) no-repeat 0px 0px;
}

.tooltip .leftSideRepeat {
  position: absolute;
  top: 25px;
  height: 20px;
  width: 30px;
    background: url(/itc/images/tooltipRepeat.png) repeat-y 0px 0px;
}

.tooltip .tab {
  position: absolute;
  top: 45px;
  height: 35px;
  width: 30px;
    background: url(/itc/images/tooltipTab.png) repeat-y 0px 0px;
}

.tooltip .leftSideRepeatB {
  position: absolute;
  top: 80px;
  bottom: 25px;
  width: 30px;
    background: url(/itc/images/tooltipRepeat.png) repeat-y 0px 0px;
}


.tooltip .text {
  position: absolute;
  top: 25px;
  bottom: 25px;
  left: 30px;
  right: 0px;
  padding-left: 10px;
  padding-right: 30px;
  color: black;
    background: url(/itc/images/tooltipRepeat.png) repeat-y -30px 0px;
    clear:both;
}

.tooltip .bottom {
    position: absolute;
    bottom: 0px;
    height: 25px;
    width: 294px;
    background: url(/itc/images/tool-tip-bg.png) no-repeat 0px -125px;
}

.temporary-tooltip {
}

/* END New Tooltip */

/* Download Guide */

div.download-guide span {
  font-size: 13px;
  color: #46545F;
}

/* iTC Mobile */

div.itc-mobile img.itc-icon {
  float: left;
  margin-top: 5px;
}

div.itc-mobile img.itc-logo {
  margin: 8px 0 0 10px;
}

/*div.itc-mobile img.download {
  float: right;
  margin-right: 10px;
  margin-top: -4px;
}*/
div.itc-mobile .blue-button {
  float: right;
  margin-right: 10px;
  margin-top: -4px;
  /*padding: 2px 16px 4px;*/
}

div.itc-mobile p {
  color: #4c4c4c;
  position: relative;
  left: 9px;
  top: -5px;
  margin-bottom: 0;
}

/* Content Status */

body.content-status-bar-margin {
  margin-bottom:70px;
}

body.content-status-bar-margin.short {
  margin-bottom:10px;
}

div#content-status-container {
  position: fixed;
  width: 100%;
  bottom: 0;
  z-index: 9999;
  left: 0;
}

div#content-status {
  width: 980px;
  margin: 0 auto;
  position: relative;
  bottom: -2px;
}

div#content-status-container div.header {
  background: url('/itc/images/tool-bar-header.png') no-repeat;
}

div#content-status-container div.header div.text {
  margin: 0 auto;
  padding: 27px 30px 0 30px;
  font-weight: bold;
  font-size: 14px;
  color: #3f3f3f;
  text-shadow: 0 1px 0 rgba( 255, 255, 255, 1 );
  overflow: hidden;
}

div#content-status-container div.header div.text div.left {
  float: left;
  width: 33%;
}

div#content-status-container div.header div.text div.center {
  float: left;
  width: 33%;
  text-align: center;
}

div#content-status-container div.header div.text div.center div#ellipsis.content-status-center-title {
  white-space: nowrap;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  -moz-binding: url('/itc/images/ellipsis.xml#ellipsis');
}

div#content-status-container div.header div.text div.right {
  float: left;
  width: 34%;
  text-align: right;
}

div#content-status-container div.header div.text div.right div.close {
  float: right;
  position: relative;
  top: -1px;
  left: 5px;
  padding-left: 10px;
  margin-bottom: 6px;
  cursor: pointer;
  background: url('/itc/images/close.png') no-repeat;
  width: 17px;
  height: 17px;
}

div#content-status-container div.header div.text div.right div.close:hover {
  background: url('/itc/images/close.png') no-repeat 0px -17px;
}

div#content-status-container div.header div.text div.right div#reason-territory {
  float: right;
}

div#content-status-container div.header div.text div.right img.flag {
  position: relative;
  float: right;
  top: 1px;
  padding-right: 5px;
}

div#content-status-container div.problem-list {
  background: url('/itc/images/problem-list-bg.png') repeat-y;
  position: relative;
  top: -1px;
  font-size: 13px;
  color: #3f3f3f;
  text-shadow: 0 1px 0 rgba( 255, 255, 255, 1 );
  font-weight: bold;
  overflow: hidden;
}

div#content-status-container div.problem-list div.left {
  float: left;
  padding: 5px 0px 5px 5px;
  margin-left: 23px;
  width: 929px;
  border-bottom: 2px solid #cccccc;
}

div#content-status-container div.problem-list div.left img.alert-icon {
  float: left;
  padding-right: 7px;
}

div#content-status-container div.problem-list div.left span {
  font-weight: normal;
}

div#audioUploader {
  position: absolute;
}

.status-menu-container {
  position: absolute;
  margin-top:-4px;
  left: -50px;
  z-index: 99999;
}

.status-menu-container .top {
  background: url('/itc/images/menu-top.png') no-repeat;
  height: 23px;
  width: 193px;
}

.large-menu.not-on .status-menu-container .top {
  background: url('/itc/images/menu-large-top.png') no-repeat;
  width: 242px;
  height: 23px;
}

.status-menu-container .middle {
  background: url('/itc/images/menu-middle.png') repeat-y;
  height: auto;
  width: 193px;
  padding: 0px 0px 0 10px;
  margin: 0;
}

.large-menu.not-on .status-menu-container .middle {
  background: url('/itc/images/menu-large-middle.png') repeat-y;
  width: 242px;
  padding: 0;
}

.status-menu-container .middle .inner-container {
  overflow: visible !important;
  overflow-x: hidden !important;
  *overflow-y: auto !important;
  max-height: 105px;
  width: 170px
}

.large-menu .status-menu-container .middle .inner-container {
  width: 220px;
}

.large-menu.ready-store .status-menu-container .middle .inner-container {
  width: 170px;
}

.status-menu-container .middle .text {
  padding: 5px 0px 5px 10px;
  overflow: hidden;
  font-weight: bold;
  font-size: 12px;
  text-overflow: ellipsis;
}

.status-menu-container .middle .text .territory-name {
  float: left;
  width: 46% !important;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  -moz-binding: url('/itc/images/ellipsis.xml#ellipsis')
}

.large-menu .status-menu-container .middle .text .territory-name {
  width: 45% !important;
}

div.status-menu-container .territory-name {
  padding-left: 10px;
}

.large-menu .status-menu-container .middle .text div {
  *width: 49% !important;
  *float: left;
  *text-overflow: ellipsis;
  *white-space: nowrap;
}

.large-menu .status-menu-container .middle .text div a {
  *float: right;
  *font-size: 11px;
}

.status-menu-container .middle .text .see-details {
  float: right;
  padding-right: 5px;
  font-size: 11px;
  position: relative;
  bottom: -1px;
}

.status-menu-container .bottom {
  background: url('/itc/images/menu-bottom.png') no-repeat;
  height: 17px;
  width: 193px;
}

.large-menu.not-on .status-menu-container .bottom {
  background: url('/itc/images/menu-large-bottom.png') no-repeat;
  width: 242px;
}

.status-box {
  overflow: visible !important;
}

.status-box .status-icon {
  padding-right: 5px;
}

.see-details {
  white-space: nowrap;
}

.content-status-inspect .status-box div {
  padding-top: 2px;
}

.status-box div#status-menu,
.status-box div#status-menu .top {
  padding-top: 0px !important;
}

table .content-status-td .status-box {
  font-size: 11px;
}

table .content-status-td {
  min-width: 128px;
}

table .content-status-td .status-box .text-info {
  position: relative;
  top: 2px;
}

table td.music-content-status .status-box .text-info {
  white-space: nowrap;
}

.smalltext .see-details .status-icon,
.content-status-track .see-details .status-icon,
.content-status-film .status-icon{
  padding-right: 3px;
}

.content-status-film .see-details {
  font-weight: bold;
}

.content-status-td .status-menu-container {
  left: -55px;
}

.content-status-td .large-menu .status-menu-container {
  left: -59px;
}

.content-status-td .large-menu.ready-store .status-menu-container {
  left: -44px;
}

.content-status-inspect .large-menu .status-menu-container {
  left: -62px;
}

#content-status-container .left .description-action {
  margin-left: 25px;
  margin-right: 20px;
}

div.resultlist-wrapper.country-region-list {
  margin-top: 15px;
  width: 635px;
}

div.resultlist-wrapper.country-region-list td {
  border-bottom: 1px solid #E7E9ED;
}

div.resultlist-wrapper.country-region-list td.bottom-row {
  border-bottom: none;
}

div.resultlist-wrapper.country-region-list div.userlist-col-0 {
  width: 120px;
}

div.resultlist-wrapper.country-region-list div.userlist-col-0 p.heading {
  font-weight: bold;
}

div.resultlist-wrapper.country-region-list div.userlist-col-1 {
  width: 150px;
}

div.resultlist-wrapper.country-region-list div.userlist-col-2 {
  width: 60px;
}

div.resultlist-wrapper.country-region-list div.userlist-col-3 {
  width: 105px;
}

div.resultlist-wrapper.country-region-list div.userlist-col-4,
div.resultlist-wrapper.country-region-list div.userlist-col-5 {
  width: 45px;
}

div.resultlist-wrapper.country-region-list div.userlist-col-6 {
  width: 105px;
}

div.resultlist-wrapper.country-region-list .green-check {
  text-align: center;
}
div.errorMsg {
  margin-bottom: 10px;
}

/***************************
Deliver Your Content
***************************/
.topMainContentSection {
  padding: 27px;
}
.topMainContentSection h1 {
  margin-bottom:9px;
}
.topMainContentSection .heading {

  padding-bottom: 17px;
}
.topMainContentSection .heading p {
  color: #7F7F7F;
  font-size: 16px;
  margin-top: 0;
}
.contentSectionWrapper {
  border-top: 1px solid #E6E6E6;
  padding: 30px 0;
  zoom: 1;
}
.contentSectionWrapper:after {
  visibility: hidden;
  display: block;
  content: "";
  clear: both;
  height: 0;
}
.contentSectionWrapper .contentIcon {
  width: 82px;
  float: left;
  clear: both;
}
.contentSectionWrapper .contentSection {
  width: 500px;
  float: left;
  color:#333;
}
.contentSectionWrapper .contentSection h2 {
  margin-top: 0;
  color:#333;
  font-size: 16px;
}
.contentSectionWrapper .contentSection p {
  color:#333;
  font-size: 14px;
  line-height: 19px;
}

.contentSectionWrapper .contentSection p a {
  font-size: 12px;
}

.contentSectionWrapper a img {
  border: none;
}
.contentSectionWrapper .linksSection {
  width: 280px;
  float: left;
  padding-left: 40px;
}
/*.contentSectionWrapper .linksSection a {
  color: #0085CC;
}*/
/*.linksSection a:hover {
  text-decoration: underline;
}*/
.linksSection .link {
  margin: 0 0 12px;
  clear:both;
  position: relative;
}
.linksSection .link:after {
   visibility: hidden;
  display: block;
  content: "";
  clear: both;
  height: 0;
}

.ratingspopup .infoPop,
.linksSection .infoPop {
  width: 14px;
  height: 15px;
  display:inline-block; zoom: 1; *display: inline;
  position: relative;
  margin-left: 2px;
}

.ratingspopup .infoBtn,
.linksSection .infoBtn {
  background: url('/itc/images/deliverYourContent/dyc_info_btn.png') top left no-repeat;
  width: 14px;
  height: 15px;
  display:inline-block; zoom: 1; *display: inline;
  margin-bottom: -3px;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
  filter: alpha(opacity=75);
  -moz-opacity: 0.75;
  -khtml-opacity: 0.75;
  opacity: 0.75;
}
.ratingspopup .infoBtn:hover,
.linksSection .infoBtn:hover {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;

}

.linksSection .videolink, .lowerContentSection .videolink {
  position: relative;
  display: block;
  float: left;
  margin-right: 10px;
  width: 60px;
  height: 45px;
}
.linksSection .link.singleline .videolink + a {
  position: relative;
    top: 13px;
}
.linksSection .link.singleline .infoBtn {
  position: relative;
  top: 13px;
}
.linksSection .link.doubleline .videolink + a {
  position: relative;
    top: 7px;
}
.linksSection .link.doubleline .infoBtn {
  position: relative;
  top: 7px;
}
.linksSection .videolink .playBtn, .lowerContentSection .videolink .playBtn {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  opacity: .75;
  -moz-opacity: .75;
  filter:alpha(opacity=75);
  background: url('/itc/images/deliverYourContent/dyc_videoplaybtn.png') center center no-repeat;
  z-index: 100;
  width: 60px;
  height: 45px;
}
.linksSection .videolink .playBtn:hover, .lowerContentSection .videolink .playBtn:hover {
  opacity: 1;
  -moz-opacity: 1;
  filter:alpha(opacity=1);
}
.linksSection .infoPopWindow .top-beak {
  background: url('/itc/images/menu-beak.png') no-repeat;
  width: 180px;
  height: 32px;
  position: absolute;
  top: -15px;
  right: -70px;
  display: block;
}
.ratingspopup .infoPopWindow .top-beak {
  background: url('/itc/images/menu-beak.png') no-repeat;
  width: 17px;
  height: 15px;
  position: absolute;
  top: -15px;
  right: 137px;
  display: block;
}
.infoPopWindow {
  position: absolute;
  right: -95px;
  width: 180px;
  padding: 10px;
  top: 30px;
  z-index: 2000;
  border: 1px solid #a6a6a6;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  background-color: #fff;
  -moz-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.25);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.25);
  min-height: 1%;
}
.ratingspopup .infoPopWindow {
  width: 280px;
  right: -140px;
  white-space: normal;
}
.singleline .infoPopWindow {
  top: 43px;
}
.doubleline .infoPopWindow {
  top: 37px;
}
.infoPopWindow p {
  margin: 0;
}
.infoPopWindow p + p {
  margin-top: 10px;
}
.linkListPop {
  clear: both;
  position: relative;
}
.linkPopWindow {
  position: absolute;
  left: 0;
  width: 180px;
  padding: 10px;
  top: 21px;
  z-index: 999;
  border: 1px solid #a6a6a6;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  background-color: #fff;
  -moz-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.25);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.25);
}
.linkPopWindow p {
  margin: 0;
}
.linkPopWindow p + p {
  margin-top: 3px;
}
.lowerContentSection {
  background: #F9F9F9 url('/itc/images/deliverYourContent/dyc_bottomBoxBkg.png') top left repeat-x;
  padding: 15px 32px 0;
  position: relative;
  //margin: 0 -3px -3px;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  -moz-border-radius-bottomright: 3px;
  -moz-border-radius-bottomleft: 3px;
  -webkit-border-bottomright-radius: 3px;
  -webkit-border-bottomleft-radius: 3px;
}
.lowerContentSection .sectionWrapper {
  padding-bottom: 17px;
  zoom:1;
  clear:both;
}
.lowerContentSection .sectionWrapper:after {
  visibility: hidden;
  display: block;
  content: "";
  clear: both;
  height: 0;
}
.lowerContentSection .sectionWrapper + .sectionWrapper {
  border-top: 1px solid #E6E6E6;
  padding-top: 10px;
}
.lowerContentSection .sectionWrapper h2 {
  font-size: 16px;
  color:#333;
}
.lowerContentSection .columns3 {
  width: 260px;
  float: left;
  margin-left: 29px;
  margin-bottom: 8px;
}
.lowerContentSection .columns3 .videotextlinkpopup {
  font-weight: bold;
}
.lowerContentSection .columns3:nth-of-type(3n+1) {
  clear:left;
  margin-left: 0;
}
.lowerContentSection .columns2 {
  width: 431px;
  float: left;
  margin-left: 30px;
  margin-bottom: 8px;
}
.lowerContentSection .columns2:nth-of-type(2n+1) {
  clear:left;
  margin-left: 0;
}
.lowerContentSection .sectionWrapper h3 {
  margin: 0;
  font-size:13px;
  font-weight: normal;
}
.lowerContentSection .sectionWrapper.japaneseResources h3 {
  font-weight: normal;
}
/*.lowerContentSection .sectionWrapper a {
  color: #0085CC;
}*/

.lowerContentSection .sectionWrapper p {
  margin-top: 8px;
  color:#333;
}
/*.lowerContentSection .sectionWrapper .columns2 p {
  margin: 0 0 5px;
}*/

/* insetbox adds an inset shadow to a block element */
.insetbox {
  background-color: #FAFAFA;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: inset 0px 1px 4px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0px 1px 4px 0px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0px 1px 4px 0px rgba(0, 0, 0, 0.1);
}
.outsetbox {
  border: 1px solid #e5e5e5;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.1);
  background-color: #fafafa;
  background: -moz-linear-gradient(top,#fafafa 0%, #eee 75%);
  background: -webkit-linear-gradient(top, #fafafa 0%,#eee 75%);
  background: linear-gradient(top,  #fafafa 0%,#eee 75%);
}

.ellipsize {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* Updated Search */
tr.search-param > td strong {
  white-space: nowrap;
}
tr.search-param td:first-child, tr.search-params td:first-child {
  width: 222px !important;
  color: #595959;
}
tr.search-params .search-param-value- {
  width: 100px;
}
.searchfield {
  width: 476px
}

/**
 * Buttons
 */
 /** use for full width buttons **/
.blue-btn,
.film-landing-container-wrapper1 .film-list-li a span {
  font-size: 12px;
  line-height: 20px;
  display: block;
  border: 1px solid #2D86B6;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  padding: 0 0 1px 0;
  text-align: center;
  background-color: #59AEEF;
  background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPgo8bGluZWFyR3JhZGllbnQgaWQ9ImcyOTciIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIiB4MT0iMCUiIHkxPSIwJSIgeDI9IjAlIiB5Mj0iMTAwJSI+CjxzdG9wIHN0b3AtY29sb3I9IiM0RkE2RTQiIG9mZnNldD0iMCIvPjxzdG9wIHN0b3AtY29sb3I9IiMyRTc1Q0UiIG9mZnNldD0iMSIvPgo8L2xpbmVhckdyYWRpZW50Pgo8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2cyOTcpIiAvPgo8L3N2Zz4=);
  background-image: -moz-linear-gradient(top , #4FA6E4 0%, #2E75CE 100%);
  background-image: -webkit-linear-gradient(top , #4FA6E4 0%, #2E75CE 100%);
  background-image: -o-linear-gradient(top , #4FA6E4 0%, #2E75CE 100%);
  background-image: linear-gradient(top , #4FA6E4 0%, #2E75CE 100%);
  color: #fff;
  margin-bottom: 8px;
  -moz-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.25);
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.25);
  text-shadow: 0px -1px 0px #666;
  cursor: pointer;
}

.blue-btn-disabled {
  font-size: 12px;
  line-height: 20px;
  display: block;
  border: 1px solid #666;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  padding: 0 0 1px 0;
  text-align: center;
  background-color: #666;
  background-image: -moz-linear-gradient(top , #ccc 0%, #666 100%);
  background-image: -webkit-linear-gradient(top , #ccc 0%, #666 100%);
  background-image: -o-linear-gradient(top , #ccc 0%, #666 100%);
  background-image: linear-gradient(top , #ccc 0%, #666 100%);
  color: #f0f0f0;
  margin-bottom: 8px;
  -moz-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.25);
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.25);
  text-shadow: 0px -1px 0px #666;
  cursor: pointer;
}

.blue-btn.app-btn {
  width: 210px;
}

.blue-button {
  color: #fff !important;
  font-size: 12px;
  background-color: #59AEEF;
  background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPgo8bGluZWFyR3JhZGllbnQgaWQ9ImcxODkiIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIiB4MT0iMCUiIHkxPSIwJSIgeDI9IjAlIiB5Mj0iMTAwJSI+CjxzdG9wIHN0b3AtY29sb3I9IiM0RkE2RTQiIG9mZnNldD0iMCIvPjxzdG9wIHN0b3AtY29sb3I9IiMyRTc1Q0UiIG9mZnNldD0iMSIvPgo8L2xpbmVhckdyYWRpZW50Pgo8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2cxODkpIiAvPgo8L3N2Zz4=);
  background-image: -moz-linear-gradient(top , #4FA6E4 0%, #2E75CE 100%);
  background-image: -webkit-linear-gradient(top , #4FA6E4 0%, #2E75CE 100%);
  background-image: -o-linear-gradient(top , #4FA6E4 0%, #2E75CE 100%);
  background-image: linear-gradient(top , #4FA6E4 0%, #2E75CE 100%);
  -moz-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.25);
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.25);
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  padding: 2px 10px 4px 10px;
  white-space: nowrap;
  text-shadow: 0px -1px 0px #666;
  border: 1px solid #2D86B6;
  margin-bottom: 5px;
  cursor: pointer;
}


.blue-button-rect {
  color: #fff !important;
  font-size: 12px;
  background-color: #59AEEF;
  background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPgo8bGluZWFyR3JhZGllbnQgaWQ9ImcxODkiIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIiB4MT0iMCUiIHkxPSIwJSIgeDI9IjAlIiB5Mj0iMTAwJSI+CjxzdG9wIHN0b3AtY29sb3I9IiM0RkE2RTQiIG9mZnNldD0iMCIvPjxzdG9wIHN0b3AtY29sb3I9IiMyRTc1Q0UiIG9mZnNldD0iMSIvPgo8L2xpbmVhckdyYWRpZW50Pgo8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2cxODkpIiAvPgo8L3N2Zz4=);
  background-image: -moz-linear-gradient(top , #4FA6E4 0%, #2E75CE 100%);
  background-image: -webkit-linear-gradient(top , #4FA6E4 0%, #2E75CE 100%);
  background-image: -o-linear-gradient(top , #4FA6E4 0%, #2E75CE 100%);
  background-image: linear-gradient(top , #4FA6E4 0%, #2E75CE 100%);
  -moz-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.25);
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.25);
  -webkit-border-radius:3px;
  -moz-border-radius:3px;
  border-radius:3px;
  padding: 1px 10px;
  white-space: nowrap;
  text-shadow: 0px -1px 0px #666;
  border: 1px solid #478BBF;
  cursor: pointer;
  display:inline-block; zoom: 1; *display: inline;
  text-align: center;
  /*line-height: 15px;*/
}
.large-blue-rect-button {
  color: #fff !important;
  font-size: 12px;
  background-color: #59AEEF;
  background-image: -moz-linear-gradient(top , #63ABE2 0%, #065CB6 100%);
  background-image: -webkit-linear-gradient(top , #63ABE2 0%, #065CB6 100%);
  background-image: -o-linear-gradient(top , #63ABE2 0%, #065CB6 100%);
  background-image: linear-gradient(top , #63ABE2 0%, #065CB6 100%);
  -moz-box-shadow: 0px 1px 0px 0px rgba(208, 211, 218, 1);
  -webkit-box-shadow: 0px 1px 0px 0px rgba(208, 211, 218, 1);
  box-shadow: 0px 1px 0px 0px rgba(208, 211, 218, 1);
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  padding: 3px 32px 4px 32px;
  border: 1px solid #556E8D;
  cursor: pointer;
}
.large-white-rect-button {
  color: #000 !important;
  font-size: 12px;
  background-color: #fff;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  padding: 3px 32px 4px 32px;
  border: 1px solid #AAA;
  cursor: pointer;
}
.large-grey-rect-button {
  color: #fff !important;
  font-size: 12px;
  background-color: #596168;
  background-image: -moz-linear-gradient(top ,#9CA5AC 0%, #4A4F55 100%);
  background-image: -webkit-linear-gradient(top ,#9CA5AC 0%, #4A4F55 100%);
  background-image: -webkit-linear-gradient(top ,#9CA5AC 0%, #4A4F55 100%);
  background-image: linear-gradient(top ,#9CA5AC 0%, #4A4F55 100%);
  -moz-box-shadow: 0px 1px 0px 0px rgba(223, 228, 241, 1);
  -webkit-box-shadow: 0px 1px 0px 0px rgba(223, 228, 241, 1);
  box-shadow: 0px 1px 0px 0px rgba(223, 228, 241, 1);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding: 3px 32px 3px 32px;
  border-top: 1px solid #54585C;
  border-left: 1px solid #596168;
  border-right: 1px solid #596168;
  border-bottom: 1px solid #4C5058;
  cursor: pointer;
}

.large-blue-rect-button:hover,
.large-grey-rect-button:hover {
  text-decoration: none;
}

.big-blue-button {
  color: #fff !important;
  font-size: 18px;
  background-color: #59AEEF;
  background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPgo8bGluZWFyR3JhZGllbnQgaWQ9ImcxODkiIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIiB4MT0iMCUiIHkxPSIwJSIgeDI9IjAlIiB5Mj0iMTAwJSI+CjxzdG9wIHN0b3AtY29sb3I9IiM0RkE2RTQiIG9mZnNldD0iMCIvPjxzdG9wIHN0b3AtY29sb3I9IiMyRTc1Q0UiIG9mZnNldD0iMSIvPgo8L2xpbmVhckdyYWRpZW50Pgo8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2cxODkpIiAvPgo8L3N2Zz4=);
  background-image: -moz-linear-gradient(top , #4FA6E4 0%, #2E75CE 100%);
  background-image: -webkit-linear-gradient(top , #4FA6E4 0%, #2E75CE 100%);
  background-image: -o-linear-gradient(top , #4FA6E4 0%, #2E75CE 100%);
  background-image: linear-gradient(top , #4FA6E4 0%, #2E75CE 100%);
  -moz-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.25);
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.25);
  -webkit-border-radius:3px;
  -moz-border-radius:3px;
  border-radius:3px;
  padding: 7px 43px;
  white-space: nowrap;
  text-shadow: 0px -1px 0px #666;
  border: 1px solid #478BBF;
  cursor: pointer;
  display:inline-block; zoom: 1; *display: inline;
  line-height: 30px;
}

.half-blue-button:hover,
.big-blue-button:hover,
.blue-btn:hover,
.blue-button:hover,
.blue-button-rect:hover {
  background: #3D7FCF;
  background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPgo8bGluZWFyR3JhZGllbnQgaWQ9ImcxMDMiIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIiB4MT0iMCUiIHkxPSIwJSIgeDI9IjAlIiB5Mj0iMTAwJSI+CjxzdG9wIHN0b3AtY29sb3I9IiM0RkE2RTQiIG9mZnNldD0iMCIvPjxzdG9wIHN0b3AtY29sb3I9IiMxNDYyQzQiIG9mZnNldD0iMSIvPgo8L2xpbmVhckdyYWRpZW50Pgo8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2cxMDMpIiAvPgo8L3N2Zz4=);
  background-image: -moz-linear-gradient(top, #4FA6E4 0%, #1462C4 100%);
  background-image: -webkit-linear-gradient(top, #4FA6E4 0%, #1462C4 100%);
  background-image: -o-linear-gradient(top, #4FA6E4 0%, #1462C4 100%);
  background-image: linear-gradient(top, #4FA6E4 0%, #1462C4 100%);
  text-decoration: none;
}
.half-blue-button:active,
.big-blue-button:active,
.blue-btn:active,
.blue-button:active,
.blue-button-rect:active {
  background: #3D7FCF;
  background-image: -moz-radial-gradient(center, ellipse cover, #178ad2 30%, #004fa5 100%);
  background-image: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(30%,#178ad2), color-stop(100%,#004fa5));
  background-image: -webkit-radial-gradient(center, ellipse cover, #178ad2 30%,#004fa5 100%);
  background-image: -o-radial-gradient(center, ellipse cover, #178ad2 30%,#004fa5 100%);
  background-image: -ms-radial-gradient(center, ellipse cover, #178ad2 30%,#004fa5 100%);
  background-image: radial-gradient(ellipse at center, #178ad2 30%,#004fa5 100%);
  text-decoration: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.white-button.disabled,
.blue-button.disabled {
  opacity: .5;
  filter: alpha(opacity=50);
  cursor: default;
}
.blue-button.disabled:hover, .blue-button.disabled:active {
  background-color: #59AEEF;
  background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPgo8bGluZWFyR3JhZGllbnQgaWQ9ImcxODkiIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIiB4MT0iMCUiIHkxPSIwJSIgeDI9IjAlIiB5Mj0iMTAwJSI+CjxzdG9wIHN0b3AtY29sb3I9IiM0RkE2RTQiIG9mZnNldD0iMCIvPjxzdG9wIHN0b3AtY29sb3I9IiMyRTc1Q0UiIG9mZnNldD0iMSIvPgo8L2xpbmVhckdyYWRpZW50Pgo8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2cxODkpIiAvPgo8L3N2Zz4=);
  background-image: -moz-linear-gradient(top , #4FA6E4 0%, #2E75CE 100%);
  background-image: -webkit-linear-gradient(top , #4FA6E4 0%, #2E75CE 100%);
  background-image: -o-linear-gradient(top , #4FA6E4 0%, #2E75CE 100%);
  background-image: linear-gradient(top , #4FA6E4 0%, #2E75CE 100%);
}

.white-button,
.white-button-rect a,
.input-white input {
  color: #000 !important;
  font-size: 12px;
  background: #ffffff;
  background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPgo8bGluZWFyR3JhZGllbnQgaWQ9Imc3NTciIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIiB4MT0iMCUiIHkxPSIwJSIgeDI9IjAlIiB5Mj0iMTAwJSI+CjxzdG9wIHN0b3AtY29sb3I9IiNGRkZGRkYiIG9mZnNldD0iMCIvPjxzdG9wIHN0b3AtY29sb3I9IiNGMEYwRjAiIG9mZnNldD0iMSIvPgo8L2xpbmVhckdyYWRpZW50Pgo8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2c3NTcpIiAvPgo8L3N2Zz4=);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#F0F0F0));
  background-image: -moz-linear-gradient(top,#ffffff 0%, #F0F0F0 100%);
  background-image: -webkit-linear-gradient(top, #ffffff 0%,#F0F0F0 100%);
  background-image: -o-linear-gradient(top, #ffffff 0%, #F0F0F0 100%);
  background-image: linear-gradient(top,  #ffffff 0%,#F0F0F0 100%);
  -webkit-border-radius:3px;
  -moz-border-radius:3px;
  border-radius:3px;
  padding: 1px 10px;
  white-space: nowrap;
  border: 1px solid #AAAAAA;
  /*line-height: 15px;*/
  display:inline-block; zoom: 1; *display: inline;
  text-align: center;
}
.white-button:hover,
.white-button-rect:hover a,
.input-white:hover input {
  background: #F0F0F0;
  background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPgo8bGluZWFyR3JhZGllbnQgaWQ9Imc4MzQiIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIiB4MT0iMCUiIHkxPSIwJSIgeDI9IjAlIiB5Mj0iMTAwJSI+CjxzdG9wIHN0b3AtY29sb3I9IiNGRkZGRkYiIG9mZnNldD0iMCIvPjxzdG9wIHN0b3AtY29sb3I9IiNEMEQwRDAiIG9mZnNldD0iMSIvPgo8L2xpbmVhckdyYWRpZW50Pgo8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2c4MzQpIiAvPgo8L3N2Zz4=);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#D0D0D0));
  background-image: -moz-linear-gradient(top,#ffffff 0%, #D0D0D0 100%);
  background-image: -webkit-linear-gradient(top, #ffffff 0%,#D0D0D0 100%);
  background-image: -o-linear-gradient(top, #ffffff 0%, #D0D0D0 100%);
  background-image: linear-gradient(top,  #ffffff 0%,#D0D0D0 100%);
  text-decoration: none;
  cursor: pointer;
}
.white-button:active,
.white-button-rect:active a,
.input-white:active input {
  background: #F0F0F0;
  background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPgo8bGluZWFyR3JhZGllbnQgaWQ9Imc4MzQiIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIiB4MT0iMCUiIHkxPSIwJSIgeDI9IjAlIiB5Mj0iMTAwJSI+CjxzdG9wIHN0b3AtY29sb3I9IiNGRkZGRkYiIG9mZnNldD0iMCIvPjxzdG9wIHN0b3AtY29sb3I9IiNEMEQwRDAiIG9mZnNldD0iMSIvPgo8L2xpbmVhckdyYWRpZW50Pgo8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2c4MzQpIiAvPgo8L3N2Zz4=);
  background-image: -moz-radial-gradient(center, ellipse cover, #ffffff 20%, #919191 100%);
  background-image: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(20%,#ffffff), color-stop(100%,#919191));
  background-image: -webkit-radial-gradient(center, ellipse cover, #ffffff 20%,#919191 100%);
  background-image: -o-radial-gradient(center, ellipse cover, #ffffff 20%,#919191 100%);
  background-image: -ms-radial-gradient(center, ellipse cover, #ffffff 20%,#919191 100%);
  background-image: radial-gradient(ellipse at center, #ffffff 20%,#919191 100%);
  text-decoration: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.white-button.disabled:hover {
  color: #000 !important;
  font-size: 12px;
  background: #ffffff;
  background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPgo8bGluZWFyR3JhZGllbnQgaWQ9Imc3NTciIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIiB4MT0iMCUiIHkxPSIwJSIgeDI9IjAlIiB5Mj0iMTAwJSI+CjxzdG9wIHN0b3AtY29sb3I9IiNGRkZGRkYiIG9mZnNldD0iMCIvPjxzdG9wIHN0b3AtY29sb3I9IiNGMEYwRjAiIG9mZnNldD0iMSIvPgo8L2xpbmVhckdyYWRpZW50Pgo8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2c3NTcpIiAvPgo8L3N2Zz4=);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#F0F0F0));
  background-image: -moz-linear-gradient(top,#ffffff 0%, #F0F0F0 100%);
  background-image: -webkit-linear-gradient(top, #ffffff 0%,#F0F0F0 100%);
  background-image: -o-linear-gradient(top, #ffffff 0%, #F0F0F0 100%);
  background-image: linear-gradient(top,  #ffffff 0%,#F0F0F0 100%);
  -webkit-border-radius:3px;
  -moz-border-radius:3px;
  border-radius:3px;
  padding: 1px 10px;
  display:inline-block; zoom: 1; *display: inline;
  white-space: nowrap;
  border: 1px solid #AAAAAA;
  text-decoration: none;
}
.big-grey-button,
.grey-button {
  color: #fff !important;
  font-size: 12px;
  background: #afafaf;
  background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPgo8bGluZWFyR3JhZGllbnQgaWQ9Imc0MDciIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIiB4MT0iMCUiIHkxPSIwJSIgeDI9IjAlIiB5Mj0iMTAwJSI+CjxzdG9wIHN0b3AtY29sb3I9IiNCQkJCQkIiIG9mZnNldD0iMCIvPjxzdG9wIHN0b3AtY29sb3I9IiM5NTk1OTAiIG9mZnNldD0iMSIvPgo8L2xpbmVhckdyYWRpZW50Pgo8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2c0MDcpIiAvPgo8L3N2Zz4=);
  background-image: -moz-linear-gradient(top, #bbbbbb 0%, #959590 100%);
  background-image: -webkit-linear-gradient(top, #bbbbbb 0%, #959590 100%);
  background-image: -o-linear-gradient(top, #bbbbbb 0%, #959590 100%);
  background-image: linear-gradient(top, #bbbbbb 0%, #959590 100%);
  text-decoration: none;
  border: 1px solid #767676;
  -moz-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.25);
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.25);
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  display:inline-block; zoom: 1; *display: inline;
  padding: 2px 15px 4px 15px;
  white-space: nowrap;
  text-shadow: 0px -1px 0px #666;
  margin-bottom: 5px;
  cursor: pointer;
}
.big-grey-button:hover,
.grey-button:hover {
  background: #afafaf;
  background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPgo8bGluZWFyR3JhZGllbnQgaWQ9Imc0MzQiIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIiB4MT0iMCUiIHkxPSIwJSIgeDI9IjAlIiB5Mj0iMTAwJSI+CjxzdG9wIHN0b3AtY29sb3I9IiNCQkJCQkIiIG9mZnNldD0iMCIvPjxzdG9wIHN0b3AtY29sb3I9IiM3Njc2NzYiIG9mZnNldD0iMSIvPgo8L2xpbmVhckdyYWRpZW50Pgo8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2c0MzQpIiAvPgo8L3N2Zz4=);
  background-image: -moz-linear-gradient(top, #bbbbbb 0%, #767676 100%);
  background-image: -webkit-linear-gradient(top, #bbbbbb 0%, #767676 100%);
  background-image: -o-linear-gradient(top, #bbbbbb 0%, #767676 100%);
  background-image: linear-gradient(top, #bbbbbb 0%, #767676 100%);
  text-decoration: none;
}
.big-grey-button:active,
.grey-button:active {
  background: #5C5C5C;
  background-image: -moz-radial-gradient(center, ellipse cover, #A3A3A3 30%, #5C5C5C 100%);
  background-image: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(30%,#A3A3A3), color-stop(100%,#5C5C5C));
  background-image: -webkit-radial-gradient(center, ellipse cover, #A3A3A3 30%,#5C5C5C 100%);
  background-image: -o-radial-gradient(center, ellipse cover, #A3A3A3 30%,#5C5C5C 100%);
  background-image: -ms-radial-gradient(center, ellipse cover, #A3A3A3 30%,#5C5C5C 100%);
  background-image: radial-gradient(ellipse at center, #A3A3A3 30%,#5C5C5C 100%);
  text-decoration: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.big-grey-button {
  font-size: 18px;
  -webkit-border-radius:3px;
  -moz-border-radius:3px;
  border-radius:3px;
  padding: 7px 43px;
  line-height: 30px;
}

.half-button {
  float: left;
  text-align: center;
  color: #fff !important;
  font-size: 12px;
  background: #afafaf;
  background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPgo8bGluZWFyR3JhZGllbnQgaWQ9Imc0MDciIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIiB4MT0iMCUiIHkxPSIwJSIgeDI9IjAlIiB5Mj0iMTAwJSI+CjxzdG9wIHN0b3AtY29sb3I9IiNCQkJCQkIiIG9mZnNldD0iMCIvPjxzdG9wIHN0b3AtY29sb3I9IiM5NTk1OTAiIG9mZnNldD0iMSIvPgo8L2xpbmVhckdyYWRpZW50Pgo8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2c0MDcpIiAvPgo8L3N2Zz4=);
  background-image: -moz-linear-gradient(top, #bbbbbb 0%, #959590 100%);
  background-image: -webkit-linear-gradient(top, #bbbbbb 0%, #959590 100%);
  background-image: -o-linear-gradient(top, #bbbbbb 0%, #959590 100%);
  background-image: linear-gradient(top, #bbbbbb 0%, #959590 100%);
  text-decoration: none;
  border: 1px solid #767676;
  -moz-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.25);
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.25);
  display:inline-block; zoom: 1; *display: inline;
  padding: 6px 15px 6px 15px;
  white-space: nowrap;
  text-shadow: 0px -1px 0px #666;
  margin-bottom: 5px;
  cursor: pointer;
  line-height: 12px;
}
.half-button:hover {
  text-decoration: none;
  background: #afafaf;
  background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPgo8bGluZWFyR3JhZGllbnQgaWQ9Imc0MzQiIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIiB4MT0iMCUiIHkxPSIwJSIgeDI9IjAlIiB5Mj0iMTAwJSI+CjxzdG9wIHN0b3AtY29sb3I9IiNCQkJCQkIiIG9mZnNldD0iMCIvPjxzdG9wIHN0b3AtY29sb3I9IiM3Njc2NzYiIG9mZnNldD0iMSIvPgo8L2xpbmVhckdyYWRpZW50Pgo8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2c0MzQpIiAvPgo8L3N2Zz4=);
  background-image: -moz-linear-gradient(top, #bbbbbb 0%, #767676 100%);
  background-image: -webkit-linear-gradient(top, #bbbbbb 0%, #767676 100%);
  background-image: -o-linear-gradient(top, #bbbbbb 0%, #767676 100%);
  background-image: linear-gradient(top, #bbbbbb 0%, #767676 100%);
}
.half-button:active {
    background: #5C5C5C;
  background-image: -moz-radial-gradient(center, ellipse cover, #A3A3A3 30%, #5C5C5C 100%);
  background-image: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(30%,#A3A3A3), color-stop(100%,#5C5C5C));
  background-image: -webkit-radial-gradient(center, ellipse cover, #A3A3A3 30%,#5C5C5C 100%);
  background-image: -o-radial-gradient(center, ellipse cover, #A3A3A3 30%,#5C5C5C 100%);
  background-image: -ms-radial-gradient(center, ellipse cover, #A3A3A3 30%,#5C5C5C 100%);
  background-image: radial-gradient(ellipse at center, #A3A3A3 30%,#5C5C5C 100%);
  text-decoration: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.half-blue-button {
    float: left;
  text-align: center;
  color: #fff !important;
  font-size: 12px;
  background-color: #59AEEF;
  background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPgo8bGluZWFyR3JhZGllbnQgaWQ9ImcyOTciIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIiB4MT0iMCUiIHkxPSIwJSIgeDI9IjAlIiB5Mj0iMTAwJSI+CjxzdG9wIHN0b3AtY29sb3I9IiM0RkE2RTQiIG9mZnNldD0iMCIvPjxzdG9wIHN0b3AtY29sb3I9IiMyRTc1Q0UiIG9mZnNldD0iMSIvPgo8L2xpbmVhckdyYWRpZW50Pgo8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2cyOTcpIiAvPgo8L3N2Zz4=);
  background-image: -moz-linear-gradient(top , #4FA6E4 0%, #2E75CE 100%);
  background-image: -webkit-linear-gradient(top , #4FA6E4 0%, #2E75CE 100%);
  background-image: -o-linear-gradient(top , #4FA6E4 0%, #2E75CE 100%);
  background-image: linear-gradient(top , #4FA6E4 0%, #2E75CE 100%);
  color: #fff;
  text-decoration: none;
  border: 1px solid #2D86B6;
  -moz-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.25);
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.25);
  display:inline-block; zoom: 1; *display: inline;
  padding: 2px 15px 4px 15px;
  white-space: nowrap;
  text-shadow: 0px -1px 0px #666;
  margin-bottom: 5px;
  cursor: pointer;
  line-height: 12px;
}
.half-blue-button.left,
.half-button.left {
  -webkit-border-top-left-radius: 12px;
  -moz-border-radius-topleft: 12px;
  border-top-left-radius: 12px;
  -webkit-border-bottom-left-radius: 12px;
  -moz-border-radius-bottomleft: 12px;
  border-bottom-left-radius: 12px;
}
.half-blue-button.right,
.half-button.right {
  -webkit-border-top-right-radius: 12px;
  -moz-border-radius-topright: 12px;
  border-top-right-radius: 12px;
  -webkit-border-bottom-right-radius: 12px;
  -moz-border-radius-bottomright: 12px;
  border-bottom-right-radius: 12px;
  border-left: 1px solid #bebebe;
}
.half-blue-button.right {
border-left: 1px solid #64abe5;
}

.small-grey-rectangle-button {
  color: #414346 !important;
  font-size: 11px;
  background-image: -moz-linear-gradient(top, #FFFFFF 0%, #EBEBEB 100%);
  background-image: -webkit-linear-gradient(top, #FFFFFF 0%, #EBEBEB 100%);
  background-image: -webkit-linear-gradient(top, #FFFFFF 0%, #EBEBEB 100%);
  background-image: linear-gradient(top, #FFFFFF 0%, #EBEBEB 100%);
  text-shadow: rgba(255, 255, 255, .75) 0px 1px 0px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  padding: 1px 16px 2px 16px;
  border: 1px solid #ACACAC;
  cursor: pointer;
}

.small-grey-rectangle-button:hover {
  text-decoration: none;
}

.down-arrow {
  background: url(/itc/images/down_arrow_white.gif) center right no-repeat;
  display:inline-block; zoom: 1; *display: inline;
  width: 7px;
  height: 6px;
  padding-left: 5px;
}

.tool-tip {
  color: #4673cb;
  cursor: help;
  border-bottom: 1px dotted;
}

.help-button {
  background: url('/itc/images/icon-info.png') 0px 0px no-repeat;
  width: 15px;
  height: 15px;
  position: absolute;
  top: 0px;
  left: 158px;
}

.help-popover {
  position: absolute;
  top: -62px;
  left: 185px;
}

.red-button {
  color: #fff !important;
  font-size: 12px;
  background: #df7d7f;
  background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPgo8bGluZWFyR3JhZGllbnQgaWQ9Imc5MTQiIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIiB4MT0iMCUiIHkxPSIwJSIgeDI9IjAlIiB5Mj0iMTAwJSI+CjxzdG9wIHN0b3AtY29sb3I9IiNGQTFEMUQiIG9mZnNldD0iMCIvPjxzdG9wIHN0b3AtY29sb3I9IiM5NTE5MTkiIG9mZnNldD0iMSIvPgo8L2xpbmVhckdyYWRpZW50Pgo8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2c5MTQpIiAvPgo8L3N2Zz4=);
  background-image: -moz-linear-gradient(top, #FA1D1D 0%, #951919 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#FA1D1D), color-stop(100%,#951919));
  background-image: -webkit-linear-gradient(top, #FA1D1D 0%,#951919 100%);
  background-image: -o-linear-gradient(top, #FA1D1D 0%,#951919 100%);
  background-image: -ms-linear-gradient(top, #FA1D1D 0%,#951919 100%);
  background-image: linear-gradient(to bottom, #FA1D1D 0%,#951919 100%);
  -webkit-border-radius:3px;
  -moz-border-radius:3px;
  border-radius:3px;
  padding: 1px 10px;
  white-space: nowrap;
  border: 1px solid #D20000;
  /*line-height: 15px;*/
  display:inline-block; zoom: 1; *display: inline;
}
.red-button:hover {
  background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPgo8bGluZWFyR3JhZGllbnQgaWQ9Imc2NDYiIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIiB4MT0iMCUiIHkxPSIwJSIgeDI9IjAlIiB5Mj0iMTAwJSI+CjxzdG9wIHN0b3AtY29sb3I9IiNDQTEyMTIiIG9mZnNldD0iMCIvPjxzdG9wIHN0b3AtY29sb3I9IiM4QjE0MTQiIG9mZnNldD0iMSIvPgo8L2xpbmVhckdyYWRpZW50Pgo8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2c2NDYpIiAvPgo8L3N2Zz4=);
  background-image: -moz-linear-gradient(top, #CA1212 0%, #8B1414 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#CA1212), color-stop(100%,#8B1414));
  background-image: -webkit-linear-gradient(top, #CA1212 0%,#8B1414 100%);
  background-image: -o-linear-gradient(top, #CA1212 0%,#8B1414 100%);
  background-image: -ms-linear-gradient(top, #CA1212 0%,#8B1414 100%);
  background-image: linear-gradient(to bottom, #CA1212 0%,#8B1414 100%);
  text-decoration: none;
}
.red-button:active {
  background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPgo8bGluZWFyR3JhZGllbnQgaWQ9Imc2NDYiIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIiB4MT0iMCUiIHkxPSIwJSIgeDI9IjAlIiB5Mj0iMTAwJSI+CjxzdG9wIHN0b3AtY29sb3I9IiNDQTEyMTIiIG9mZnNldD0iMCIvPjxzdG9wIHN0b3AtY29sb3I9IiM4QjE0MTQiIG9mZnNldD0iMSIvPgo8L2xpbmVhckdyYWRpZW50Pgo8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2c2NDYpIiAvPgo8L3N2Zz4=);
  background-image: -moz-radial-gradient(center, ellipse cover, #CA1212 30%, #590F0F 100%);
  background-image: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(30%,#CA1212), color-stop(100%,#590F0F));
  background-image: -webkit-radial-gradient(center, ellipse cover, #CA1212 30%,#590F0F 100%);
  background-image: -o-radial-gradient(center, ellipse cover, #CA1212 30%,#590F0F 100%);
  background-image: -ms-radial-gradient(center, ellipse cover, #CA1212 30%,#590F0F 100%);
  background-image: radial-gradient(ellipse at center, #CA1212 30%,#590F0F 100%);
  text-decoration: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.small-grey-btn {
    background: none repeat scroll 0 0 #999999;
    border-radius: 4px 4px 4px 4px;
    color: #FFFFFF;
    display: inline-block; zoom: 1; *display: inline;
    font-size: 11px;
    margin-left: 4px;
    padding: 1px 10px;
    font-weight: normal;
    line-height: normal;
    white-space: nowrap;
  }
.small-grey-btn:hover {
    background-color: #666;
    text-decoration: none;
  }
/**
 * General section styling
 */

div.contract-main {
  margin: 0 auto 20px;
}

.section-container {
  opacity: 1.0;
  -webkit-transition: opacity 500ms;
}

.section-content > .section-header:first-child {
  margin-top: 0;
}

.section-header {
  margin: 20px 20px 10px 20px;
}
.content-sub-group:first-child .section-header {
  margin-top: 0;
}
.insetbox .section-header {
  margin-left: 0;
}

.section-header h1 {
  font-size: 16px;
  font-weight: bold !important;
  color: #333;
  float: left;
  margin: 0 0 5px 0;
  max-width: 777px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  /* Prevent "overflow: hidden" from clipping Thai characters */
  line-height: 1.7em;
  padding-right: 0.2em;
}

.albums-title-color {
  font-weight: bold !important;
  color: #333333 !important;
}

/* do not use .edit-button class -
use .small-grey-btn instead - remove below..? */
.section-header .edit-button {
  float: left;
  margin: 0 0 0 16px;
  border-radius: 3px;
  background-color: #999;
  color: #fff;
  padding: 1px 8px 2px 8px;
}

.section-header .edit-button:hover {
  background-color: #666;
}

.section-header .edit-button > a {
  color: #fff;
}

.section-header .header-text {
  clear: both;
  color: #969696;
  line-height: 1.5em;
}

.section-content {
  margin: 5px 20px 20px 20px;
  padding: 20px;
  border-bottom: 0px;
  /*color: #595959;*/
  color: #000;
  /*min-height: 150px;*/
  clear: both;
  overflow: hidden;
}

.section-content h2.content-title {
  font-size: 14px;
  font-weight: bold;
  color: #333;
  margin: 0 0 5px 0;
}
h2.content-title + p {
  margin-top: 0;
}

.section-content h2.text-title {
  font-weight: bold;
  margin: 0 0 5px 0;
}

/* Less padding for more content goodness */
.section-content.more-content {
  padding: 10px;
}

.section-content.no-padding {
  padding: 0;
}

.section-content .section-text {
  margin-bottom: 20px;
}

.section-content > p {
  margin: 5px 0 10px 0;
}

.section-content .bottom-link {
  margin-top: 10px;
  text-align: right;
}

.section-content .content-sub-group {
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #E6E6E6;
  clear: both;
}

.section-content .content-sub-group:last-child {
  padding-bottom: 0px;
  margin-bottom: 0px;
  border-bottom: 0px;
}

.section-content .content-sub-group h2 {
  margin-top: 0;
  /*font-size: 16px;*/
}

.section-content .content-sub-group h3 {
  margin-bottom: 10px;
  color: #333;
  font-size: 12px;
}

.section-content .left-content-area {
  display: inline-block;
  padding: 30px;
  border-right: 1px solid #ddd;
  vertical-align: top;
}

.section-content .right-content-area {
  display: inline-block;
  padding: 30px;
}

.inner-content {
  padding: 10px;
  margin-bottom: 10px;
  background-color: #f3f6fa;
  border: 1px solid #dce5f0;
  border-radius: 3px;
}

.inner-content .group {
  margin: 10px 0 0 20px;
}

.inner-content .bold-text {
  margin-top: 10px;
  margin-bottom: 5px;
}

.inner-content .bold-text:first-child {
  margin-top: 0;
}

div#bundle-summary label {
  width: 150px;
  text-align: right;
  margin-right: 15px;
  display: block;
  float: left;
}

div#bundle-summary span {
  float: left;
  font-weight: bold;
  max-width: 650px;
}

div#bundle-summary div#rejected span {
  background-color: #FEF6AE;
  padding: 2px;
  cursor: default;
}

div#bundle-summary {
  position: relative;
}

#problems-notes-popover {
  top: 14px;
  left: 286px;
}

#problems-notes-popover ul {
  margin: 8px 0;
  padding: 0 0 8px 17px;
}

#problems-notes-popover a {
  display: block;
  font-weight: bold;
  border-top: 1px solid #ccc;
  text-align: center;
  padding-top: 10px;
}

#territory-exclusion-popover {
  background-color: #fff;
  width: auto;
}

#territory-exclusion-popover .top-beak {
  right: auto;
  left: 40px;
}

#territory-exclusion-popover ul {
  list-style: none;
  padding: 0px;
  margin: 0px;
}

#territory-exclusion-popover li {
  margin-bottom: 5px;
}

#territory-exclusion-popover li:last-child {
  margin: 0;
}

#bundle-components .ajaxListColumnHeader.ajaxListColumn_1 {
  padding-left: 11px !important;
}

#bundle-components .ajaxListColumn_1 {
  width: 90px;
}

#bundle-components .ajaxListColumnHeader {
  padding-right: 11px !important;
}

#bundle-components .ajaxListBox .ajaxListColumn_1 img {
  margin: 5px 5px 0 0;
}

div.problems-notes h2.content-title {
  margin-bottom: 15px;
  font-size: 16px;
  color: #595959;
}

div.note-section > div {
  font-size: 13px;
  color: #7F7F7F;
  margin-bottom: 10px;
}

div.note-section div.note-content {
  color: #595959;
}

.note-section .truncate,
.problem .truncate
{
  height: 7.5em;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
}

.note-section a.more-link,
.problem a.more-link
{
  text-align: right;
  width: 100%;
  display: block;
}

div.problems-notes li.ajaxListLI {
  background-size: 100%;
}

div.problems-notes div.ajaxListColumnHeader.ajaxListColumn_3 {
  padding-right: 0 !important;
  width: 68px;
}

div.problems-notes div.ajaxListRowDiv {
  height: auto;
}

div.problems-notes div.double-height div.ajaxListColumn {
  height: 38px;
  padding-top: 5px;
  line-height: 16px;
}

div.problems-notes div.ajaxListColumn_1 {
  width: 130px;
}

div.problems-notes div.ajaxListColumn_2 {
  text-overflow: clip;
  white-space: normal;
}

div.problems-notes div.ajaxListColumn_3 {
  width: 58px;
}

div.problems-notes div.ajaxListColumn_4 {
  width: 473px;
  text-overflow: clip;
  white-space: normal;
}

div.problems-notes div.clip {
  margin-bottom: 15px;
  position: relative;
}

/**
 * Notification badge
 */

.notification-badge {
  float: right;
  background-color: #A52216;
  background-image: -moz-linear-gradient(top, #D68C98 0%, #A52216 50%);
  background-image: -webkit-linear-gradient(top, #D68C98 0%, #A52216 50%);
  background-image: -o-linear-gradient(top, #D68C98 0%, #A52216 50%);
  background-image: -ms-linear-gradient(top, #D68C98 0%, #A52216 50%);
  background: linear-gradient(top, #D68C98 0%, #A52216 50%);
  border: 2px solid white;
  border-radius: 15px;
  box-shadow: 0 1px 2px rgba(108, 108, 108, 0.75);
  color: white;
  font: 12px Helvetica;
  font-weight: 500;
  padding: 1px 5px;
  text-align: center;
  text-indent: 0px;
  z-index: 10;
  position: absolute;
  top: -7px;
  right: -8px;
}

/**
 * Error warning section used at the top of pages
 */

.warning-error-section {
  border: 1px solid #E5E5E5;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  background-color: #FAFAFA;
  background-image: -moz-linear-gradient(top, #FAFAFA 0%, #EEEEEE 50%);
  background-image: -webkit-linear-gradient(top, #FAFAFA 0%, #EEEEEE 50%);
  background-image: -o-linear-gradient(top, #FAFAFA 0%, #EEEEEE 50%);
  background-image: -ms-linear-gradient(top, #FAFAFA 0%, #EEEEEE 50%);
  background: linear-gradient(top, #FAFAFA 0%, #EEEEEE 50%);
  border-radius: 8px;
  margin: 20px 0 0 0;
  font-size: 13px;
  color: #595959;
}

.warning-error-section.error {
  background-color: #fdf7f6;
  background-image: -moz-linear-gradient(top, #fdf7f6 0%, #f9e6e5 50%);
  background-image: -webkit-linear-gradient(top, #fdf7f6 0%, #f9e6e5 50%);
  background-image: -o-linear-gradient(top, #fdf7f6 0%, #f9e6e5 50%);
  background-image: -ms-linear-gradient(top, #fdf7f6 0%, #f9e6e5 50%);
  background: linear-gradient(top, #fdf7f6 0%, #f9e6e5 50%);
  border-color: #fcc5ca;
}

.warning-error-section.info {
  background-color: #eef7fe;
  background-image: -moz-linear-gradient(top, #eef7fe 0%, #d7e6f3 50%);
  background-image: -webkit-linear-gradient(top, #eef7fe 0%, #d7e6f3 50%);
  background-image: -o-linear-gradient(top, #eef7fe 0%, #d7e6f3 50%);
  background-image: -ms-linear-gradient(top, #eef7fe 0%, #d7e6f3 50%);
  background: linear-gradient(top, #eef7fe 0%, #d7e6f3 50%);
  border-color: #9ccdf3;
}

.warning-error-section.warning {
  background-color: #f6f2d5;
  background-image: -moz-linear-gradient(top, #faf8e7 0%, #f3edc4 50%);
  background-image: -webkit-linear-gradient(top, #faf8e7 0%, #f3edc4 50%);
  background-image: -o-linear-gradient(top, #faf8e7 0%, #f3edc4 50%);
  background-image: -ms-linear-gradient(top, #faf8e7 0%, #f3edc4 50%);
  background: linear-gradient(top, #faf8e7 0%, #f3edc4 50%);
  border-color: #dfb952;
}

.warning-error-section:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em; /* Adjusts for spacing */
}

.warning-error-section .warning-error-icon {
  margin: 10px 15px;
  background-image: url('/itc/images/icon-yellow-warning.png');
  height: 40px;
  width: 40px;
  display: inline-block;
  vertical-align: middle;
  position: relative;
}

.warning-error-section.error .warning-error-icon,
.warning-error-section .warning-error-icon.error {
  background-image: url('/itc/images/icon-red-error.png');
  width: 38px;
  height: 37px;
}

.warning-error-section.info .warning-error-icon {
  background-image: url('/itc/images/icon-blue-info.png');
  width: 42px;
  height: 42px;
}

.warning-error-section  ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.warning-error-section .notification-badge {
  top: -8px;
  right: -3px;
}

.warning-error-section .warning-error-text {
  display: inline-block;
  vertical-align: middle;
  width: 775px;
  padding: 10px 0;
}

/**
 * Popover styles
 */

.popover {
  position: absolute;
  width: 213px;
  z-index: 999;
  border: 1px solid #a6a6a6;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -moz-box-shadow: rgba(0, 0, 0, 0.39) 0px 5px 16px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.39) 0px 5px 16px;
  padding: 15px;
  background: #f1f1f1;
  display: none;
}

.action-buttons-container {
  margin: 10px auto 0 auto;
}
.popover .buttons-container {
  margin: 10px auto 0 auto;
  text-align: center;
}

.popover .buttons-container a {
  float: left;
  margin-right: 10px;
}

.popover .left-beak {
  background: url('/itc/images/beak-transparent.png') no-repeat;
  width: 21px;
  height: 37px;
  position: absolute;
  left: -20px;
  top: 30%;
}

.popover .bottom-beak {
  background: url('/itc/images/menu-beak-bottom.png') no-repeat;
  width: 17px;
  height: 15px;
  position: absolute;
  left: 110px;
  bottom: -14px;
}

.popover .top-beak {
  background: url('/itc/images/menu-beak.png') no-repeat;
  width: 17px;
  height: 15px;
  position: absolute;
  top: -15px;
  right: 45%;
  display: block;
}

/**
 * LCAjax custom styles
 */

/*
div.ajaxListBox ul.ajaxListHeaderUL {
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
*/

div.ajaxListBox ul.ajaxListUL {
  -webkit-border-bottom-left-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -moz-border-radius-bottomleft: 5px;
  -moz-border-radius-bottomright: 5px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}

#feature div.ajaxListBox div.ajaxListColumnHeader,
#feature div.ajaxListBox div.ajaxListColumn,
#preview div.ajaxListBox div.ajaxListColumnHeader,
#preview div.ajaxListBox div.ajaxListColumn,
#bundle-components div.ajaxListBox div.ajaxListColumnHeader,
#bundle-components div.ajaxListBox div.ajaxListColumn,
.problems-notes div.ajaxListBox div.ajaxListColumnHeader,
.problems-notes div.ajaxListBox div.ajaxListColumn,
.iTunesExtra.v2 div.ajaxListBox div.ajaxListColumnHeader,
.iTunesExtra.v2 div.ajaxListBox div.ajaxListColumn
{
  padding: 0 10px;
  position: relative;
  float: left;
}

#bundle-components .ajaxListColumn_4 {
  width: 422px;
}

#bundle-components .ajaxListColumn_5 {
  width: 300px;
}
#bundle-components .ajaxListColumn_4.ajaxListColumnHeaderInternal,
#bundle-components .ajaxListColumn_4.ajaxListColumnInternal {
  width: 100px;
}

#bundle-components.delivered-previews .ajaxListColumn_4 {
  width: 100px;
}

#feature div.ajaxListBox div.ajaxListColumn,
#preview div.ajaxListBox div.ajaxListColumn,
#bundle-components div.ajaxListBox div.ajaxListColumn,
.problems-notes div.ajaxListBox div.ajaxListColumn,
.iTunesExtra.v2 div.ajaxListBox div.ajaxListColumn
{
  border-right: 1px solid #DDE0E4;
}

#feature div.ajaxListBox div.ajaxListColumn:last-child,
#preview div.ajaxListBox div.ajaxListColumn:last-child,
#bundle-components div.ajaxListBox div.ajaxListColumn:last-child,
.iTunesExtra.v2 div.ajaxListBox div.ajaxListColumn:last-child {
  border-right: none;
}

#feature div.ajaxListBox div.ajaxListColumn_1,
#preview div.ajaxListBox div.ajaxListColumn_1 {
  width: 456px;
}

#feature li.ajaxListLI:hover,
#preview li.ajaxListLI:hover
{
  background: #eaf0f8 !important;
}

div.ajaxListBox div.ajaxListColumnHeader:last-child,
div.ajaxListBox div.ajaxListColumn:last-child {
  border-right: 0px;
}

div.ajaxListBox div#yellow {
  background-color: #FEF6AE;
  margin: 0 -10px;
  padding: 0 10px;
  height: 26px;
  border-bottom: 1px solid #DDE0E4;
}

div.ajaxListBox span.rejectedLanguage {
  background-color: #FEF6AE;
  margin: 0 -10px;
  padding: 0 10px;
  display: block;
  border-bottom: 1px solid #DDE0E4;
  height: 26px;
}

div.ajaxListBox span.rejectedState {
  background-color: #FFC7C7;
  margin: 0 -10px;
  padding: 0 10px;
  display: block;
  border-bottom: 1px solid #DDE0E4;
  height: 26px;
}

div.ajaxListBox li.ajaxListLI:last-child div#yellow {
  border-bottom: none;
  height: 100%;
}

div#featureListContainer div.ajaxListColumn_1 {
  width: 50%;
}

div#featureListContainer div.ajaxListColumn_2,
div#previewListContainer div.ajaxListColumn_2 {
  font-weight: bold;
}

div#featureListContainer div.ajaxListColumn_2,
div#featureListContainer div.ajaxListColumn_3,
div#previewListContainer div.ajaxListColumn_2,
div#previewListContainer div.ajaxListColumn_3 {
  width: 21%;
}


div.ajaxListBox span.warningCell {
  background-color: #FEF6AE;
  display: block;
  height: 49px;
  margin-left: -10px;
  padding-left: 10px;
  border-bottom: 1px solid #DDE0E4;
}

div.ajaxListBox span.errorCell {
  background-color: #FFC7C7;
  display: block;
  width: 280px;
  height: 50px;
  margin-left: -10px;
  padding-left: 10px;
}

#videoListContainer .ajaxListColumn_2,
#audioListContainer .ajaxListColumn_2,
#subtitleListContainer .ajaxListColumn_2,
.component-list #audioDubCreditsListContainer .ajaxListColumn_2,
.component-list #captionSubtitlesListContainer .ajaxListColumn_2,
.component-list #previewListContainer .ajaxListColumn_2 {
  width: 763px;
  float: left;
}

#bundle-components #videoListContainer .ajaxListColumn_2 {
  width: 763px;
}

#bundle-components #subtitleListListRefreshContainerId .ajaxListColumn_2 {
  width: 744px;
}

#film-search-page a.film-menu-toggle,
.payments-reports a.report-menu-toggle {
  display: block;
  background-image: url('/itc/images/circle-arrow-inactive.png');
  width: 14px;
  height: 14px;
  margin-right: 8px;
}

#film-search-page a.film-menu-toggle.active,
.payments-reports a.report-menu-toggle.active {
  background-image: url('/itc/images/circle-arrow-active.png');
}

.payments-reports a.report-menu-toggle {
  display: inline-block;
}

#film-search-page td.film-menu-container,
.payments-reports td.report-menu-container {
  position: relative;
}

#film-search-page .film-menu-container .film-menu-wrapper {
  position: relative;
  display: block;
}

#film-search-page ul.film-menu,
.payments-reports ul.report-menu,
#or-wrapper {
  display: none;
  position: absolute;
  top: -5px;
  right: 15px;
  width: 155px;
  background-color: #fff;
  border: 1px solid #D5D5D5;
  padding: 8px;
  list-style-type: none;
  margin: 0px;
  text-align: right;
  z-index: 50;
  border-radius: 3px;
  -moz-box-shadow: rgba(0, 0, 0, 0.39) 0px 3px 8px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.39) 0px 3px 8px;
  box-shadow: rgba(0, 0, 0, 0.39) 0px 3px 8px;
}

#or-wrapper {
  top: 37px;
  text-align: left;
  width: 130px;
}

#or-wrapper:focus {
  outline: none;
}

#or-trigger:focus {
  outline: none;
}

.payments-reports ul.report-menu {
  top: 21px;
  right: 71px;
}

.payments-reports ul.report-menu {
  width: auto;
}

#film-search-page ul.film-menu li,
.payments-reports ul.report-menu li {
  margin-bottom: 8px;
  white-space: nowrap;
}

#film-search-page ul.film-menu li:last-child,
.payments-reports ul.report-menu li:last-child {
  margin-bottom: 0;
}

#addon-batchInfo .note {
  margin: 0 0 15px 0;
}

#addon-batchInfo a.attachment {
  display: block;
  background: url('/itc/images/blank-page-icon.png') no-repeat;
  padding-left: 26px;
  height: 24px;
  line-height: 24px;
}

span#deleteButtonContainer {
  position: absolute;
}

/* User Management List Page */
#userList {
  padding: 30px 15px 10px;
}
#userList .ajaxListSecondaryHeader {
  background-image: none;
  border: 1px solid #d0d4dc;
  border-bottom: 1px solid #98a2ae;
  background-color: #cad2dc;
  background: -moz-linear-gradient(top, #f1f3f5 1px, #d0d8e1  1px, #bcc5d2 100%); /* FF3.6+ */
  background: -webkit-linear-gradient(top, #f1f3f5 1px,#d0d8e1  1px,#bcc5d2 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #f1f3f5 1px,#d0d8e1  1px,#bcc5d2 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #f1f3f5 1px,#d0d8e1  1px,#bcc5d2 100%); /* IE10+ */
  background: linear-gradient(top, #f1f3f5 1px,#d0d8e1  1px,#bcc5d2 100%); /* W3C */
  -moz-border-radius-topleft: 6px;
  -moz-border-radius-topright: 6px;
  -webkit-border-top-left-radius: 6px;
  -webkit-border-top-right-radius: 6px;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}
#userListdiv.ajaxListBox ul.ajaxListUL {
  -moz-border-radius-bottomleft: 6px;
  -moz-border-radius-bottomright: 6px;
  -webkit-border-bottom-left-radius: 6px;
  -webkit-border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
}

#userList .ajaxListHeaderUL,
#leaderboardsListContainer .ajaxListTertiaryHeader,
.gc-manage-user-groups #leaderboardListContainer .ajaxListTertiaryHeader {
  background-image: none;
  border: 1px solid #d0d4dc;
  border-top: 1px solid #f1f3f5;
  background-color: #cad2dc;
  background: -moz-linear-gradient(top, #d0d8e1 0%, #bcc5d2 100%); /* FF3.6+ */
  background: -webkit-linear-gradient(top, #d0d8e1 0%, #bcc5d2 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #d0d8e1 0%, #bcc5d2 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #d0d8e1 0%, #bcc5d2 100%); /* IE10+ */
  background: linear-gradient(top, #d0d8e1 0%, #bcc5d2 100%); /* W3C */
}
#userList .ajaxListTertiaryHeader {
  background: transparent;
  background-image: none;
  border: none;
  position: absolute;
  top: 4px;
  right: 8px;
}
#userList .ajaxListColumnHeader {
  padding: 0 10px;
}
#userList .ajaxListColumnSortable {
  cursor: pointer;
}
#userList .ajaxListSort {
  margin-right: 0;
}
#userList .ajaxListColumn {
  padding: 5px 10px;
  line-height: normal;
}
#userList .ajaxListUL > li {
  overflow: hidden;
}
#userList .ajaxListUL .ajaxListLI.odd {
  background-color: #eceef2;
}
#userList #labelUsersList > li:nth-child(2n+1) {
  background-color: #eceef2;
  background: -moz-linear-gradient(top, #f3f5f7 0%, #eaecf0 100%); /* FF3.6+ */
  background: -webkit-linear-gradient(top, #f3f5f7 0%, #eaecf0 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #f3f5f7 0%, #eaecf0 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #f3f5f7 0%, #eaecf0 100%); /* IE10+ */
  background: linear-gradient(top, #f3f5f7 0%, #eaecf0 100%); /* W3C */
}

#userList .ajaxListUL > li:last-child {
  -moz-border-radius-bottomleft: 6px;
  -moz-border-radius-bottomright: 6px;
  -webkit-border-bottom-left-radius: 6px;
  -webkit-border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
}

#userList .ajaxListColumn_1,
#userList .ajaxListColumn_2 {
  width: 178px;

}
#userList .ajaxListColumn_3 {
  width: 289px;
}
#userList .ajaxListColumn_4 {
  width: 95px;
  white-space: normal;
  overflow: visible;
}
#userList .ajaxListColumn_4 ul {
  margin: 0;
  padding: 0;
}
#userList .ajaxListColumn_4 li {
  display: block;
  float: left;
  clear: both;
  background: none;
}
#userList .ajaxListColumn_4 li + li {
  margin-top: 4px;
}
#userList .ajaxListColumn_5 {
  float: left;
  width: 84px;
  text-align: center;
  white-space: normal;
  overflow: hidden;
  height: 20px;
}
#userList .ajaxListColumn_5 img {
  margin: 0 auto;
}
#userList .ajaxListHeaderDiv,
#userList .ajaxListRowDiv {
  overflow: visible;
  height: auto;
  background: url('/itc/images/userlist_bkg.gif') top left repeat-y;
  float: left;
}
#userList .ajaxListLI {
  clear: both;
  overflow: visible;
}

/**
 * Tranfer App styles (#transfer-app)
 */

#transfer-app .section-header h1 {
  white-space: normal;
}

#transfer-app .content-sub-group:first-child {
  text-align: center;
  font-weight: bold;
}

#transfer-app .content-sub-group:first-child span:first-child {
  margin-right: 50px;
}

#transfer-app .content-sub-group:first-child span img {
  vertical-align: middle;
}

#transfer-app .requirement {
  clear: both;
}

#transfer-app .requirement img,
#transfer-app .requirement > div
{
  float: left;
}

#transfer-app .requirement img {
  margin: 5px 10px 0 0;
}

#transfer-app .requirement > div {
  margin-bottom: 15px;
}

#transfer-app .requirement:last-child > div {
  margin-bottom: 0;
}

#transfer-app .requirement h2.requirement-title {
  margin: 0 0 5px 0;
}

#transfer-app .requirement div.requirement-description {
  width: 825px;
}

#transfer-app #recipient-form {
  margin: 20px 0 0 110px;
}

#transfer-app #recipient-form label,
#transfer-app #new-app-metadata label
{
  width: 220px;
  display: block;
  float: left;
  line-height: 23px;
  text-align: right;
  margin-right: 15px;
}

#transfer-app #new-app-metadata label {
  width: 330px;
}

#transfer-app #recipient-form input[type='text'],
#transfer-app #new-app-metadata input[type='text'],
#transfer-app #new-app-metadata input[type='file']
{
  width: 250px;
  float: left;
  margin-right: 15px;
}

#transfer-app #new-app-metadata input[type='file'] {
  width: 256px;
}

#transfer-app #recipient-form a.info,
#transfer-app #new-app-metadata a.info
{
  float: left;
}

#transfer-app #app-transfer-info > div.left-column,
#transfer-app #app-transfer-info > ul.right-column
{
  float: left;
}

#transfer-app #app-transfer-info > ul.right-column {
  list-style: none;
  margin: 0;
  padding: 0;
  width: 650px;
  line-height: 2em;
}

#transfer-app #app-transfer-info li {
  clear: both;
}

#transfer-app #app-transfer-info li label,
#transfer-app #app-transfer-info li div
{
  float: left;
}

#transfer-app #app-transfer-info li label {
  margin-right: 15px;
  text-align: right;
  width: 150px;
}

#transfer-app #app-transfer-info li div {
  font-weight: bold;
}

#transfer-app .legal-copy {
  background-color: #fff;
  padding: 15px;
  border: 1px solid #ccc;
  color: #45525F;
}

#transfer-app .agree {
  margin-top: 10px;
  font-weight: bold;
  float: left;
}

#transfer-app a.download-link {
  float: right;
  margin-top: 10px;
  background: url('/itc/images/icon-pdf.gif') no-repeat;
  padding-left: 24px;
  height: 16px;
  line-height: 16px;
}

#AllTransfersUpdateContainer .ajaxListBox {
  margin-bottom: 0;
}

#AllTransfersUpdateContainer .ajaxListColumn {
  padding: 5px 0 5px 6px;
  line-height: 16px;
}

#AllTransfersUpdateContainer .ajaxListColumn_1 {
   width: 85px;
}
#AllTransfersUpdateContainer .ajaxListColumn_2 {
   width: 80px;
}
#AllTransfersUpdateContainer .ajaxListColumn_3 {
   width: 35px;
}
#AllTransfersUpdateContainer .ajaxListColumn_4 {
   width: 130px;
}
#AllTransfersUpdateContainer .ajaxListColumn_5 {
   width: 130px;
}
#AllTransfersUpdateContainer .ajaxListColumn_7,
#TransfersInEffectList .ajaxListColumn_7,
#TransfersCanceledList .ajaxListColumn_7 {
  width: 217px;
}
#AllTransfersUpdateContainer .ajaxListColumn_8 {
   width: 80px;
}
#TransfersInEffectList .ajaxListColumn_8,
#TransfersCanceledList .ajaxListColumn_8 {
  width: 100px;
}
#AllTransfersUpdateContainer .ajaxListColumn_9 {
  text-align: center;
  min-height: 17px;
  min-width: 1px !important;
  width: 80px;
}
#AllTransfersUpdateContainer .ajaxListColumn_9:empty {
  display: none !important;
}
#AllTransfersUpdateContainer .blue-button-rect,
#AllTransfersUpdateContainer .white-button-rect {
  margin-top: -2px;
}

a.show-more {
  display: block;
  width: 100%;
  text-align: right;
  margin-top: 10px;
}

#PriceTier {
  width: 575px;
  margin-left: -300px;
}

.contract-icon {
  background-image: url('/itc/images/contracts_sml.png');
  width:31px;
  height:36px;
}

.contract-message-container {
  margin-bottom: 10px;
}

.contract-message-container:last-child {
  margin: 0;
}

.brick-message .contract-message-container {
  background: url('/itc/images/contracts.png') no-repeat;
  padding-left: 68px;
  margin: 20px 0;
}

.brick-message .contract-message-container:first-child {
  margin-top: 0;
}

.brick-message .contract-message-container:last-child {
  margin-bottom: 0;
}

.contract-message-container h1 {
  margin-bottom: 0;
}

.brick-message .contract-message-container h1 {
  margin: 0;
}

.contract-message-container p {
  margin: 0;
}

.brick-message .contract-message-container p {
  margin-top: 0;
}

div#decline-confirmation {
  margin-top: -100px;
  margin-left: 690px;
}

.itc-terms {
  margin: 10px 50px;
  height: 250px;
  border: 1px solid #999;
  padding: 5px;
  overflow: auto;
}

.itc-terms .digit {
  list-style-type: decimal;
}

.itc-terms .low-letter {
  list-style-type: lower-alpha;
}

.itc-terms .disc {
  list-style-type: disc;
}

.itc-terms li {
  margin-bottom: 10px;
}

.qc-issues .content-title {
  width: 900px;
}

.problem .problem-timecode,
.problem .problem-issue
{
  display: inline;
  font-weight: bold;
  margin-right: 20px;
}

.problem .problem-notes {
  margin-top: 10px;
}

/* Image reflections */

.reflection {
  position: relative;
  overflow: hidden;
  height: 20px;
}

.reflection img {
  -webkit-transform: scaleY(-1);
  -moz-transform: scaleY(-1);
  -ms-transform: scaleY(-1);
  -o-transform: scaleY(-1);
  transform: scaleY(-1);
  filter: flipv; opacity:0.20;
  filter: alpha(opacity='20');
}

.reflection-overlay {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-image: -moz-linear-gradient( center bottom, rgb(255,255,255) 0%, rgba(255,255,255,0) 50%);
  background-image: -o-linear-gradient( rgba(255,255,255,0) 0%, rgb(255,255,255) 50%);
  background-image: -webkit-gradient( linear, left bottom, left top, color-stop(0, rgb(255,255,255)), color-stop(0.5, rgba(255,255,255,0)));
  /*filter: progid:DXImageTransform.Microsoft.Gradient( gradientType=0, startColor=0, EndColorStr=#ffffff); */
}

/**
 * Ajax within a lightbox styles
 */

#tdLightboxDisplaySetLeaderboard .lcAjaxLightboxHeader,
#tdLightboxLeaderboardDisplaySet .lcAjaxLightboxHeader {
  margin-bottom: 10px;
}

#tdLightboxDisplaySetLeaderboard .lcAjaxLightboxContentsWrapper,
#tdLightboxLeaderboardDisplaySet .lcAjaxLightboxContentsWrapper {
  background: none;
  padding-bottom: 10px;
}

#tdLightboxDisplaySetLeaderboard .lcAjaxLightboxContents,
#tdLightboxLeaderboardDisplaySet .lcAjaxLightboxContents {
  border-bottom: 1px solid #b8b8b8;
  padding-bottom: 10px;
  margin-bottom: 10px;
  overflow: visible;
  /*height: 350px;*/
  padding-top: 0;
}

/*#tdLightboxDisplaySetLeaderboard .lcAjaxLightboxMessages,
#tdLightboxLeaderboardDisplaySet .lcAjaxLightboxMessages {
  padding: 0 20px;
  display: block;
}*/

.ajax-columns .instructions {
  margin: 0 20px;
  color: #45535F;
  font-size: 13px;
  font-family: "Lucida Grande";
}

.ajax-columns #left-column {
  float: left;
  width: 250px;
  height: 300px;
  margin: 10px 20px 5px 20px;
  border: 1px solid #b8b8b8;
  border-radius: 3px;
  background: #fff;
  overflow-y: auto;
}

.ajax-columns h2 {
  font-size: 11px;
  font-weight: normal;
  color: #7F7F7F;
  padding: 5px 5px 3px 5px;
  margin: 0;
}

.ajax-columns input {
  margin-right: 5px;
}

.ajax-columns ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.ajax-columns li {
  padding: 7px 5px;
}

.ajax-columns #left-column li {
  white-space: nowrap;
  width: 240px;
  overflow: hidden;
  text-overflow: ellipsis;
}

.ajax-columns #leaderboard-list li,
.ajax-columns #leaderboard-set-list li,
.ajax-columns #required-leaderboard-list li {
  cursor: pointer;
}

.ajax-columns #leaderboard-list li.selected,
.ajax-columns #leaderboard-set-list li.selected,
.ajax-columns #required-leaderboard-list li.selected {
  background: -webkit-linear-gradient(#A1A9B0, #788087);
  color: #fff;
}

.ajax-columns #left-column ul li.detached {
  display: none;
}

.ajax-columns #right-column {
  float: left;
  width: 446px;
  height: 300px;
  margin: 10px 0 5px 0;
  border: 1px solid #b8b8b8;
  border-radius: 3px;
  background: #fff;
  overflow-y: auto;
}

.ajax-columns #right-column li {
  padding: 2px 5px;
}

.ajax-columns #right-column li:nth-child(odd) {
  background: #F3F5F8;
}

.ajax-columns #pre-existing {
  margin: 10px;
}

.ajax-columns #pre-existing span {
  margin-left: 10px;
}

.ajax-columns #edit-controls {
  float: left;
  position: relative;
  width: 100%;
}

.ajax-columns #edit-apps {
  font-size: 24px;
  margin-left: 20px;
}

.ajax-columns #edit-apps div {
  color: #404040;
  text-decoration: none;
  width: 30px;
  height: 24px;
  display: inline-block;
  text-align: center;
  float: left;
  cursor: pointer;
}

.ajax-columns #edit-apps #add-button {
  background: url('/itc/images/icon-multi-add.png') no-repeat;
}

.ajax-columns #edit-apps #remove-button {
  background: url('/itc/images/icon-multi-remove.png') no-repeat;
}

.ajax-columns #edit-controls #add-menu {
  background: #fff;
  border: 1px solid #b8b8b8;
  padding: 5px;
  font-size: 12px;
  /*width: 250px;*/
  text-align: left;
  display: none;
  float: left;
  clear: both;
  margin-left: 20px;
  border-radius: 3px;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.4);
  position: absolute;
  top: 24px;
}

.ajax-columns #edit-controls #add-menu li {
  cursor: pointer;
}

.ajax-columns #edit-controls #add-menu li:hover {
  background: -webkit-linear-gradient(#A1A9B0, #788087);
  color: #fff;
  margin: 0 -5px;
  padding: 7px 10px;
}

.ajax-columns #edit-controls #add-menu #no-entries {
  text-align: center;
  color: #7F7F7F;
  margin: 10px;
}


/* **** HOMEPAGE **** */
.main-wrapper.itchome {
  width: 980px;
}
.itchome .content-wrapper {
  width: 944px;
  padding: 36px 18px 22px;
}
.itchome .content-wrapper.no-news {
  padding-top: 22px;
}
.itchome .content-wrapper p {
  margin: 0 0 10px;
}
.itchome .welcomeMessages {
  border-bottom: 1px solid #ddd;
  margin-bottom: 30px;
}
.doublewide {
  width: 869px;
  padding-left: 75px;
  margin-bottom: 30px;
}
.singlewideWrapper {
  width: 442px;
  margin: 0 15px;
  float: left;
}
.singlewide {
  /*overflow: hidden;*/
  clear: both;
  margin-bottom: 15px;
}
.singlewide:after {
  visibility: hidden;
  display: block;
  content: "";
  clear: both;
  height: 0;
}
.singlewideicon {
  width: 50px;
  float: left;
  margin-right: 20px;
  clear: both;
  text-align: center;
}
.singlewidetext {
  width: 372px;
  float: left;
}
.doublewide.newsicon {
  background: url('/itc/images/news.png') 12px 0 no-repeat;
  min-height: 30px;
}
.doublewide.alerticon {
  background: url('/itc/images/icon-yellow-warning.png') 14px 0 no-repeat;
  min-height: 40px;
}
.doublewide.iadicon {
  background: url('/itc/images/icon-iads-small.png') 12px 0 no-repeat;
}
.doublewide.newicon {
  background: url('/images/new_orange_100_13.png') top left no-repeat;
}
.doublewide.itpicon {
  background: url('/itc/images/icon_producer.png') 12px 0 no-repeat;
}
.errormessagehome {
  font-weight: bold;
  color: #f00;
}
.singlewide h2,
.doublewide h2  {
  margin: 0;
}
.additionalLinks {
  clear: both;
  text-align: center;
}
.linkicon {
  margin-right: 5px;
  display: inline-block;
}
.linkicon img {
  margin-bottom: -5px;
}

.read-only-button,
.accept-blocked {
  opacity: 0.5;
  pointer-events: none;
}

/**
 * Begin Promo Art styles
 */

.art-container {
  float: left;
  margin-bottom: 10px;
}

.art-container h3 {
  margin-top: 0;
}

.art-container .background-art,
.art-container .title-treatment {
  margin-bottom: 10px;
}

.art-container .no-background-art,
.art-container .no-title-treatment {
  background-color: #EEE;
  width: 533px;
  height: 100px;
  color: #878787;
  font-size: 16px;
  text-align: center;
  margin-bottom: 20px;
}

.art-container .no-background-art > div,
.art-container .no-title-treatment > div {
  padding-top: 40px;
}

.art-container .art-metadata {
  margin-bottom: 20px;
}

.art-info-container {
  float: left;
  margin: 0 0 10px 20px;
}

.art-info-container > div > label {
  width: 80px;
  display: inline-block;
  margin-right: 10px;
  color: #878787;
  vertical-align: top;
}

.art-info-container .metadataFieldReadonly {
  width: 220px;
  display: inline-block;
  white-space: normal;
  word-wrap: break-word;
}

.art-notes-container {
  clear: both;
}

.notes-container {
  padding: 10px;
  background-color: #F3F6FA;
  border: 1px solid #E0EAFA;
}

.notes-container .note-metadata .note-author {
  font-weight: bold;
  color: #000;
  margin-bottom: 5px;
}

.notes-container .note {
  margin-bottom: 10px;
}

.notes-container .note:last-child {
  margin-bottom: 0;
}

.promo-art-lightbox {
  margin: 20px 40px;
}

.promo-art-lightbox .disclaimer {
  font-size: 12px;
}

.promo-art-lightbox .edit-upload {
  margin: 20px 0;
}

.promo-art-lightbox > div > label {
  width: 91px;
  margin-right: 10px;
  text-align: right;
  display: inline-block;
  vertical-align: top;
}

.promo-art-lightbox .art-file-size {
  color: #666;
}

.promo-art-lightbox .lcUploadButtonContainer {
  margin-left: 10px;
  overflow: visible;
}

.promo-art-lightbox .lcUploaderImageContainer {
  display: none;
}

.promo-art-lightbox #backgroundArtPreviewUploader,
.promo-art-lightbox #titleTreatmentPreviewUploader,
.promo-art-lightbox .edit-notes > div {
  display: inline-block;
}

.promo-art-lightbox textarea {
  width: 565px;
  height: 65px;
  resize: none;
}

.promo-art-lightbox .lcUploadButtonContainer .lcUploadSpinner {
  display: none !important;
  height: 0;
  width: 0;
}

#newUberLightbox .lcUploadError,
.promo-art-lightbox .lcUploadError,
#fullBackgroundUberLightbox .lcUploadError,
#fullTitleUberLightbox .lcUploadError {
  border: 1px solid #ECB6BD;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background: #fdf6f5;
  background: url('/itc/images/icon-error_sml.png') 5px 5px no-repeat, -moz-linear-gradient(top,  #fdf6f5 0%, #fbeeed 100%);
  background: url('/itc/images/icon-error_sml.png') 5px 5px no-repeat, -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fdf6f5), color-stop(100%,#fbeeed));
  background: url('/itc/images/icon-error_sml.png') 5px 5px no-repeat, -webkit-linear-gradient(top,  #fdf6f5 0%,#fbeeed 100%);
  background: url('/itc/images/icon-error_sml.png') 5px 5px no-repeat, -o-linear-gradient(top,  #fdf6f5 0%,#fbeeed 100%);
  background: url('/itc/images/icon-error_sml.png') 5px 5px no-repeat, -ms-linear-gradient(top,  #fdf6f5 0%,#fbeeed 100%);
  background: url('/itc/images/icon-error_sml.png') 5px 5px no-repeat, linear-gradient(top,  #fdf6f5 0%,#fbeeed 100%);
  padding: 7px 7px 7px 28px;
  color: #999;
  display: none;
  z-index: 100;
  margin-top: -3px;
}

#newUberLightbox .lcUploadError:empty {
  padding: 0;
}

.promo-art-lightbox .processing-spinner,
.promo-art-lightbox .processing-spinner img {
  vertical-align: top;
}

.promoArtIsRejected .metadataFieldReadonly {
  color: red;
}


/** End Promo Art styles */

/** Begin Custom Product Page/Ubers styling **/

.custom-product-page-container {
  margin: 20px;
}

.custom-product-page-container .intro-copy {
  font-size: 13px;
  color: #878787;
  margin-bottom: 20px;
}

.lcAjaxLightbox #uber-container {
  margin: 20px;
}

.lcAjaxLightbox #uber-container .input-row,
#uberUpdateContainer .existing-uber .colors .input-row {
  margin-bottom: 15px;
}

.lcAjaxLightbox #uber-container label,
#uberUpdateContainer .existing-uber .colors label {
  display: inline-block;
  width: 125px;
  text-align: right;
  font-size: 13px;
  color: #45535F;
  margin-right: 5px;
  padding-top: 4px;
}

.lcAjaxLightbox #uber-container label.background-image,
.lcAjaxLightbox #uber-container label.country {
  padding-top: 3px;
  vertical-align: top;
}

.lcAjaxLightbox #uber-container .lcUploaderImageDelete {
  display: none;
}

.lcAjaxLightbox #uber-container .lcUploaderPicture {
  display: inline-block;
  width: 580px;
}

.lcAjaxLightbox #uber-container .color-input-container,
#uberUpdateContainer .existing-uber .colors .color-input-container {
  display: inline-block;
  vertical-align: top;
}

.lcAjaxLightbox #uber-container .color-swatch,
#uberUpdateContainer .existing-uber .colors .color-swatch {
  height: 20px;
  width: 20px;
  background-color: #fff;
  border-radius: 3px;
  border: 1px solid #DFDFDF;
  vertical-align: top;
  display: inline-block;
}

.lcAjaxLightbox #background-color .color-swatch,
#background-color .color-swatch {
  background-color: #000;
}

.lcAjaxLightbox #title-text-color .color-swatch,
#title-text-color .color-swatch {
  background-color: #fff;
}

.lcAjaxLightbox #primary-text-color .color-swatch,
#primary-text-color .color-swatch {
  background-color: #ccc;
}

.lcAjaxLightbox .checkbox-matrix {
  width: 585px;
  border: 1px solid #C7CCD5;
  float: right;
}

.lcAjaxLightbox #uber-container input {
  font-size: 12px;
  text-transform: uppercase;
  margin: 1px;
}

.checkbox-matrix .addOnSingleGroup {
  width: 194px;
  border-right: 1px solid #C7CCD5;
}

.checkbox-matrix .addOnSingleGroup:nth-child(6n+1),
.checkbox-matrix .addOnSingleGroup:nth-child(6n+2),
.checkbox-matrix .addOnSingleGroup:nth-child(6n+3) {
  background-color: #F3F5F8;
}

.checkbox-matrix .addOnSingleGroup:nth-child(6n+4),
.checkbox-matrix .addOnSingleGroup:nth-child(6n+5),
.checkbox-matrix .addOnSingleGroup:nth-child(6n+6) {
  background-color: #fff;
}

.checkbox-matrix .addOnSingleGroup:nth-child(6n+3),
.checkbox-matrix .addOnSingleGroup:nth-child(6n+6) {
  border-right: 0;
}

.checkbox-matrix .addOnSingleName {
  width: 156px;
}

.checkbox-matrix .addOnSingleCheck {
  padding-top: 8px;
  padding-left: 6px;
}

.lcAjaxLightbox div.lcUploaderImage {
  margin-bottom: 10px;
}

.lcAjaxLightbox #uber-container .lcUploaderImage {
  width: 585px;
  border: 0;
  -webkit-box-shadow: none;
  background: none;
  padding: 0;
  margin: 0 0 5px 0;
}

.lcAjaxLightbox #uber-container .lcUploaderImageHolder {
  background-color: transparent;
}

#uberUpdateContainer .existing-uber {
  margin: 20px;
  border-top: 1px solid #E6E6E6;
  padding-top: 20px;
  clear: both;
}

#uberUpdateContainer .existing-uber .countries {
  font-size: 16px;
  color: #44525E;
  display: inline;
  position: relative;
  margin-bottom: 10px;
}

#uberUpdateContainer .existing-uber .other-countries:hover {
  cursor: pointer;
}

#uberUpdateContainer .existing-uber .country-popover {
  display: none;
  font-size: 12px;
  padding: 8px;
  border: 1px solid #CCC;
  width: 150px;
  border-radius: 3px;
  -webkit-box-shadow: rgba(0,0,0,0.2) 0 1px 3px;
  -moz-box-shadow: rgba(0,0,0,0.2) 0 1px 3px;
  box-shadow: rgba(0,0,0,0.2) 0 1px 3px;
  line-height: 1.75em;
  position: absolute;
  top: 25px;
  left: 425px;
  z-index: 100;
  background-color: #fff;
  max-height: 150px;
  overflow: auto;
}

#uberUpdateContainer .existing-uber .lcUploaderPicture {
  margin-top: 10px;
  display: inline-block;
}

#uberUpdateContainer .existing-uber .lcUploaderImage {
  border: 0;
  -webkit-box-shadow: none;
  margin: 0;
  padding: 0;
  width: 680px;
}

#uberUpdateContainer .existing-uber .lcUploadButtonContainer {
  display: none;
}

#uberUpdateContainer .existing-uber .colors {
  display: inline-block;
  vertical-align: top;
  margin-top: 10px;
  float: right;
}

#uberUpdateContainer .existing-uber .hex-value {
  font-size: 12px;
  text-transform: uppercase;
}

#uber-container {
  margin-top: 10px;
}

#uberUpdateContainer .existing-uber #uber-container img {
  width: 680px;
}

#uber-container .lcUploadAddButton {
  display: inline-block;
  vertical-align: top;
}

#uber-container a.info {
  float: none;
  display: inline-block;
  margin-left: 11px;
  z-index: 10;
}

/** End Custom Product Page/Ubers styling **/

.disabled-label {
  opacity: 0.5;
}

#manage-your-content-list {
  list-style: none;
  padding-left: 0;
  margin-left: 0;
}

#manage-your-content-list li {
  background: url('/itc/images/manageYourContentSprite.png') no-repeat 0 0;
  line-height: 15px;
  margin-bottom: 10px;
}

#manage-your-content-list li.music { background-position: 2px 0; }
#manage-your-content-list li.music-videos { background-position: 0 -15px; }
#manage-your-content-list li.tv-shows { background-position: 0 -30px; }
#manage-your-content-list li.film { background-position: 0 -45px; }
#manage-your-content-list li.digital-copy { background-position: 0 -60px; }

#manage-your-content-list li a {
  padding-left: 25px;
}

.film-tab-wrapper .lcbox {
  margin-bottom: -5px !important;
}

.component-list-button {
  float: right;
  margin-right: 10px;
}

.film-issues-page .locale-string {
  font-size: larger;
}

.grey-text {
  color: #999;
}

.bold-text {
  font-weight: bold;
}

.rejected-cell {
  background-color: #FEF6AE;
  margin: 0 -10px;
  padding: 0 10px;
  font-weight: bold;
  cursor: pointer;
}

.film-issues-page .leftImage,
.film-issues-page .rightImage {
  margin-right: 5px;
}

.film-issues-page .issue {
  margin-bottom: 15px;
}

.film-issues-page .issue:last-child {
  margin: 0;
}

.film-issues-page .object-type {
  font-size: 14px;
  font-weight: bold;
}

#imageLightboxUpdate .images.read-only-view {
  width: 100%;
}

#qcstat-va-list table {
  width: 100%;
}

.qc-issues .inner-content p:last-child {
  margin-bottom: 0;
}

.app-info-container.tax-info {
  margin-bottom: 0;
}

.tax-certify {
  padding: 0px 20px;
  overflow: hidden;
}

.tax-certify .tx-checkbox {
  float: left;
  width: 20px;
}

.tax-certify .tx-text {
  float: left;
  width: 820px;
  font-weight: bold;
}

.tax-certify .tx-text p {
  color: #000 !important;
  margin: 0;
}

#movie-search-results {
  margin-top: -2px;
}

#movie-search-results .resultList {
  width: 980px;
  margin-right: -10px;
}

#movie-search-results .resultList-header {
  border-bottom: solid 1px #99a2ad;
}

#movie-search-results .resultList-header a {
  display: inline;
}

#movie-search-results tr.column-headers p {
  /*padding-right: 12px;*/
  margin-left: 5px;
  white-space: nowrap;
}

#movie-search-results td p {
  padding: 3px 5px;
  margin: 0;
}

#movie-search-results a.film-menu-toggle {
  margin: 5px;
}

#movie-search-results .resultList td > div {
  min-height: 10px;
  padding: 5px;
}

#movie-search-results .resultList .text-info {
  top: 1px;
  padding: 0;
  text-overflow: ellipsis;
}

#movie-search-results .column-headers th:first-child {
  width: 200px;
}

#movie-search-results .column-headers th a {
  pointer-events: none;
}

#movie-search-results .column-headers th img {
  display: none;
}

#movie-search-results .column-headers th:first-child a {
  pointer-events: auto;
}

#movie-search-results .column-headers th:first-child img {
  display: inline;
}

#movie-search-results tr td:nth-child(2) p {
  width: 100px;
  word-break: break-all;
}

.tv-search-list {
  width: 965px;
  table-layout: fixed;
}

.tv-search-list tr td:first-child {
  width: 180px;
}

.audio-search-list tr td:first-child {
  width: 90px;
}

.audio-search-list tr td:nth-child(8) {
  width: 70px;
}

.audio-search-list tr td.smalltext,
.tv-search-list tr td.smalltext {
  white-space: normal;
}

.audio-search-list tr td:nth-child(4),
.audio-search-list tr td:nth-child(6),
.audio-search-list tr td:nth-child(7),
.tv-search-list tr td:nth-child(4),
.tv-search-list tr td:nth-child(6),
.tv-search-list tr td:nth-child(7) {
  word-break: break-all;
}

a.info {
    background:url(/itc/images/icon-help.png) no-repeat 0px 0px;
    width:20px;
    height:20px;
    display:block;
    position:relative;
    z-index:9999;
    text-decoration: none;
}

a.info:hover {
    background:url(/itc/images/icon-help.png) no-repeat 0px -20px;
    width:20px;
    height:20px;
    position:relative;
    z-index:9999;
}

.disabled {
  opacity: 0.5;
  pointer-events: none;
  cursor: auto;
}

img.catalogReportsActionButton {
  height: 26px;
  width: 120px;
}

/* Loc Button Styles */
.dark-grey-rounded-button{
    cursor: pointer;
    right: 0;
    color: #383838 !important;
    font-size: 12px;
    font-family: 'Lucida Grande', Geneva, Verdana, Arial;
    background-color: #66738A;
    background-image: -moz-linear-gradient(top, #FCFCFC 0%, #BEBCBC 100%);
    background-image: -webkit-linear-gradient(top, #FCFCFC 0%, #BEBCBC 100%);
    background-image: -o-linear-gradient(top, #FCFCFC 0%, #BEBCBC 100%);
    background-image: linear-gradient(top, #FCFCFC 0%, #BEBCBC 100%);
    -webkit-border-radius:30px;
    -moz-border-radius:30px;
    border-radius:30px;
    padding: 2px 10px 1px 10px;
    border-top: 1px solid #929292;
    border-left: 1px solid #C4C4C4;
    border-right: 1px solid #C4C4C4;
    border-bottom: 1px solid #B4B3B3;
    text-shadow:  rgba(255, 255, 255, .75) 0px 1px 0px;
}
.dark-grey-rounded-button:hover{
    text-decoration: none;
}
.small-blue-rect {
    color: #fff !important;
    font-size: 11px;
    background-color: #59AEEF;
    background-image: -moz-linear-gradient(top , #63ABE2 0%, #065CB6 100%);
    background-image: -webkit-linear-gradient(top , #63ABE2 0%, #065CB6 100%);
    background-image: -o-linear-gradient(top , #63ABE2 0%, #065CB6 100%);
    background-image: linear-gradient(top , #63ABE2 0%, #065CB6 100%);
    -moz-box-shadow: 0px 1px 0px 0px rgba(208, 211, 218, 1);
    -webkit-box-shadow: 0px 1px 0px 0px rgba(208, 211, 218, 1);
    box-shadow: 0px 1px 0px 0px rgba(208, 211, 218, 1);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    /*padding: 3px 17px 3px 17px;*/
    border-top: 1.5px solid #556E8D;
    border-left: 1px solid #2E73BB;
    border-right: 1px solid #2E73BB;
    border-bottom: 1px solid #3E4247;
    cursor: pointer;
    text-shadow: 0px -1px 0px #666;
    padding: 3px 32px 4px 32px;
}
.small-blue-rect:hover{
    text-decoration: none;
}
.blue-disabled-round-button{
    color: #fff !important;
    font-size: 12px;
    opacity: 0.3;
    background-color: #59AEEF;
    background-image: -moz-linear-gradient(top , #63ABE2 0%, #065CB6 100%);
    background-image: -webkit-linear-gradient(top , #63ABE2 0%, #065CB6 100%);
    background-image: -o-linear-gradient(top , #63ABE2 0%, #065CB6 100%);
    background-image: linear-gradient(top , #63ABE2 0%, #065CB6 100%);
    -moz-box-shadow: 0px 1px 0px 0px rgba(208, 211, 218, 1);
    -webkit-box-shadow: 0px 1px 0px 0px rgba(208, 211, 218, 1);
    box-shadow: 0px 1px 0px 0px rgba(208, 211, 218, 1);
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    padding: 2px 26px 2px 26px;
    border-top: 1.5px solid #556E8D;
    border-left: 1px solid #2E73BB;
    border-right: 1px solid #2E73BB;
    border-bottom: 1px solid #3E4247;
    cursor: pointer;
    text-shadow: 0px -1px 0px #666;
}
.blue-disabled-round-button:hover{
    text-decoration: none;
}
.grey-nav-button{
    color: #fff !important;
    font-size: 12px;
    background-color: #596168;
    background-image: -moz-linear-gradient(top ,#9CA5AC 0%, #4A4F55 100%);
    background-image: -webkit-linear-gradient(top ,#9CA5AC 0%, #4A4F55 100%);
    background-image: -o-linear-gradient(top ,#9CA5AC 0%, #4A4F55 100%);
    background-image: linear-gradient(top ,#9CA5AC 0%, #4A4F55 100%);
    -moz-box-shadow: 0px 1px 0px 0px rgba(223, 228, 241, 1);
    -webkit-box-shadow: 0px 1px 0px 0px rgba(223, 228, 241, 1);
    box-shadow: 0px 1px 0px 0px rgba(223, 228, 241, 1);

    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 3px 32px 3px 32px;
    border-top: 1px solid #54585C;
    border-left: 1px solid #596168;
    border-right: 1px solid #596168;
    border-bottom: 1px solid #4C5058;
    margin-top: 2px;
}
.grey-nav-button:hover{
    text-decoration: none;
}
.previous-months-button {
    color: #fff !important;
    font-size: 12px;
    font-family: 'Lucida Grande', Geneva, Verdana, Arial;
    background-color: #66738A;
    background-image: -moz-linear-gradient(top , #73819B 0%, #485366 100%);
    background-image: -webkit-linear-gradient(top , #73819B 0%, #485366 100%);
    background-image: -o-linear-gradient(top , #73819B 0%, #485366 100%);
    background-image: linear-gradient(top , #73819B 0%, #485366 100%);
    -moz-box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.25);
    -webkit-box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.25);
    -webkit-border-radius:30px;
    -moz-border-radius:30px;
    text-shadow: 0px -1px 0px #666;
    border-radius:30px;
    padding: 3px 17px 2px 17px;
    border-top: 1px solid #373E47;
    border-left: 1px solid #48505A;
    border-right: 1px solid #48505A;
    border-bottom: 1px solid #696F79;
    cursor: pointer;
    margin-top: 0px;
    float: right;
    margin-right: 20px;
}
.light-grey-round-button {
    color: #383838 !important;
    font-size: 12px;
    font-family: 'Lucida Grande', Geneva, Verdana, Arial;
    background-color: #66738A;
    background-image: -moz-linear-gradient(top , #FFFFFF 0%, #D1D1D1 100%);
    background-image: -webkit-linear-gradient(top , #FFFFFF 0%, #D1D1D1 100%);
    background-image: -o-linear-gradient(top , #FFFFFF 0%, #D1D1D1 100%);
    background-image: linear-gradient(top , #FFFFFF 0%, #D1D1D1 100%);
    -webkit-border-radius:30px;
    -moz-border-radius:30px;
    border-radius:30px;
    padding: 3px 34px 2px 34px;
    border-top: 1px solid #B4B3B3;
    border-left: 1px solid #C4C4C4;
    border-right: 1px solid #C4C4C4;
    border-bottom: 1px solid #B4B3B3;
    cursor: pointer;
    margin-right: -41px;
    line-height: 31px;
    text-shadow:rgba(255, 255, 255, .75) 0px 1px 0px;
}
.light-grey-round-button:hover{
    text-decoration: none;
}
.light-grey-round-disabled-button{
    color: #383838 !important;
    font-size: 12px;
    opacity: 0.5;
    font-family: 'Lucida Grande', Geneva, Verdana, Arial;
    background-color: #66738A;
    background-image: -moz-linear-gradient(top , #FFFFFF 0%, #D1D1D1 100%);
    background-image: -webkit-linear-gradient(top , #FFFFFF 0%, #D1D1D1 100%);
    background-image: -o-linear-gradient(top , #FFFFFF 0%, #D1D1D1 100%);
    background-image: linear-gradient(top , #FFFFFF 0%, #D1D1D1 100%);
    -webkit-border-radius:30px;
    -moz-border-radius:30px;
    border-radius:30px;
    padding: 3px 34px 2px 34px;
    border-top: 1px solid #B4B3B3;
    border-left: 1px solid #C4C4C4;
    border-right: 1px solid #C4C4C4;
    border-bottom: 1px solid #B4B3B3;
    cursor: pointer;
    margin-right: -41px;
    line-height: 31px;
    text-shadow:rgba(255, 255, 255, .75) 0px 1px 0px;
}
.light-grey-round-disabled-button:hover{
    text-decoration: none;
}
.small-grey-round-button {
    color:#767B80 !important;
    font-size: 10px;
    font-family: 'Lucida Grande', Geneva, Verdana, Arial;
    background-color: #66738A;
    text-shadow:  rgba(255, 255, 255, .75) 0px 1px 0px;
    background-image: -moz-linear-gradient(top , #E9E9E9 0%, #C1C3C5 100%);
    background-image: -webkit-linear-gradient(top , #E9E9E9 0%, #C1C3C5 100%);
    background-image: -o-linear-gradient(top , #E9E9E9 0%, #C1C3C5 100%);
    background-image: linear-gradient(top , #E9E9E9 0%, #C1C3C5 100%);
    -webkit-border-radius:30px;
    -moz-border-radius:30px;
    border-radius:30px;
    padding: 1px 10px 1px 10px;
    border-top: 1px solid #B4B3B3;
    border-left: 1px solid #C4C4C4;
    border-right: 1px solid #C4C4C4;
    border-bottom: 1px solid #B4B3B3;
    cursor: pointer;
}
.small-grey-round-button:hover{
    text-decoration: none;
}
.small-dark-grey-rect-button {
    color:#FFFFFF !important;
    font-size: 10px;
    font-family: 'Lucida Grande', Geneva, Verdana, Arial;
    background-color: #66738A;
    text-shadow: 0px -1px 0px #666;
    background-image: -moz-linear-gradient(top , #BEBEBE 0%, #979797 100%);
    background-image: -webkit-linear-gradient(top , #BEBEBE 0%, #979797 100%);
    background-image: -o-linear-gradient(top , #BEBEBE 0%, #979797 100%);
    background-image: linear-gradient(top , #BEBEBE 0%, #979797 100%);
    border-radius: 3px;
    padding: 1px 12px 2px 12px;
    border: 1px solid #B2B0B0;
    border-top: 1px solid #8A8A8A;
    border-bottom: 1px solid #8A8A8A;
    cursor: pointer;
}
.small-dark-grey-rect-button:hover{
    text-decoration: none;
}
.black-rect{
    color: #fff !important;
    font-size: 10px;
    background-color: #596168;
    background-image: -moz-linear-gradient(top, #FFF9F9 0%, #2E2E2E 45%);
    background-image: -webkit-linear-gradient(top, #FFF9F9 0%, #2E2E2E 45%);
    background-image: -o-linear-gradient(top, #FFF9F9 0%, #2E2E2E 45%);
    background-image: linear-gradient(top, #FFF9F9 0%, #2E2E2E 45%);
    -moz-box-shadow: 0px 1px 0px 0px rgba(223, 228, 241, 1);
    -webkit-box-shadow: 0px 1px 0px 0px rgba(223, 228, 241, 1);
    box-shadow: 0px 1px 0px 0px rgba(223, 228, 241, 1);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    padding: 3px 18px 4px 18px;
    border-top: 1px solid #777D83;
    border-left: 1px solid #777D83;
    border-right: 1px solid #777D83;
    margin-top: 2px;
}
.black-rect:hover{
    text-decoration: none;
}
.red-rect{
    color: #fff !important;
    font-size: 10px;
    text-shadow: 0px -1px 0px #666;
    background-color: #596168;
    background-image: -moz-linear-gradient(top, #D96A6F 50%, #CA2A29 50%);
    background-image: -webkit-linear-gradient(top, #D96A6F 50%, #CA2A29 50%);
    background-image: -o-linear-gradient(top, #D96A6F 50%, #CA2A29 50%);
    background-image: linear-gradient(top, #D96A6F 50%, #CA2A29 50%);
    -moz-box-shadow: 0px 1px 0px 0px rgba(223, 228, 241, 1);
    -webkit-box-shadow: 0px 1px 0px 0px rgba(223, 228, 241, 1);
    box-shadow: 0px 1px 0px 0px rgba(223, 228, 241, 1);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    padding: 2px 18px 3px 18px;
    border-top: 1px solid #A0A4A8;
    border-left: 1px solid #A0A4A8;
    border-right: 1px solid #A0A4A8;
    margin-top: 2px;
}
.red-rect:hover{
    text-decoration: none;
}
.small-blue-round{
    color: #fff;
    font-size: 12px;
    background-color: #59AEEF;
    background-image: -moz-linear-gradient(top , #63ABE2 0%, #065CB6 100%);
    background-image: -webkit-linear-gradient(top , #63ABE2 0%, #065CB6 100%);
    background-image: -o-linear-gradient(top , #63ABE2 0%, #065CB6 100%);
    background-image: linear-gradient(top , #63ABE2 0%, #065CB6 100%);
    -moz-box-shadow: 0px 1px 0px 0px rgba(208, 211, 218, 1);
    -webkit-box-shadow: 0px 1px 0px 0px rgba(208, 211, 218, 1);
    box-shadow: 0px 1px 0px 0px rgba(208, 211, 218, 1);
    text-shadow: 0px -1px 0px #666;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    padding: 1px 12px 1px 13px;
    text-align: center;
    border: 1px solid #3e82b6;
}
.small-blue-round:hover{
    text-decoration: none;
}

.margin-right-10px {
  margin-right: 10px;
}

.PlaylistAudioAssetBadges,
.TrackAudioAssetBadges {
    text-align: right;
}

.PlaylistAudioAssetBadges img,
.TrackAudioAssetBadges img {
    background-color: #fafafa;
    border: 1px solid #aaa;
    border-radius: 3px;
    height: 12px;
    margin: 2px;
    padding: 4px;
}

.PlaylistAudioAssetBadges img.digital-master {
    border: none;
    height: 22px;
    padding: 0;
}

/* testing akamai cache bust */
