/* CSS Document */

.youTubeVideos {
    width: 220px;
    border: solid 1px #9999cc;
    margin-left: 10px;
    text-align: center;
    overflow: hidden;
    background-color: #f0f0f0;
}

.youTubeVideosTitleBar {
    /* background-color: #3333cc; */
    background: url(../images/videos-background.gif) repeat-x;
    color: white;
    padding-top: 4px;
    padding-bottom: 4px;
    font-size: 17pt;
    line-height: 135%;
}

.youTubeVideosTable {
    padding: 5px;
    font-size: 8pt;
    line-height: 11pt;
}
    
.youTubeVideoLink {
    white-space: normal ! important;
    text-decoration: none ! important;
    color: #000099 ! important;
    border-bottom: none ! important;
}

.youTubeMoreVideos {
    /* background-color: #3333cc; */
    background: url(../images/videos-background.gif) repeat-x;
    color: white;
    padding-top: 4px;
    padding-bottom: 4px;
    font-size: 10pt;
}

.youTubeMoreVideos a, .youTubeChannelLink {
    color: white ! important;
    text-decoration: none ! important;
    border-bottom: none ! important;
}