*{
  margin: 0;
  padding: 0;
}

html{
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #494949;
}

a{
  text-decoration: none;
  color: #2b7696;
}

img, a img {
  border: none;
}

h2, h3{
  font-size: 14px;
  line-height: 20px;
  margin: 5px 0;
  border-bottom: 1px solid #2b7696;
}

th{
  text-align: left;
}

table{
  width: 100%;
}

input, textarea, select{
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
}

p, label {
  clear: both;
}

input.text{
  border: 1px solid #bbb;
  color: #494949;
  margin: 2px 0 5px 0;
  height: 18px;
  width: 100%;
}

input.radio,
input.checkbox {
  margin: 2px 5px 5px 0px;
  height: 14px;
  float: left;
}

select.dropdown{
  border: 1px solid #bbb;
  color: #494949;
  margin: 2px 0 5px 0;
  height: 18px;
  width: 100.75%;
}

select.datedropdown{
  border: 1px solid #bbb;
  color: #494949;
  margin: 2px 0 5px 0;
  height: 18px;
}

input.submit{
  border: none;
  width: 102px;
  height: 22px;
  background: url(../img/lan_btn.png);
  text-align: center;
  color: #fff;
  margin: 2px 0;
}

textarea.textarea{
  border: 1px solid #bbb;
  color: #494949;
  margin: 2px 0;
  height: 170px;
  width: 100%;
}

#wrapper{
  margin: 0 auto;
  width: 960px;
}

#site{
  margin: 0 30px;
  width: 900px;
}

#header{
  height: 200px;
  position: relative;
  color: #fff;
}
#header a{ color: #fff; }

#lan{
  position: absolute;
  width: 220px;
  left: 20px;
  top: 20px;
}
#lan .status,#lan .lannav{
  height: 60px;
  background: url(../img/lan_bg.png) no-repeat;
  margin-bottom: 5px;
}

#lan .status h2{
  font-weight: normal;
  margin: 0 10px;
  font-size: 24px;
  line-height: 24px;
  margin-bottom: -5px;
}

#lan .status p{
  margin: 2px 10px;
}

#lan .lannav ul li{
  list-style: none;
  line-height: 22px;
  width: 102px;
  float: left;
  background: url(../img/lan_btn.png) no-repeat;
  margin-left: 5px;
  margin-top: 4px;
  text-align: center;
}

#breadcrumb{
  position: absolute;
  bottom: 0;
  left: 15px;
  height: 30px;
  line-height: 30px;
}

#breadcrumb ul, #breadcrumb ul li{
  margin: 0;
  padding: 0;
  list-style: none;
}

#breadcrumb ul li{
  float: left;
  font-weight: bold;
}

#breadcrumb ul li a{
  padding: 0 5px;
  display: block;
}

#breadcrumb ul li img{
  margin: 7px 5px;
  margin-left: 0;
  float: left;
}

#main{
  min-height: 200px;
  padding: 10px;
}

#main p{
  margin: 5px 0;
}

#main ul.thmb, #main ul.thmb li{
  margin: 0;
  padding: 0;
  list-style: none;
}

#main ul.thmb li{
  margin-right: 10px;
  float: left;
  cursor: pointer;
  min-width: 64px;
  height: 64px;
  text-align: center;
}

#ad{
  text-align: center;
  margin-bottom: 10px;
}

#col1,#col2,#col3{
  float: left;
  padding: 0 5px;
}

#col1,#col3{
  width: 185px;
}

#col2{
  width: 460px;
  margin: 0 10px;
}

.nav ul li{
  list-style: none;
}

.item{
  margin-bottom: 10px;
}

.item p{
  text-align: justify;
}

.item ul, #divError ul, #divInfo ul{
  padding-left: 30px;
}

.iteminfo{
  line-height: 16px;
}

.comment {
  margin-bottom: 10px;
  border-bottom: 1px dotted #ccc;
}

.list, .form {
  border-collapse: collapse;

}
.list th, .list td {
  padding: 2px;
  height: 20px;
  vertical-align: top;
}

.list th {
  border-bottom: 1px solid #494949;
}

.list td {
  border-bottom: 1px dotted #bbb;
}

.form th, .form td {
  vertical-align: top;
  height: 24px;
}

.form th {
  width: 150px;
}

.displayName {
  font-size: 9px;
}

.time {
  font-weight: normal;
  color: #888;
}

.avatar {
  border: 1px solid #2b7696;
  background: #fff;
}

.scroll {
  margin: 10px auto;
  height: 300px;
  overflow: auto;
  border: 1px solid #bbb;
}

table.seatmap {
  width: auto;
  border-collapse: collapse;
  background: #eee;
}

table.seatmap td {
  width: 13px;
  height: 13px;
  border: 1px solid #ccc;
}

table.seatmap img {
  width: 100%;
  height: 100%;
  border: none;
  cursor: pointer;
}

a.btn_big{
  margin: 5px;
  display: block;
  width: 200px;
  height: 50px;
  line-height: 50px;
  background: url(../img/btn_big.png) center no-repeat;
  text-align: center;
  font-size: 20px;
  color: #fff;
  float: left;
}

.fltl {
  float: left;
}

img.fltl {
  margin: 5px;
  margin-left: 0;
}

.fltr {
  float: right;
}

img.fltr {
  margin: 5px;
  margin-right: 0;
}

.clr{
  clear: both;
  line-height: 0px;
  height: 0px;
}

div.quote {
  padding: 5px;
  border: 1px solid #ccc;
  background: #eee;
}

#divError{
  background: #ff6d6d;
  border: 1px solid #ff4040;
  padding: 5px;
}

#divInfo{
  background: #9df582;
  border: 1px solid #74f04e;
  padding: 5px;
}

#divError a, #divInfo a{
  color: #494949;
  text-decoration: underline;
}

#divError #close, #divInfo #close {
  float: right;
  display: none;
}


#main ul.flt, ul.flt li {
  margin: 0;
  padding: 0;
  list-style: none;
}

#main ul.flt li {
  float: left;
}

#clan {
  width: 458px;
}

#shoutbox {
  height: 250px;
}

#shoutbox ul,
#shoutbox_archive ul {
  margin: 0;
  padding: 0;
}

#shoutbox ul li,
#shoutbox_archive ul li {
  padding: 2px;
  min-height: 35px;
  border-bottom: 1px solid #bbb;
  list-style: none;
}

#shoutbox span.date,
#shoutbox_archivespan.date {
  margin-right: 5px;
  width: 150px;
  font-size: 9px;
  line-height: 11px;
  float: left;
}

#shoutloader {
  margin-top: 70px;
  text-align: center;
}

#col3 img{
  border: 1px solid #2b7696;
  margin-bottom: 5px;
}

ul.icn {
  margin: 0;
  padding: 0;
}

ul.icn li {
  padding: 5px;
  width: 100px;
  height: 65px;
  display: block;
  float: left;
  text-align: center;
}

#footer{
  height: 50px;
  width: 900px;
  text-align: center;
  line-height: 50px;
  border-top: 1px solid #494949;
}

