﻿/************************************************************************
* 
* Calendar specific formatting 
*
************************************************************************/

/* Surrounds the calendar */
.eventmonth
{
    border: 1px solid #747D54;
    /*width: 694px;*/
    width: 548px;
    margin-right: auto;
    margin-left: auto;
    /*background: #FEFFAB url(images/background_fullwidth.jpg) repeat-y;*/
    margin-bottom: 15px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
    text-align: center;
}

/* used as the cssclass of the actual calendar */
.eventmonthtable
{
    /*width: 694px;*/
    width: 548px;
    margin-right: auto;
    margin-left: auto;
    position: relative;
    margin-bottom: 15px;
    border: 1px solid #747D54;
    border-collapse:collapse;
}
.eventmonthtable a
{
    color:#445a21;
}
.eventmonthtable a:hover
{
	color: #83a842;
}

.dayNumber
{
    float: right;
    border-bottom: 1px solid #C7C2B3;
    border-left: 1px solid #C7C2B3;
    clear: none;
    padding: 1px;
    color:#0B02AC;
}

.hijridayNumber
{
	float: left;
	border-top: 1px solid #C7C2B3;
    border-right: 1px solid #C7C2B3;
    margin-top: 45px;
    clear: none;
    padding: 1px;
}

.calcurrentmonth
{
    /* no styles needed at this time */
}
.calothermonth
{
    background-color: #DBD8CF;
}
.calcurrentday
{
    background-color: #FFFFC1;
}
.calweekend
{
    background-color: #F1F0EC;
  /*  width: 15%; */
}

.calcurrentmonth , .calcurrentmonth , .calothermonth , .calcurrentday , .calweekend
{
    text-align: left;
    border: 1px solid #C7C2B3;
    height: 60px;
    vertical-align: top;
    /* needed for positioning the dayNumber part */
    position:relative;
     border-collapse:separate;
     border-spacing: 5px;
     
}