/****************************************
 * Color Reference
 * Orange: #e67300
 * Blue: #007ed9
 * Muted Grey : #b6bcbf
 * Grey (body): #333333
 * Grey (footer): #666666
 * Blue (muted and footer links): #57a3d9
 ****************************************/


/****************************************
 * General Layout
 ****************************************/

body {
  margin: 0;
  padding: 0;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 14px;
  color: #404040;
  background: #f2f2f2 url(/images/layout/body-background.png) repeat top left;
}

#wrapper {
  background: transparent url(/images/layout/header-gradient.png) repeat-x top right;
}

#wrapper-inner {
  width: 1033px;
  margin: 0 auto 40px;
  padding: 0;
}

/****************************************
 * Content Formatting
 ****************************************/

p {
  margin: 20px 0;
  line-height: 20px;
}

ul, ol {
  margin: 20px 0;
  padding: 0 0 0 40px;
  line-height: 20px;
}

ul.nobullets {
  padding: 0;
  list-style: none;
}

li {
  margin: 10px 0;
}

blockquote {
  margin: 30px 40px;
  color: #666;
  font-style: italic;
  line-height: 20px;
}

.muted {
	color: #666;
}

.veryMuted {
  color: #999;
}

.unbold {
  font-weight: normal !important;
}

.subhead {
  margin-top: -10px !important;
}

.truncated, .didTruncate {
  display: inline-block;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  border-bottom: 1px dotted #ccc;
  cursor: help;
}

.critical, .error {
  color: #cc2929;
}

.success {
  color: #61a600;
}

/* Links */

a {
  text-decoration: none;
  color: #007ed9;
}

.muted a,
a.muted,
a .muted {
  color: #57a3d9;
}

a.cancel,
a.critical {
  color: #cc2929;
}

a.cancelMuted,
a.criticalMuted {
	color: #c68181;
}

a.add {
  color: #61a600;
}

a:hover {
  text-decoration: underline;
  color: #e67300;
}

/* Titles */

h2, h3, h4, h5 {
  margin: 0 0 20px 0;
  color: #3d5566;
  font-weight: bold;
}

h2 {
  font-size: 30px;
}

h3 {
  font-size: 18px;
}

h4 {
  font-size: 16px;
}

h5 {
  font-size: 14px;
}

/* Secondary text */

.secondary {
  line-height: 17px;
  font-size: 12px;
  color: #666;
}

.secondary p,
.secondary ul,
.secondary ol {
  margin: 15px 0;
  line-height: 17px;
}

.secondary ul {
  padding: 0 0 0 20px;
}

.secondary ul.nobullets {
  padding: 0;
}

.secondary li {
  margin: 0 0 8px 0;
}

.secondary h2,
.secondary h3,
.secondary h4,
.secondary h5 {
  margin: 0 0 15px 0;
}

.secondary h5 {
  font-size: 13px;
}

/* Tables */

table, thead, tbody, tr, th, td {
	margin: 0;
  padding: 0;
  border: none;
  font-size: 12px;
}

table.simple {
  display: block;
  margin: 30px 0 30px 40px;
}

table.simple thead th {
  text-align: left;
  padding: 0 10px 5px 10px;
  font-size: 14px;
  font-weight: bold;
  vertical-align: bottom;
}

table.simple tbody th,
table.simple tbody td {
  padding: 5px 10px;
  font-size: 14px;
  vertical-align: top;
}

table.simple tbody th {
  text-align: right;
  padding-left: 0;
}

/****************************************
 *  Images
 ****************************************/

img {
  border: none;
}

div:target {
  background-color: #DDEEFF;
}

div.section:target {
    
    background-color: inherit;
    
}

.icon-16 {
  margin: 0 2px 0 0;
  vertical-align: -3px;
}

.icon-24 {
  margin: 0 2px 0 0;
  vertical-align: -6px;
}

/****************************************
 *  Forms
 ****************************************/

form {
	margin: 0;
  padding: 0;
	display: block;
}

.input-text {
	padding: 8px;
  width: 400px;
  font-family: Helvetica, Arial, sans-serif;
	font-size: 20px;
  line-height: 1em;
	color: #333;
	margin: 0;
	background-color: #FFFFFF;
	background-image: url(/images/ui/input-background.png);
	background-repeat: repeat-x;
	background-position: top left;
	border: 1px solid #d4d4d4;
	display: inline;
	vertical-align: middle;
}

textarea {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 18px;
  padding: 8px;
  color: #333;
	background-color: #FFFFFF;
	background-image: url(/images/ui/input-background.png);
	background-repeat: repeat-x;
	background-position: top left;
	border: 1px solid #d4d4d4;
	resize: vertical;
}

.input-text:focus, textarea:focus {
  border-color: #007ed9;
  background: #F7FDFF;
}

input.input-checkbox {
  margin: 0 3px 0 0;
  padding: 0;
  vertical-align: middle;
}

input.input-radio {
  margin: 0 3px 0 0;
  padding: 0;
  vertical-align: middle;
}

.labelWithCheckbox {
  position: relative;
  padding-left: 25px;
}

.labelWithCheckbox input {
  position: absolute;
  top: 0;
  left: 0;
}

select {
  font-size: 14px;
}

.placeholder {
  color: #ccc !important;
}

.button,
.input-button {
  background: #0095ff url(/images/ui/button-input-background.png) top left repeat-x;
  border-color: #26a5ff #037ed6 #0063a9 #037ed6;
  border-style: solid;
  border-width: 1px;
  padding: 0 20px;
  height: 40px;
  color: #fff;
  text-shadow: #0a69ac 0 1px 0;
  font-size: 16px;
	width: auto;
	float: none;
  cursor: pointer;
	vertical-align: middle;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}

  .button-small {
    font-size: 14px;
    padding: 0 10px;
    height: 30px;
  }

  .button:hover,
	.input-button:hover {
    background-position: bottom left;
    border-color: #2698ea #0473c3 #005999 #0473c3;
  	color: #ffffff;
  	text-decoration: none;
  	text-shadow: #0b68ab 0 1px 0;
  }

  .button.button-next-action,
	.input-button.button-next-action {
    background-color: #7c0;
    background-image: url(/images/ui/button-next-action-background.png);
    background-position: 100% 0;
    background-repeat: repeat-x;
    border-color: #8bd426 #67ae05 #508800 #67ae05;
    padding-right: 36px;
    text-shadow: #578d0a 0 1px 0;
  }
  

    .button.button-next-action:hover,
		.input-button.button-next-action:hover {
      background-color: #68b200;
      background-position: 100% -40px;
      border-color: #7fbe26 #5a9804 #457700 #5a9804;
      text-shadow: #4d7c0a 0 1px 0;
    }

