#MainContent {
  margin: 0;
  padding: 0;
  font-family: arial;
  //font-size: small;
  min-width: 700px;
  clear: both;
  font-size: 12px;
}

/* NumberOfResults */
.NumberOfResults {
  font-weight: bold;
  font-size: 12px;
  text-align: center;
  color: #0E3192;
  margin: 5px 0 2px 0;
}

.NotAvailable {
  font-weight: bold;
  font-size: 16px;
  text-align: center;
  color: #0E3192;
  margin: 5px 0 2px 0;
  text-decoration: underline;
}

/* SortCommandBox */
.SortCommandBox {
  font-weight: bold;
  text-align: center;
  color: #0E3192;
  margin: 0;
}

.SortCommandBox select {
  color: black;
}
.SortCommandBox input {
  border: solid 1px black;
}

/* AdNavigationLine */
.AdNavigationLine {
  font-weight: bold;
  text-align: center;
  color: #005aab;
}
.AdNavigationLine a {
  color: #005aab;
  text-decoration: none;
  -moz-border-radius: 4px;
}
.AdNavigationLine a:hover, .AdNavigationLine .active {
  background-color: orange;
}
.AdNavigationLine .disabled {
  color: gray;
}

.AdNavigationLine .returnToList a {
  color: white;
  background-color: #c83430;
  font-weight: bold;
  padding: 2px 5px;
}
.AdNavigationLine .returnToList a:hover {
  background-color: #f3ac2e;
}

/* AdPageNavigationLine */
.AdPageNavigationLine {
  font-weight: bold;
  text-align: center;
  color: #005aab;
}
.AdPageNavigationLine a {
  color: #0E3192;
  text-decoration: none;
  -moz-border-radius: 4px;
}
.AdPageNavigationLine a:hover, .AdPageNavigationLine .active {
  background-color: orange;
}
.AdPageNavigationLine .disabled {
  color: gray;
}

/* LinksSearch */
.showAds {
  clear: both;
  margin: 0;
  padding: 20px;
  color: #0E3192;
  text-align: center;
}

.cities {
  margin: 10px auto;
  color: #07216B;
  text-align: center;
}

.cities .even {
  background: #D6DDED;
}

.cities .odd {
  background: none;
}

.cities td {
  padding: 3px 5px;
}

.cities th {
  background-color: #07216B;
  text-align: left;
  color: white;
  border: 0;
  padding: 3px 5px;
}

.cities a {
  color: #07216B;
  text-decoration: none;
  font-weight: bold;
  text-align: left;
  display: block;
}
.cities a:hover{
  color: #ff8800;
  text-decoration: underline;
}

/* InformationsBox */
#InformationsBox {
  padding: 10px;
}
#InformationsBox .image {
  float: left;
  margin: 0 10px 10px 0;
}
#InformationsBox p {
  margin: 0 0 10px 0;
  text-align: justify;
}

/* StaticInformationsBox */

#StaticInformationsBox {
  margin: 0 0 0 20px;
}

h1 {
  color: #E73800;
  text-align: left;
  font-size: 22px;
  margin: 0 10px;
}

#StaticInformationsBox h2 {
  margin: 20px 10px 5px 5px;
  clear: none;
  font-size: 14px;
  color: #314f9c;
  text-decoration: underline;
  padding: 3px 0 3px 25px;
  background: transparent url(/images/static/regionalsites/black-right-arrow.jpg) 5px 50% no-repeat;
  text-align: left;
  font-size: 14px;
  letter-spacing: -0.1px;
  text-transform: uppercase;
}

#StaticInformationsBox h3 {
  margin: 15px 0 0 0;
  padding: 0 10px;
  font-size: 12px;
  color: #314f9c;
  text-decoration: underline;
  font-size: 12px;
}

#StaticInformationsBox p {
  margin: 0 0 10px 0;
  padding: 0 10px;
  text-align: justify;
}

#StaticInformationsBox img {
  margin: 10px;
}

#StaticInformationsBox li img {
  margin: 0 5px;
}

#StaticInformationsBox .imgFloat {
  float: left;
}

#StaticInformationsBox .cleaner {
  clear: both;
  display: block;
}

#StaticInformationsBox a {
  color: #314f9c;
}

/* Every page */
.title {
  font: bold 14px arial;
  text-transform: uppercase;
  text-align: center;
  color: #0E3192;
  margin: 0;
  padding: 10px;
}

.description {
  text-align: justify;
  margin: 0 20px 10px 20px;
  padding: 5px 10px;
  background: white;
  border: 2px dotted #0E3192;
}

#linksSearch {
  padding: 10px;
}

#MainContent .VerticalAdvertisingBanner {
  width: 120px;
  height: 600px;
  position: absolute;
  margin-left: 930px;
}