#DivTitle {
   height:92px;
}
   #DivLogo {
      display: block;
      float: left;
      width: 285px;
      height: 92px;
      overflow: hidden;
      margin: 0px;
      padding: 0px;
   }
   #DivLogo a {
      display: block;
      width: 100px;
      height: 86px;
      float: left;
      margin: 3px;
      margin-left: 10px;
      padding: 0px;
   }
   #DivLogo div {
      display: block;
      width: 158px;
      height: 56px;
      float: left;
      margin: 0px;
      margin-top: 20px;
      border-right: 2px solid #7DBE5E;
      font-size: 12px;
   }
   #DivLogo h1 {
      margin: 0px;
      margin-bottom: 3px;
      margin-left: -2px;
      font-size: 12pt;
      color: #213CA1;
   }
   #DivSearch {
      display: block;
      float: left;
      width: 692px;
      height: 56px;
      overflow: hidden;
      margin: 20px 0px 3px 5px;
      font-size: 12px;
   }
   #DivSearch.Tab_01 {background: url(../images/bg_tab_01.png) no-repeat;}
   #DivSearch.Tab_02 {background: url(../images/bg_tab_02.png) no-repeat;}
   #DivSearch.Tab_03 {background: url(../images/bg_tab_03.png) no-repeat;}
   #DivSearch.Tab_04 {background: url(../images/bg_tab_04.png) no-repeat;}
   #DivSearch div.TabButton {
      display: block;
      height: 15px;
      width: 90px;
      line-height: 21px;
      text-align: center;
      float: left;
      margin: 0px;
      margin-left: 1px;
      cursor: pointer;
      font-size: 10pt;
      font-weight: bold;
   }
   #DivSearch div.SiteSelect {
      float: right;
      height: 15px;
      text-align: right;
      color: #4287C7;
      font-weight: bold;
      vertical-align: middle;
   }
   div.SiteSelect a {
      color: #4287C7;
      text-decoration: none;
      font-weight: normal;
   }
   div.SiteSelect a:hover {
      color: #99CCFF;
      text-decoration: underline;
   }
   div.SiteSelect a img {
      margin-right: 3px;
      vertical-align: middle;
   }
   #DivSearch div.SearchForm {
      clear: both;
      padding-top: 6px;
      color: #666664;
      padding-left: 12px;
      line-height: 21px;
      vertical-align: middle;
   }
   #DivSearch label {
      display: block;
      float: left;
      margin-top: 2px;
      line-height: 21px;
   }
#DivMenu {
   width: 970px;
   margin: 5px auto 5px auto;
}
#DivMenu a {
  display: block;
  width: 115px;
  height: 75px;
  margin: 0px;
  margin-right: 26px;
  float: left;
  overflow: hidden;
  text-decoration: none;
  color: #FFFFFF;
  font-size: 10pt;
  font-weight: bold;
  text-align: center;
  line-height: 115px;
  padding-top: 40px;
}
#DivMenu a:hover {
   color: #FFFFFF;
}

#DivMenu a.Menu_01 {background-image: url(../images/button_01_off.png);}
#DivMenu a.Menu_02 {background-image: url(../images/button_02_off.png);}
#DivMenu a.Menu_03 {background-image: url(../images/button_03_off.png);}
#DivMenu a.Menu_04 {background-image: url(../images/button_04_off.png);}
#DivMenu a.Menu_05 {background-image: url(../images/button_05_off.png);}
#DivMenu a.Menu_06 {background-image: url(../images/button_06_off.png);}
#DivMenu a.Menu_07 {background-image: url(../images/button_07_off.png);
   margin-right: 0px;
}
#DivMenu a:hover.Menu_01 {background-image: url(../images/button_01_on.png);}
#DivMenu a:hover.Menu_02 {background-image: url(../images/button_02_on.png);}
#DivMenu a:hover.Menu_03 {background-image: url(../images/button_03_on.png);}
#DivMenu a:hover.Menu_04 {background-image: url(../images/button_04_on.png);}
#DivMenu a:hover.Menu_05 {background-image: url(../images/button_05_on.png);}
#DivMenu a:hover.Menu_06 {background-image: url(../images/button_06_on.png);}
#DivMenu a:hover.Menu_07 {background-image: url(../images/button_07_on.png);}

#DivContent {
   width: 970px;
   margin: 3px 10px 8px 10px;
}
   #DivLeft {
      width: 277px;
      margin: 0px 10px 0px 0px;
      float: left;
   }
      #DivMember {
         width: 265px;
         margin: 0px auto;
         border: 1px solid #B5B5B5;
         color: #666666;
         font-size: 12px;
         padding-left: 5px;
         padding-right: 5px;
         background-image: url(../images/bg_member.png);
         background-repeat: no-repeat;
         background-position: bottom right;
         background-color: #E9E9E9;
      }
      #DivMember h3{
         font-size: 10pt;
         color: #6495ed;
         margin: 0px;
         margin-top: 5px;
      }
      #DivMember a {
         text-decoration: none;
         color: #666666;
         font-weight: bolder;
      }
      #DivMember a:hover {
         color: #708090;
      }
      h1.LeftBoxTitle{
         display: block;
         width: 277px;
         height: 32px;
         overflow: hidden;
         text-align: center;
         font-size: 11pt;
         color: #FFFFFF;
         background-image: url(../images/bg_box_title.png);
         line-height: 32px;
         margin: 5px 0px 0px 0px;
      }
      div.LeftBox {
         width: 275px;
         border: 1px solid #B5B5B5;
         border-top: none;
         margin: 0px 0px 5px 0px;
         color: #666666;
         font-size: 12px;
      }
      div.LeftBox a {
         display: block;
         padding: 5px;
         text-decoration: none;
         color: #666666;
         margin: 3px;
         background: url(../images/bg_line_04.gif) bottom repeat-x transparent;
      }
      div.LeftBox a:hover {
         background-color: #fffaf0;
         color: #333333;
      }
      div.LeftBox a strong {
         display: block;
         margin-bottom: 3px;
         color: #6495ED;
         padding-left: 16px;
         background: url(../images/icon_msg.gif) left top no-repeat transparent;
      }
      div.LeftBox a:hover strong {
         color: #4169e1;
      }
      div.LeftBox a span.MsgPhoto {
         display: block;
         margin-bottom: 3px;
         margin-right: 8px;
         padding: 3px;
         background-color: #FFFFFF;
         border: 1px solid #999999;
         float: left;
         overflow: hidden;
      }
      div.LeftBox a span img {
         width: 60px;
         margin: 0px;
      }
      div.LeftBox div a {
         background-image: none;
         background-color: #E9E9E9;
         text-align: right;
         padding-top: 1px;
         padding-bottom: 1px;
         color: #666666;
      }
      div.LeftBox div a:hover {
         background-color: #E9E9E9;
         color: #8b4513;
      }
   #DivRight {
      width: 680px;
      margin: 0px;
      float: left;
   }

