﻿.CalTitle
{
    background-image: url('../Images/Cal_red_strip.png');
    background-repeat: repeat-x;
    height: 29px;
    color: White;
}
.CalBg
{
    background-image: url('../Images/calender-version01.jpg');
}
.CalDayStyle
{
    border: 1px solid #a1a1a1;
    border-radius: 4px;
    text-decoration: none;
}
.CalDayStyle a:link, hover, visited
{
    text-decoration: none;
}
.CalTodayDayStyle
{
    -moz-border-radius: 4px 4px 4px 4px;
    -moz-box-shadow: 3px 7px 12px #0AC6E6;
    border-radius: 4px 4px 4px 4px;
    box-shadow: 3px 7px 12px #0AC6E6;
}
.cls
{
    cursor: pointer;
    border: 1px solid #a1a1a1;
    border-radius: 4px;
}
.GallaryImg
{
    border: 4px solid black;
    border-radius: 4px;
}
.pp
{
}
.div1
{
    border: 1px solid blue;
    background-color: White;
    padding: 10px;
    position: absolute;
    overflow: auto;
}
.popup_cont
{
    width: 350px;
    float: left;
    padding: 10px;
    position: absolute;
    overflow: auto;
    display: none;
    cursor: default;
}
.popup_top
{
    width: 350px;
    float: left; /*background: url(../images/popup_top_curve_big.png) center bottom no-repeat;*/
    background: url(../images/popup_rop01.png) center top no-repeat;
}
.cls_btn_cont
{
    width: 21px;
    float: right;
    padding: 0 5px 5px 0;
}
.popup_btm
{
    /*width: 350px;     float: left;     background: url(../images/popup_btm_big.png) center bottom no-repeat;     padding: 0 0 25px 0;*/
    width: 350px;
    float: left;
    background: url(../images/popup_btm_curve.png) center bottom no-repeat;
    padding: 0 0 13px 0;
}
.pop_text_cont
{
    width: 280px;
    float: left;
    padding: 0 0px 0 55px;
    margin-right: 0px;
}
.pop_book_img
{
    width: 69px;
    float: left;
    padding: 0 10px 0 0;
}
.pop_author_cont
{
    width: 198px;
    float: left;
}
.bookname
{
    width: 198px;
    float: left;
    font-family: Arial, Helvetica, sans-serif;
    text-decoration: none;
    font-size: 12px;
    color: #565454;
    text-align: left;
}
.author_name
{
    color: #565454;
    font-size: 11px;
    text-decoration: none;
    line-height: 15px;
}
.popup_top_new
{
    width: 350px;
    float: left;
    background: url(../images/popup_rop01.png) center top no-repeat;
}
.popup_btm_new
{
    width: 350px;
    float: left;
    background: url(../images/popup_btm_curve.png) center bottom no-repeat;
    padding: 0 0 13px 0;
}


