﻿.S_Cal_Body
{
    position: absolute;
    width: 320px;
    height: 310px;
    left: 0px;
    top: 0px;
    background-color: White;
    box-shadow: 2px 2px 8px -1px rgba(0,0,0,0.7);
    overflow: hidden;
    z-index: 2;
}
.S_Cal_Body_Days
{
    position: absolute;
    -moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.SLinkCalc
{
    color: #3C1E78;
    font-size: 10px;
    font-weight: normal;
    text-decoration: none;
}
.SLinkCalc:hover
{
    color: #3C1E78;
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
}
.SLinkCalcd
{
    color: #969696;
    font-size: 10px;
    font-weight: normal;
    text-decoration: none;
}


.sdivcalmain
{
    float: left;
    width: 280px;
    height: 255px;
    margin: 10px 20px 0px 20px;
    text-align: left;
}
.sdivcaltopl
{
    float: left;
    width: 40px;
    height: 32px;
    padding-top: 8px;
    margin-top: 5px;
    margin-bottom: 5px;
    background-color: #FF8C00;
    border-radius: 6px;
    font-family: 'AtrinSign';
    font-size: 25px;
    text-align: center;
    color: White;
    cursor: pointer;
}
.sdivcaltoplrd
{
    float: left;
    width: 40px;
    height: 50px;
}
.sdivcaltopc
{
    float: left;
    width: 200px;
    height: 40px;
    text-align: center;
    padding-top: 10px;
    font-family: 'IRANSans';
    font-size: 18px;
    color: #0078F0;
}
.sdivcaltopr
{
    float: left;
    width: 40px;
    height: 32px;
    padding-top: 8px;
    margin-top: 5px;
    margin-bottom: 5px;
    background-color: #FF8C00;
    border-radius: 6px;
    font-family: 'AtrinSign';
    font-size: 25px;
    text-align: center;
    color: White;
    cursor: pointer;
}
.sdivcalweek
{
    float: left;
    width: 40px;
    height: 25px;
    text-align: center;
    font-family: 'IRANSans';
    font-size: 15px;
    font-weight: normal;
    color: Black;
    border-bottom: solid 1px #0078F0;
}
.sdivcaldays
{
    float: left;
    width: 38px;
    height: 23px;
    padding-top: 5px;
    text-align: center;
    font-family: 'HelveticaLt';
    font-size: 16px;
    font-weight: normal;
    text-decoration: none;
    color: #0050B4;
    background-color: #E5E5E5;
    border: solid 1px #FFFFFF;
    cursor: pointer;
    border-radius: 6px;
    -moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.sdivcaldays:hover
{
    font-weight: bold;
    color: White;
    background-color: #0050B4;
}
.sdivcaldaysd
{
    float: left;
    width: 40px;
    height: 25px;
    padding-top: 5px;
    text-align: center;
    font-family: 'HelveticaLt';
    font-size: 16px;
    font-weight: normal;
    text-decoration: none;
    color: #969696;
    cursor: default;
}