body {
  background-color:#fff;
  margin: 0;
  padding: 0;
}

#container {
  margin: 0 auto;
  width: 960px;
  font-family: Verdana, Arial, sans-serif;
  font-size: 0.8em;
  background-color: #fff;
  text-align:left;
  padding: 1em;
}
img {
  border: 0;
}

h1, h2, h3 {
  color: #FF0000;
}

h1 {
  font-size: 20px;
}

h2 {
  font-size: 16px;
}

h3 {
  font-size: 12px;
}
 
/* HEADER 
------------------------------------------------------------------------------ */

#header {
  background-color: #FF0000;
  margin-bottom: 10px;
  height: 50px;
}

.topimg {
/*  vertical-align: top;
  margin-left: 250px;*/
  margin-top: 20px;
  margin-left: 20px;
}

#header ul {
  background-color: #96BF0D;
  margin-top: 10px;
  margin-right: 10px;

}

#header li {
  display: inline;
  list-style-type: none;
  border-right: 1px solid #FF0000;
  padding: 2px 5px;
}

#header li a {
  text-decoration: none;
  color: #FFF;
  font-weight: bold;
}

#header li a:hover {
  color: #FF0000;
}

/* BANNER 
------------------------------------------------------------------------------ */

#banner {
  background: transparent url(/images/bg-banner-2010.gif) repeat-x 0 0;
  height: 200px;
  min-height: 200px;
  margin-top: 10px;
  margin-bottom: 10px;
  float:right;
  width:700px;
  text-indent:-9999px;
}

#banner2 {
  height: 200px;
  min-height: 200px;
  margin-top: 10px;
  margin-bottom: 10px;
  float:right;
  width:700px;
}

#bannerimage {
  height: 200px;
  min-height: 200px;
  margin-bottom: 10px;
}

.bannerimg {
  margin-left: 0;
}

/* LEFT NAVIGATION 
------------------------------------------------------------------------------ */

#leftnav { 
  position: relative;
  left: 1em;
  width: 200px !important;
  height: 700px;
  min-height: 700px;
  color: #fff;
  font-weight: bold;
  background-color: #fff;
  float:left;
  margin-top: 10px;
  border:0px solid #0060FF;
}

#leftnav ul {
  margin: 10px;
  padding: 0;
  list-style-type: none;
  font-family: verdana, arial, Helvetica, sans-serif;
}

#leftnav li { 
  margin: 0 0 1px 0;
  background: transparent url(/images/listitembg.jpg) 100% 100% no-repeat;
  color: #96BF0D;
  text-align: right;
  border-bottom: 1px solid #96BF0D;
}

#leftnav a {
  display: block;
  padding: 6px 10px;
  color: #FF0000;
  background: transparent;
  text-decoration: none;
  text-align: left;
}

#leftnav a:hover {
  color: #FFF;
  background-color: #FF0000;
}

.current {
  padding: 5px;
}

#subnavlist {

}

#subnavlist  li { 
  margin: 0 0 1px 0;
  background-image: none;
  border-bottom: 0px solid #96BF0D;
}

#subnavlist a {
  display: block;
  padding: 5px 5px 5px 30px;
  background-color: transparent;
  text-decoration: none;
  text-align: left;
}

#subnavlist  a:hover {
  color: #96BF0D;
  background-color: #FFF;
  text-decoration: none;
}

#sponsors {
  position: relative;
  top: 50px;
  text-align: center;
  border: 1px solid #FF0000;
  margin: 10px;
  padding: 10px;
}

#sponsors h1 {
  margin-top: 0;
  margin-bottom: 10px;
}


/* CONTENT 
------------------------------------------------------------------------------ */

#content {
  background: #fff url(/images/contentbg.jpg) repeat-x 0 0;
  padding: 1em;
  min-height: 300px;
  margin-top: 0px;
  margin-bottom: 10px;
  float:right;
  width:665px;
  border:5px solid #0060FF;
}