.button.button-play-media,
.input-button.button-play-media {
    
    color: #b0b0b0;
    background-color: #fafafa;
    background-image: url(/images/ui/button-play-media-background.png);
    background-position: 100% 0;
    background-repeat: repeat-x;
    border-color: #e6e6e6 #dfdfdf #cccccc #dfdfdf;
    padding-right: 60px;
    text-shadow: #ffffff 0 1px 0;
    font-size: 14px;
    height: 32px;
    
}

.button.button-play-media:hover,
.input-button.button-play-media:hover {
    color: #a0a0a0;
    background-color: #ffffff;
    background-position: 100% -30px;
    border-color: #e6e6e6 #dfdfdf #cccccc #dfdfdf;
    text-shadow: #ffffff 0 1px 0;
}


  .button-small.button-next-action {
    background-position: 100% -3px;
  }

    .button-small.button-next-action:hover {
      background-position: 100% -43px;
    }
    .ui-widget-content .button-previous-action,
	.button-previous-action {
    background-image: url(/images/ui/button-previous-action-background.png);
    background-position: 0 0;
    background-repeat: no-repeat;
    padding-left: 20px;
    font-size: 14px;
    color: #57a3d9;
  }

.orcancel {
  padding: 0 0 0 5px;
  color: #666;
}

.passwordField {
  position: relative;
}

.password-meter {
  position: absolute;
  top: 8px;
  right: 12px;
  text-align: right;
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
  width: 75px;
}

.password-meter-message-similar-to-username,
.password-meter-message-very-weak,
.password-meter-message-too-short {
	color: #cc2929;
}
.password-meter-message-weak {
	color: #cc6114;
}
.password-meter-message-good {
	color: #008c8c;
}
.password-meter-message-strong {
	color: #528c00;
}

/* Form errors */

input.error,
textarea.error {
  border-color: #e66;
  color: #333;
}

select.error {
  color: #000;
}

label.error {
  display: block;
  margin: 8px 0 0 0;
  padding: 2px 0 5px 23px;
  font-size: 12px;
  line-height: 14px;
  color: #cc2929;
  background: url(/images/icons/red-x-16x16.png) no-repeat top left;
}

/* Form table */

table.form {
  margin: 0;
  width: 100%;
  border-collapse: collapse;
	background: url(/images/layout/horizontal-rule.png) top left repeat-x;
}

table.form tbody th,
table.form tbody td {
  padding: 35px 0;
  font-size: 18px;
  line-height: 24px;
  text-align: left;
  vertical-align: top;
}

table.form tr {
	background: url(/images/layout/horizontal-rule.png) bottom left repeat-x;
}

table.form .form-name {
  width: 215px;
  text-align: right;
}

table.form .form-help,
.modal table.form .form-help {
  padding: 25px 0 25px 30px;
  width: 215px;
  font-size: 11px;
  line-height: 14px;
  color: #666;
}

table.form .form-value {
  padding-left: 25px;
  vertical-align: middle;
}

table.form .form-value .input-checkbox {
  margin: 0 4px 0 0;
  vertical-align: 2px;
}

table.form .form-value input.input-text,
table.form .form-value textarea {
  display: block;
  margin: -10px 0;
  width: 447px;
}

table.form .form-value label.error {
  margin-top: 18px;
}

table.form .form-buttons {
  background: none;
}

table.form .form-buttons td {
  padding: 25px 0 0 0;
  text-align: right;
}

table.form .form-buttons.previous-next {
}

table.form .form-buttons.previous-next td.previous {
  text-align: left;
  vertical-align: middle;
}

table.form .form-buttons.previous-next td.next {
  text-align: right;
}

/* Modal Form */

.modal table.form {
  padding-top: 20px;
}

.modal table.form tbody th,
.modal table.form tbody td {
  padding: 10px;
  font-size: 14px;
  line-height: 20px;
  text-align: left;
  vertical-align: top;
}

.modal table.form tbody td label {
    
    font-weight: bold;
    line-height: 30px;
    
}

.modal table.form tr {
	background: none;
}

.modal table.form .form-name {
  width: 140px;
  text-align: right;
}

.modal table.form .form-value {
  padding-left: 10px;
  vertical-align: middle;
}

.modal table.form .form-value .input-checkbox {
  margin: 0 4px 0 0;
  vertical-align: 2px;
}

.modal table.form .form-value input.input-text,
.modal table.form .form-value textarea {
  display: block;
  margin: -5px 0;
  width: 260px;
  font-size: 14px;
}

.modal table.form .form-value input.input-text {
  padding: 8px;
  height: auto;
}

.modal table.form .form-value label.error {
  margin-top: 18px;
}

.modal table.form tr.first th,
.modal table.form tr.first td {
  padding-top: 25px;
}

.modal table.form tr.last th,
.modal table.form tr.last td {
  padding-bottom: 25px;
  background: url(/images/layout/horizontal-rule.png) bottom left repeat-x;
}

.modal table.form .alert {
  margin-bottom: 0;
}

.modal table.form .form-buttons {
  background: none;
}

.modal table.form .form-buttons td {
  padding: 15px 10px 10px 10px;
  text-align: left;
}



/****************************************
 *  Utilities
 ****************************************/

.clear {
	clear: both;
}

.clearfix:after,
#header:after,
#content:after,
#content-inner:after,
#footer:after,
#bottom-blocks:after,
#bottom-blocks-inner:after,
.section:after,
.content:after,
.module:after,
ul.tabs:after,
.row:after,
.modal-step:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

#skipnav {
  position: absolute;
  top: -9999px;
  left: -9999px;
}

.hr {
  margin: 25px 0;
  height: 1px;
  width: 100%;
	background: url(/images/layout/horizontal-rule.png) top left repeat-x;
}

.hr-full {
  height: 1px;
  margin: 40px 0 40px -40px;
  background: #ededed;
  width: 1029px;
}

.horizontal-rule-top {
	background: url(/images/layout/horizontal-rule.png) top left repeat-x;
}

.horizontal-rule-bottom {
  background: url(/images/layout/horizontal-rule.png) bottom left repeat-x;
}

