#spads-outer {
    position: fixed;
    left: 50px;
    top: 35px;
    width: 1280px;
    height: 820px;
    font: bold 14px Arial, Helvetica, Sans-Serif;
    text-align: center;
    padding: 3px;
    margin: 0px 0px 0px 0px;
    border: 2px solid grey;
    -moz-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
    background-color: #000000;
    z-index: 20000;
    cursor: pointer;
    display: none
}

#spads-list {
    position: relative;
    width: 1281px;
    height: 775px;
    font: bold 14px Arial, Helvetica, Sans-Serif;
    text-align: center;
    padding: 0px;
    margin: 0px;
    -moz-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
    background-color: #000000;
    z-index: 20000
}

.spads-list-div {
    position: relative;
    float: left;
    width: 400px;
    height: 750px;
    font: 16px Arial, Helvetica, Sans-Serif;
    text-align: justify;
    padding: 7px;
    margin: 5px;
    border: 1px solid grey;
    -moz-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
    background-color: #fffef3;
    overflow: hidden;
    z-index: 20000
}

.spads-list-div img {
    position: relative;
    width: 385px;
    padding: 0px;
    margin: 0px;
    -moz-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
    z-index: 20000
}

.spads-list-div p {
    margin: 10px 5px 10px 5px;
    line-height: 22px
}

.spads-list-div-pimg {
    margin: 10px 3px 10px 3px;
    padding: 0px;
    text-align: center
}

.spads-list-div-pimgb {
    margin: 10px 3px 10px 3px;
    padding: 0px;
    text-align: center;
    border: 1px solid grey
}

.spads-list-title {
    font: 20px Arial, Helvetica, Sans-Serif;
    width: 380px;
    min-height: 28px;
    height: auto;
    line-height: 22px;
    padding: 7px;
    margin-bottom: 5px;
    color: white;
    background-color: #204e79;
    text-align: center
}

#spads-text-if {
    position: relative;
    width: 1262px;
    height: 760px;
    font: bold 14px Arial, Helvetica, Sans-Serif;
    text-align: center;
    padding: 5px 0px 5px 5px;
    margin: 10px 3px 3px 3px;
    -moz-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
    background-color: #000000;
    z-index: 20000;
    display: none
}

#spads-text-if iframe {
    width: 1262px;
    height: 760px
}

#spads-text {
    position: relative;
    width: 1262px;
    height: 425px;
    font: 20px Arial, Helvetica, Sans-Serif;
    text-align: left;
    padding: 3px;
    margin: 3px 3px 3px 3px;
    -moz-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
    background-color: #000000;
    z-index: 20000;
    display: none
}

#spads-text p {
    margin: 10px 10px 10px 10px;
    line-height: 25px
}

#spads-text ul {
    margin-left: 30px;
    padding-left: 10px;
    list-style-type: disc;
    line-height: 25px
}

#spads-text-ul li {
    margin: 10px;
    padding: 10px
}

#spads-imgs {
    position: relative;
    width: 1262px;
    height: 202px;
    font: 25px Arial, Helvetica, Sans-Serif;
    text-align: center;
    vertical-align: middle;
    padding: 5px 0px 5px 5px;
    margin: 3px 3px 10px 3px;
    border: 1px solid grey;
    -moz-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
    background-color: #fffef3;
    z-index: 20000;
    display: none
}

#spads-imgs img {
    position: relative;
    height: 190px;
    padding: 0px 0px 0px 0px;
    margin: 5px 10px 5px 10px;
    border: 1px solid grey;
    -moz-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
    z-index: 20000
}

#spads-top {
    position: relative;
    width: 1262px;
    height: 35px;
    font: bold 14px Arial, Helvetica, Sans-Serif;
    text-align: center;
    padding: 0px 0px 0px 0px;
    margin: 3px;
    -moz-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
    z-index: 20000
}

.spads-top-logo {
    height: 25px;
    float: left;
    margin: 5px 5px 5px 15px
}