#DivMargin {
   text-align: center;
   margin: 5px;
   font-size: 12px;
   color: #666666;
   line-height: 21px;
}
#DivMargin a {
   color: #019ADE;
   text-decoration: none;
}
#DivMargin a:hover {
   text-decoration: underline;
}

.Number_01 {
   font-family: Georgia, Verdana, Geneva, Arial, Helvetica, sans-serif;
   font-size: x-large;
   font-weight: bold;
}
.Number_02 {
   font-family: Georgia, Verdana, Geneva, Arial, Helvetica, sans-serif;
   font-size: large;
   font-weight: bold;
}
.Number_03 {
   font-family: Georgia, Verdana, Geneva, Arial, Helvetica, sans-serif;
   font-size: inherit;
   font-weight: bold;
   text-decoration: line-through;
}
.Number_04 {
   font-family: Georgia, Verdana, Geneva, Arial, Helvetica, sans-serif;
   font-size: inherit;
   font-weight: bold;
}
.ColorBlue {color: #009EDF;}
.ColorOrange {color: #FF8A26;}
.ColorLime {color: #70B22B;}
.ColorRed {color: #FF0000;}
.ColorBlack {color: #2f4046;}
.ColorYellow {color: #ffd700;}
.ColorSilver {color: silver;}
.ColorGold {color: #ffd700; font-weight: bold;}
.DateClass {
   color: #32cd32;
   font-size: 11px;
   font-weight: normal;
}
form {
   margin: 0px;
}
.Button{
   background-image: url(../images/bg_button.gif);
   border: 1px outset #00B1D3;
   height: 22px;
   line-height: 18px;
   font-size: 12px;
   padding-left: 5px;
   padding-right: 5px;
   color: #FFFFFF;
}
.ButtonBig{
   background-image: url(../images/bg_button.gif);
   border: 1px outset #00B1D3;
   height: 30px;
   line-height: 24px;
   font-size: 10pt;
   padding-left: 5px;
   padding-right: 5px;
   color: #FFFFFF;
   font-weight: bold;
}
label {
   cursor: pointer;
}

.Line_01{
   height: 1px;
   overflow: hidden;
   background: url(../images/bg_line_01.gif) repeat-x;
   clear: both;
   margin: 0px 10px 0px 10px;
}
.Line_02{
   display: block;
   height: 1px;
   overflow: hidden;
   clear: both;
   margin: 3px 0px 3px 0px;
}
.Line_03{
   height: 4px;
   overflow: hidden;
   background: url(../images/bg_line_03.gif) repeat-x;
   clear: both;
   margin: 0px 10px 11px 10px;
}
.Line_04{
   height: 4px;
   overflow: hidden;
   background-color: #b0c4de;
   clear: both;
   margin: 0px 0px 12px 0px;
}
.Line_05{
   display: block;
   height: 1px;
   overflow: hidden;
   clear: both;
   margin: 0px;
}

.TDRight {
   text-align: right;
   width: 120px;
}
.TDTop {
   vertical-align: top;
}
tr.TDHead td {
   padding: 3px;
   text-align:center;
   background-Color:#EEEEEE;
   font-weight: bolder;
   color: #708090;
}
td.Resume_00, td.Resume_01, td.Resume_02 {
   padding: 3px;
   padding-left: 5px;
   border: 1px solid #EFEFEF;
}
td.Resume_00 {
   color: #666666;
   background-color: #dcdcdc;
   font-weight: bold;
}
td.Resume_01 {
   color: #696969;
   background-color: #FFF8DC;
}
td.Resume_02 {
   color: #666666;
   background-color: #87cefa;
   font-weight: bold;
}
td.Resume_01 a {
   text-decoration: none;
   color: #6495ed;
   font-weight: bolder;
}
td.Resume_01 a:hover {
   text-decoration: none;
   color: #87ceeb;
}
td.CatalogContent {
   color: #696969;
   background-color: #FFF8DC;
   border: 1px solid #EFEFEF;
}
td.CatalogContent a {
   color: #696969;
   text-decoration: none;
}
td.CatalogContent a:hover {
   text-decoration: none;
   color: #6495ed;
}
td.Catalog_00, td.Catalog_01 {
   padding: 3px;
   border: 1px solid #EFEFEF;
   font-weight: bold;
   padding-left: 20px;
   height: 16px;
   line-height: 16px;
   background-image: url(../images/folder_image.gif);
   background-repeat: no-repeat;
   background-position: left center;
}
td.Catalog_00 {
   color: #666666;
   background-color: #EEEEEE;
}
td.Catalog_01 {
   color: #696969;
   background-color: #FFF8DC;
}
td.Catalog_00 a,  td.Catalog_01 a{
   text-decoration: none;
   color: #6495ed;
}
td.Catalog_00 a:hover, td.Catalog_01 a:hover {
   text-decoration: none;
   color: #87ceeb;
}
tr.Record_01 td{
   padding-left: 10px;
   padding-right: 5px;
   border:1px solid #DDDDDD;
   color: #696969;
   background-color: #FFF8DC;
   cursor: pointer;
}
tr.Record_02 td{
   padding-left: 10px;
   padding-right: 5px;
   border:1px solid #DDDDDD;
   color: #696969;
   background-color: #ffe4e1;
   cursor: pointer;
}
tr.Record_03 td{
   padding-left: 10px;
   padding-right: 5px;
   border:1px solid #DDDDDD;
   color: #696969;
   background-color: #FFF8DC;
}
tr.Record_04 td{
   padding-left: 10px;
   padding-right: 5px;
   border:1px solid #DDDDDD;
   color: #696969;
   background-color: #ffe4e1;
}
tr.Record_03 td a, tr.Record_04 td a {
   text-decoration: none;
   color: #6495ed;
}
tr.Record_03 td a:hover, tr.Record_04 td a:hover {
   text-decoration: none;
   color: #87ceeb;
}
td.TracingRecord {
   border:1px solid #DDDDDD;
   color: #696969;
   background-color: #FFF8DC;
}
td.TracingHead {
   padding: 3px;
   border: 1px solid #EFEFEF;
   font-weight: bold;
   padding-left: 26px;
   height: 16px;
   line-height: 16px;
   background-image: url(../images/icon_clock_play.gif);
   background-repeat: no-repeat;
   background-position: left center;
   color: #696969;
   background-color: #dcdcdc;
}
tr.TracingBody td {
   background-color: #FFFFFF;
   border-bottom: 1px solid #a9a9a9;
   padding: 3px;
   padding-left: 8px;
}
tr.TracingBody td a {
   text-decoration: none;
   color: #6495ed;
}
tr.TracingBody td a:hover {
   text-decoration: none;
   color: #87ceeb;
}
a.Record_00, a.Record_01 {
   display: block;
   margin: 5px;
   padding: 2px;
   padding-left: 18px;
   border: 1px solid #CCCCCC;
   text-decoration: none;
}
a.Record_00 {
   color: #54616B;
   background-color: #FFF8DC;
}
a.Record_01 {
   color: #54616B;
   background-color: #F5F5F5;
}
a.Record_00:hover, a.Record_01:hover {
   border: 1px solid #6495ED;
   color: #FFFFFF;
   text-decoration: none;
   background: #B0C4DE url(../images/icon_square_blue.png) center left no-repeat;
}

div.Resume_00, div.Resume_01, div.Resume_02, div.Resume_03 {
   display: block;
   margin: 5px;
   margin-bottom: 0px;
   margin-top: 0px;
   padding: 3px;
   padding-left: 20px;
   border: 1px solid #EFEFEF;
}
div.Resume_00 a, div.Resume_01 a, div.Resume_02 a, div.Resume_03 a {
   text-decoration: none;
   color: #6495ed;
}
div.Resume_00 a:hover, div.Resume_01 a:hover, div.Resume_02 a:hover, div.Resume_03 a:hover {
   text-decoration: none;
   color: #87ceeb;
}
div.Resume_00 {
   color: #54616B;
   background-color: #e6e6fa;
   margin-top: 5px;
}
div.Resume_01 {
   color: #54616B;
   background-color: #faebd7;
}
div.Resume_02 {
   color: #54616B;
   background-color: #FFF8DC;
}
div.Resume_03 {
   color: #54616B;
   background-color: #EFEFEF;
}
div.CatalogHead {
   color: #666666;
   background-color: #dcdcdc;
   font-weight: bold;
   padding: 3px;
   padding-left: 20px;
   height: 16px;
   line-height: 16px;
   background-image: url(../images/folder_lightbulb.gif);
   background-repeat: no-repeat;
   background-position: left center;
}
div.CatalogHead a {
   color: #666666;
   text-decoration: none;
}
div.CatalogHead a:hover {
   text-decoration: none;
   color: #6495ed;
}

.Box {
   margin: 10px;
   margin-top: 5px;
   margin-bottom: 5px;
}
.RLine {
   display:block;
}
.RLine div {
   display: block;
   height: 1px;
   overflow: hidden;
}
.R1{
   margin: 0px 5px;
   background-color: #C0C0C0;
}
.R2{
   margin: 0px 3px;
   border-left: 1px solid #C0C0C0;
   border-right: 1px solid #C0C0C0;
}
.R3{
   margin: 0px 2px;
   border-left: 1px solid #C0C0C0;
   border-right: 1px solid #C0C0C0;
}
.R4 {
   margin: 0px 1px;
   height: 2px;
   border-left: 1px solid #C0C0C0;
   border-right: 1px solid #C0C0C0;
}
.BoxContent {
   margin: 5px;
   font-size: 12px;
}

.BoxLine {
   margin: 0px;
   overflow: hidden;
   border-left: 1px solid #C0C0C0;
   border-right: 1px solid #C0C0C0;
}
.ErrBox {
   margin: 10px;
   margin-top: 5px;
   margin-bottom: 5px;
   background-color: #FFFFFF;
}
.ErrBox .RLine {
   display:block;
}
.ErrBox .RLine div {
   display: block;
   height: 1px;
   overflow: hidden;
   background-color: #F5BEBE;
}
.ErrBox .R1{
   margin: 0px 5px;
   background-color: #ff3e3e !important;
}
.ErrBox .R2{
   margin: 0px 3px;
   border-left: 1px solid #ff3e3e;
   border-right: 1px solid #ff3e3e;
}
.ErrBox .R3{
   margin: 0px 2px;
   border-left: 1px solid #ff3e3e;
   border-right: 1px solid #ff3e3e;
}
.ErrBox .R4 {
   margin: 0px 1px;
   height: 2px;
   border-left: 1px solid #ff3e3e;
   border-right: 1px solid #ff3e3e;
}
.ErrBox .BoxContent {
   margin: 5px;
   font-size: 12px;
   color: #FF0000;
}
.ErrBox .BoxLine {
   margin: 0px;
   overflow: hidden;
   border-left: 1px solid #ff3e3e;
   border-right: 1px solid #ff3e3e;
   background-color: #F5BEBE;
}
.PageCtrl {
   text-align: right;
   margin: 8px;
   margin-right: 20px;
}
.PageInfo {
   font-size: 12px;
   color: #666666;
}
.PageCtrl a {
   text-decoration: none;
   color: #ffbd40;
   font-family: Georgia, Verdana, Geneva, Arial, Helvetica, sans-serif;
   font-weight: bold;
   font-size: large;
}
.div_calendar{
   position: absolute;
   left: 0px;
   top: 0px;
   z-index: 999;
   visibility: hidden;
   display: none;
}
.div_calendar table {
   margin: 0px;
}
.table_calendar{
   font-family: Arial;
   font-size: 11px;
   border-width: 1px;
   border-style: solid;
   border-color: #A0A0A0;
   background-color: #FFFFFF;
   color: #000000;
}
.tr_caption{
   background-color: #0000AA;
   color: #000000;
}
.td_caption{
   padding: 2px;
   font-weight: bolder;
   font-family: Arial;
   font-size:11px;
   background-color: transparent;
   color: #FFFFFF;
}
.td_hideCalendar{
   text-align: right;
}
.hideCalendar{
   cursor: pointer;
}
.td_content{
   padding: 5px;
   background-color: #FFFFFF;
   color: #000000;
}
.tr_today{
   background-color: #F0F0F0;
   color: #000000;
}
.td_today{
   padding: 5px;
   text-align: center;
}
.div_calendar a {
   padding-left: 0px;
   background-image: none;
}
.div_calendar a:hover {
   padding-left: 0px;
   background-image: none;
}
a.Icon {
   text-decoration: none;
   line-height: 16px;
   height: 16px;
   padding: 3px;
   padding-left: 20px;
   background-position: center left;
   background-repeat: no-repeat;
}
a.Icon:hover {
   text-decoration: underline;
}
a.Extension {
   background-image: url(../images/icon_extension.gif);
   color: #a0522d;
}
a.Info {
   background-image: url(../images/icon_info.gif);
   color: #228b22;
}
a.Page_Lightning {
   background-image: url(../images/icon_page_lightning.gif);
   color: #6495ed;
}
a.Page_Star {
   background-image: url(../images/icon_page_star.gif);
   color: #6495ed;
}
a.Button_Blue {
   background: url(../images/button_blue_02off.gif) right no-repeat;
   display: block;
   float: right;
   color: #FFFFFF !important; 
   text-decoration: none;
   font-weight: bold;
   height: 26px;
   line-height: 26px;
   padding-right: 16px;
}
a.Button_Blue:hover {
   background: url(../images/button_blue_02on.gif) right no-repeat;
   color: #FFFFFF !important;
   text-decoration: none !important;
}
a.Button_Blue span {
   background: url(../images/button_blue_01off.gif) left no-repeat;
   display: block;
   height: 26px;
   width: 16px;
   float: left;
}
a.Button_Blue:hover span{
   background: url(../images/button_blue_01on.gif) left no-repeat;
}
a.NLink {
   color: #6495ed;
   text-decoration: none;
}
a.FLink {
   color: #a9a9a9;
   text-decoration: none;
}
a.NLink:hover {
   text-decoration: underline;
   color: #87ceeb;
}
a.FLink:hover {
   text-decoration: underline;
   color: #87ceeb;
}

#Banner {
   width: 611px;
   height: 80px;
   margin: 5px auto;
   background-image: url(../images/bg_banner.gif);
   background-repeat: no-repeat;
   overflow: hidden;
   text-align: center;
}
#Banner img {
   width: 468px;
   height: 60px;
   margin: 10px auto;
}
#NewsBox {
   width: 622px;
   height: 37px;
   margin: 10px auto;
   line-height: 37px;
   background-image: url(../images/bg_news.gif);
   background-repeat: no-repeat;
   overflow: hidden;
   color: #E70506;
}
#divNewsCont {
   width: 600px;
   height: 30px;
   margin-left: 20px;
   font-size: 12px;
   overflow: hidden;
   position: relative;
}
#divNewsCont strong{
   font-size: 11pt;
   font-style: italic;
}
#divNews {
	POSITION: absolute
}
#HotTab{
   width: 623px;
   margin: 10px auto;
}
#HotTab div.Tab_Info {
   width: 623px;
   background-color: #EAF2FD;
   clear: both;
}
#HotTab #Tab_Bottom{
   width: 623px;
   height: 8px;
   overflow: hidden;
   background-image: url(../images/bg_tab_bottom.gif);
   background-repeat: no-repeat;
   font-size: 1px;
}
#HotTab #TabLine {
   width: 623px;
   height: 29px;
   background-image: url(../images/bg_tabline.gif);
   background-repeat: repeat-x;
   background-position: bottom;
}
#HotTab div.Tab_Off{
   background-image: url(../images/bg_tab_off.gif);
   background-repeat: no-repeat;
   width: 120px;
   height: 25px;
   line-height: 25px;
   text-align: center;
   float: left;
   overflow: hidden;
   cursor: pointer;
   border-bottom: 4px solid #E9E9E9;
   font-weight: bold;
}
#HotTab div.Tab_On{
   background-image: url(../images/bg_tab_on.gif);
   background-repeat: no-repeat;
   width: 120px;
   height: 25px;
   line-height: 25px;
   text-align: center;
   float: left;
   overflow: hidden;
   cursor: pointer;
   color: #FF8A2A;
   border-bottom: 4px solid #FF4108;
   font-weight: bold;
}
#HotTab div.Tab_Selected{
   background-image: url(../images/bg_tab_selected.gif);
   background-repeat: no-repeat;
   width: 120px;
   height: 25px;
   line-height: 25px;
   text-align: center;
   float: left;
   overflow: hidden;
   cursor: pointer;
   color: #FF4108;
   border-bottom: 4px solid #DB1A51;
   font-weight: bold;
}
.Tab_Hidden {
   display: none;
}
#Tab1 {color:#FE5824;}
#Tab2 {color:#2DAEE5;}
#Tab3 {color:#FE8A28;}
#Tab4 {color:#54950B;}
      div.Tab_Info a {
         display: block;
         padding: 5px;
         text-decoration: none;
         color: #444444;
         margin: 2px;
         border-bottom: 1px dashed #87cefa ;
      }
      div.Tab_Info a:hover {
         background-color: #fffaf0;
         color: #333333;
      }
      div.Tab_Info a strong {
         display: block;
         margin-bottom: 3px;
         color: #6495ED;
         padding-left: 16px;
         background: url(../images/icon_msg.gif) left top no-repeat transparent;
      }
      div.Tab_Info a:hover strong {
         color: #4169e1;
      }
      div.Tab_Info a span.MsgPhoto {
         display: block;
         margin-bottom: 3px;
         margin-right: 8px;
         padding: 3px;
         background-color: #FFFFFF;
         border: 1px solid #999999;
         float: left;
         overflow: hidden;
      }
      div.Tab_Info a span img {
         width: 40px;
         margin: 0px;
      }
      div.Tab_Info div a {
         text-align: right;
         padding-top: 1px;
         padding-bottom: 1px;
         color: #666666;
         border-bottom:none;
      }
      div.Tab_Info div a:hover {
         background-color: #faf0e6;
         color: #8b4513;
      }

