html {
  height: 100%;
}

body {
  height: 100%;
  margin: 0;
  padding: 0;
  background-color: #f4f4f4;
  font-family: Arial, sans-serif;
  font-size: 12px;
  color: #3c3c3c;
}

img {
  border: 0;
}

hr {
  display: block;
  border: 1px solid #d9d9d9;
}

pre {
 white-space: pre-wrap;
 white-space: -moz-pre-wrap;
 white-space: -pre-wrap;
 white-space: -o-pre-wrap;
 word-wrap: break-word;
}

input,
textarea,
select {
  width: 200px;
  color: #333;
  font-family: arial;
  font-size: 12px;
  padding: 4px 0 4px 3px;
  border: 1px solid #ccc;
  border-top-color: #666;
  border-left-color: #999;
  background: #fff url(/images/i_b.gif) no-repeat;
  margin: 0px;
  vertical-align: middle;
}

textarea {
  width: 750px;
}

input[disabled='disabled'],
textarea[disabled='disabled'],
input.disabled,
textarea.disabled {
  color: #aaa;
}

ol {
  line-height: 18px;
}

input.short {
  width: 50px;
}

.noborder {
  width: auto;
  border: 0;
  background: none;
}

#content {
  width: 100%;
  padding: 0;

  min-height: 100%;
  height: auto !important;
  height: 100%;
  margin: 0 auto -20px;
}

#footer_push {
  height: 20px;
}

#footer {
  background-color: #585858;
  height: 130px;
  padding-left: 25px;
  padding-right: 25px;
  padding-top: 10px;
  color: #ffffff;
  line-height: 18px;
}

#footer a {
  color: #ffffff;
  text-decoration: dotted;
}

.footer_section {
  width: 33%;
  float: left;
  font-size: 11px;
}

.footer_section span {
  font-size: 14px;
  font-weight: bold;
}

#footer_copyright {
  width: 100%;
  height: 20px;
  background-color: #646464;
  color: #cccccc;
  text-align: center;
  line-height: 20px;
}
#footer_copyright a {
  color: #cccccc;
}


body.white {
  background-color: #ffffff;
}

body.popup {
  padding: 10px;
}

p {
  line-height: 18px;
  margin-top: 0;
  margin-bottom: 10px;
}

a {
  color: #0099cc;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

th a {
  color: #3c3c3c;
}

th img {
  vertical-align: bottom;
}

#breadcrumbs {
  font-size: 12px;
  margin-bottom: 5px;
}

h1 {
  font-size: 20px;
  font-weight: bold;

  margin-top: 0;
  margin-bottom: 0;
}

h2 {
  font-size: 16px;
  font-weight: bold;

  margin-top: 16px;
  margin-bottom: 0;
}

table {
  border-collapse: collapse;
}

table.big {
  width: 100%;
  margin-top: 10px;
  border: 1px solid #cccccc;
}

table.small {
  border: 0;
}

table.big tr {
  height: 30px;
}

table.small tr {
  height: 22px;
}

table.hover tr:hover {
  background-color: #ffffbb;
}

table.big td,
table.big th {
  text-align: left;
  padding-left: 10px;
  border-bottom: 1px solid #cccccc;
}

table.small td,
table.small th {
  text-align: left;
  padding-left: 10px;
  border: 0;
}

table.right td,
table.right th {
  text-align: right;
}

table.hover td a:hover {
  text-decoration: none;
}

table.big th {
  background-color: #f4f4f4;
}

#releasenotes {
  height: 32px;
  background-color: #5c5c5c;
  color: #ffffff;
  font-size: 13px;
  font-weight: bold;
  text-align: center;
  line-height: 32px;
}

#releasenotes a {
  color: #74e3fd;
}

#header {
  height: 60px;
  padding: 5px 10px 10px 10px;
  background-color: #ffffff;
}

#summary_container {
  width: 100%;
  height: 40px;
  background-color: #f4f4f4;
  border-bottom: 1px solid #cccccc;
}

.summary_header {
  margin: 0;
  padding: 10px 10px 0 10px;
}

.summary_creative_box {
  padding: 15px;
  border: 1px solid #cccccc;
}

.no_bottom_border {
  border-bottom: none;
}