#content h1 {
  text-transform: uppercase;
}

#content a {
  color: #FF0000;
  text-decoration: none;
  font-weight: bold;
}

#content a:hover {
  border-bottom: 1px solid #96BF0D;
}

/* FOOTER 
------------------------------------------------------------------------------ */

#footer {
  clear: both;
  background: #0060FF;
  height: 150px;
  min-height:150px;
}

#footer p {
  font-weight: bold;
  color: #fff;
  padding-top: 115px;
  padding-right: 1em;
  float: right;
}

#footer a {
  text-decoration: none;
  color: #FFF;
}

#footer a:hover {
  background-color: #96BF0D;
}


/* FORMS 
------------------------------------------------------------------------------ */

fieldset {
  border-color: #0060FF;
  border-style: solid none none none;
  border-width: 1px;
  margin-top: 1em;
  padding-bottom: 1em;
}

fieldset.login {
  border-color: #0060FF;
  border-style: solid solid solid solid;
  border-width: 1px;
  margin-top: 1em;
  padding-bottom: 1em;
  padding-top: 1em;
}

fieldset.last {
  border-style: solid none none none;
  padding-top: 1em;
}

legend {
  border: 1px solid #0060FF;
  background: #96BF0D;
  padding: 2px;
  margin-left: 1em;
  color: #fff;
  font-weight: bold;
}

label.left {
  width: 10em;
  float: left;
  text-align: right;
  margin-right: 0.5em;
  display: block;
}

/* for firefox */
fieldset p {
  clear: left;
}

#submit, #next, #prev {
  margin-left: 10.5em;
  border: 1px solid #0060FF;
}

#login {
  margin-left: 10em;
  border: 1px solid #0060FF;
}

.form_err {
  color: #f00;
  margin-left: 0.5em;
}

.error {
  border: 1px solid #f00;
}

a.form, a:visited.form {
  color: #00f;
  text-decoration: none;
}


/* LIST */
.row_odd {
  background: #ccc;
}

.row_even {
  background: #fff;
}

.row_head {
  background: #96BF0D;
  color: #fff;
  text-align: left;
  padding: 2px;
}

/* make fields equally long  */
#firstname, #lastname, #address, #email, .email, #pass, #postcode_id {
  width: 15em; 
}

/* mailview */
div.subject {
  font-weight: bold;
}

/* invoice */
.dom_vir, .int_vir {
  border-collapse: collapse;
  background-color: #fc6;
}

.dom_vir td, .int_vir td {
  border-left: 10px solid #fc6;
  border-right: 10px solid #fc6;
}

.dom_vir_head, .int_vir_head {
  background-color: #fff;
  color: #96BF0D;
  font-weight: bold;
  font-size: 1.5em;
  height: 30px;
  vertical-align: top;
}

.dom_vir_head td, .int_vir_head td {
  border: 0;
}

.dom_vir_dark, .int_vir_dark {
  background-color: #96BF0D;
}

.dom_vir_dark td, .int_vir_dark td {
  border-left: 10px solid #96BF0D;
  border-right: 10px solid #96BF0D;
}


.dom_vir_li_t, .dom_vir_li_f, .int_vir_li_t, .int_vir_li_f {
  background-color: #fc6;
}

.dom_vir_li_t, .int_vir_li_t {
  font-family: arial, sans-serif;
  font-size: 0.75em;
  height: 10px;
}

.dom_vir_li_f, .int_vir_li_f {
  font-family: courier new, courier, monospace;
  font-weight: bold;
  font-size: 1.1em;
}

.dom_vir_li_f td, .int_vir_li_f td {
  background-color: #fff;
}

.dom_ddo, .dom_bnf {
  width: 20em;
}

.int_amount {
  width: 15em;
}

.int_data {
  width: 30em;
}

.int_vir_lbl {
  background-color: #fc6 !important;
  font-family: arial, sans-serif !important;
  font-weight: normal !important;
  font-size: 0.75em !important;
}