.Captions {
   width: 677px;
   height: 36px;
   line-height: 36px;
   overflow: hidden;
   margin: 0px auto;
   clear: both;
}
.Captions h1 {
   line-height: 36px;
   margin: 0px;
   margin-left: 65px;
   font-size: 16px;
   float: left;
   color:#FFFFFF;
   text-shadow: 0px 1px 1px #000000;
   filter:Shadow(color=#000000,strength=1);
}
.caption_epaper {
   background-image: url(../images/caption_epaper.png);
}
.caption_forum {
   background-image: url(../images/caption_forum.png);
}
.caption_product {
   background-image: url(../images/caption_product.png);
}
.caption_resume {
   background-image: url(../images/caption_resume.png);
}
.caption_business {
   background-image: url(../images/caption_business.png);
}
.caption_catalog {
   background-image: url(../images/caption_catalog.png);
}
.BoxCoverContent {
   margin: 0px;
   width: 675px;
   border: 1px solid #CECECE;
   border-top: none;
}
.BannerC {
   margin: 10px;
}
.BannerC a {
   margin:5px;
}
div.PhotoPromotion {
   background-color: #FFFFFF;
   width: 75px;
   border: 1px solid #CCCCCC;
   border-right: 2px solid #AAAAAA;
   border-bottom: 2px solid #AAAAAA;
   float: left;
   margin: 3px;
   margin-left: 5px;
   margin-right: 8px;
}
div.PhotoPromotion img {
   width: 64px;
   border: 1px solid #CCCCCC;
   margin: 4px;
}

.BoxHotProCover {
   margin: 0px;
   width: 673px;
   border: none;
   height: 100px;
   overflow: hidden;
   background-image: url(../images/ajax-loader.gif);
   background-position: center;
   background-repeat: no-repeat;
}
.ProShow {
   clear: both;
   background-color: #FFFFFF;
   height: 100px;
}
.PBoxOut {
   width: 100px;
   height: 100px;
   overflow: hidden;
   float: left;
   margin-top: 0px;
   margin-left: 5px;
   margin-right: 5px; 
   margin-bottom: 3px;
   text-align: center;
}
.PBoxIn {
   width: 90px;
   height: 65px;
   overflow: hidden;
   margin: 3px auto;
   border: 1px solid #d3d3d3;
}
.PBoxIn img {
   height: 65px;
}
.PBoxOut a {
   color: #FFA500;
   text-decoration: none;
}
div.Member{
   margin: 10px;
   font-family: Arial, Helvetica, sans-serif;
   font-size: 12px;
}
   div.Member a {
      text-decoration: none;
   }
   div.Member a:hover {
      text-decoration: underline;
   }

   .MHeader {
      
   }
      .MHeader img {
         float: left;
         margin: 5px;
      }
      .MHeader h3 {
         margin: 5px;
         margin-left: 0px;
         float: left;
         font-size: 18px;
         color: #6495ed;
         clear: right;
         width: 300px;
      }
      .MHeader span {
         display: block;
         width: 300px;
         font-size: 12px;
         float: left;
      }
   .MHBox01 {
      border: 1px solid #CCCCCC;
      float: right;
      margin-right: 20px;
      margin-top: -10px;
      font-size: 12px;
      width: 200px;
   }
   .MHBox01 a {
      display: block;
      font-weight: bold;
   }
   .MHBox02 {
      margin: 3px;
      padding: 5px;
      background-color: #FFE4E1;
   }
   .MHBox03 {
      margin: 3px;
      padding: 5px;
      background-color: #e6e6fa;
   }
   h4.MH2 {
      background-color: #F1D3D5;
      padding: 3px;
      padding-left: 10px;
      color: #666666;
      font-size: 16px;
      line-height: 16px;
      margin: 0px;
   }
   h4.MH2 img {
      vertical-align: middle;
      margin-right: 10px;
   }

div.Document{
   margin: 10px;
   font-family: Arial, Helvetica, sans-serif;
   font-size: 12px;
}
   div.Document a {
      text-decoration: none;
      color: #6495ed;
   }
   div.Document a:hover {
      text-decoration: underline;
   }
   .Header {
      
   }
      .Header img {
         margin: 5px;
         margin-top: 0px;
         margin-bottom: 0px;
         vertical-align: middle;
      }
      .Header h3 {
         margin: 5px;
         margin-left: 0px;
         font-size: 24px;
         color: #708090;
         clear: right;
      }

div.Search{
   margin: 10px;
   font-family: Arial, Helvetica, sans-serif;
   font-size: 12px;
}
   div.Search a {
      text-decoration: none;
   }
   div.Search a:hover {
      text-decoration: underline;
   }

   .SHeader {
      
   }
      .SHeader img {
         float: left;
         margin: 5px;
         margin-top: 0px;
         margin-right:10px;
      }
      .SHeader h3 {
         margin: 5px;
         margin-left: 0px;
         font-size: 18px;
         color: #6495ed;
      }
      .SHeader span {
         display: block;
         font-size: 12px;
      }

   .SH {
      background-image: url(../images/bg_select_head.gif);
      padding: 3px;
      padding-left: 10px;
      color: #666666;
      font-size: 16px;
      line-height: 16px;
      margin: 0px;
      border-bottom: 1px solid #CCCCCC;
   }
   .SHOption {
      text-align: left;
   }
   .SHOption label.PressOff {
      display: block;
      border-bottom: 1px solid #f0fff0;
      border-top: 1px solid #FFFFFF;
      padding: 1px;
      color: #C9C9C9;
   }
   .SHOption label.PressOn {
      display: block;
      background-color: #e5ffe6;
      background-image: url(../images/folder_add.gif);
      background-position: right center;
      background-repeat: no-repeat;
      border-bottom: 1px solid #9acd32;
      border-top: 1px solid #FFFFFF;
      padding: 1px;
      color: #666666;
   }
   .SHDetail {
      text-align: left;
      background-color: #e5ffe6;
   }
   .SHDetail label {
      display: block;
      border-top: 1px solid #FFFFFF;
      border-bottom: 1px solid #9acd32;
      padding: 1px;
   }
   .SHDetailHidden {
      display: none;
   }
   h4.SH2 img {
      vertical-align: middle;
      margin-right: 10px;
   }
.caption_resume_new {
   background-image: url(../images/caption_resume_new.png);
}
.caption_job_new {
   background-image: url(../images/caption_job_new.png);
}
div.Resume {
   margin: 10px;
   font-family: Arial, Helvetica, sans-serif;
   font-size: 12px;
}
div.Resume h3{
   color: #a9a9a9;
   margin: 3px;
   float: left;
}
div.Resume div.Photo {
   width: 111px;
   border: 1px solid #CCCCCC;
   border-right: 2px solid #AAAAAA;
   border-bottom: 2px solid #AAAAAA;
}
div.Resume div.Photo img {
   width: 100px;
   border: 1px solid #CCCCCC;
   margin: 4px;
}
.RH {
      background-image: url(../images/bg_select_head.gif);
      padding: 3px;
      padding-left: 16px;
      color: #6495ed;
      font-weight: bold;
      font-size: 16px;
      line-height: 16px;
      margin: 10px;
      margin-bottom: 0px;
      margin-top: 5px;
      border-bottom: 2px solid #CCCCCC;
}

div.Company {
   margin: 10px;
   font-family: Arial, Helvetica, sans-serif;
   font-size: 12px;
}
div.Company h1{
	font: bold 205%/100% Georgia, Times, serif;
   margin: 3px;
   margin-left: 5px;
   margin-top: 10px;
   float: left;
   display: block;
	position: relative;
}
div.Company h1 span {
	background: url(../images/gradient-white.png) repeat-x;
   background-position: bottom;
	position: absolute;
	display: block;
	width: 100%;
}
div.Company h4{
   color: #a9a9a9;
   font-size: 18px;
   margin: 3px;
   float: left;
}
div.CompanyLogo {
   display: block;
   height: 45px;
   background: transparent url(../images/photo-loader.gif) no-repeat center;
   float: left;
   margin-left: 5px;
   padding: 0px;
   text-align: center;
}
div.CompanyLogo img{
   height: 45px;
}
div.CompanyPic {
   margin: 0px;
   clear: both;
   display: block;
   text-align: center;
   background: transparent url(../images/photo-loader.gif) no-repeat center;
   padding: 0px;
}
div.CompanyLogo img, div.CompanyPic img{
   border: none;
   margin: 0px;
}
div.Company .Line_04 {
   margin-bottom: 0px;
}
div.Company h3{
   color: #708090;
   margin: 3px;
}
.Button_Bar {
   background-image: url(../images/bg_button_bar.png);
   height: 67px;
   padding-left: 5px;
}
.Button_Bar a {
   background-image: none;
   display: block;
   float: left;
   margin: 0px;
   width: 141px;
   height: 38px;
   line-height: 38px;
   text-decoration: none;
   color: #708090;
   font-weight: bold;
   text-align: center;
   font-size: 11pt;
}
.Button_Bar a:hover {
   background-image: url(../images/bg_button_bar_link.png);
   background-repeat: no-repeat;
   color: #547ae4;
}
.Button_Bar a.CurrentTab {
   background-image: url(../images/bg_button_bar_link.png);
   background-repeat: no-repeat;
}

div.Product {
   
}
div.ProductRecord {
   margin: 5px;
   font-size: 12px;
}
div.ProductRecord div.Photo {
   width: 141px;
   border: 1px solid #CCCCCC;
   border-right: 2px solid #AAAAAA;
   border-bottom: 2px solid #AAAAAA;
   margin-right: 10px;
   float: left;
   background-color: #e6e6fa;
}
div.ProductRecord div.Photo img {
   width: 130px;
   border: 1px solid #CCCCCC;
   margin: 4px;
}
div.ProductRecord div.Resume_00, div.ProductRecord div.Resume_01, div.ProductRecord div.Resume_02, div.ProductRecord div.Resume_03 {
   display: block;
}
div.PhotoBig {
   width:251px;
   border: 1px solid #CCCCCC;
   border-right: 2px solid #AAAAAA;
   border-bottom: 2px solid #AAAAAA;
   margin-left: 4px;
}
div.PhotoBig img {
   width: 240px;
   border: 1px solid #CCCCCC;
   margin: 4px;
   cursor: pointer;
}
div.PhotoSmall {
   margin-left: 4px;
   margin-top: 4px;
   margin-bottom: 4px;
   float: left;
   width: 78px;
   border: 1px solid #CCCCCC;
}
div.PhotoSmall a {
   display: block;
   width: 68px;
   height: 68px;
   margin: 4px;
   overflow: hidden;
   border: 1px solid #CCCCCC;
}
div.PhotoSmall a:hover {
   border: 5px solid #b0c4de ;
   margin: 0px;
   text-decoration: none;
}
div.ProFloat {
   margin: 11px;
   width: 140px;
   height: 140px;
   border: 1px solid #CECECE;
   float: left;
   text-align: center;
   color: #708090;
}
div.ProFloat a {
   display: block;
   margin: 5px;
   width: 130px;
   height: 98px;
   border: 1px solid #CECECE;
   background-position: center center;
   background-repeat: no-repeat;
   text-decoration: none;
   overflow: hidden;
}
div.ProFloat a:hover {
   border: 1px solid #ffc0cb;
}
div.ProFloat a img{
   border: none;
   width: 130px;
   height: 98px;
}
div.PEBO {
   width: 130px;
   height: 130px;
   overflow: hidden;
   float: left;
   margin-top: 0px;
   margin-left: 5px;
   margin-right: 5px; 
   margin-bottom: 3px;
   text-align: center;
   border: 1px solid #d3d3d3;
}
.PEBI {
   width: 120px;
   height: 95px;
   overflow: hidden;
   margin: 3px auto;
}
.PEBI img {
   height: 95px;
}
div.PESO {
   width: 100px;
   height: 100px;
   overflow: hidden;
   float: left;
   margin-top: 0px;
   margin-left: 5px;
   margin-right: 5px; 
   margin-bottom: 3px;
   text-align: center;
   border: 1px solid #d3d3d3;
}
.PESI {
   width: 90px;
   height: 65px;
   overflow: hidden;
   margin: 3px auto;
}
.PESI img {
   height: 65px;
}
.ProImgLabel {
   clear: both;
   margin: 5px;
   color: #696969;
   font-weight: bold;
}
div.Contact{
   margin: 10px;
   font-family: Arial, Helvetica, sans-serif;
   font-size: 12px;
}
   div.Contact a {
      text-decoration: none;
      color: #6495ed;
   }
   div.Contact a:hover {
      text-decoration: underline;
   }
   .CHeader {
      
   }
      .CHeader img {
         float: left;
         margin: 5px;
         margin-top: 0px;
         margin-right:10px;
      }
      .CHeader h3 {
         margin: 5px;
         margin-left: 0px;
         font-size: 18px;
         color: #6495ed;
      }
      .CHeader span {
         display: block;
         font-size: 12px;
      }

div.Controller {
   margin: 10px;
   font-family: Arial, Helvetica, sans-serif;
   font-size: 12px;
}
div.Controller div.Info {
   float: left;
   margin-left: 5px;
}
div.Controller h1{
   font-family: Georgia, Times, serif;
   font-size: 14pt;
   margin: 3px;
   margin-left: 5px;
   margin-top: 0px;
   display: block;
   position: relative;
   color: #4169e1;
}
div.Controller h1 span {
	background: url(../images/gradient-white.png) repeat-x;
   background-position: bottom;
	position: absolute;
	display: block;
	width: 100%;
}
div.Controller h3{
   color: #708090;
   font-size: 16px;
   margin: 0px;
}
div.Controller h3 a {
   color: #6495ed;
   text-decoration: none;
}
div.Controller h3 a:hover {
   color: #87ceeb;
   text-decoration: none;
}
div.Controller h4{
   color: #708090;
   font-size: 12px;
   margin: 0px;
}
div.Controller h4 a {
   color: #6495ed;
   text-decoration: none;
}
div.Controller h4 a:hover {
   color: #87ceeb;
   text-decoration: none;
}
div.Controller label{
   color: #708090;
   font-size: 12px;
   margin: 0px;
   font-weight: bold;
}
div.MTBImg {
   display: block;
   width: 78px;
   background: transparent url(../images/photo-loader.gif) no-repeat center;
   float: left;
   margin-left: 5px;
   padding: 0px;
   text-align: center;
   border: 1px solid #CCCCCC;
   overflow: hidden;
}
div.MTBImg img{
   width: 64px;
   border: 1px solid #CCCCCC;
   margin: 4px;
}

div.MTPImg {
   display: block;
   width: 114px;
   background: transparent url(../images/photo-loader.gif) no-repeat center;
   float: left;
   margin-left: 5px;
   padding: 0px;
   text-align: center;
   border: 1px solid #CCCCCC;
   overflow: hidden;
}
div.MTPImg img{
   width: 100px;
   border: 1px solid #CCCCCC;
   margin: 4px;
}

.Button_Bar2 {
   background-image: url(../images/bg_button_bar2.png);
   height: 28px;
   padding-left: 5px;
}
.Button_Bar2 a {
   background-image: none;
   display: block;
   float: left;
   margin: 0px;
   width: 88px;
   height: 28px;
   line-height: 28px;
   text-decoration: none;
   color: #708090;
   font-weight: bold;
   text-align: center;
   font-size: 12px;
}
.Button_Bar2 a:hover {
   color: #547ae4;
   background-image: url(../images/bg_button_bar_link2.png);
   background-repeat: no-repeat;
}
.Button_Bar2 a.CurrentTab {
   background-image: url(../images/bg_button_bar_link2.png);
   background-repeat: no-repeat;
}
.SubButton {
   margin-top: 8px;
   margin-bottom: 10px;
}
.SubButton a {
   padding: 3px;
   padding-left: 16px;
   padding-right: 8px;
   background: #f0f8ff url(../images/icon_msg.gif) no-repeat left center;
   text-decoration: none;
   font-weight: bolder;
   color: #6495ed;
   border: 1px solid #cce7ff;
}
.SubButton a:hover {
   color: #f0f8ff;
   border: 1px solid #6495ed;
   background-color: #87cefa;
}
.SubButton a.Current {
   color: #f0f8ff;
   border: 1px solid #6495ed;
   background-color: #87cefa;
}
table.BBSTable {
   width: 100%;
}
table.BBSTable tr.Head {
   background: url(../images/waves.gif) repeat-x left top #E5EAF6;
   color: #062971;
}
table.BBSTable tr.Head td {
   vertical-align: middle;
   color: #062971;
   font-size: 10pt;
   font-weight: bold;
}
.BBSLine{
   background-color: #CFCFD7;
   height: 5px;
   font-size: 1px;
   overflow: hidden;
}
.BBS {
   background: url(../images/icon_bbs.gif) center left no-repeat;
   padding: 3px;
   padding-left: 21px;
   margin: 3px;
}
.Topic {
   background: url(../images/icon_topic.gif) center left no-repeat;
   padding: 3px;
   padding-left: 21px;
   margin: 3px;
}
.Record {
   background: url(../images/icon_record.gif) center left no-repeat;
   padding: 3px;
   padding-left: 21px;
   margin: 3px;
}
.History {
   background: url(../images/icon_history.gif) center left no-repeat;
   padding: 3px;
   padding-left: 21px;
   margin: 3px;
}
.BBSMenu {
   text-align: center;
   vertical-align: middle;
}
.BBSMenu a {
   padding-left: 0px;
   background-image: none;
   background-color: transparent;
   text-decoration: none;
   font-family: Arial, Helvetica, sans-serif;
   font-size: 12px;
}
.BBSMenu a:hover {
   background-image: none;
   text-decoration: underline;
}
a.icon_Back {
   background: url(../images/icon_back.gif) center left no-repeat;
   padding: 3px;
   padding-left: 17px;
   margin: 3px;
}
a.icon_Back:hover  {
   background: url(../images/icon_back.gif) center left no-repeat;
}
a.icon_Post {
   background: url(../images/icon_post.gif) center left no-repeat;
   padding: 3px;
   padding-left: 17px;
   margin: 3px;
}
a.icon_Post:hover  {
   background: url(../images/icon_post.gif) center left no-repeat;
}
a.icon_rePost {
   background: url(../images/icon_repost.gif) center left no-repeat;
   padding: 3px;
   padding-left: 20px;
   margin: 3px;
}
a.icon_rePost:hover  {
   background: url(../images/icon_repost.gif) center left no-repeat;
}
span.icon_rePost {
   background: url(../images/icon_repost.gif) center left no-repeat;
   padding: 3px;
   padding-left: 20px;
   margin: 3px;
}
a.icon_rePostMail {
   background: url(../images/icon_mail.gif) center left no-repeat;
   padding: 3px;
   padding-left: 20px;
   margin: 3px;
}
a.icon_rePostMail:hover  {
   background: url(../images/icon_mail.gif) center left no-repeat;
}
span.icon_rePostMail {
   background: url(../images/icon_mail.gif) center left no-repeat;
   padding: 3px;
   padding-left: 20px;
   margin: 3px;
}
a.icon_Member {
   background: url(../images/icon_member.gif) center left no-repeat;
   padding: 3px;
   padding-left: 17px;
   margin: 3px;
}
a.icon_Member:hover  {
   background: url(../images/icon_member.gif) center left no-repeat;
}
h3.Subject {
   border-bottom: 1px dashed #AABBCC;
   display: inline;
   color: #455565;
}
tr.BBSForum {
   background-image: url(../images/bg_item.gif);
   background-repeat: repeat-x;
   background-color: #EFEFEF;
}
tr.BBSForum td {
   background-color: transparent;
   color: #333333;
   padding: 5px;
   vertical-align: middle;
}
tr.BBSForum td div {
   margin-top: 8px;
   margin-bottom: 5px;
}
tr.BBSForum td a {
   padding-left: 0px;
   background-image: none;
   background-color: transparent;
   text-decoration: none;
   font-family: Arial, Helvetica, sans-serif;
   font-size: 10pt;
   font-weight: bold;
}
tr.BBSForum td a:hover {
   background-image: none;
   text-decoration: underline;
}
tr.BBSForum td div a {
   font-weight: normal;
   text-decoration: underline;
}
tr.BBSForum td h4 {
   font-family: Arial, Helvetica, sans-serif;
   font-size: 10pt;
   font-weight: bold;
   background-color: transparent;
   color: #666666;
}
tr.BBSForum td a.Link {
   background: url(../images/icon_doc3.gif) center left no-repeat;
   padding: 3px;
   padding-left: 19px;
   margin: 3px;
}
tr.BBSForum td a.Link:hover {
   background: url(../images/icon_doc3.gif) center left no-repeat;
}
tr.BBSForum td.Line0 {
   background-image: url(images/bg_item_y.gif);
   background-repeat: repeat-x;
   background-color: #FFFEEC;
}
tr.BBSForum td.Line1 {
   background-image: url(../images/bg_item.gif);
   background-repeat: repeat-x;
   background-color: #F0F8FF;
}
.rePost{
   background-color: #FFFAF0;
   border: 1px dashed #999999;
   padding: 3px 3px 3px 3px;
   margin: 5px 5px 5px 10px;
}
.Navigation {
   background-color: #E5EAF6;
   color: #4169E1;
   padding: 3px;
   clear: both;
}
.Navigation a {
   padding-left: 0px;
   background-image: none;
   background-color: transparent;
   text-decoration: none;
   font-family: Arial, Helvetica, sans-serif;
   font-size: 12px;
}
.Navigation a:hover {
   background-image: none;
   text-decoration: underline;
}
.Navigation img {
   vertical-align: middle;
}

body {
   background-image: url(../images/bg.gif);
   margin: 0px;
   padding: 0px;
   font-size: 12px;
}
a img {
   border: none;
}
sup {
   color: #FF0000;
}
#Framework {
   width: 990px;
   background-color: #FFFFFF;
   margin: 0px auto;
}


