/*******
OVERRIDING STUFF
*****************/
body.start {
    background: #10587C;
}

.start #secondNav, .historyPage #secondNav {
    min-height: 0;
}

.start #site {
    z-index: 0 !important;
}

/***********
STARTPAGE
************/

#startPagePanel {
    height: 100%;
}

#startDetailsContainer {
    position: relative;
    height: 100%;
    z-index: 1;
    width: 100%;
    /*width: 980px;*/
}

#startPageDetails {
    position: absolute;
    bottom: 260px;
    left: 540px;
    width: 458px;
    z-index: 110;
}

#startPageDetails.paused {

}

.spdTabs {
    background: url(../img/bg-footer.png);
    padding: 6px 12px;
    display: inline-block;
}

.spdTabs a:link, .spdTabs a:visited {
    color: #d5edff;
    font-family: "Times New Roman", serif;
    font-size: 14px;
    display: block;
    padding: 0 8px;
    float: left;
    /*font-style: italic;*/
}

.spdTabs a.active:link, .spdTabs a.active:visited {
    font-weight: bold;
}

.spdTabs a.border:link, .spdTabs a.border:visited {
    border-right: 1px solid #436f82;
}

.spdTabs a:hover {
    color: #fff;
    text-decoration: none;
}

.spdBox {
    background: url(../img/bg-footer.png);
    padding: 10px 20px;
    width: 418px;
    color: #fff;
}

.spdBox h1 {
    font-size: 18px;
    line-height: 125%;
}

.spdBox h1 .name {
    /*float: left;*/
}

.spdBox h1 .mgr {
   /* display: block;*/
    /*float: left;*/
    margin-right: 10px;
}

.spdBox h1 .moreToRead {
    font-size: 12px;
    font-weight: bold;
   /* float: left;*/
    margin: 3px 0 0 0;
}

#spdInfo {
    display: none;
}

#spdInfo.show {
    display: block;
}

#spdExpand {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
}

#spdExpand.show {
    display: block;
}

#spdExpand h1 {
    padding: 25px 0;
    border-top: 1px solid #35657d;
    border-bottom: 1px solid #35657d;
    margin: 15px 0;
    line-height: 120%;
}

#spdExpand h1.blank {
    padding: 25px 0;
    border-bottom: 1px solid #35657d;
    border-top: none;
    padding: 0;
}

#spdExpand .spdTabs {
    background: none;
    padding: 0;
}

#spdExpand .spdTabs a.first:link, #spdExpand .spdTabs a.first:visited {
    padding-left: 0;
}

a.spdClose:link, a.spdClose:visited {
    background: url(../img/img-start-close-img.png) no-repeat right 2px;
    display: block;
    position: absolute;
    right: 20px;
    top: 10px;
    padding: 0 25px 0 0;
    color: #fff;
}

a.spdClose:hover {
    text-decoration: none;
}

.arrowButtons {
    width: 37px;
    height: 37px;
    position: absolute;
    top: 50%;
    margin: -18px 0 0 0;
    z-index: 999;
    display: none;
    outline: none;
}

#rotatePrev {
    background: url(../img/img-prev.png);
    left: 20px;
}

#rotateNext {
    background: url(../img/img-next.png);
    right: 20px;
}

a.vimeoVideoPlayer {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 100;
    /*background: url(../img/bg-playbutton.png) no-repeat center center;*/
    margin: -18px 0 0 -80px;
}

/****
FOOTER
*******/



.stockCon {
    float: left;
    width: 800px;
}

.stockVal {
    float: left;
    width: 180px;
    margin-right: 25px;
}

.stockVal.last {
    margin-right: 0;
}

.stockValue {
    visibility: hidden;
}

.stockValue .val {
    color: #fff;
}

.stockValue .addInfo {
    display: inline-block;
    padding: 0 0 0 16px;
    margin: 0 0 0 5px;
    font-size: 12px;
    background: url(../img/bg-stock-up.png) no-repeat 2px 4px;
}

.stockValue .minus {
    background-image: url(../img/bg-stock-down.png);
}

.stockValue .plus {

}

.sgLink {
    /*font-size: 11px;*/
}

.startNews {
    color: #fff;
    padding: 0 0 12px 0;
    border-bottom: 1px solid #4f6268;
    margin: 0 0 12px 0;
    font-weight: normal;
   /* font-size: 11px;*/
    position: relative;
    height: 16px;
}

.newspart {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.startNews span.a {
    float: left;
    max-width: 35%;
    margin-right: 5px;
    display: block;
}

.startNews span.break {
    display: inline-block;
    margin: 0 4px;
}

.startNews span.head {
    color: #fff;
    font-weight: bold;
}

.startNews span.link {
    margin-left: 10px;
    font-weight: bold;
    max-width: 25%;
}

.startNews span.b {
    min-width: 100px;
    margin-left: 10px;
}