.separator {
  padding: 0 5px;
  color: #ccc;
}

.display-block {
  display: block;
}

.float-left {
  float: left !important;
}

.float-right {
  float: right !important;
}

.nomargin {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.hidden {
  display: none;
  /*visibility: hidden;
  position: fixed;
  top: -999999px;
  width: 0;
  height: 0;*/
}

.centered-content {
    
    display: block;
    position: relative;
    
}

.centered-content > * {
    
    display: block;
    position: relative;
    margin-left: auto !important;
    margin-right: auto !important;
    
}

.absolute {
    
    position: absolute !important;
    
}

.align-top {
    
    top: 0px;
    
}

.inline-code {
    
    font-family: "Courier New", Courier;
    font-size: 12px;
    font-style: italic;
    font-weight: normal;
    
}

/****************************************
 *  Header
 ****************************************/

#header {
  height: 99px;
  clear: both;
}

h1.header-logo {
  float: left;
  margin: 22px 30px 0 41px;
}

ul.header-navigation {
  float: right;
  list-style: none;
  margin: 30px 26px 0 0;
  padding: 0;
}

  ul.header-navigation li {
    float: left;
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 16px;
    line-height: 18px;
  }

    ul.header-navigation li a {
      display: block;
      padding: 11px 17px 0 17px;
      height: 30px;
    }

  ul.header-navigation li.active {
    background-image: url(/images/layout/header-navigation-hover-left.png);
    background-position: center left;
    background-repeat: no-repeat;
  }

    ul.header-navigation li.active a {
      background-image: url(/images/layout/header-navigation-hover-right.png);
      background-position: center right;
      background-repeat: no-repeat;
      color: #404040;
      text-shadow: #fff 0 1px 0;
    }

      ul.header-navigation li.active a:hover {
        text-decoration: none;
      }

/****************************************
 *  Content area
 ****************************************/

#content {
  background: #fff url(/images/layout/content-background.png) repeat-y top center;
  margin-bottom: 40px;
  clear: both;
}

#content-top {
  background: transparent url(/images/layout/content-background-top.png) no-repeat top center;
  height: 12px;
}

#content-bottom {
  margin: -7px 0 0 0;
  background: transparent url(/images/layout/content-background-bottom.png) no-repeat top center;
  height: 12px;
}

#content-inner {
  margin: 0 42px;
  padding: 28px 0 0 0;
}

/* Grey bottom */

#content-bottom.greyBottom {
  background-image: url(/images/layout/content-background-bottom-grey.png);
}

#greyContentBottom {
  margin: 0 0 0 -40px;
  padding: 20px 40px 40px 40px;
  width: 948px;
  background: url("/images/ui/content-bottom-background-gradient.png") repeat-x;
  border-top: 1px solid #ededed;
  color: #999;
}

  @media screen and (-webkit-min-device-pixel-ratio:0) {
    /* webkit does this differently */
    #greyContentBottom {
      margin-left: -41px;
      width: 949px;
    }
  }

  #greyContentBottom strong {
    color: #808080;
  }

  #greyContentBottom .form {
    background: none;
  }

  #greyContentBottom .form-buttons td {
    padding: 0;
  }

/****************************************
 *  Sections
 ****************************************/

.section {
  margin: 0 0 40px 0;
  clear: both;
}

.main {
  float: left;
  width: 705px;
}

.secondary {
  float: right;
  width: 215px;
}

.section.section-intro {
    
    
}

.section.section-intro.initial {
    
    margin: 0;
    height: 335px;
    overflow: hidden;
    
}

.secondary .section {
    margin: 0;
}

/* Sections: Rows */

.row {
  clear: both;
  margin: 0;
  padding: 20px 0;
}

/* Sections: Website records */

.section-website-records {
  margin: 0 0 25px 0;
  background: url(/images/layout/horizontal-rule.png) bottom left repeat-x;
}

.section-website-records .website-record {
  background: url(/images/layout/horizontal-rule.png) top left repeat-x;
}

.section-website-records .status-inProgress {
  padding: 25px 0;
}

.section-website-records .website-record .info {
  float: left;
	padding-left: 35px;
	width: 340px;
	background-repeat: no-repeat;
	background-position: top left;
	overflow: hidden;
}

.section-website-records .website-record.status-active .info { background-image: url(/images/icons/green-checkmark-24x24.png); }
.section-website-records .website-record.status-finalizing .info { background-image: url(/images/icons/green-clock-24x24.png); }
.section-website-records .website-record.status-broken .info { background-image: url(/images/icons/alert-24x24.png); }
.section-website-records .website-record.status-deactivated .info { background-image: url(/images/icons/red-x-24x24.png); }
.section-website-records .website-record.status-inactive .info { background-image: url(/images/icons-custom/gray-x-24x24.png); }

.section-website-records .website-record .options {
  float: right;
  z-index: 1;
}

.section-website-records .website-record .options .option {
  float: left;
  font-weight: bold;
}

.section-website-records .website-record .options .option,
.section-website-records .website-record .options .separator {
	margin: 5px 0 0 5px;
	font-size: 14px;
}

.section-website-records .website-record .options .dropdownMenu {
  margin: 0 0 0 5px;
}

.section-website-records .website-record .options a.reactivate {
  color: #61a600;
}

.section-website-records .website-record .options a.reactivate:hover {
  color: #e67300;
}

.section-website-records .website-record .options .separator {
	float: left;
  padding: 0 3px;
}

.section-website-records .website-record h3.url {
  margin: 0 0 6px 0;
  font-size: 18px;
  color: #404040;
}

.section-website-records .website-record h3.url .truncated,
.section-website-records .website-record h3.url .didTruncate {
  width: 340px;
}

.section-website-records .website-record.status-inactive h3.url {
	color: #666;
}

.section-website-records .website-record .status {
  font-size: 12px;
}