.spads-top-logo img {
    height: 25px
}

.spads-top-text {
    line-height: 28px;
    height: 28;
    color: #fff;
    font: 18px Arial, Helvetica, Sans-Serif;
    float: left;
    margin: 10px 10px 0px 60px
}

.spads-btns-la {
    cursor: pointer;
    float: right;
    font: bold 14px Arial, Helvetica, Sans-Serif;
    text-align: center;
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    padding: 2px;
    margin: 2px 2px 2px 2px;
    width: 220px;
    height: 25px;
    line-height: 25px;
    color: #FFF;
    border: 1px solid #808080;
    -moz-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
    background-color: #0337c0;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#0337c0), to(#0b1634));
    background-image: -webkit-linear-gradient(top, #0337c0, #0b1634);
    background-image: -moz-linear-gradient(top, #0337c0, #0b1634);
    background-image: -ms-linear-gradient(top, #0337c0, #0b1634);
    background-image: -o-linear-gradient(top, #0337c0, #0b1634);
    text-shadow: -1px -1px 0px #0b1634;
    z-index: 1001;
    display: none
}

.spads-btns-la:hover {
    background-color: #0337c0;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#0337c0), to(#B0B0B0));
    background-image: -webkit-linear-gradient(top, #0337c0, #B0B0B0);
    background-image: -moz-linear-gradient(top, #0337c0, #B0B0B0);
    background-image: -ms-linear-gradient(top, #0337c0, #B0B0B0);
    background-image: -o-linear-gradient(top, #0337c0, #B0B0B0);
    border: 1px solid #282828;
    color: #000;
    text-shadow: -1px -1px 0px #B8B8B8
}

.spads-btns-la-active {
    background-color: #0337c0;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#0337c0), to(#B0B0B0));
    background-image: -webkit-linear-gradient(top, #0337c0, #B0B0B0);
    background-image: -moz-linear-gradient(top, #0337c0, #B0B0B0);
    background-image: -ms-linear-gradient(top, #0337c0, #B0B0B0);
    background-image: -o-linear-gradient(top, #0337c0, #B0B0B0);
    border: 1px solid #282828;
    color: #000;
    text-shadow: -1px -1px 0px #B8B8B8
}

.spads-btns-ba {
    cursor: pointer;
    float: left;
    font: bold 14px Arial, Helvetica, Sans-Serif;
    text-align: center;
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    padding: 2px;
    margin: 2px 2px 2px 60px;
    width: 220px;
    height: 25px;
    line-height: 25px;
    color: #FFF;
    border: 1px solid #808080;
    -moz-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
    background-color: #1b6630;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#1b6630), to(#132218));
    background-image: -webkit-linear-gradient(top, #1b6630, #132218);
    background-image: -moz-linear-gradient(top, #1b6630, #132218);
    background-image: -ms-linear-gradient(top, #1b6630, #132218);
    background-image: -o-linear-gradient(top, #1b6630, #132218);
    text-shadow: -1px -1px 0px #132218;
    z-index: 1001
}

.spads-btns-ba:hover {
    background-color: #1b6630;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#1b6630), to(#B0B0B0));
    background-image: -webkit-linear-gradient(top, #1b6630, #B0B0B0);
    background-image: -moz-linear-gradient(top, #1b6630, #B0B0B0);
    background-image: -ms-linear-gradient(top, #1b6630, #B0B0B0);
    background-image: -o-linear-gradient(top, #1b6630, #B0B0B0);
    border: 1px solid #282828;
    color: #000;
    text-shadow: -1px -1px 0px #B8B8B8
}

.spads-btns-ba-active {
    background-color: #1b6630;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#1b6630), to(#B0B0B0));
    background-image: -webkit-linear-gradient(top, #1b6630, #B0B0B0);
    background-image: -moz-linear-gradient(top, #1b6630, #B0B0B0);
    background-image: -ms-linear-gradient(top, #1b6630, #B0B0B0);
    background-image: -o-linear-gradient(top, #1b6630, #B0B0B0);
    border: 1px solid #282828;
    color: #000;
    text-shadow: -1px -1px 0px #B8B8B8
}

.spads-btns-ce {
    cursor: pointer;
    float: right;
    font: bold 14px Arial, Helvetica, Sans-Serif;
    text-align: center;
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    padding: 2px;
    margin: 2px 2px 2px 2px;
    width: 220px;
    height: 25px;
    line-height: 25px;
    color: #FFF;
    border: 1px solid #808080;
    -moz-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
    background-color: #0337c0;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#0337c0), to(#0b1634));
    background-image: -webkit-linear-gradient(top, #0337c0, #0b1634);
    background-image: -moz-linear-gradient(top, #0337c0, #0b1634);
    background-image: -ms-linear-gradient(top, #0337c0, #0b1634);
    background-image: -o-linear-gradient(top, #0337c0, #0b1634);
    text-shadow: -1px -1px 0px #0b1634;
    z-index: 1001
}

.spads-btns-ce:hover {
    background-color: #0337c0;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#0337c0), to(#B0B0B0));
    background-image: -webkit-linear-gradient(top, #0337c0, #B0B0B0);
    background-image: -moz-linear-gradient(top, #0337c0, #B0B0B0);
    background-image: -ms-linear-gradient(top, #0337c0, #B0B0B0);
    background-image: -o-linear-gradient(top, #0337c0, #B0B0B0);
    border: 1px solid #282828;
    color: #000;
    text-shadow: -1px -1px 0px #B8B8B8
}

.spads-btns-ce-active {
    background-color: #0337c0;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#0337c0), to(#B0B0B0));
    background-image: -webkit-linear-gradient(top, #0337c0, #B0B0B0);
    background-image: -moz-linear-gradient(top, #0337c0, #B0B0B0);
    background-image: -ms-linear-gradient(top, #0337c0, #B0B0B0);
    background-image: -o-linear-gradient(top, #0337c0, #B0B0B0);
    border: 1px solid #282828;
    color: #000;
    text-shadow: -1px -1px 0px #B8B8B8
}

.spads-btns-pr {
    cursor: pointer;
    float: right;
    font: bold 14px Arial, Helvetica, Sans-Serif;
    text-align: center;
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    padding: 2px;
    margin: 2px 10px 2px 2px;
    width: 30px;
    height: 25px;
    line-height: 25px;
    color: #FFF;
    -moz-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
    background-color: #1b6630;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#1b6630), to(#132218));
    background-image: -webkit-linear-gradient(top, #1b6630, #132218);
    background-image: -moz-linear-gradient(top, #1b6630, #132218);
    background-image: -ms-linear-gradient(top, #1b6630, #132218);
    background-image: -o-linear-gradient(top, #1b6630, #132218);
    text-shadow: -1px -1px 0px #132218;
    z-index: 1001;
    display: none
}

.spads-btns-pr img {
    width: 25px;
    height: 25px
}

.spads-btns-pr:hover {
    background-color: #1b6630;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#1b6630), to(#B0B0B0));
    background-image: -webkit-linear-gradient(top, #1b6630, #B0B0B0);
    background-image: -moz-linear-gradient(top, #1b6630, #B0B0B0);
    background-image: -ms-linear-gradient(top, #1b6630, #B0B0B0);
    background-image: -o-linear-gradient(top, #1b6630, #B0B0B0);
    color: #000;
    text-shadow: -1px -1px 0px #B8B8B8
}

.spads-btns-pr-active {
    background-color: #1b6630;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#1b6630), to(#B0B0B0));
    background-image: -webkit-linear-gradient(top, #1b6630, #B0B0B0);
    background-image: -moz-linear-gradient(top, #1b6630, #B0B0B0);
    background-image: -ms-linear-gradient(top, #1b6630, #B0B0B0);
    background-image: -o-linear-gradient(top, #1b6630, #B0B0B0);
    border: 1px solid #282828;
    color: #000;
    text-shadow: -1px -1px 0px #B8B8B8
}

.spads-btns-ne {
    cursor: pointer;
    float: right;
    font: bold 14px Arial, Helvetica, Sans-Serif;
    text-align: center;
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    padding: 2px;
    margin: 2px 2px 2px 10px;
    width: 30px;
    height: 25px;
    line-height: 25px;
    color: #FFF;
    -moz-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
    background-color: #1b6630;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#1b6630), to(#132218));
    background-image: -webkit-linear-gradient(top, #1b6630, #132218);
    background-image: -moz-linear-gradient(top, #1b6630, #132218);
    background-image: -ms-linear-gradient(top, #1b6630, #132218);
    background-image: -o-linear-gradient(top, #1b6630, #132218);
    text-shadow: -1px -1px 0px #132218;
    z-index: 1001;
    display: none
}

.spads-btns-ne img {
    width: 25px;
    height: 25px
}

.spads-btns-ne:hover {
    background-color: #1b6630;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#1b6630), to(#B0B0B0));
    background-image: -webkit-linear-gradient(top, #1b6630, #B0B0B0);
    background-image: -moz-linear-gradient(top, #1b6630, #B0B0B0);
    background-image: -ms-linear-gradient(top, #1b6630, #B0B0B0);
    background-image: -o-linear-gradient(top, #1b6630, #B0B0B0);
    color: #000;
    text-shadow: -1px -1px 0px #B8B8B8
}

.spads-btns-ne-active {
    background-color: #1b6630;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#1b6630), to(#B0B0B0));
    background-image: -webkit-linear-gradient(top, #1b6630, #B0B0B0);
    background-image: -moz-linear-gradient(top, #1b6630, #B0B0B0);
    background-image: -ms-linear-gradient(top, #1b6630, #B0B0B0);
    background-image: -o-linear-gradient(top, #1b6630, #B0B0B0);
    border: 1px solid #282828;
    color: #000;
    text-shadow: -1px -1px 0px #B8B8B8
}

.spads-btns-wo {
    cursor: pointer;
    float: right;
    font: bold 14px Arial, Helvetica, Sans-Serif;
    text-align: center;
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    padding: 2px;
    margin: 2px 2px 2px 2px;
    width: 220px;
    height: 25px;
    line-height: 25px;
    color: #FFF;
    border: 1px solid #808080;
    -moz-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
    background-color: #0337c0;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#0337c0), to(#0b1634));
    background-image: -webkit-linear-gradient(top, #0337c0, #0b1634);
    background-image: -moz-linear-gradient(top, #0337c0, #0b1634);
    background-image: -ms-linear-gradient(top, #0337c0, #0b1634);
    background-image: -o-linear-gradient(top, #0337c0, #0b1634);
    text-shadow: -1px -1px 0px #0b1634;
    z-index: 1001;
    display: none
}

.spads-btns-wo:hover {
    background-color: #0337c0;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#0337c0), to(#B0B0B0));
    background-image: -webkit-linear-gradient(top, #0337c0, #B0B0B0);
    background-image: -moz-linear-gradient(top, #0337c0, #B0B0B0);
    background-image: -ms-linear-gradient(top, #0337c0, #B0B0B0);
    background-image: -o-linear-gradient(top, #0337c0, #B0B0B0);
    border: 1px solid #282828;
    color: #000;
    text-shadow: -1px -1px 0px #B8B8B8
}

.spads-btns-wo-active {
    background-color: #0337c0;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#0337c0), to(#B0B0B0));
    background-image: -webkit-linear-gradient(top, #0337c0, #B0B0B0);
    background-image: -moz-linear-gradient(top, #0337c0, #B0B0B0);
    background-image: -ms-linear-gradient(top, #0337c0, #B0B0B0);
    background-image: -o-linear-gradient(top, #0337c0, #B0B0B0);
    border: 1px solid #282828;
    color: #000;
    text-shadow: -1px -1px 0px #B8B8B8
}