/* 
Document   : book
Created on : Dec 11, 2009, 3:56:24 PM
Author     : abhishek_m
Description:
Purpose of the stylesheet follows.
*/

/* 
TODO customize this sample style
Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

#content_book
{
    overflow: auto;
    width: 1024px;
    background: white;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

#white_div{
    text-align: left;
}

#book_right
{
    
    width: 210px;
    background: white;
    float: right;   
    /*    border: 1px #b15c5c dashed;*/
    
}

#book_left
{
    /* margin-left : 10%; */
    width: 150px;
    background: white;
    text-align: left;
    font-size: 13px;
    font-weight: bold;
    float: left;
    background-color: white;
    /*    border: 1px #b15c5c dashed;*/
}

#book_middle
{
    /*   text-align: center;*/
    overflow: auto;
    width: 650px;
    /*    background: #f1e6a7;   */
    /*    border: 1px #b15c5c dashed;*/
}

#book_block{
    width: 648px;
    /*    background-image: url("../../images/11252009/bg1.jpg");*/
    text-align: left;
    /*    border: 1px #ed8844 solid;*/
    margin-top: 5px;
    margin-bottom: 5px; 
    /*    text-align: center;*/
}

#book_block_mini{
    width: 324px;
    background: white;
    text-align: left;
    /*        border: 1px green dashed;*/
    margin-top: 3px;
    margin-bottom: 3px; 
    text-align: center;
}

#book_left ul{
    margin-left: 5px;
}

#book_left li{
    margin-top: 5px;
}

#book_left li ul{
    font-weight: normal;
    margin-left: 6px;
    list-style: none;
}

#singleColor{
    background: white;
    font-weight: bold;
    text-align: center;    
    color: #ea5f5f;
    font-size: 15px;
}

#singleColor a{  
    font-weight: bold;
    text-align: right;  
    background-color:white;
    font-size: 16px;  
    color: #ea5f5f;
    /*    background-color:#dcf1f3;*/
    
}

#line1_light{
    width: 100%;
    
    font-weight: bold;
    text-align: center;    
    color: black;
}



/*#singleLightColor{*/
#bg1{
    background-image: url("../../images/11252009/bg1.jpg");
    font-weight: bold;
    text-align: right;    
    color: black;
    font-size: 10px;
    width: 100%;
}

#bg1 a{
    text-decoration:underline;
    font-weight: bold;
    border: 1px;
}

#bg1 a:focus {
    /*    background-color:#f1e6a7;*/
    background-image: url("../../images/11252009/new_snippet.gif");
    color: b15c5c;
    /*    font-weight: bold;*/
    /*    display: block;*/
    /*    text-align:right;*/
    /*    font: 80% Verdana;*/
}


#bg2{
    font-weight: bold;
    text-align: left;   
    font-size: 14px;
    background-image: url("../../images/11252009/new_snippet.gif");
    color: black; 
}



#bg3{
    width: 100%;    
    font-weight: bold;
    text-align: center;    
    color: black;
    background: #f1e6a7;
}

#bg4{
    width: 100%;    
    text-align: left;    
    color: white;
    background: #b15c5c;
}

#bg_error{
    width: 100%;    
    text-align: middle;    
    color: #ea5f5f;
    background-color: #dcf1f3;
}

#bg5{
    width: 100%;    
    text-align: left;    
    color: white;
    background: #ed8844;
    font-size: 11px;
    font-weight: bold;
}

#bg6{
    width: 100%;    
    text-align: left;    
    color: black;
    background: white;
    font-size: 11px;
    font-weight: bold;
}

#bg7{
    
    text-align: left;    
    color: black;
    font-size: 13px;
    border: 1px black solid;
    background: #f1e6a7;
}

#singleLightColor_left{
    /*    background: #f1e6a7;*/

    font-weight: bold;
    text-align: left;    
    color: black;
    font-size: 14px;
    background: #dcf1f3;
}

#singleLightColor_left a{
    /*    background: #f1e6a7;*/   
    color: #8da7fd;
    text-decoration:underline;
}

#singleLightColor_odd{
    /*    background: #f1e6a7;*/
    widht: 100%;
    font-weight: bold;
    text-align: right;    
    color: white;
    font-size: 12px;
    background: #b15c5c;
}

#snip{
    background: white;
    text-align: left;    
    color: black;
    font-size: 12px;
    /*    border: 1px black solid;*/
    
}

#snip_1{
    background: white;
    text-align: left;    
    color: black;
    font-size: 13px;
    /*    border: 1px black solid;*/
    
}

#snip_2{
    background: #b15c5c;
    text-align: left;    
    color: white;
    
    font-size: 12px;
    /*    border: 1px black solid;*/
    
}

#snip_3{
    text-align: right;    
    color: black;
    font-weight: bold;
    font-size: 13px;
    background-color:#dcf1f3;
    /*    border: 1px black solid;*/
    
}

#snip_3 a{
    
    text-decoration:underline;
    font-weight: bold;
}