.section-website-records .website-record.status-active .status { color: #61a600; }
.section-website-records .website-record.status-finalizing .status { color: #cc9900; }
.section-website-records .website-record.status-broken .status { color: #e68600; }
.section-website-records .website-record.status-deactivated .status { color: #d93636; }
.section-website-records .website-record.status-inactive .status { color: #999999; }


/****************************************
 *  Modules
 ****************************************/

.module {
  clear: both;
}

.module .content {
  clear: both;
}

/* Modules: Progress box */

.module-progress-box {
  background-color: #f5f7f7;
  border: 1px solid #dfe6e8;
  border-top: none;
  padding: 22px 25px;
  color: #666;
	position: relative; /* make sure absolute positioned children respect their parent */
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-radius-bottomright: 5px;
  -moz-border-radius-bottomleft: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;}

.module-progress-box .main {
	float: left;
	width: 650px;
}

.module-progress-box .secondary {
	float: right;
	width: 190px;
}

.process-help-text {
  position: absolute;
	font-size: 12px;
	right: 0;
	bottom: 0;
	text-align: right;
	margin: 25px;
	color: #b6bcbf;
}

/* Modules: Progress bar */

.module-progress-bar {
  color: #A1B9C0;
  font-weight: bold;
  margin: 0;
	padding: 0;
  height: 41px;
  float: left;
}

.module-progress-bar .inner {
  float: left;
}

.module-progress-bar .divider {
  float: left;
  width: 12px;
  height: 40px;
  background-repeat: no-repeat;
  background-position: top left;
	border-top: 1px solid #dfe6e8;
	border-bottom: 1px solid #dfe6e8;
}

.module-progress-bar .step {
	float: left;
  height: 31px;
  line-height: 20px;
  font-weight: bold;
  color: #a8b8bf;
  text-align: center;
  padding: 9px 0 0 0;
  margin: 0;
  background: transparent url(/images/ui/progress-bar-tab-background-off.png) top center repeat-x;
  display: block;
	border-top: 1px solid #dfe6e8;
}

.module-progress-bar .step-first {
  -webkit-border-top-left-radius: 5px;
  -moz-border-radius-topleft: 5px;
  border-top-left-radius: 5px;
	border-left: 1px solid #dfe6e8;
	padding-left: 6px;
}

.module-progress-bar .step-last {
	-moz-border-radius-topright: 5px;
	-webkit-border-top-right-radius: 5px;
	border-top-right-radius: 5px;
	border-right: 1px solid #dfe6e8;
	padding-right: 6px;
}

.module-progress-bar.standalone .step-first {
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
	border-bottom-left-radius: 5px;
}

.module-progress-bar.standalone .step-last {
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	border-bottom-right-radius: 5px;
}

.module-progress-bar .step-1 { width: 214px; }
.module-progress-bar .step-2 { width: 192px; }
.module-progress-bar .step-3 { width: 226px; }
.module-progress-bar .step-4 { width: 266px; }

.module-progress-bar .active {
  color: #5b666b;
  background: #f2f2f2;
}

.module-progress-bar .active {
  background: transparent url(/images/ui/progress-bar-tab-background-on.png) top center repeat-x;
}

.module-progress-bar .divider-off-off { background-image: url(/images/ui/progress-bar-divider-off-off.png); }
.module-progress-bar .divider-off-on { background-image: url(/images/ui/progress-bar-divider-off-on.png); }
.module-progress-bar .divider-on-off { background-image: url(/images/ui/progress-bar-divider-on-off.png); }

.module-progress-bar.standalone {
	margin-bottom: 30px;
}

.module-progress-bar.standalone .step {
  height: 29px;
  border-bottom: 1px solid #c2c8ca;
}

.module-progress-bar.standalone .step-first {
  border-left-color: #d0d7d9;
}

.module-progress-bar.standalone .step-last {
  border-right-color: #d0d7d9;
}

.module-progress-bar.standalone .divider {
  height: 38px;
  border-bottom: 1px solid #c2c8ca;
}

/* Modules: Alert messages */

#section-page-alerts {
  margin-bottom: 20px;
}

.alert {
  position: relative;
  margin: 0 0 20px 0;
  padding: 0px 20px 2px;
  border: 1px solid #f2e2c2;
  background: #fffde5;
  color: #8c532a;
  font-size: 13px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

  .alert h2,
	.alert h3,
	.alert h4,
	.alert h5,
	.alert p,
	.alert ul,
	.alert ol {
	  margin: 15px 0;
	  color: inherit !important;
	}

	.alert p {
	  line-height: 18px;
	}

.alert-warning {
  background: #fff8f2;
  border-color: #f2ac79;
  color: #cc6114;
}

.alert-error {
  background: #fff2f2;
  border-color: #d58080;
  color: #cc2929;
}

.alert-success {
  background: #f9fff2;
  border-color: #97bf60;
  color: #528c00;
}

.alert-pointer {
  position: absolute;
  width: 14px;
  height: 11px;
  background: url(/images/ui/alert-pointer-up.png) no-repeat 0 0;
}

div.attention-below {
    
    display: block;
    position: absolute;
    bottom: -85px;
    left: 360px;
    width: 89px;
    height: 103px;
    background: url('/images/ui/alert-attention-below.png') no-repeat 0 0;
    
}

.alert-pointer-up-left {
  top: -11px;
  left: 20px;
}

.alert-pointer-up-right {
  top: -11px;
  right: 20px;
}

.alert-warning .alert-pointer { background-image: url(/images/ui/alert-pointer-up-warning.png); }
.alert-error .alert-pointer { background-image: url(/images/ui/alert-pointer-up-error.png); }

/* Modules: Tabs */

.module-tabs ul.tabs {
	padding: 5px 5px 0 5px;
	list-style: none;
	background-color: #F7F7F7;
	border-bottom: 1px solid #D9D9D9;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-topleft: 5px;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-top-left-radius: 5px;
	border-top-right-radius: 5px;
  border-top-left-radius: 5px;
}

  .module-tabs ul.tabs li {
    float: left;
    margin: 0;
  }

 	.module-tabs ul.tabs a {
		float: left;
    padding: 7px 14px 0 14px;
    height: 22px;
    font-size: 13px;
    line-height: 15px;
		font-weight: bold;
		border-width: 1px 1px 0 1px;
		border-style: solid;
		border-color: #EDEDED;
		background-color: #EDEDED;
		display: block;
		margin-right: 5px;
		margin-bottom: -1px;
		-moz-border-radius-topright: 3px;
		-moz-border-radius-topleft: 3px;
		-webkit-border-top-right-radius: 3px;
		-webkit-border-top-left-radius: 3px;
		border-top-right-radius: 3px;
		border-top-left-radius: 3px;
		outline: none;
	}

	  .module-tabs ul.tabs a .muted {
	    font-weight: normal;
	  }

    .module-tabs ul.tabs a:hover {
      text-decoration: none;
      background: #fff;
			border-color: #eee;
      color: #e67300;
		}

    .module-tabs ul.tabs li.active a {
      padding: 8px 15px 0 15px;
      background: #fff;
      color: #3d5566;
			border-color: #d9d9d9;
			cursor: default;
		}

      .module-tabs ul.tabs li.active a .muted {
        color: #9eaab2;
      }

      .module-tabs ul.tabs li.active a:hover {
        background: #fff;
        color: #333;
			}

/* Modules: Page action link */

.page-action {
	float: right;
	text-align: right;
  display: block;
  font-weight: bold;
  font-size: 18px;
	line-height: 16px;
}

.page-action-top {
  margin-top: 6px;
}

.with-page-action h2 {
  float: left;
}

/* Modules: dropdown menu */

.dropdownMenu {
  float: left;
  position: relative;
  z-index: 1;
}

.dropdownMenu ul {
  display: none;
	list-style: none;
  margin: 0;
  padding: 6px 0;
  position: absolute;
  background-color: #f5f7f7;
  border: 1px solid #dfe6e8;
  min-width: 100px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
  z-index: 1;
}

.dropdownMenu li {
  margin: 0;
  padding: 0;
	white-space: nowrap;
	font-weight: normal;
  font-size: 11px;
  line-height: 13px;
}

.dropdownMenu li a {
	padding: 5px 20px 4px 10px;
	display: block;
}

.dropdownMenu-active,
.dropdownMenu-active ul {
  display: block;
  z-index: 100;
}

.dropdownMenu li a:hover {
	background-color: #007ed9;
	color: white;
  text-decoration: none;
}

.dropdownMenu li a.critical:hover {
	background-color: #cc2929;
}

.dropdownMenu li.dropdownMenu-separator {
  margin: 5px 12px;
  height: 1px;
  background: #dfe6e8;
}

.dropdownMenu a.dropdownMenu-button {
  display: block;
  z-index: 1;
  margin: 0 0 1px 0;
	padding: 4px 26px 0 7px;
	height: 18px;
  border-width: 1px;
  border-style: solid;
  border-color: #dfe6e8 #dce2e4 #c2c8ca;
	font-size: 12px;
	line-height: 14px;
	font-weight: bold;
	white-space: nowrap;
  background: #fff url(/images/ui/dropdownMenu-bg.png) no-repeat 100% 0;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	outline: none;
}

.dropdownMenu a.dropdownMenu-button:hover,
.dropdownMenu a.dropdownMenu-button:focus {
  text-decoration: none;
  color: #404040;
  border-color: #d0d7d9 #ccd3d5 #abb1b3;
}

.dropdownMenu-active a.dropdownMenu-button:hover,
.dropdownMenu-active a.dropdownMenu-button:focus {
  border-color: #dfe6e8 #dce2e4 #c2c8ca;
}

.dropdownMenu-active a.dropdownMenu-button {
  color: #404040;
  text-decoration: none;
  background-position: 100% -22px;
}

.dropdownMenu-disabled a:hover,
.dropdownMenu-disabled:hover a.dropdownMenu-button {
  color: #b6bcbf;
  cursor: default;
  background-position: 100% -44px;
}

.dropdownMenu-disabled:hover ul {
  display: none;
}

.dropdownMenu-disabled a.dropdownMenu-button,
.dropdownMenu-disabled a.dropdownMenu-button:hover,
.dropdownMenu-disabled a.dropdownMenu-button:focus {
  color: #b6bcbf !important;
  background-position: 100% -44px !important;
  border-color: #eff2f3 #edf0f1 #e0e3e4 !important;
}

.dropdownMenu-disabled a {
  color: #b6bcbf;
}

/* Modules: link with icon */

.linkWithIcon:hover {
  text-decoration: none;
}

.linkWithIcon:hover span {
  text-decoration: underline;
}

/* Modules: secondary box */

.secondary-box {
  margin: 0 0 25px 0;
  padding: 19px 22px 7px 22px;
  background: #fafafa;
  border: 1px solid #e6e6e6;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.secondary-box p,
.secondary-box ul,
.secondary-box ol {
  margin-top: 0;
}

/* Modules: breadcrumb */

.breadcrumb {
  margin: 0 0 10px 0;
}

/* Modules: title links */

.titleLinks {
  float: right;
  margin: 11px 0 0 30px;
}

/****************************************
 *  Bottom blocks
 ****************************************/

#bottom-blocks {
  margin: 0 auto 40px auto;
  width: 950px;
  border-bottom: 1px solid #fff;
  clear: both;
}

#bottom-blocks-inner {
  padding: 0 0 40px 0;
  border-bottom: 1px solid #e3e3e3;
}

#bottom-blocks .block {
  float: left;
  font-size: 13px;
  line-height: 16px;
  color: #666666;
}

#bottom-blocks .block-total-1 .block {
  width: 470px;
  margin: 0 0 0 245px;
}

  #bottom-blocks .block-total-1 .block .main {
    width: 300px;
    margin-right: 23px;
  }

  #bottom-blocks .block-total-1 .block .secondary {
    width: 145px;
  }


