/* 
Document   : bars
Created on : Mar 9, 2009, 12:47:45 PM
Author     : sdoherty
Description:
Purpose of the stylesheet follows.
*/


body {
    background-image:url("03bge.jpg");
    text-align: center;
    font-family: Georgia, serif;
}

#txtHint{
    text-align: left;
}

/***********************
                            Bars
*************************/
div.marker {
    background-color: #305585;
    color:  #305585;
    border-left: 1px solid gray;
    display: inline;
    margin: 0;
    padding:0;
    letter-spacing:  -0.05em;
}

div.markerOff {
    background-color: #4075a7;
    color: #4075a7;
    border-left: 1px solid gray;
    display: inline;
    margin: 0;
    padding:0;
    letter-spacing:  -0.05em;
}

div.marker:hover{
    cursor: pointer;
    background-color:#38b7b7;
    color:#38b7b7;
}

div.markerOff:hover{
    cursor: pointer;
    background-color:aqua;
    color: aqua;
}


/* NEW BAR SETUP*/

.complete, .partial_start, .partial_end{
    border-left: 1px solid gray;
    display: inline;
    margin: 0;
    padding:0;
    letter-spacing:  -0.05em;
}
.complete {
    background-color:red;
    color:red;
}

.partial_start{
    background-color:yellow;
    color: yellow;
}
.partial_end{
    background-color: green;
    color: green;
}

/* NEW BAR SETUP*/

.complete:hover, .partial_start:hover, .partial_end:hover{
    cursor: pointer;
    background-color:aqua;
    color: aqua;
}







table {
    background-color: white;
    border-collapse: collapse;
}

tr td {
    padding: 0;
    margin: 0;
    border: 1px solid #aaaaaa;
    vertical-align: top;
}

.name {
    color: #b92618;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 2px;
    font-size: 80%;
}

.stat {
    color: green;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 2px;
    font-size: 80%;
}

.name:hover {
    text-decoration:underline;
    cursor:pointer;
}

.input-block {
    font-size: 80%;
    cursor: pointer;
    padding-left: 2px;
    padding-right: 2px;
}

.total {
    font-size: 80%;
    padding-left: 2px;
    padding-right: 2px;
}


#bible_table {
    margin: 0 auto;
}

#options td{
    border: none;
}
/* ------------------------------audio player text pane related-------------------------*/

#frame_minimized {
    clear: both;
    margin: 0;
    border: none;
    background-color: maroon;
}

#frame_maximized{
    z-index: 11;
    position: absolute;
    left: 40%;
    top: 0;
    height: 90%;
    width: 33%;
    max-width: 33%;
    background-color: maroon;
    border: 2px solid maroon;
    border-top: 4px solid maroon;
    outline: 2px solid gray;
}
.esv {
    width: 340px;
}

#frame_maximized #text_target{
    height: 90%;
    padding: 10px;
}

#frame_maximized #text_target .esv{
    width: 100%;
    height: 99%;
}

#glass_pane{
    background-color:black;
    position:absolute;
    top: 0;
    left: 0;
    height: 700px;
    z-index: 10;
    width: 100%;
    display: none;
    /* this may need some additional conditions to work for different browsers*/
    opacity:0.6;
    filter:alpha(opacity=60);
}


#button_panel{
    margin: 1px;
    margin-top: 0;
}
#maximize_button , #minimize_button{
    margin: 5px;
    float: left;
}

#minimize_button{
    display: none;
}
/* the block where the text is put*/
#text_target {
    clear: left;
    height: 158px;
    border:none;
    background-color: white;
    overflow: auto;
}

/* ------------------------------player control related---------------------------------------*/
#player {    
    height: 25px;
}

#pause_button, #stop_button  {
    margin-top: 5px;
    height: 25px;
    float: left;
    display: inline;
}

/* ------------------------------progress bar related---------------------------------------*/

#progress_bar{
    float: left;
    height: 23px;
    display: inline;
    padding-top: 2px;
    padding-bottom: 2px;
    margin-top: 5px;
}

#progress {
    /*background-image:url("player/png/progress_tip.png");*/
    padding: 0;    
    height: 18px;
    border: 1px solid maroon;
    width: 220px;
    float:left;
    position: relative;
    cursor:pointer;
    left: 0;
    top: 0;
    margin-left: 2px;
    overflow: hidden;
}

#count {
    color: white;
    width: 0px;
    background-image:url("player/png/progress-n.png");
    background-repeat:repeat-x;    
}

#timer, #time , #total_time{
    font-family: monospace;
    display: inline;
    padding: 0;
    margin: 0;
}
#timer {
    padding: 0 5px;
}

#back {
    background-color: red;
}




