@charset "utf-8";

/* CSS Document */

a {
    color: #0C80F3;
    text-decoration: underline;
}

a:hover {
    color: #FB5200;
    text-decoration: none;
}

a.linkRed1 {
    color: #B70000;
    text-decoration: underline;
}

a.linkRed1:hover {
    color: #FB5200;
    text-decoration: none;
}

a.linkbBlue1 {
    color: #0099FF;
    text-decoration: underline;
}

a.linkbBlue1:hover {
    color: #FB5200;
    text-decoration: none;
}

.sectionLinks a {
    display: inline-block;
    padding: 0px 6px;
    border-radius: 3px;
    color: #4572DA;
}

.sectionLinks a:hover {
    color: #F60;
    background: #E7E4DC;
    text-decoration: none;
}

a.sMore {
    display: block;
    float: right;    
    font-size: 14px;
    width: 48px;
    height: 36px;    
    line-height: 30px;    
    text-align: center;
    background: transparent url(../images/p.png) no-repeat center center;
    opacity: 0.55;
    background-color: #F1F1D1;
    border-radius: 4px;
}

a.sMore:hover {
    background-color: #F1F1D1;
    opacity: 0.99;
}

.anchor::before {
    content: '';
    display: block;
    height: 5px;
}

.method-B:before {
    display: block;
    content: "";
    height: 50px;
    margin: -50px 0 0;
}

a.wshpYr {
    display: block;
    float: left;
    padding: 6px 18px;
    text-decoration: none;
    border: solid 1px #E8EDE0;
    border-radius: 4px;
    margin-right: 4px;
    margin-bottom: 4px;
}

a.wshpYr:hover {
    background-color: #70A24F;
    color: #fff;
}

a.pubsYr {
    display: inline-block;
    
    padding: 6px 24px;
    text-decoration: none;
    border: solid 1px #E8EDE0;
    border-radius: 4px;
    margin: 4px 8px;
}

a.pubsYr:hover {
    background-color: #70A24F;
    color: #fff;
}

a.csvr {
    background-color: #36C;
    color: #fff;
    padding: 6px;
    margin-left: 4px;
    text-decoration: none;
}

a.csvr:hover {
    background-color: #06F;
}

a.picLink {
    display: inline-block;
    padding: 2px;
    background-color: #CCC;
    line-height: 0;
    border-radius: 4px;
    transition: background-color 0.5s ease-out;
}

a.picLink:hover {
    background-color: #4378AD;
}