html {
  height: 100%;
}

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

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

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;
}


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: 10px 0;
}

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

a:hover {
  text-decoration: underline;
}

#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: 0;
  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;
}

#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: 180px;
  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: 5px 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;
}

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

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

.setting_section_content {
  line-height: 28px;
}

.setting_section_content p {
  margin: 0;
}

/* small button */
a.button {
  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 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: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;
}
