body{ font-family: sans-serif;}
.none{ display:none;}
.dropdown{color: #444444;font-size:17px;}
#calender_section{ width:550px; margin:30px auto 0;}
#calender_section h2{ background-color:#fff; color:#444444; font-size:17px; text-align:center; line-height:40px;}
#calender_section h2 a{ background: #f2f2f2 none repeat scroll 0 0;
    border: 1px solid #ccc;
    border-radius: 6px;
    color: #000;

    font-weight: 100;
    height: 20px;
    padding: 5px;
    text-align: center;
    text-decoration: none;
    width: 20px;}
#calender_section_top{ background: cyan none repeat scroll 0 0;
    margin-top: 20px;
    padding-bottom: 20px;
    width: 100%;}
#calender_section_top ul{padding:0; list-style-type:none;}
#calender_section_top ul li{ background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border-right: 1px solid rgba(0, 0, 0, 0.2);
    box-shadow: none;
    display: block;
    float: left;
    font-size: 14px;
    margin: 0;
    min-height: 0;
    padding: 0;
    text-align: center;
    width: 78px;}
#calender_section_top ul li:last-child { border:0px;}
#calender_section_bot{ width:100%; margin-top:20px; float:left; border-left:1px solid #ccc; border-bottom:1px solid #ccc;}
#calender_section_bot ul{ margin:0; padding:0; list-style-type:none;}
#calender_section_bot ul li{ float:left; width:78px; height:78px; text-align:center; border-top:1px solid #ccc; border-right:1px solid #ccc; min-height:0; background:none; box-shadow:none; margin:0; padding:0; position:relative;}
#calender_section_bot ul li span{ margin-top:7px; float:left; margin-left:7px; text-align:center;}

.grey{ background-color:#D8F781 !important;}
.light_sky{ background-color:#CED8F6 !important;}

/*========== Hover Popup ===============*/
.date_cell { cursor: pointer; cursor: hand; }
.date_cell:hover { background: #d8c5d7 !important; }

/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    padding-top: 300px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    width: 80%;
}

/* The Close Button */
.close {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}


.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}