#main_container {
  width: 100%;
  clear: both;
  padding-top: 1px;
  background-color: #f4f4f4;
}

#main_container.white {
  background-color: #ffffff;
}

#main.summary {
  margin: 10px;
  padding: 0;
  border: 0;
  background-color: #ffffff;
}


#left {
  width: 160px;
  height: 240px;
  margin: 25px;
  margin-right: 5px;
  padding: 10px;
  background-color: #ffffff;
  border: 1px solid #cccccc;

  font-size: 14px;
  line-height: 18px;
}

#left.narrow {
  width: 120px;
}

#main.two_column {
  margin-left: 5px;
}

body.reduced_main_width #main_content {
  width: 700px;
}

#main {
  margin: 25px 25px 25px 25px;
  padding: 10px;
  background-color: #ffffff;
  border: 1px solid #cccccc;
}

#show_creative_box {
  margin: 20px;
}

#logo {
  float: left;
  padding-top: 15px;
  padding-left: 15px;
}

#login {
  float: right;
  padding: 10px;
}

#maintabs {
  float: left;
  width: 100%;
  background: #ffffff;
  background-image: url(/images/maintabs_lower_line.gif);
  background-repeat: repeat-x;
  background-position: bottom left;
  line-height: normal;
}

#maintabs ul {
  margin: 0;
  padding: 0 0 0 20px;
  list-style: none;
}

#maintabs li {
  float: left;
  background-color: #f4f4f4;
  border: 1px solid #cccccc;
  padding: 0 0 0 0;
  margin: 0 0 0 5px;
}

#maintabs #current {
  border-bottom: 1px solid #f4f4f4;
}

#maintabs #current a {
  color: #3c3c3c;
  padding-bottom: 9px;
}

#maintabs a {
  display: block;
  padding: 12px 16px 9px 38px;

  color: #3c3c3c;

  text-decoration: none;
  font-size: 14px;
}

#maintabs a:hover {
}

.notification_info_box,
.notification_error_box,
.notification_message_box {
  width: 600px;
  padding: 10px;

  margin-bottom: 10px;
}

.notification_info_box {
  background-color: #a8e9be;
  border: 1px solid #579e71;
  color: #006633;
}

.notification_error_box {
  background-color: #ffc0cb;
  border: 1px solid #cc3333;
  color: #cc3333;
}

.notification_message_box {
  background-color: #fffecc;
  border: 1px solid #f1d538;
  color: #333333;
}

.notification_info_box ul,
.notification_error_box ul,
.notification_message_box ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.notification_info_box ul li,
.notification_error_box ul li,
.notification_message_box ul li {
  background-repeat: no-repeat;
  min-height: 16px;
  padding-left: 26px; 
  padding-top: 1px;
}

.notification_info_box ul li {
  background-image: url(/images/icons/notification_info.png);
}

.notification_error_box ul li {
  background-image: url(/images/icons/notification_error.png);
}

.notification_message_box ul li {
  background-image: url(/images/icons/notification_message.png);
}

.result_list_row {
  padding: 0 0 10px 0;
}

.summary_result_list_row {
  padding: 5px 0 0 0;
}

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

.result_list_row ul li {
  line-height: 18px;
  background-repeat: no-repeat;
  min-height: 16px;
  padding: 0 0 0 21px;
}

.result_failed_row ul li {
  background-image: url(/images/icons/cross.png);
}

.result_passed_row ul li {
  background-image: url(/images/icons/accept.png);
}


.error {
  color: #f00;
  font-weight: bold;
}

.radio_check_offset input {
  margin-bottom: -2px;
}

.select_align {
  margin-bottom: 3px;
  width: auto;
}

.input_align {
  border: 0;
  margin-bottom: 3px;
  width: auto;
  margin-right: 5px;
}

.button_clear {
  overflow: hidden;
  width: 100%;
  margin-top: 10px;
}

.setting_section {
  margin-top: 24px;
  margin-bottom: 24px;
}

.setting_section input {
  margin-bottom: 3px;
}

.setting_section_content {
  line-height: 28px;
}

.setting_section_content p {
  margin: 0;
}

