﻿div.prevCont {
    overflow: hidden;
    position: relative;
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: 15px;
    border-radius: 2px;
}

    div.prevCont a {
        text-decoration: none;
        color: #017FC9;
    }

        div.prevCont a:hover {
            color: #666666;
        }

        div.prevCont a:active {
            color: #017FC9;
        }

    div.prevCont h2 {
        color: #017FC9;
        font-size: 22px;
        font-weight: normal;
        margin-bottom: 5px;
        padding: 0;
        text-transform: uppercase;
    }

div.prevScreenshot {
    width: 89px;
    height: 67px;
    float: left;
    margin: 3px;
    border: 1px solid #BBB;
    overflow: hidden;
    position: relative;
}

.doHover {
    opacity: 0.7;
    filter: alpha(opacity=70);
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'saturate\' values=\'0.35\'/></filter></svg>#grayscale"); /* Firefox 10+ */
    -webkit-filter: grayscale(65%); /* Chrome 19+ & Safari 6+ */
}

    .doHover:hover {
        opacity: 1;
        filter: alpha(opacity=100);
        filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/></filter></svg>#grayscale");
        -webkit-filter: grayscale(0%);
    }

div.prevCont > div {
    margin: 0;
    padding-top: 8px;
    height: 149px;
    overflow: hidden;
}

div.prev_text {
    background-color: white;
}

div.prev_links a {
    display: block;
    text-align: left;
    line-height: 1.5em;
}

a.prevYouTube img {
    margin-top: -18px;
    opacity: 0.2;
}

a.prevYouTube:hover img {
    opacity: 0.3;
}

a.prevYouTube .vidOverlay {
    opacity: .7;
    z-index: 1000;
}

a.prevYouTube:hover .vidOverlay {
    opacity: 1;
}

div.prev_file {
    text-align: center;
}

    div.prev_file p {
        font-size: 0.9em;
        margin: 10px 7px;
    }

div.downloadPDF {
    width: 32px;
    height: 32px;
    margin: 20px auto 5px;
    background: url('images/icon-pdf.jpg');
}

div.downloadExcel {
    width: 32px;
    height: 32px;
    margin: 20px auto 5px;
    background: url('images/icon-excel.jpg');
}

div.prev_text {
    padding: 8px 8px 0;
}

div.prev_video a {
    width: 187px;
    height: 104px;
    overflow: hidden;
    display: block;
    margin: 15px auto 0;
    border: 1px solid #999;
    position: relative;
}

div.vidOverlay {
    width: 100%;
    height: 104px;
    position: absolute;
    top: 0;
    background: url('images/iconOverlay.png') no-repeat no-repeat center;
}

.supportedPart {
    padding: 10px;
    float: left;
    width: 80px;
}
