/*******************************Calendar Top Navigation*********************************/

.diam{color:black; font-size:0.9em;  padding:0px ; clear:both; width:100%; margin:2px auto; text-transform: uppercase; text-align:left; line-height: 1.2em;}

.hoje{    font-size:1.2em;
    background-color: #3891D5;
   padding:0 15px 0 15px ;
    color: white !important;
    line-height: 0.8em;
}

div#calendar{
    margin:0px auto;
    padding:0px;
    width: 100%;

}

div#calendar div.box{
    position:relative;
    top:0px;
    left:0px;
    width:100%;
    height:40px;
    xbackground-color:   #787878 ; 

}

div#calendar div.header{
    line-height:40px;  
    vertical-align:middle;
    position:absolute;
    left:11px;
    top:0px;
    width:97%;
    height:30px;   
    text-align:center;

}

div#calendar div.header a.prev,div#calendar div.header a.next{ 
    position:absolute;
    top:0px;   
    height: 17px;
    display:block;
    cursor:pointer;
    text-decoration:none;


}

div#calendar div.header span.title{
    color:black;
    font-size:1.6em;
}


div#calendar div.header a.prev{
    left:0px;
}

div#calendar div.header a.next{
    right:0px;
}




/*******************************Calendar Content Cells*********************************/
div#calendar div.box-content{
    border:0px solid #787878 ;
    border-top:none;
}



div#calendar ul.label{
    float:left;
    margin: 0px;
    padding: 0px;
    margin-top:5px;
    margin-left: 5px;
    width:100%;

}

div#calendar ul.label li{
    margin:0px;
    padding:0px;
    margin-right:5px;  
    float:left;
    list-style-type:none;
    min-width:13.68358%;
    height:32px;
    line-height:40px;
    vertical-align:middle;
    text-align:center;
    color:#000;
    font-size: 15px;
    background-color: transparent;
    display:inline;
    color:black;
    font-size: 1.4em;
}


div#calendar ul.dates{
    float:left;
    margin: 0px;
    padding: 0px;
    margin-left: 5px;
    margin-bottom: 5px;
    width: 100%;

}

/** overall width = width+padding-right**/
div#calendar ul.dates li{
    margin:0px;
    padding:5px;
    margin-right:5px;
    margin-top: 5px;
    vertical-align:middle;
    float:left;
    list-style-type:none;
    width:13.70%;
    min-height:90px;

    border: 1px groove silver;
    border-radius: 5px ;
    color:#000;
    text-align:center; 

 background-image: -webkit-gradient(
	linear,
	left top,
	left bottom,
	color-stop(0, #FFFFFF),
	color-stop(1, #E0E0E0)
);
background: rgba(245,245,245,1);
background: -moz-linear-gradient(top, rgba(245,245,245,1) 0%, rgba(255,255,255,1) 50%, rgba(242,242,242,1) 99%, rgba(242,242,242,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(245,245,245,1)), color-stop(50%, rgba(255,255,255,1)), color-stop(99%, rgba(242,242,242,1)), color-stop(100%, rgba(242,242,242,1)));
background: -webkit-linear-gradient(top, rgba(245,245,245,1) 0%, rgba(255,255,255,1) 50%, rgba(242,242,242,1) 99%, rgba(242,242,242,1) 100%);
background: -o-linear-gradient(top, rgba(245,245,245,1) 0%, rgba(255,255,255,1) 50%, rgba(242,242,242,1) 99%, rgba(242,242,242,1) 100%);
background: -ms-linear-gradient(top, rgba(245,245,245,1) 0%, rgba(255,255,255,1) 50%, rgba(242,242,242,1) 99%, rgba(242,242,242,1) 100%);
background: linear-gradient(to bottom, rgba(245,245,245,1) 0%, rgba(255,255,255,1) 50%, rgba(242,242,242,1) 99%, rgba(242,242,242,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f5f5', endColorstr='#f2f2f2', GradientType=0 );
}

div#calendar ul.dates li:hover{
     border: 1px solid #3891D5;
}


div#calendar ul.dates li .day{

    font-size:22px;
    color:black;
    margin-bottom: 10px;

}


:focus{
    outline:none;
}

div.clear{
    clear:both;
}   