@charset "UTF-8";

* {
    margin: 0;
    padding: 0;
    line-height: 1;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
}

body {
    width: 100%;
    color: #000;
    /*font-family: "Helvetica Neue", Helvetica, Arial, "微軟正黑體", "Microsoft Sans Serif", sans-serif;*/
    font-family: Helvetica,Arial,sans-serif;
    background-color: #f2f2f2;
    font-size: 16px;
    min-width: 1008px;
    /*
     -webkit-font-smoothing: antialiased;
     -moz-osx-font-smoothing: grayscale;
     */
}

a {
    text-decoration: none;
    border: 0px;
    color: #000;
}

img {
    border: none;
}

ol, ul {
    list-style: none;
}

ul, li {
    margin: 0;
    padding: 0;
}

/* For modern browsers */
.clearfix:before, .clearfix:after {
    content: "";
    display: table;
}
.clearfix:after {
    clear: both;
}
/* For IE 6/7 (trigger hasLayout) */
.clearfix {
    zoom: 1;
}

.breakLongWords {
    -ms-word-break: break-all;
    word-break: break-all;
    /* Non standard for webkit */
    word-break: break-word;
}

.isLoading {
    background: url(/revamp/images/loading.gif) center center no-repeat;
}

.srconly {
    display: none;
}

.common_no_data {
	font-size: 18px;
	text-align: center;
	padding: 20px;
}

/* LAYOUT CSS */
#wholeContent {
    margin: auto;
    width: 1020px;
    min-height: 200px;
    background-color: #FFF;
    padding-bottom: 100px;
}
#mainContent {
    position: relative;
    width: 980px;
    margin: 0px auto;
}
#mainContent #left_268 {
    float: left;
    width: 268px;
    background: #fff url(/revamp/images/left_shadow_pattern.png?v=20140109) right repeat-y;
}
#mainContent #left_bottom {
    float: left;
    width: 268px;
    height: 80px;
    background: #fff url(/revamp/images/left_shadow_tail.png?v=20140109) right repeat-y;
}
#mainContent #right {
    float: left;
    width: 710px;
    margin-left: 2px;
    background: #fff;
}
#mainContent #right .grid1 {
    float: left;
    width: 710px;
    background: #fff;
}
#mainContent #right .grid2 {
    float: left;
    width: 400px;
    background: #fff;
}
#mainContent #right .grid3 {
    float: right;
    width: 300px;
    background: #fff;
}

/* template 2 : left long, right short */

#mainContent.template2 #leftColumn {
    width: 660px;
    float: left;
}

#mainContent.template2 #rightColumn {
    width: 300px;
    float: right;
}

/* global top */

#gbar_wrap {
    background: #fff;
}

#globalTopOuter {
    width: 100%;
    position: relative;
    top: 0;
    left: 0;
    z-index: 2;
}

#globalTop {
    margin: 0px auto;
    width: 1020px;
}

#globalTop .noHBanner {
    padding: 10px 22px 7px 21px;
}

#globalTop #logo {
    line-height: 0;
    float: left;
    margin-top: 20px;
}

#globalTop #SuperBanner {
    float: right;
}

/* global bottom */

#globalFooter {
    background-color: #0D00BD;
}

#globalFooterWrap {
    margin: 0px auto;
    width: 978px;
    padding: 22px 0px;
}

#globalFooter .left {
    float: left;
}

#globalFooter .right {
    float: right;
}

#globalFooter p {
    margin: 0px 0px 15px 0px;
    line-height: 1.4;
}

#globalFooter, #globalFooter a {
    font-size: 12px;
    color: #FFF;
}

#globalFooter a:hover {
    color: #fd8524;
}

/* H shape banner */
body.showHShape {
    background-color: #000;
}
body.showHShape #gbar_wrap {
    background: none;
}
body.showHShape #gbar_wrap .noHBanner {
    display: none;
}
body.showHShape .hShapeAd {
    position: relative;
    top: 0;
    left: 0;
    height: 152px;
}
body.showHShape .hShapeAd .hShapeAdLeft,
body.showHShape .hShapeAd .hShapeAdRight,
body.showHShape .hShapeAd .hShapeAdTop {
    position: absolute; 
    top: 0;
    line-height: 0;
    font-size: 0;
}
body.showHShape .hShapeAdLeft {
    right: 100%;
}
body.showHShape .hShapeAdRight {
    left: 100%;
}
body.showHShape .hShapeAdTop {
    position: relative;
    left: 0;
}
body.showHShape .hShapeAd .logo,
body.showHShape .hShapeAd .channel_top {
   position: absolute; 
    bottom: -4px;
    left: 0;
    line-height: 0;
    font-size: 0; 
}
body.showHShape .hShapeAd .logo {
    width: 292px;
    height: 96px;
    background-repeat: repeat-x;
    background-position: left bottom;
    text-align: center;
}
body.showHShape .hShapeAd .channel_top {
    left: 20px;
}
/* end */

/* fixture */
.extraStatusWrap {
    clear: both;
}

.extraStatus {
    padding-top: 15px;
    font-size: 18px;
    color: #000000;
    text-align: center;
}
div.adsText{
    margin: 2px;
    font-size: 14px;
    text-align: center;
    color: #6d6d6d;
}
#SuperBanner div.adsText {
    color:#000;
}