.article_item {
  padding-top: 20px;
}
.article_detail {
  padding-top: 8px;
  padding-left: 14px;
}
.article_title, .article_full_title {
  font-size: 20px;
  font-weight: bold;
}
.article_date {
  font-size: 16px;
  font-weight: bold;
}
.article_full_date {
  font-size: 14px;
  font-weight: normal;
}
.article_tagline {
  font-size: 16px;
  font-style: italic;
  font-weight: bold;
  color: #606060l;
}
.article_full_tagline {
  font-size: 16px;
  font-weight: bold;
  color: #606060l;  
}
.back_link {
  font-size: 12px;
  padding-top: 24px;
  text-align: right;
}

.faq_titles {
  border-left: 3px #0000dd solid;
  margin-left: 10px;
  padding-left: 8px;
}
.faq_title, .faq_header, .link_category_title {
  font-size: 16px;
  font-weight: bold;
}
.faq_detail {
  margin-left: 20px;
  margin-top: 6px;
}

.top_link {
  font-size: 12px;
  margin-top: 6px;
  margin-bottom: 10px;
}

.link_category {
  border-bottom: 2px #d0d0d0 solid;
  padding-bottom: 8px;
}
.link_detail {
  margin-top: 6px;
  margin-left: 24px;
}

.gallery_items {
  width: 100%;
}

.event_items {
  position: relative;
  width: 720px;
}
.event_item {
  position: relative;
  width: 720px;
  margin-top: 10px;
  padding-bottom: 18px;
}
.event_detail {
  position: relative;
  font-size: 14px;
}
.event_title {
  font-size: 20px;
  font-weight: bold;
}
.event_date {
  font-size: 20px;
  font-weight: bold;
}
.event_time {
  font-size: 12px;
  font-weight: bold;
}
.event_location {
  font-size: 16px;
  font-weight: bold;
}
.event_contacts {
  font-size: 16px;
  font-weight: bold;
}

.event_left {
  width: 200px;
  left: 0px;
  top: 0px;
  text-align: left;
}
.event_right {
  position: absolute;
  width: 500px;
  left: 200px;
  top: 0px;
  text-align: left;
}


/* Table definition below */

#table_container {
  margin-top: 10px;
  margin-bottom: 10px;
}

.tablemain {
  border: #bababa 1px solid;
  border-collapse: collapse;
}

.tablemain td {
  border: #bababa 1px solid;
}

.tablemain .rowheader {
  background-color: #dadada;
  font-weight: bold;
}

.tablemain .col4 {
  background-color: #fdfdba;
}

.tablesearch {
  margin-top: 10px;
  margin-bottom: 10px;
}

.tablesearch td span {
  font-weight: bold;
}

.tablenav_top td span, .tablenav_bottom td span {
  font-size: 11px;
}


ul.err {
  list-style: disc outside;
}

.err, .required {
  color: red;
  font-weight: bold;
  font-size: 12px;
}


form {
  margin: 0;
  padding: 0;
}

.t_tb {
  margin-top: 14px;
  margin-bottom: 6px;
}
.t_t {
  margin-top: 14px;
}
.t_b {
  margin-bottom: 6px;
}
.f_tb {
  margin-top: 6px;
  margin-bottom: 4px;
  text-align: center;
}
.f_t {
  margin-top: 6px;
  text-align: center;
}
.f_b {
  margin-bottom: 4px;
  text-align: center;
}
.f_t_r {
  margin-top: 6px;
  text-align: right;
}
.f_t_l {
  margin-top: 6px;
  text-align: left;
}


#screen_fields {
  margin: 0 10px 0 10px;
}
#screen_fields, #screen_fields td {
  font-weight: bold;
  color: #000088; 
}


#screen_fields_confirm {
  margin: 0 4px 0 4px;
  padding: 8px;
  border: #333333 1px solid;
  height: 360px;
  overflow: auto;
  background-color: #fbfafe;
}
#screen_fields_confirm, #screen_fields_confirm td  {
  font-size: 11px;
  font-weight: bold;
  color: #000088; 
}


.red {
  color: #ee0000;
}
.green {
  color: #009900;
}
.blue {
  color: #0000aa; 
}
.black {
  color: #333333;
}
.normal {
  color: #333333;
  font-weight: normal;
}

.comment {
  margin: auto;
  margin-top: 2px;
  margin-bottom: 6px;
  width: 400px;
  text-align: left;
}
.comment span {
  font-size: 90%;
  font-weight: normal;
  color: #333333;
}

.box400 {
  margin: auto;
  width: 400px;
  text-align: left;
}

.hidden {
  visibility: hidden;
  overflow: hidden;
  height: 1px;
}