#bottom-blocks .block-total-2 {
  float: left;
  width: 100%;
  background: url(/images/layout/footer-vertical-rule.png) repeat-y 460px 0;
}

#bottom-blocks .block-total-2 .block {
  width: 460px;
  margin: 0;
  font-size: 13px;
}

#bottom-blocks .block-total-2 .block-last {
  float: right;
  margin: 0;
}

#bottom-blocks .block h4.block-title {
  margin: 0 0 5px 0;
}

#bottom-blocks .block-total-3 .block {
  width: 210px;
	margin-right: 40px;
}

#bottom-blocks .block-total-3 .block-last {
	margin-right: 0;
}

#bottom-blocks .block-total-3 .block p {
  margin: 0;
  font-size: 12px;
  line-height: 16px;
  color: #777;
}

#bottom-blocks .block-total-3 .block h4.block-title {
    font-size: 14px;
}

#bottom-blocks .block-with-icon {
	margin-left: 80px;
}

#bottom-blocks .block-with-icon .block-icon {
	margin-left: -80px;
	width: 64px;
	height: 64px;
	float: left;
}

.block-quick-stats table.simple {
  float: left;
  margin: 0 0 20px 0;
  width: 50%;
}

.block-quick-stats table.simple tbody th,
.block-quick-stats table.simple tbody td {
  font-size: 13px;
  padding: 0;
}

.block-quick-stats table.simple tbody th {
  padding-right: 10px;
  color: #404040;
}

