/* CSS Document */

body {
  width:900px;
  margin:20px auto 20px auto;
}

a {
  color:#0044cc;
}

h1 {
  font-family:Verdana;
  font-size:15px;
  font-weight:bold;
}

.pager {
  font-family:Tahoma;
  font-size:11px;
  font-weight:normal;
margin-top:20px;
margin-bottom:0px;
}

button, submit {
padding:4px;
padding-left:10px;
padding-right:10px;
font-size:11px;
font-family:Tahoma;
}

input, textarea {
  font-family:Tahoma;
  font-size:11px;
}

#content {
  margin-top:0px;
}

#content table {
  font-size:11px;
  font-family:Tahoma;
  color:#000000;
  text-decoration:none;
  text-align: left;
  vertical-align: middle;
  width:100%;
  margin-top:15px;
}

#content p {
  font-size:11px;
  font-family:Tahoma;
  color:#000000;
}

#content table td {
  padding:5px;
  border-bottom:1px solid #d9d9d9;
}

#content table th {
  font-weight: normal;
  text-align:left;
  font-weight:bold;
  border-bottom:2px solid #999999;
  padding:5px;
}

#content a {
  color: #0044cc;
}


#tcontent table td {
  font-family:Tahoma,Verdana,Arial;
  font-size:11px;
}

#tcontent h1 {
  font-size: 20px;
  color: #000;
  margin: 0px;
  margin-bottom:1em;
  font-weight:normal;
  line-height:1.2em;
}

#buttons {
  font-size:11px;
  font-family:Tahoma;
}

#buttons span {
  padding:5px;
  padding-left:20px;
  padding-right:20px;
  line-height:29px;
  hegiht:29px;
}


#buttons span a {
  color: #0044cc;
}

#buttons span.active {
  font-weight: bold;
  background:url('selector-grad.gif') repeat-x;
}

#buttons span.active a {
  color:#ffffff;
}

#content table.invisible td {
  border:none;
}

.tip .error {
  color: red;
}



