/** Copyright 2009 Google Inc., All Rights Reserved. **/

@import url(http://www.google.com/css/go-inlay.css);
@import url(gb-globals.css);

body {
  line-height: normal;
  max-width: none;
}

h1 {
  border-bottom: none;
  margin: 0 0 2px;
}

h1 img {
  margin: 0;
}

h2 {
  color: #6189D4;
}

h3 {
  color: #6189D4;
  font-size: 1.23em;
}

input, textarea {
  font-family: sans-serif;
}

br {
  margin: 0;
  padding: 0;
}

form {
  margin: 0;
  padding: 0;
}


/** form error box **/

div.errorheader {
  width: 80%;
  margin: 0 9% 0.5em 9%;
}


/** labels **/

label {
  display: inline;
  font-weight: normal;
}

label.compact,
.compact label {
  font-weight: normal;
  display: inline;
}

.section .strong-labels label {
  font-weight : bold;
}


/** Fine print **/

.policy {
  font-size: 83%;
}


/** Create feed page **/

.create-feed .g-unit {
  border-right: 1px dotted black;
}

.create-feed .g-first {
  border-right: none;
}

.create-feed .g-first h3 {
  margin-top: 6px; /* = h3.form-sub-header[margin-top] + h3.form-sub-header[border-top-width] */
}

.create-feed {
  width: auto;
}

.create-feed-field {
  clear: left;
}


/** Target country selector **/

.target-country {
  float: right;
  font-weight: bold;
  margin: 0;
}


/** Pagination */

.paging-menu {
  float: right;
  margin: 0;
  padding: 0;
}

.paging-menu a {
  text-decoration: none;
}

.paging-menu em {
  font-weight: bold;
  font-style: normal;
}

.paging-menu .inactive {
  display: none;
}

.paging-prev {
  padding-right: 0.5em;
}

.paging-next {
  padding-left: 0.5em;
}

.paging-size {
  margin-right: 2em;
}

.paging-first span,
.paging-prev span,
.paging-last span,
.paging-next span {
  display: none;
}

.paging-menu img {
  border: 0;
  display: inline;
  height: 17px;
  vertical-align: text-bottom;
  width: 22px;
}

.paging-first img {
  background: url(/base/dashboard/first.gif) no-repeat center;
}

.paging-prev img {
  background: url(/base/dashboard/prev.gif) no-repeat center;
}

.paging-next img {
  background: url(/base/dashboard/next.gif) no-repeat center;
}

.paging-last img {
  background: url(/base/dashboard/last.gif) no-repeat center;
}

