/**
 * TorahWeb Audui UI
 * @author TorahWeb
 * @copyright The TorahWeb Foundation, 2007. All Rights Reserved.
 * email Comments / Bugs to: torahweb at torahweb
 * some parts of this CSS derived from IUI
 */

body {
    margin: 0;
    font-family: Helvetica;
}
.audioPanel {
	display: block;
    position: absolute;
    top: 0px;
    width: 100%;
    min-height: 372px;
	vertical-align: middle;
}
.audio {
    padding: 8px 0 8px 10px;
    font-size: 20px;
    font-weight: bold;
    background: #FFFFFF;
	color: #000000;
}
.audioInfo {
    font-size: 14px;
    font-weight: bold;
    background: #FFFFFF;
	color: #000000;
}
.audioInfoSubtext {
    font-size: 12px;
	font-weight: normal;
    background: #FFFFFF;
	color: #000000;
}
.toolbar {
	/* border-bottom: solid 1px #000; */
   /* background: url(../images/toolbar2.jpg) #6d84a2 repeat-x; */
    background: url(../images/toolbar2.jpg) #BBB repeat-x;
    height: 45px;
    font-size: 20px;
    font-weight: bold;
    text-shadow: rgba(0, 0, 0, 0.4) 0px -1px 0;
    text-align: center;
    color: #000000;
}

.button {
    top: 8px;
    right: 6px;
    padding: 0 3px;
    height: 30px;
    line-height: 14px;
    font-family: inherit;
    font-size: 12px;
    font-weight: bold;
    color: #000000;
    text-shadow: rgba(0, 0, 0, 0.6) 0px -1px 0;
    width: 100px;
    white-space: nowrap;
	cursor: pointer;
	cursor: hand;
}

.choicePanel {
	display: none;
    position: absolute;
    margin: 0;
    padding: 0;
    left: 0;
    top: 0px;
    width: 100%;
    min-height: 372px;
}

.choice {
	display: block;
    margin: 0;
    border-bottom: 1px solid #E0E0E0;
    padding: 8px 40px 8px 10px;
    font-size: 16px;
    font-weight: bold;
    background: #FFFFFF url(../images/listArrow.gif) no-repeat right center;
	color: #000000;
	cursor: hand;
}

.choice:hover {
	background: #7288A5 url(../images/listArrowOver.gif) no-repeat right center;
	color: #FFFFFF;
}

.loading{
	z-index: 1;
	position:relative;
	top:100px;
}
.video{
	z-index: 2;
}

