html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  background: transparent;
}

body {
  font-size: 12px;
  font-family: Arial, sans-serif;
  text-align: left;
  background:#fff;
  color:#333;
}

.clearer {
  clear:both;
}

img {
  vertical-align:top;
}

a {
  color:#333;
}

#header {
  background:#19171c;
  border-bottom: solid 1px #8f8d8e;
}

#navigation {
  padding-top:5px;
  text-align:center;
}

.white_bg, .white_bg2 {
  background:#fff;
}

.light_grey, .light_grey2 {
  background:#ededef;
}

.box {
  padding:5px 3px;
}

.white_bullet, .white_bullet2, .grey_bullet {
  vertical-align:middle;
  margin-right:2px;
}

.white_bullet2 {
  margin-left:2px;
  margin-right:0px;
}

#footer {
  background:#1a171b;
  padding:5px 3px;
  font-size:11px;
}

.white {
  color:#fff;
}

.yellow_title {
  background:#fec513;
  padding:2px 5px;
  border-bottom: solid 1px #a49d8d;
}

.grey_button {
  background: #6f6f71 url("../images/white_bullet_xhtml.gif") no-repeat 6px center;
  color:#fff;
  padding: 1px 5px 1px 12px;
  text-decoration:none;
  line-height:14px;
  font-size:11px;
  border: solid 1px #c0c0c2;
}

.yellow_button {
  background: #fdc613 url("../images/white_bullet_xhtml.gif") no-repeat 6px center;
  color:#fff;
  padding: 1px 5px 1px 12px;
  text-decoration:none;
  line-height:14px;
  font-size:11px;
  border: solid 1px #c0c0c2;
}

.text_input {
  margin-bottom:5px;
  border: solid 1px #c8c8ca;
  margin-right:4px;
}

.top_border {
  border-top: solid 1px #a3a3a3;
}

.left {
  float:left;
}

.right {
  float:right;
}

.pagination {
  background:#19171c;
  padding:2px 5px;
}

.orange {
  color:#f8bb10;
}

.black_title {
  background:#000;
  color:#fff;
  font-weight:bold;
  padding:2px 5px;
}

.orange_bg {
  background:#fdc613;
  padding:2px 5px;
  margin-top:3px;
}

.yellow {
  color: #fdc613;
}

.left_padding {
  padding:2px 2px 2px 10px;
}

.bottom_border {
  border-bottom: solid 1px #8f8d8e;
}

.salles_top {
  color:#333333;
  /* color: #fdc613; */
}

.black_bg {
  background:#1a171b;
  color:#fff;
}

.black_bg_bigger {
  background:#1a171b;
  color:#fff;
  font-size: 14px;
  font-weight: bold;
}

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

.verygrey_bg {
  background:#6F6F71;
  color:#fff;
}

.s_big {
  width:100px;
}

.credits_link {
  color:#000;
  font-size:11px;
}

.text_message {
  width:90%;
  border:solid 1px #666;
}

.error_msg {
  font-style:italic;
}

.error_msg_red {
  font-style:italic;
  color: #ff0000;
}