.block-invite-friends img {
  float: left;
  margin: 0 15px 0 0;
}

/****************************************
 *  Footer
 ****************************************/

#footer {
  font-size: 12px;
  text-align: center;
	margin-bottom: 40px;
	clear: both;
}

#footer ul {
	list-style: none;
	padding: 0 0 0 0;
}

#footer li {
  margin: 0 10px 0;
  color: #8c8c8c;
	display: inline;
}

/****************************************
 *  Modal
 ****************************************/

.modal
{
  display: none;
}

.modal h4 {
  color: #404040;
  line-height: 20px;
}

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

.modal .status {
	display: none;
	padding: 0 0 10px 23px;
	background-position: 0px 2px;
	background-repeat: no-repeat;
  font-size: 12px;
  line-height: 20px;
}

.modal .modal-step {
  clear: both;
  height: 75px;
  color: #666666;
  padding: 25px 0 0 0;
  background: url(/images/layout/horizontal-rule.png) bottom left repeat-x;
}

.modal .modal-step.first {
  padding: 0 0 0 0;
}

.modal .status-progress {
  background-image: url(/images/icons-custom/spinner-16x16.gif);
  color: #666;
}

.modal .status-success {
  background-image: url(/images/icons/green-checkmark-16x16.png); background-position: 0 0;
  color: #61a600;
}

.modal .status-error {
  background-image: url(/images/icons/red-x-16x16.png);
  color: #cc2929;
}

.modal .modal-step-progress .status-progress,
.modal .modal-step-success .status-success,
.modal .modal-step-error .status-error {
	display: block;
}

.modal .modal-step-muted,
.modal .modal-step-muted h4 {
	color: #b6bcbf;
}

.modal .modal-step-progress h4 {
  color: #404040;
}

.modal .modal-step-success h4 {
  color: #666666;
}

.modal .modal-step h4 {
  margin-bottom: 8px;
}

.modal .modal-step h4,
.modal .modal-step .status {
	margin-left: 75px;
}

.modal .step-image {
	float: left;
	margin: 0 0 0 2px;
}

.modal .modal-step-muted .step-image {
  opacity: 0.4;
}

.modal-footer {
  margin: 20px 0 0 0;
  text-align: right;
}

.modal-footer a.modal-closeLink {
  color: #d58080;
  font-size: 13px;
}

.ui-dialog-titlebar-close {
  float: left;
  position: relative;
  top: -14px;
  right: -14px;
}

#modal-tellAFriend-share {
  margin-top: -8px;
}

#modal-tellAFriend-tweetmeme {
  position: relative;
  top: 8px;
  left: 5px;
}

/****************************************
 * Faq
 ****************************************/

.modal .faq-elts {
   max-height: 300px;
   overflow: auto;
}

.modal .faq-loading
{
  opacity: 0.8;
}

/****************************************
 * DNS Editor
 ****************************************/

/* Main table layout */

table.DNSEditor {
  margin: 0;
  width: 100%;
  border-collapse: collapse;
	background: url(/images/layout/horizontal-rule.png) bottom left repeat-x;
}

table.DNSEditor tbody th,
table.DNSEditor tbody td {
  padding: 17px 0;
  font-size: 14px;
  line-height: 17px;
  text-align: left;
  vertical-align: top;
  border: none;
}

table.DNSEditor tr {
	background: url(/images/layout/horizontal-rule.png) top left repeat-x;
}

table.DNSEditor tbody td.DNSEditor-column-recordType {
  padding-right: 15px;
  width: 130px;
}

table.DNSEditor tbody tr.DNSEditor-textRow td.DNSEditor-column-recordType {
  padding-top: 12px;
  padding-bottom: 12px;
}

table.DNSEditor tbody td.DNSEditor-column-recordName {
  width: 170px;
  font-weight: bold;
  white-space: nowrap;
}

table.DNSEditor tbody td.DNSEditor-column-recordName .truncated,
table.DNSEditor tbody td.DNSEditor-column-recordName .didTruncate {
  width: 170px;
}

table.DNSEditor tbody td.DNSEditor-column-verb {
  padding-left: 5px;
  padding-right: 5px;
  width: 110px;
  text-align: right;
  color: #666;
  white-space: nowrap;
}

table.DNSEditor tbody td.DNSEditor-column-recordValue {
  padding-right: 20px;
  width: 240px;
  font-weight: bold;
  white-space: nowrap;
}

table.DNSEditor tbody td.DNSEditor-column-recordValue .truncated,
table.DNSEditor tbody td.DNSEditor-column-recordValue .didTruncate {
  width: 240px;
}

table.DNSEditor tbody td.DNSEditor-column-recordValue div.DNSEditor-spinnable-textInput,
table.DNSEditor tbody td.DNSEditor-column-bigRecordValue div.DNSEditor-spinnable-textInput {
  position: relative;
}

table.DNSEditor tbody td.DNSEditor-column-recordValue div.DNSEditor-spinnable-textInput div.inputSpinner {
	position: absolute;
	top: 7px;
	left: 212px;
	height: 16px;
	width: 16px;
	background-image: url(/images/icons-custom/spinner-16x16.gif);
}

table.DNSEditor tbody td.DNSEditor-column-bigRecordValue div.DNSEditor-spinnable-textInput div.inputSpinner {
	position: absolute;
	top: 7px;
	left: 295px;
	height: 16px;
	width: 16px;
	background-image: url(/images/icons-custom/spinner-16x16.gif);
}

table.DNSEditor tbody td.DNSEditor-column-bigRecordValue {
  padding-right: 30px;
  padding-left: 20px;
  width: 330px;
  font-family: monospace;
  font-size: 12px;
  line-height: 14px;
}

table.DNSEditor tbody td.DNSEditor-column-TTL {
  width: 255px;
  color: #999999;
}

.DNSEditor-column-TTL-value {
  float: left;
}

.DNSEditor-actions {
  float: right;
  font-size: 11px;
  line-height: 16px;
}

.DNSEditor-actions a {
  margin-left: 7px;
}

.DNSEditor-forgottenRow .DNSEditor-recordType,
.DNSEditor-verifyingRow .DNSEditor-recordType {
  opacity: 0.4;
}

.DNSEditor-forgottenRow td,
table.DNSEditor tbody tr.DNSEditor-forgottenRow td.DNSEditor-column-verb,
.DNSEditor-verifyingRow td,
table.DNSEditor tbody tr.DNSEditor-verifyingRow td.DNSEditor-column-verb {
  color: #b3b3b3;
}

