@charset "utf-8";
/* CSS Document */

body {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    padding: 0;
    margin: 0;
}

.top-header-bar {
    background-color: #949290;
    height: 19px; /* Diego, this is just a guess */
    color: #ffffff;
    font-size: 9pt;
}

    .top-header-bar a {
        color: #ffffff;
        text-decoration: none;
    }

.title-header-bar {
    background-color: #004791;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11pt;
    font-weight: bold;
    color: #ffffff;
    text-transform: uppercase;
    text-align: left;
    padding-top: 6px;
    padding-left: 9px;
    height: 25px;
    vertical-align: middle;
    border-radius: 8px 8px 0 0;
}

.title-text {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 13px;
    color: #1da8d7;
    font-weight: bold;
    text-decoration: none;
}

    .title-text:hover {
        text-decoration: underline;
    }

.news-date {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 9px;
    color: #a1a1a1;
}

.teaser-text {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #000000;
}

.sm-product-text {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 8px;
    color: #a1a1a1;
}

.List, .homeList, .homeList2 {
    overflow: auto;
    width: 425px;
    -webkit-overflow-scrolling: touch;
    background-color: #eaeaeB;
    /*border: 1px solid #9DAAB5;*/
    text-align: left
}

.homeList {
    height: 400px;
    border: hidden;
}

.homeList2 {
    height: 200px;
    
}

.homeListWrapper, .ListWrapper {
    border-radius: 0 0 8px 8px;
    overflow: hidden;
    border: 1px solid #9DAAB5;
}



.homePageVideoDiv, .videoPageVideoDiv {
    padding-left: 7px;
    padding-top: 4px;
}

input[type="radio"] {
    margin-left: 5px;
}

.videoPageVideoDiv {
    padding: 0px;
    padding-left: 7px;
}

.imgWithReflection {
    top: 60px;
    position: relative;
}

.applicationLink {
    text-decoration: none;
    color: black;
    cursor: pointer;
}

.eligibilityTable {
    margin: 10px;
    width: 940px;
    background-color: #eaeaeb;
    color: #000000;
    overflow: auto;
    font-family: Arial;
}

.eligibilityTableHeader {
    background-color: #cececf;
    font-size: 16px;
    padding-left: 12px;
    font-family: Verdana;
}

.eligibilityHeader {
    background-color: #cececf;
    font-size: 175%;
    font-family: Verdana;
}

.eligibilityTableHeader td {
    padding-left: 12px !important;
}

.eligibilityTableTitle {
    color: #636363;
    font-size: 125%;
    padding-left: 10px;
    font-family: Verdana;
}

.eligibilityTableInquiryCell {
    padding-left: 10px;
    font-size: 12px;
}

.eligibilityTableSubTitle {
    color: #727272;
    font-style: oblique;
    padding-left: 22px;
    font-family: Verdana;
}

.eligibilityTableDataTitle {
    color: #727272;
    padding-left: 22px;
    font-family: Verdana;
}

.eligibilityTableData {
    padding-left: 22px;
    font-family: Arial;
}

.eligibilityResultMenuItem {
    margin-left: 8px;
    font-size: 13px;
    text-decoration: none;
    color: #636363;
}

.newsTitle {
    font-family: Century Gothic;
    font-size: 20pt
}

.newsDate {
    color: Gray;
    font-size: 8pt;
    font-style: italic;
    margin-bottom: 20px
}

.collapsibleContainer {
    border: solid 1px #9BB5C1;
}

.collapsibleContainerTitle {
    cursor: pointer;
}

    .collapsibleContainerTitle div {
        padding-top: 5px;
        padding-left: 10px;
        background-color: #9BB5C1;
        color: #607882;
    }

.collapsibleContainerContent {
    padding: 10px;
}