/* small button */
a.button,
a.button_disabled {
  background: transparent url('/images/button_right.png') no-repeat scroll top right;
  display: block;
  float: left;
  font-size: 11px;
  color: #3c3c3c;
  height: 21px;
  margin-right: 6px;
  padding-right: 10px; /* sliding doors padding */
  text-decoration: none;
}

a.button_disabled {
  color: #999999;
}

a.button span,
a.button_disabled span {
  background: transparent url('/images/button_left.png') no-repeat;
  display: block;
  line-height: 11px;
  padding: 5px 0 5px 10px;
}

a.button:hover {
  background-position: center right;
  outline: none;
}

a.button_disabled:hover {
  cursor: default;
}

a.button:hover span {
  background-position: center left;
  padding: 5px 0 5px 10px;
}

a.button:active {
  background-position: bottom right;
  outline: none;
}

a.button:active span {
  background-position: bottom left;
}

/* big button and link */
.link_big {
  font-size: 13px;
  line-height: 24px;
}

a.button_big {
  background: transparent url('/images/button_big_right.png') no-repeat scroll top right;
  display: block;
  float: left;
  font-size: 13px;
  font-weight: bold;
  color: #3c3c3c;
  height: 24px;
  margin-right: 6px;
  padding-right: 10px; /* sliding doors padding */
  text-decoration: none;
}

a.button_big span {
  background: transparent url('/images/button_big_left.png') no-repeat;
  display: block;
  line-height: 14px;
  padding: 5px 0 5px 10px;
}

a.button_big:hover {
  background-position: center right;
  outline: none; /* hide dotted outline in Firefox */
}

a.button_big:hover span {
  background-position: center left;
  padding: 5px 0 5px 10px;
}

a.button_big:active {
  background-position: bottom right;
  outline: none; /* hide dotted outline in Firefox */
}

a.button_big:active span {
  background-position: bottom left;
}

.result_rows {
  line-height: 20px;
}

table.summary_creative_table th,
table.summary_creative_table td {
  text-align: center;
}

#tooltip {
  width: 200px;
  position: absolute;
  border: 1px solid #999999;
  background: #ffffee;
  padding: 2px 5px;
  color: #333;
  display: none;
}

.ui-progressbar {
  background-image: url('/images/pbar_min.png');

  border: 0;
  outline: 0;

  height: 11px;
  width: 180px;
}

.ui-progressbar-value {
  background-image: url('/images/pbar_fill.png');
  background-repeat: no-repeat;
  background-position: center right;

  margin: 0px -1px -1px 4px;
  height: 100%;
}

.pager_navigation {
  float: left;
  margin-top: 8px;
}

.pager_navigation div {
  float: left;
  margin-top: 2px;
  margin-right: 10px;
}

.pager_navigation img {
  margin-right: 3px;
}

.creative_summary {
  width: 100%;
  border: 1px solid #cccccc;
}

.creative_summary_header {
  background-color: #f4f4f4;
  border-bottom: 1px solid #cccccc;
  padding: 7px 0 0 10px;
  height: 22px;
}

.creative_summary_header_left {
  float: left;
  font-weight: bold;
}

.creative_summary_header_right {
  float: right;
  margin-right: 5px;
}

.creative_summary_header_right a {
  margin-left: 10px;
}

.creative_summary_content {
  clear: both;
  padding: 5px 5px 5px 10px;
}

.creative_summary_checks {
  margin-left: 5px;
}

.creative_summary_checks tr {
  height: 20px;
}

.creative_summary_checks .check_result {
  width: 20px;
}

.creative_summary_checks .check_header {
  width: 140px;
  text-align: right;
  padding-right: 10px;
}

.creative_summary_checks .check_details {
  width: 190px;
}

.creative_summary_checks .check_text {
}

.check_processing {
  color: #999999;
}

.report_url_field {
  padding: 1px;
  margin-right: 3px;
  width: 120px;
}

table.cookie_details {
  background-image: url(/images/cookiebg.png);
  background-repeat: no-repeat;

  width: 350px;
  height: 75px;
  margin-top: 5px;
  margin-bottom: 5px;
}

table.cookie_details tr {
  height: 15px;
  line-height: 15px;
}

table.valigntop tr td {
  vertical-align: top;
  padding-top: 7px;
}

