* {
  margin: 0;
  padding: 0;
}

body {
  font-size: 13px;
  background: url("/images/layout/bg_left.gif") 0 0 repeat-y;
  font-family: Verdana, Arial, sans-serif !important;
}

input, select {
  padding: 2px; 
 margin: 3px 0 5px 0;
}

img {
  border:0;
  margin: 0;
}

a {
  color: #009;
  text-decoration: underline;
  font-weight: bold;
}

a:hover {
  text-decoration: none;
}


#header {
  width: 100%;
  height: 90px;
  overflow: hidden;
  background: url(/images/layout/bg_top.jpg) 0 0 no-repeat;
}

.backlink {
  position: absolute;
  left: 600px;
  top: 0;
  width: 189px;
  }

.backlink a { 
  background: url(/images/layout/tuning.gif) 0 0 no-repeat;
  height: 50px;
  display: block;
}

.backlink a:hover { 
  background: url(/images/layout/tuning_act.gif) 0 0 no-repeat;
  height: 50px;
  display: block;
}

#sidebar {
  float: left;
  width: 214px;
  height: 597px;
  background: url(/images/layout/bg_sidebar.jpg) 0 0 no-repeat;
}

#sidebar a {
  color: #fff;
  text-decoration: none;
  font-family: Arial, Helvetica, sans-serif;
}

#sidebar a:hover {
  color: #d00;
  text-decoration: none;
}

#menu {
  padding: 40px 0 0 15px;
  font-size: 16px;
  font-weight: bold;
  line-height: 160%;
}

.member {
  font-size: 10px;
  line-height: 120%;
  color: #ddd;
  margin: 30px 0 0 0;
  font-weight: normal;
}

#wrapper {
  background: url(/images/layout/bg_main.jpg) 200px 70px no-repeat;
  width: 100%;
  overflow: hidden;
  background-attachment: fixed;
}

#content {
  margin: 15px 30px 30px 230px;
  max-width: 800px;
  height: 100%;
  text-align: justify;
  line-height: 120% !important; 
}

#content h2 {
  margin: 0 0 30px 0;
  font-weight: bold;
  font-size: 18px;
  color: #009;
  text-transform: uppercase;
  letter-spacing: 1px;
}

#content h3 {
  background: #00d;
  padding: 2px 0 2px 3px;
  color: #fff;
  margin: 15px 0 5px 0;
}

#content h3 a {
  color: #fff;
}

#content h3 a:hover {
  color: #d00;
}

#content p {
  margin-bottom: 12px;
}

#content img {
  margin: 15px;
  border: 2px solid #009;
}

table.dates {
  border-spacing: 0;
}

table.dates td {
  padding: 5px 8px 5px 8px;
  vertical-align: top;
  font-weight: bold;
}

table.dates td p {
  margin: 0;
}

tr.red { 
  background: #d00;
  color: #fff;
}

tr.red td, tr.blue td {
  font-weight: bold;
  color: #fff;
  padding: 2px;
}

tr.red td a, tr.blue td a {
  color: #ddd;
}

tr.blue { 
  background: #00d;
  color: #fff;
}

table.redborder {
  border: 1px solid #d00;
  margin-bottom: 15px;
}

table.blueborder {
  border: 1px solid #00d;
  margin-bottom: 15px;
}

table.blueborder p, table.redborder. p {
  display: inline; margin: 0 !important;
}

.edit img {
  margin: 0 !important;
  float: left;
  border: 0 !important;
}

.pagination {
  text-align: center;
  margin: 15px 0 10px 0
  padding: 2px 0 2px 0;
  border-top: 1px solid #00d;
  border-bottom: 1px solid #00d;
}

td.resultHead {
  text-transform: uppercase;
  font-weight: bold;
}

table.search td {
  border-bottom: 1px solid #00d;
  padding: 5px 8px 10px 8px;
  vertical-align: top;
}

table.search tr {
  margin-bottom: 10px;
}

table.tableBorder td, table.tableBorder th {
  padding: 10px;
}

.galpreview {
  float: left; 
  width: 160px;
}

table.admin td {
  border-spacing: 100px;
  border: 1px solid #666;
  padding: 8px;
  vertical-align: top;
}

td.white {
  background: #fff;
}

.back {
  position: fixed;
  left: 20px;
  bottom: 20px;
}

table.application {
  width: 800px;
  border-collapse: collapse;
}

table.application td {
  border: 1px solid #999;
  font-size: 11px;
  font-weight: bold;
  line-height: 110%;
  padding: 2px 3px 2px 3px;
  border-collapse: collapse;
 }

table.application td p {
  display: inline;
}

table.personaldata td {
  font-size: 11px;
  font-weight: bold;
  padding: 2px 10px 2px 0;
  line-height: 120%;
}

table.personaldata td input {
  font-size: 10px;
  padding: 1px;
  margin: 1px;
}

.red {
  color: #d00;
}

.info {
  font-weight: normal;
}

.orange {
  background: #fff;
}

.dark {
  background: #ccc;
}

.rot, .rot a { 
  display: inline;
  font-weight: bold;
  color: #d00 !important;
}

tr.new td {
  border-top: 1px solid #00d;
}