table.DNSEditor tbody tr.DNSEditor-forgottenRow td.DNSEditor-column-TTL,
table.DNSEditor tbody tr.DNSEditor-verifyingRow td.DNSEditor-column-TTL {
  color: #d6d6d6;
}

.DNSEditor-verifying {
  display: none;
  float: right;
  color: #404040;
  font-style: italic;
}

.DNSEditor-verifyingRow .DNSEditor-actions,
.DNSEditor-verifyingRow .DNSEditor-cloudFlarePowered {
  display: none;
}

.DNSEditor-verifyingRow .DNSEditor-verifying {
  display: block;
}

.DNSEditor-actions .separator {
  padding: 0 3px;
}

.DNSEditor .extra {
  margin: 10px 0 0 0;
}

.DNSEditor-forgottenRow-actions {
  display: none;
}

.DNSEditor-forgottenRow .DNSEditor-actions {
  display: none;
}

.DNSEditor-forgottenRow .DNSEditor-forgottenRow-actions {
  display: block;
}

/* Record types */

.DNSEditor-recordType {
  padding: 5px 7px 0 7px;
  height: 20px;
  width: 116px;
  background: #000;
  color: #fff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.DNSEditor-recordType strong {
  color: #fff;
}

.recordType-A     { background: #404040; color: #a0a0a0; }
.recordType-CNAME { background: #e67300; color: #f5c799; }
.recordType-MX    { background: #d91698; color: #f0a2d6; }
.recordType-TXT   { background: #61a600; color: #c0db99; }
.recordType-SPF   { background: #12b398; color: #a0e1d6; }
.recordType-AAAA  { background: #222222; color: #808080; }
.recordType-SRV   { background: #bf9f00; color: #e5d999; }
.recordType-LOC   { background: #9545e5; color: #d5b5f5; }

/* Alerts, warnings, errors */

table.DNSEditor tr.DNSEditor-alertRow {
  background: none;
}

table.DNSEditor tr.DNSEditor-alertRow td {
  padding-top: 0;
  width: 100%;
}

table.DNSEditor tr.DNSEditor-alertRow .alert {
  margin: 0;
}

.DNSEditor-hideAutomaticRecordLink {
/*  display: inline-block;
  width: 0;
  height: 0;
  font-size: 1px;
  overflow: hidden;
  visibility: hidden;
*/
}

/* Form rows */

table.DNSEditor tr.DNSEditor-formRow td.DNSEditor-column-recordType {
  padding-top: 21px;
}

table.DNSEditor tr.DNSEditor-formRow td.DNSEditor-column-recordType select {
  width: 100%;
}

table.DNSEditor tr.DNSEditor-formRow td.DNSEditor-column-verb {
  padding-top: 25px;
}

table.DNSEditor tr.DNSEditor-formRow td.DNSEditor-column-recordValue input.input-text {
  width: 220px;
}

table.DNSEditor tr.DNSEditor-formRow td.DNSEditor-column-TTL {
  padding-top: 21px;
}

table.DNSEditor tr.DNSEditor-formRow .DNSEditor-column-TTL-value select {
  margin: 0 0 0 5px;
  vertical-align: middle;
}

table.DNSEditor tr.DNSEditor-formRow .DNSEditor-actions {
  padding-top: 2px;
}

.DNSEditor tr.DNSEditor-formRow td.DNSEditor-column-verb .first {
  height: 19px;
  line-height: 16px;
}

.DNSEditor tr.DNSEditor-formRow td.DNSEditor-column-verb .extra {
  padding: 11px 0 0 0;
  height: 19px;
  line-height: 16px;
}

table.DNSEditor tr.DNSEditor-formRow input.input-text {
  padding: 7px 7px 6px 7px;
  width: auto;
  height: auto;
  font-size: 14px;
}

table.DNSEditor tr.DNSEditor-formRow textarea {
  padding: 6px 0 0 7px;
  width: 310px;
  height: 65px;
  font-family: monospace;
  font-size: 12px;
}

table.DNSEditor tr.DNSEditor-ghostRow td {
  opacity: 0.4;
}

/* Review records */

table.DNSEditor-review tbody td.DNSEditor-column-recordType {
  width: 67px;
  padding-right: 9px;
}

table.DNSEditor-review .DNSEditor-recordType {
  width: 53px;
}

table.DNSEditor-review tbody td.DNSEditor-column-TTL {
  width: 318px;
}

.DNSEditor-cloudFlarePowered {
  float: right;
  margin: -4px 15px 0 0;
  color: #404040;
  font-weight: bold;
}

.DNSEditor-cloudFlarePowered .input-checkbox {
  margin-right: 2px;
  vertical-align: 5px;
}

.DNSEditor-review .alert-pointer-up-right {
  right: 122px;
}

/****************************************
 *  Page-specific styles
 ****************************************/

body.your-websites-initial .section-intro .main,
body.your-websites-in-progress .section-intro .main,
body.your-websites-step2-automatic .section-intro .main,
body.your-websites-step4-automatic .section-intro .main {
	float: left;
	width: 660px;
}

body.your-websites-initial .section-intro .secondary,
body.your-websites-in-progress .section-intro .secondary,
body.your-websites-step2-automatic .section-intro .secondary,
body.your-websites-step4-automatic .section-intro .secondary {
	float: right;
	width: 245px;
}

body.your-websites-step2-automatic .section-intro{
  margin-bottom: 20px;
}

body.your-websites-step4-automatic .section-intro {
  margin-bottom: 30px;
}

body.your-websites-initial .module-progress-box .secondary.help-text {
  color: #879399;
  padding-top: 5px;
  padding-bottom: 5px;
}

body.your-websites-initial #your-websites-initial-form h3 {
  display: block;
  margin: 0 0 8px 0;
  font-size: 13px;
  font-weight: normal;
  color: #5b666b;
}

body.your-websites-initial #your-websites-initial-form .input-text {
	width: 425px;
}

#your-websites-initial-form-input {
  float: left;
	margin-right: 5px;
  width: 443px;
}

#your-websites-initial-form-submit {
  float: left;
}

.your-websites-initial .module-progress-box .secondary {
	font-size: 11px;
	line-height: 14px;
  padding: 0 0 0 30px;
  background: url(/images/layout/vertical-rule.png) repeat-y top left;
}

.module-previous-next-actions .button-next-action {
	float: right;
}

#newuser-add-website-link .page-action {
/*   margin: -20px 0 -10px 0; */
  margin-top: 25px;
}

.your-websites-ongoing .section-intro {
  margin: 0;
}

/* Signup form */

#signupForm {
  margin-top: 30px;
}

#signupForm-inviteCode {
  width: 200px;
}

/* Login form */

#loginForm {
  margin-top: 30px;
}

