﻿/* CSS Document */
body
{
  margin: 0px;
  padding: 0px;
  text-align: center;
  background-color: #bdbebf;
  font-family: Arial;
  font-size: 11px;
  line-height: 15px;
  color: #808080;
}

#body_box
{
  margin: auto;
  width: 950px;
}

#bodyer
{
  width: 950px;
  float: left;
  padding-top: 30px;
  text-align: left;
}

#bodyer_header
{
  width: 950px;
  float: left;
  height: 18px;
  overflow: hidden;
  background: url(/Content/images/body-top.gif) no-repeat;
}

#bodyer_middle
{
  width: 950px;
  float: left;
}

#bodyer_left
{
  width: 10px;
  background: url(/Content/images/body-left.gif) repeat-y;
}

#bodyer_center
{
  width: 930px;
  background: url(/Content/images/body-bg.gif) repeat-x;
  background-color: #FFF;
}

#bodyer_right
{
  width: 10px;
  background: url(/Content/images/body-right.gif) repeat-y;
}

#bodyer_footer
{
  width: 950px;
  float: left;
  height: 107px;
  background: url(/Content/images/body-bottom.gif) no-repeat;
}

#content_box
{
  width: 904px;
  float: left;
  padding: 15px 13px;
}

#header
{
  width: 904px;
  float: left;
}

#logo
{
  width: 384px;
  float: left;
  padding-left: 20px;
}

#logo img
{
  border: 0px;
}

#loginbar
{
  width: 500px;
  float: left;
}

.loginbar_right
{
  float: right;
}

.loginbar_box
{
  float: left;
}

.loginbar_box a
{
  color: #f50a1b;
  text-decoration: none;
}

#searchbar
{
  width: 500px;
  float: left;
  padding-top: 20px;
}

.searchbar_right
{
  float: right;
}

.searchbar_box
{
  float: left;
}

.searchbar_input_left
{
  float: left;
  width: 5px;
  height: 22px;
  background: url(/Content/images/search-input-left.gif);
}

.searchbar_input
{
  float: left;
  width: 150px;
  border: 0px;
  height: 22px;
  background: url(/Content/images/search-input-bg.gif) repeat-x;
}

.searchbar_submit
{
  float: left;
  width: 64px;
  height: 22px;
  background: url(/Content/images/search-input-btn.gif);
  border: 0px;
  cursor: pointer;
}

#menu
{
  width: 904px;
  float: left;
  margin-top: 10px;
  background: url(/Content/images/menu_bg.gif) repeat-x;
}

#menu_left
{
  width: 904px;
  float: left;
  background: url(/Content/images/menu_left.gif) left top no-repeat;
}

#menu_right
{
  width: 834px;
  float: left;
  background: url(/Content/images/menu_right.gif) right top no-repeat;
  padding-left: 70px;
}

#menu ul
{
  margin: 0px;
  padding: 0px;
  float: left;
}

#menu li
{
  margin: 0px;
  float: left;
  padding: 0px;
  list-style: none;
  height: 30px;
  line-height: 30px;
  padding: 0px 0px;
  font-weight: bold;
  color: #FFF;
}

#menu a:hover
{
  background-color: #e82222;
}

#menu .selected
{
  background-color: #e82222;
}

#menu a
{
  padding: 8px 15px 8px 15px;
  color: #FFF;
  text-decoration: none;
}

#main
{
  width: 902px;
  float: left;
  padding-top: 10px;
  padding-left: 2px;
}

#left
{
  width: 230px;
  float: left;
}

.left_header
{
  width: 220px;
  float: left;
  height: 30px;
  line-height: 30px;
  background: url(/Content/images/box-bg.gif) repeat-x;
}

.left_header span
{
  display: block;
  float: left;
  width: 220px;
  background: url(/Content/images/box-left.gif) left top no-repeat;
}

.left_header h1
{
  float: left;
  display: block;
  margin: 0px;
  padding: 0px;
  width: 215px;
  height: 30px;
  background: url(/Content/images/box-right.gif) right top no-repeat;
  font-family: Calibri;
  font-size: 15px;
  color: #b61922;
  padding-left: 5px;
}

