.fp_bgPattern{
    position:fixed;
    top:0px;
    left:0px;
    width:100%;
    height:100%;
    background:transparent url(../../img/bkrd.jpg) repeat bottom left;
    opacity:0.3;
    filter:progid:DXImageTransform.Microsoft.Alpha(opacity=30);
}
img.fp_bgImage{
    position:fixed;
    top:0px;
    left:0px;
    width:100%;
    opacity:0.2;
    filter:progid:DXImageTransform.Microsoft.Alpha(opacity=20);
}

.videowrapper {
    float: none;
    clear: both;
    width: 100%;
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 25px;
    height: 0;
}
.videowrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.font-lg{
    font-size: 1.5em
}

.selectRow {
    position: relative;
    height: 40px;
    width: 100%;
    cursor: pointer;
}

.selectRow:hover{
    background-color: #ADD8E6;
    border: solid 1px;
}

.border-left-right-dark {
    border-left: 1px solid #2F4050;
    border-right: 1px solid #2F4050;
    border-top: none;
    border-bottom: none;
}