#loginForm-rememberMe {
  padding: 25px;
}

/* Request invite form */

#requestInviteForm {
  margin-top: 30px;
}

#requestInviteForm-uniqueVisitors {
  position: relative;
}

#requestInviteForm-uniqueVisitors .input-text {
  width: 80px;
}

#requestInviteForm-uniqueVisitors #requestInviteForm-uniqueVisitors-helpText {
  position: absolute;
  top: 8px;
  left: 107px;
}

#requestInvite-signupLink {
  font-size: 14px;
  line-height: 20px;
}

/* Step 2 Automatic Feedback form */

.modal-feedbackForm-comments {
  display: none;
}

.modal-feedbackSuccess {
  display: none;
}

/* Manual DNS form */

body.your-websites-step2-manual .section-intro,
body.your-websites-step3-manual .section-intro {
  margin-bottom: 0;
}

body.your-websites-step2-manual ul.tabs {
  margin-bottom: 0;
}

#manualDNSSetup-explanationForAutomaticSwitch {
  /* this is for the manual tab when the automatic process is available */
  margin-bottom: 0;
}

#manualDNSSetup-explanationForAutomaticSwitch .alert {
  margin-top: -10px;
}

#manualDNSSetup-topSeparator {
  margin-top: 20px;
}

/* Automatic registrar update */

#authorizeRegistrarUpdate {
  display: block;
  position: relative;
  padding-left: 23px;
  font-size: 14px;
  line-height: 20px;
}

#authorizeRegistrarUpdate .input-checkbox {
  position: absolute;
  top: 2px;
  left: 0;
}

/* Manual registrar update */

#manualRegistrarUpdate-nameservers {
  margin: 30px 0;
  padding: 5px 24px;
}

#manualRegistrarUpdate-nameservers li {
  margin: 0;
}

#manualRegistrarUpdate-nameservers-note {
  border-top: 1px dotted #F2E2C2;
  padding: 15px 0 0 0;
  font-size: 12px;
  font-style: italic;
}

#manualRegistrarUpdate-nameservers-settings th,
#manualRegistrarUpdate-nameservers-settings td {
  padding-left: 5px;
  padding-right: 20px;
}

#manualRegistrarUpdate-nameservers-settings td.manualRegistrarUpdate-nameservers-newSetting {
  color: #61a600;
  font-style: italic;
  font-weight: bold;
}

#manualRegistrarUpdate-nameservers-settings td.manualRegistrarUpdate-nameservers-deleteSetting {
  color: #cc2929;
  font-style: italic;
}

#manualRegistrarUpdate-nameservers-settings td.manualRegistrarUpdate-nameservers-image {
  padding-top: 2px;
  padding-right: 0;
  width: 16px;
}

/* Edit existing website: DNS settings */

#websiteSettings-DNSEditor .DNSEditor-textRow .separator {
  padding: 0 5px;
}

table#websiteSettings-DNSEditor tbody td.DNSEditor-column-recordType {
  width: 87px;
  padding-right: 9px;
}

table#websiteSettings-DNSEditor .DNSEditor-recordType {
  width: 73px;
}

table#websiteSettings-DNSEditor tbody td.DNSEditor-column-TTL {
  width: 298px;
}


/****************************************
 * Floating tabs
 ****************************************/

ul.floating-tabs {
    
    display:block;
    position: fixed;
    top: 25%;
    right: 0px;
    margin: 0;
    text-decoration: none;
    text-indent: -999999px;
    
}

ul.floating-tabs * {
    
    position: relative;
    display: block;
    margin: 0;
    padding: 0;
    
}

ul.floating-tabs > li {
    
    list-style: none;
    margin-bottom: 10px;
    width: 35px;
    height: 102px;
    
}

ul.floating-tabs > li > a {
    
    width: 35px;
    height: 102px;
    outline-color: white;
    outline-style: none;
    outline-width: 0px;
    float: right;
    
}

ul.floating-tabs > li > a:hover {
    
    width: 39px;
    
}

a#adminTab {
    
    background: url('/images/layout/admin_trans_tab.png') no-repeat;
    
}

a#feedbackTab {
    
    background: url('/images/layout/feedback_trans_tab.png') no-repeat;
    
}

/****************************************
 *  video thumbnail
 ****************************************/

a.video-thumb
{
  border: 4px solid #F2F2EE;
  display: block;
  float: right;
  margin: 0 0 0 20px;
  position: relative;
}

a.video-thumb:hover
{
  border:4px solid #e67300;
  text-decoration: none;
}

a.video-thumb span
{
  background: none repeat scroll 0 0 #7F7F7F;
  color:#FFFFFF;
  font:bold 9px/9px verdana,sans-serif;
  margin:0 auto;
  padding:1px 5px 3px;
  position:absolute;
  right:0;
  text-transform:uppercase;
  top:0;
}

/****************************************
 *  message area
 ****************************************/

.message-area
{
  font-family: Arial;
  font-size: 12px;
  position: fixed;
  left: 50%;
  top: 0;
  z-index: 10000;
}

.message-area-inner
{
  background-color: #e67300;
}

.message-area-text-container
{
  font-weight:bold;
  overflow:hidden;
  padding-top:3px;
  padding-left:3px;
  padding-right:3px;
  text-align:center;
  white-space:nowrap;
  color: #FFFFFF;
}

.message-area-bottom-1,
.message-area-bottom-2,
.message-area-bottom-3
{
  font-size:1px;
  height:1px;
}

.message-area-bottom-1
{
  height:2px;
  margin:0 1px;
}

.message-area-bottom-2
{
  margin:0 2px;
}

.message-area-bottom-3
{
  margin:0 4px;
}

/****************************************
 *  clippy
 ****************************************/

.flash-clippy
{
  vertical-align: top;
  margin: -1px 0 0 10px;
}

/****************************************
 *  New
 ****************************************/
div.progress-box-centered-limiter {
    
    display: block;
    position: relative;
    width: 460px;
    
}

div.progress-box-centered-limiter div.main {
    
    width: 212px;
    
}


