@charset "UTF-8";
@import url("./Persistent.css");

/*
 * /resources/css/AudioDemos.css
 * Created on: March 21, 2007
 * $Revision: 42 $
 * $LastChangedDate: 2009-11-20 16:05:11 -0500 (Fri, 20 Nov 2009) $
 * Copyright © Steven Coco. All rights reserved, worldwide. www.StevenCoco.com
 */

.VODemoList {
    margin-bottom: 2em;
}
.VODemoList .Caption, .VODemoList .SubCaption {
    font-size: 112%;
    font-weight: bolder;
    color: #A32216; /* Berry */
    background-color: white;
    margin-bottom: 1em;
    border: thin solid black;
    padding-left: .5em;
}
.VODemoList .SubCaption {
    margin: .5em .5em 0 .5em;
}
.VODemoList .ListItem {
    line-height: 130%;
    margin: .5em .5em 0 .5em;
    padding: .5em 1em;
    border: thin dashed black;
    background-color: white;
}
.VODemoList .ListItem .Title {
    margin-bottom: .4em;
}
.VODemoList .ListItem .Links {
    margin-left: 1em;
}
.VODemoList .GroupBox {
    border: thin dashed black;
    padding: .5em;
}

object.MP3Player {
    width: auto;
    height: auto;
    min-height: 22pt;
}
