* {
  font-family:tahoma, sans-serif;
  padding:0; margin:0;
}
body {
  _text-align:center;
  *text-align:center;
  font-size:11px;
  color:#222;
  background:#f5f5f5 url('../img/body_bg.png');
  background-attachment:fixed;
}
a {
  color:#1C39BB;
}
a:hover {
  color:#090;
}
h1 {
  font-family:Tahoma;
  font-weight:normal;
  font-size:19px;
  padding-bottom:3px;
  border-bottom:#ddd 1px solid;
  margin-bottom:15px;
}
h2 {
  font-size:12px;
  margin-bottom:10px;
}
h2.text {
  font-size:11px;
}
table,th,tr,td {
  font-size:11px;
  vertical-align:top;
  border-collapse:collapse;
}
table.w100 {
  width:100%;
}
td.label {
  text-align:right; 
  padding-right:5px; 
  width:50%;
}
img {
  border:none;
}
p {
  margin-bottom:15px;
  text-align:justify;
}
p ul {
  list-style-type:square;
  margin-left:40px;
}
input, textarea, select {
  font-size:11px;
  outline:none;
}
input.t {
  width:160px;
  padding:4px; 
  _height:23px;
  *height:23px;
  border:#bbb 1px solid;
}
textarea.t1 {
  font-size:11px;
  width:415px;
  height:240px;
  border:#bbb 1px solid;
}
textarea.t2 {
  font-size:11px;
  width:415px;
  height:40px;
  border:#bbb 1px solid;
}
input.c {
  margin-top:10px;
  padding:3px 8px;
  font-weight:bold;
  color:#080;
}
select {
  padding:2px 0;
}
div.line {
  height:1px;
  font-size:0px;
  border-top:#ddd 1px solid;
  margin-top:15px;
  margin-bottom:15px;
}
.center {
  text-align:center;
}
.red {
  color:#d00;
}
.green {
  color:#090;
}
.state-color-1 {
  color:#f44800;
}
.state-color-2 {
  color:#f44800;
}
.bold {
  font-weight:bold;
}
#container {
  _text-align:left;
  *text-align:left;
  margin:50px auto;
  width:420px;
}
#container.wide {
  width:600px;
}
#flash-info {
  color:#080;
  background:#e9ffd3;
  border:#080 1px solid;
  padding:10px 5px;
  text-align:center;
  margin-bottom:15px;
}
#flash-error {
  background:#ffff99;
  border:#ffcc00 1px solid;
  padding:10px 5px;
  text-align:center;
  margin-bottom:15px;
}
#header {
  padding:20px 0 0 0;
  border-bottom:#c9d7f1 1px solid;
  background:#fff;
  text-align:center;
}
#header .in {
  padding:9px 0 8px 0;
  border-top:#c9d7f1 1px solid;
  background:url('../img/top.png') top left repeat-x;
}
#header .in #hmenu
{
  vertical-align: middle;
  margin:0 auto;
}
#header .in #hmenu td {
  border-left:#ccc 1px solid;
  border-right:#ccc 1px solid;
  padding:1px 0 2px 0;
}
#header .in #hmenu a {
  padding:0 15px;
  text-decoration:none;
}
#headline {
  color:#333;
  padding:15px 0 25px 0;
  border-bottom:#ddd 1px solid;
  text-align:center;
  font-family:Georgia;
  font-size:15px;
  letter-spacing:-1px;
}

form .note {
  color:#777;
  margin-bottom:8px;
}
.item {

}
.item td {
  padding:1px 0 1px 0;
}
.item td.l {
  width:80px;
  padding:1px 5px 1px 0;
  vertical-align:top;
  text-align:right;
  white-space:nowrap;
}
.item td.nick {
  font-weight:bold;
}
.item td.nick a {
  text-decoration:underline;
}
.item td.nicklink a:visited {
  color:#666;
}
table.update {
  width:100%;
}
table.update td {
  width:50%;
  
}
table.update select {
  width:99%;
}
table.locations {
  width:100%;
}
table.locations td {
  width:50%;
  
}
table.locations td a {
  display:block;
  text-align:center;
  padding:3px;

}