.left_main
{
  width: 218px;
  float: left;
  border-left: 1px #bfbfbf solid;
  border-right: 1px #bfbfbf solid;
}

.left_footer
{
  width: 220px;
  float: left;
  padding-bottom: 10px;
}

.left_main_link
{
  width: 213px;
  float: left;
  height: 23px;
  line-height: 23px;
  background-color: #f7eeee;
  padding-right: 5px;
  text-align: right;
}

.left_main_link a
{
  color: #0068b7;
}

.member_face
{
  width: 218px;
  float: left;
  padding: 10px 0px;
  text-align: center;
}

.left_main_menu
{
  width: 218px;
  float: left;
}

.left_main_menu dl
{
  width: 218px;
  float: left;
  padding: 0px;
  margin: 0px;
  height: 26px;
  background: url(/Content/images/box-bottom-border.gif) top left no-repeat;
  background-color: #f3f3f3;
}

.left_main_menu dt
{
  margin: 0px;
  padding: 0px;
  width: 49px;
  float: left;
  height: 26px;
  text-align: center;
}

.left_main_menu dt img
{
  padding-top: 5px;
}

.left_main_menu dd
{
  margin: 0px;
  padding: 0px;
  width: 169px;
  float: left;
  line-height: 26px;
  color: #808080;
}

.left_mian_menu_a
{
  color: #808080;
  text-decoration: none;
}

.left_main_text
{
  width: 198px;
  padding: 10px;
  line-height: 18px;
  float: left;
}

.left_list
{
  width: 198px;
  padding: 10px;
  float: left;
}

.left_list dl
{
  margin: 0px;
  padding: 0px;
  width: 198px;
  float: left;
  padding-bottom: 10px;
}

.left_list dt
{
  width: 63px;
  float: left;
  padding: 0px;
  margin: 0px;
}

.left_list dd
{
  width: 127px;
  margin: 0px;
  padding: 0px;
  float: left;
  line-height: 18px;
}

.left_list a
{
  color: #0068b7;
  text-decoration: none;
}

#center
{
  width: 496px;
  float: left;
}

.center_header
{
  width: 496px;
  float: left;
  height: 30px;
  line-height: 30px;
  background: url(/Content/images/box-bg.gif) repeat-x;
}

.center_header span
{
  display: block;
  float: left;
  width: 496px;
  background: url(/Content/images/box-left.gif) left top no-repeat;
}

.center_header h1
{
  float: left;
  display: block;
  margin: 0px;
  padding: 0px;
  width: 480px;
  height: 30px;
  background: url(/Content/images/box-right.gif) right top no-repeat;
  font-family: Calibri;
  font-size: 15px;
  color: #b61922;
  padding-left: 16px;
}

.center_link
{
  width: 491px;
  float: left;
  height: 23px;
  line-height: 23px;
  background-color: #f7eeee;
  padding-right: 5px;
  text-align: right;
}

.center_link a
{
  color: #0068b7;
}

.center_table
{
  width: 454px;
  float: left;
  padding: 15px 0px;
  padding-left: 21px;
}

.center_table table
{
  border-top: 1px #bfbfbf solid;
}

.center_table td
{
  padding-top: 6px;
  padding-bottom: 6px;
  text-align: left;
  color: #666666;
  width: 25%;
}

.center_btn
{
  width: 454px;
  padding-left: 21px;
  float: left;
  padding-top: 15px;
  font-size: 12px;
  color: #1a1a1a;
}

.center_btn span
{
  font-size: 18px;
  margin-right: 20px;
}

.center_list
{
  width: 496px;
  float: left;
  padding-bottom: 10px;
}

.center_list dl
{
  width: 496px;
  float: left;
  margin: 0px;
  padding: 10px 0px;
  padding-bottom: 5px;
  border-bottom: 1px #f00 dashed;
}

.center_list dt
{
  width: 120px;
  float: left;
  margin: 0px;
  padding: 0px;
  text-align: center;
}

