/* [Layout Style] */

#layout_outer {
  text-align: center;
  margin: auto;
  padding:5px;
}
#layout_content {
  text-align: left;
  margin: auto;
  width: 960px;
}
#layout_admin_links {
}
#layout_banner {
  width: 960px;
}
#layout_banner img {
  display: block;
}
#layout_banner_top {
  background: url(/img/sysimg/?img=/UserFiles/Image/layout/banner_top_border.png) no-repeat;
}
input#topbar_search {
  width: 120px;
}
input#topbar_search_go {
}
#layout_bottom_border img {
  display: block;
}
#layout_main_content {
  background: url(/img/sysimg/?img=/UserFiles/Image/layout/bg_main_content.gif) repeat-y;
}
#layout_col_1 {
  float: left;
  width: 200px;
}
#layout_col_2 {
  float: left;
  padding: 10px;
  width: 730px;
}
.content { color: #222; }
.content a { font-weight: bold; text-decoration: none; }
.content a:hover { text-decoration: underline; }

#layout_topbar_search {
  float: right; width: 200px;
  padding-top: 5px;
}
#nav_root_2 { margin-top:2px; float: left; }
#nav_root_1 { border-bottom: 1px solid #FF0E00; }

#layout_footer { margin-top: 5px; text-align: center; font-size: 80%; }
#layout_footer a { text-decoration: none; color: #222; }
#layout_footer a:hover { text-decoration: underline; color: #222; }

#breadcrumbs_label { float: left; font-weight: bold; color: #ff0000; padding-right: 0.5em; }
#breadcrumbs { margin-bottom: 1em; }
#breadcrumbs a { color: #ff0000; text-decoration: none; }
#breadcrumbs a:hover { text-decoration: underline; }
#breadcrumbs li.sub { background-image: url(/img/sysimg/icon_path_separator.gif,ff4040);}

#content_block_news-flash {
  margin: 0 0 0 2px;
  background-color: #ffd0d0;
  color: #c00000;
  border-right: 1px solid #ff0000;
  border-bottom: 1px solid #ff0000;
}
#content_block_news-flash h1{
  padding: 10px 10px 0 10px;
  font-size: 150%;
  margin: 0 0 0.25em 0;
}
#content_block_news-flash p{
  padding: 0 10px 10px 10px;
  font-size: 90%;
  margin: 0;
  text-align: justify;
}

/* Used on All-News Page */
#news_panel .item { border-top: 1px solid #ff0000; }
#news_panel { border-bottom: 1px solid #ff0000; }
#news_panel .news_body p { margin-top:0; }

/* Used on All-Events Page */
#events_panel .item { border-top: 1px solid #8080ff; }
#events_panel { border-bottom: 1px solid #8080ff; }
#events_panel .detail p { margin-top:0; }
#events_panel .detail { width: 650px;}

.article_listings div.extra_fields {
  width: 220px;
  float: left;
}
.article_listings div.extra_fields *{
  float: left;
  font-style: italic;
}
.article_listings div.extra_fields .label {
  font-weight: bold;
  width: 100px;
}
.article_listings br.extra_fields {
  clear: both;
}


.article_detail img {
  display: block;
  float: left;
  margin: 0 10px 10px 0;
}
