.circle {
    width: auto;
    min-width: 20px;
    min-height: 20px;
    height: auto;
    background: #983820;
    float: right;
    color: #F6EAD8;
    font-size: 12px;
    text-align: center;
}

.clear
{
    clear: both;
}
.lineborder
{
    border-top-width: 1px; border-left-width: 1px; border-bottom: #b49951 1px dotted; BORDER-RIGHT-WIDTH: 1px
}

.headtop
{
    color: #7A0000;
    font-family:tahoma, Arial, sans-serif;
    font-weight: bold;
    font-size: 16px;
    text-align: right;
    background: url("../pics/bg_top_header.png") 0 0 repeat-x;
    width: 100%;
    height: 40px;
}

.playercaptions
{
    color: black;
    font-family:tahoma, Arial, sans-serif;
    font-weight: normal;
    font-size: 16px;
    padding: 5px;
   
}
.txtboxplayer
{
    color: #000;
    border: 1px solid #ccc;
    font-family:tahoma, Arial, sans-serif;
    font-weight: normal;
    font-size: 16px;
    text-align: center;
     
}


.booktitle
{
/*
   background-image: url(../pics/book.png);
    background-repeat: no-repeat;
*/
    padding-right: 5px;
    background-color: #604831;
    /* height: 40px; */
    line-height: 40px;
    /* vertical-align: middle; */
    background-position: right;
    padding-left: 10px;
    color: #fff;
    /* font-family: Traditional Arabic, Arial, sans-serif; */
    font-weight: bold;
    font-size: 18px;
    /* text-align: right; */
    cursor: pointer;

}
.categorytitle
{
       /* background-image: url(../pics/najma3.jpg); */
    /* background-repeat: no-repeat; */
    padding-right: 45px;
    padding-top: 10px;
    background-color: rgb(246, 234, 216);
    /* height: 40px; */
    min-height: 40px;
    /* vertical-align: middle; */
    /* background-position: 340px 10px; */
    /* color: #53240E; */
    /* font-family: tahoma, Arial, sans-serif; */
    /* font-size: 13px; */
    text-align: right;
    cursor: pointer;
    list-style: none;
    color: #604831;

}
/*
#poemlist
{
    float: right;
    width: 560px;
}
*/

.sprite {
    background-image: url(../background_sprite);
    background-repeat: no-repeat;
    display: block;
}

.sprite-book {
    width: 16px;
    height: 16px;
    background-position: -5px -5px;
}

.sprite-loading {
    width: 16px;
    height: 16px;
    background-position: -31px -5px;
}

.sprite-loading_nquran {
    width: 16px;
    height: 16px;
    background-position: -57px -5px;
}

.sprite-najma3 {
    width: 17px;
    height: 18px;
    background-position: -83px -5px;
}

.poemimages
{
    position: relative;
     text-align: center;
}
.playindividual
{
    position:absolute;
    top:0;
    left:0;
    display: none;
    cursor: pointer;
}
.explain
{
    position:absolute;
    top:0;
    left:50px;
    display: none;
    cursor: pointer;
}


