﻿.RWDMaster {
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
  background: white;
  color: #222222;
  padding: 0 7px 0 7px;
  margin: 0;
  font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  line-height: 1;
  position: relative;
  cursor: default;
}

.RWDMaster h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

.pdr20px {
    padding-right: 20px;
}
.header-divider {
    height: 1px; background-color: #CECECE;margin-top: 10px;min-width: 984px;
}
.master-header-div, .master-footer-div {
    width: 984px; 
    margin: 0 auto;
}
.master-content-div {
    width: 965px; 
    margin: 0 auto;
    padding-left: 7px;
    padding-right: 7px;
}

html, body {height: 100%;}

.main-content-div 
{
    margin: 0 auto ;
    padding-bottom: 220px;
}  /* 必須使用和footer相同的高度 */
.footer-content-div 
{
    min-width: 984px;
    position: relative;
    margin-top: -200px; /* footer高度的負值 */
    height: 165px;
    clear:both;}
    
.footer-link-div {
    width: 165px;
    margin-top: 9px;
    margin-left: -2px;
    padding: 0 8px;
}
.header-link {
    padding-right: 20px;
}

.RWDMaster .SystemEventCount {
    position: absolute;
    behavior: url(PIE.htc);
    border-radius: 4px;
    padding: 4px;
    background: #EC3939;
    color: #fff;
    text-align: center;
    font: 12px Arial, sans-serif;
    display: inline;
    font-weight: bold;
    cursor: pointer;
    /*margin-left: 7px;*/
    width: auto;
    height: 20px;
    top: -6px;
    line-height: 12px;
}

.RWDMaster .SystemEventCount:hover {
    background: #EF4E4E;
}