.center_list dt a
{
  color: #0068b7;
  text-decoration: none;
  font-weight: bold;
}

.center_list dt img
{
  /*border: 0px;*/
}

.center_list dd
{
  width: 370px;
  float: left;
  margin: 0px;
  padding: 0px;
}

.center_list dd a
{
  color: #0068b7;
  font-size: 12px;
  text-decoration: none;
}

.center_list dd span
{
  color: #666;
  font-size: 12px;
}

.center_list dd img
{
  border: 0px;
}

#right
{
  width: 160px;
  float: left;
  margin-left: 14px;
}

.right_header
{
  width: 160px;
  float: left;
  height: 30px;
  line-height: 30px;
  background: url(/Content/images/box-bg.gif) repeat-x;
}

.right_header span
{
  display: block;
  float: left;
  width: 160px;
  background: url(/Content/images/box-left.gif) left top no-repeat;
}

.right_header h1
{
  float: left;
  display: block;
  margin: 0px;
  padding: 0px;
  width: 155px;
  height: 30px;
  background: url(/Content/images/box-right.gif) right top no-repeat;
  font-family: Calibri;
  font-size: 15px;
  color: #b61922;
  padding-left: 5px;
}

.right_link
{
  width: 155px;
  float: left;
  height: 23px;
  line-height: 23px;
  background-color: #f7eeee;
  padding-right: 5px;
  text-align: right;
}

.right_link a
{
  color: #0068b7;
}

.right_main
{
  width: 160px;
  float: left;
  border-left: 1px #bfbfbf solid;
  border-right: 1px #bfbfbf solid;
}

.right_footer
{
  width: 160px;
  float: left;
  padding-bottom: 10px;
}

#copyright
{
  width: 950px;
  float: left;
  padding-top: 12px;
  font-size: 10px;
  color: #666;
  text-align: center;
  font-weight: bold;
}

#copyright a
{
  color: #0068b7;
  text-decoration: none;
}

#newsletter_main
{
  width: 904px;
  float: left;
}

.newsletter_header
{
  width: 904px;
  float: left;
  height: 30px;
  line-height: 30px;
  background: url(/Content/images/box-bg.gif) repeat-x;
}

.newsletter_header span
{
  display: block;
  float: left;
  width: 904px;
  background: url(/Content/images/box-left.gif) left top no-repeat;
}

.newsletter_header h1
{
  float: left;
  display: block;
  margin: 0px;
  padding: 0px;
  width: 890px;
  height: 30px;
  background: url(/Content/images/box-right.gif) right top no-repeat;
  font-family: Calibri;
  font-size: 15px;
  color: #b61922;
  padding-left: 14px;
}

.newsletter_contenter
{
  width: 800px;
  float: left;
  padding: 30px 52px;
}

.newsletter_title
{
  width: 800px;
  float: left;
  line-height: 25px;
  color: #4c4c4c;
  font-size: 12px;
  font-weight: bold;
}

.newsletter_title a
{
  color: #356ac1;
  font-weight: 100;
}

.newsletter_info
{
  width: 800px;
  float: left;
  padding: 10px 0px;
  line-height: 25px;
}

.newsletter_content
{
  width: 800px;
  float: left;
  padding: 15px 0px;
  border-top: 1px #bfbfbf solid;
}

.newsletter_content p
{
  margin: 0px;
  padding: 0px;
  padding-bottom: 15px;
}

#popup_background
{
  background-color: #ccc;
  filter:alpha(opacity=50); /* IE's opacity*/
  left: 0px;
  opacity: 0.5;
  position: fixed;
  top: 0px;
  bottom: 0px;
  width: 100%;
  z-index: 99;
}

.popup_inside
{
  background-color: #fff;
  position: fixed;
  z-index: 101;
  left: 50%;
  top: 120px;
  border: 1px solid #000;
  padding: 10px;
  margin-left:-300px;
  filter:alpha(opacity=100); /* IE's opacity*/
  opacity: 1;
  display: none;
}