/* HTML element types */

a:link   { COLOR: #669999; text-decoration: none; }
a:visited{ COLOR: #669999; text-decoration: none; }
a:active { COLOR: #669999; text-decoration: none; }
a:hover  { COLOR: #669999; text-decoration: underline; }

input {
  font-family: Verdana;
  font-size: 10pt;
  font-weight:normal;
}

textarea {
  font-family: Verdana;
  font-size: 10pt;
  width: auto;
}

select {
  font-family: Verdana, helvetica, sans-serif;
  font-size: 10pt;
  font-weight:normal;
  width: auto;
}

td {
  font-family: Verdana, helvetica, sans-serif;
  font-size: 10pt;
}

img {
  border-width: 0
}

li {
  margin:0;
  padding:0;
}

div {
  font-family: Verdana, helvetica, sans-serif;
  font-size: 10pt;
}

table {
  border-collapse: separate;
  border-spacing: 0 0;
}

body {
  margin:0;
  padding:0;
}

/* Classes */

.small {
  font-size: 8pt;
}

.xsmall {
  font-size: 7pt;
}

.border {
  border-style: dashed;
  border-width: 1px;
  padding: 7px;
}

.subTitle {
  border-bottom-style: dashed;
  border-bottom-width: 1px;
  padding: 2px;
}

.message {
  position: absolute;
  left: 710px;
  top: 120px;
  border-left:1px solid #797878;
  border-left-style: dashed;
  padding-left:10px;
  padding-right:5px;
  background: #FFFFFF;
  visibility: hidden
}

.standardButton {
  font-family: Verdana, helvetica, sans-serif;
  font-size:8pt;
  font-weight: bold;
  text-valign: top;
  color: #666666;
  border-width: 0;
  width: 150px;
  height: 23px;
}

/* Ids */

#rw_header {
  width: 100%;
  height: 76px;
  background:#F2F2F2 url(/flt_static/rw/headerBack.gif) repeat 0px 0px;
  border-bottom: 1px solid #666464;
}

#eu_header {
  width: 100%;
  height: 76px;
  background:#F2F2F2 url(/flt_static/eu/headerBack.gif) repeat 0px 0px;
  border-bottom: 1px solid #666464;
}

#rw_headerLogoLeft {
  position: absolute;
  left: 2px;
  top: 0px;
}

#eu_headerLogoLeft {
  position: absolute;
  left: 33px;
  top: 13px;
}

#languageSelector {
  padding-top:3px;
  text-align: right;
  padding-right: 5px;
}

#headerLogoRight {
  text-align: right;
  padding-top:10px;
  padding-right: 5px;
}

#headerTitle {
  position: absolute;
  top: 10px;
  left: 162px;
}

#headerTitle h1 {
  margin:0;
  padding:0;
  font-family: Verdana, helvetica, sans-serif;
  font-size: 15pt;
  font-weight:normal;
  color:#666;
}

#headerTitle h2 {
  margin:0;
  color:#888;
  font-size: 9pt;
  font-family: Verdana, helvetica, sans-serif;
  letter-spacing:0.04em;
}

#rw_headerPath {
  background-image: url(/flt_static/rw/headerBackPath.gif);
  font-size: 8pt;
  font-family: Verdana, helvetica, sans-serif;
  color:#FFFFFF;
  padding: 3px 0 3px 160px;
  margin-top: -20px;
}

#eu_headerPath {
  background-image: url(/flt_static/eu/headerBackPath.gif);
  font-size: 8pt;
  font-family: Verdana, helvetica, sans-serif;
  color:#FFFFFF;
  padding: 3px 0 3px 160px;
  margin-top: -20px;
}

#content {
  margin-left: 10px;
  width: 650px;
}

#footer {
  margin-top: 5px;
  padding-top: 5px;
  padding-left: 5px;
  padding-right: 5px;
  border-top:1px solid #797878;
}