ul.toggle_actions {
  width: 48px;
  height: 14px;
  margin: 0;
  padding: 0;
  position: relative;
}

ul.toggle_actions li {
  margin: 0;
  padding: 0;
  list-style: none;
  position: absolute;
  top: 0;
}

ul.toggle_actions li,
ul.toggle_actions a {
  height: 14px;
  display: block;
}

ul.toggle_actions a span {
  display: none;
}

ul.toggle_actions li.pass                { left: 0; width: 14px; }
ul.toggle_actions li.pass a              { left: 0; width: 14px; background: url(/images/actions/sprite14x14.png) -28px -14px no-repeat; }
ul.toggle_actions li.pass a:hover        { left: 0; width: 14px; background: url(/images/actions/sprite14x14.png) -14px -14px no-repeat; }
ul.toggle_actions li.pass a.active       { left: 0; width: 14px; background: url(/images/actions/sprite14x14.png) 0 -14px no-repeat; }
ul.toggle_actions li.pass a.active:hover { left: 0; width: 14px; background: url(/images/actions/sprite14x14.png) 0 -14px no-repeat; cursor: default; }

ul.toggle_actions li.warn                { left: 17px; width: 14px; }
ul.toggle_actions li.warn a              { left: 17px; width: 14px; background: url(/images/actions/sprite14x14.png) -28px -28px no-repeat; }
ul.toggle_actions li.warn a:hover        { left: 17px; width: 14px; background: url(/images/actions/sprite14x14.png) -14px -28px no-repeat; }
ul.toggle_actions li.warn a.active       { left: 17px; width: 14px; background: url(/images/actions/sprite14x14.png) 0 -28px no-repeat; }
ul.toggle_actions li.warn a.active:hover { left: 17px; width: 14px; background: url(/images/actions/sprite14x14.png) 0 -28px no-repeat; }

ul.toggle_actions li.fail                { left: 34px; width: 14px; }
ul.toggle_actions li.fail a              { left: 34px; width: 14px; background: url(/images/actions/sprite14x14.png) -28px 0 no-repeat; }
ul.toggle_actions li.fail a:hover        { left: 34px; width: 14px; background: url(/images/actions/sprite14x14.png) -14px 0 no-repeat; }
ul.toggle_actions li.fail a.active       { left: 34px; width: 14px; background: url(/images/actions/sprite14x14.png) 0 0 no-repeat; }
ul.toggle_actions li.fail a.active:hover { left: 34px; width: 14px; background: url(/images/actions/sprite14x14.png) 0 0 no-repeat; }

.platform_list_more_info {
  line-height: 18px;
  margin-top: 3px;
  margin-bottom: 3px;
  width: 320px;
  display: none;
}

div.new_report_check_row {
  width: 750px;
  height: 14px;
  margin-top: 5px;
  margin-bottom: 10px;
}

div.new_report_check_row img {
  vertical-align: top;
  margin-left: 0;
  margin-right: 8px;
}

div.new_report_cpu_graph {
  margin-top: 12px;
  margin-left: 24px;
}

div.new_report_ad_dimensions {
  width: 450px;
  padding: 10px;
  background-color: #e7f4fa;
  border: 1px solid #0099cc;
  margin-left: 26px;
  margin-bottom: 15px;
  line-height: 18px;
}

.show_more_hide {
  display: none;
}

.platform_recognized {
  border-bottom: 1px dashed;
}

.ui-tooltip-default .ui-tooltip-titlebar,
.ui-tooltip-default .ui-tooltip-content {
  font-family: arial;
  font-size: 12px;
  line-height: 18px;

  background-color: #fffecc;
  border: 2px solid #f1d538;
  color: #333333;
}

.customer_note_row {
  width: 500px;
  border: 1px solid #cccccc;
  padding: 5px;
  margin-bottom: 10px;
}

.customer_note_info {
  float: left;
  color: #999999;
  margin-bottom: 5px;
}

.customer_note_delete {
  float: right;
}

.customer_tags {
  margin-top: 5px;
}

.customer_tag_row {
  float: left;
  width: auto;
  background-color: #fffecc;
  border: 1px solid #f1d538;
  color: #333333;
  padding: 2px;
  margin-right: 5px;
}

