/*******************************Calendar Top Navigation*********************************/
div#calendar{
  margin:0px auto;
  padding:0px;
  width: 100%;
  font-family:Helvetica, "Times New Roman", Times, serif;
  margin-top: -37px;
  padding-top: 15px;
}
 
div#calendar div.box{
    position:relative;
    top:0px;
    left:0px;
    width:100%;
    height:40px;
    //background-color:   #598143 ;       
}
 
div#calendar div.header{
    line-height:40px;   
    vertical-align:middle;
    position:absolute;
    left:11px;
    top:0px;
    width:97%;
    height:40px;    
    text-align:center;
    border-bottom: solid 0.1em;
}
 
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;
    color:#FFF;
}
 
div#calendar div.header span.title{
    color:black;
    font-size:18px;
}
 
 
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:1px solid #EEE ;
    border-top:none;
    background-color: white;
    margin-left: 19px;
}
 
 
 
div#calendar ul.label{
    float:left;
    margin: 0px;
    padding: 0px;
    margin-top:5px;
    margin-left: 5px;
    width: 99%;
}
 
div#calendar ul.label li{
    margin:0px;
    padding:0px;
    margin-right:5px;   
    float:left;
    list-style-type:none;
    width:12%;
    height:40px;
    line-height:40px;
    vertical-align:middle;
    text-align:center;
    color:#000;
    font-size: 15px;
    background-color: transparent;
    
    font-family: "Lato",Helvetica,Arial,sans-serif;
font-size: 14px;
line-height: 1.42857;
color: #767676;
}
 
 
div#calendar ul.dates{
    float:left;
    margin: 0px;
    padding: 0px;
    margin-left: 5px;
    margin-bottom: 5px;
    font-family: verdana;
}
 
/** overall width = width+padding-right**/
div#calendar ul.dates li{
    margin:0px;
    padding:0px;
    margin-right:5px;
    margin-top: 5px;
    line-height:41px;
    vertical-align:middle;
    float:left;
    list-style-type:none;
    width:12%;
    height:39px;
    font-size:15px;
    /*background-color: #DDD;*/
    text-align:center;  
    /*color: black;*/
    
    
}
 
:focus{
    outline:none;
}
 
div.clear{
    clear:both;
}
.liclass{
	background-color: #598143;
	color:white
}
.liclass:hover {

	background-color: #77B150;
	color:#515151;

	}
@media ( min-width : 240px) and (max-width: 319px) {
	
div#calendar {
	width: 100%;
	margin-top: 50px;

	}
	
div#calendar ul.dates li {
	width: 11%;
	height: 31px;
	font-size: 12px;
	line-height: 33px;
}

div#calendar ul.label li {
	width: 11%;
	font-size: 9px;
}
}
@media ( min-width : 320px) and (max-width: 480px) {
	
div#calendar {
	width: 100%;
	margin-top: 50px;

	}
	
div#calendar ul.dates li {
	width: 12%;
	height: 31px;
	font-size: 12px;
	line-height: 33px;
}

div#calendar ul.label li {
	width: 12%;
	font-size: 9px;
}
div#calendar div.header {
	width: 93%;

	}
div#calendar ul.label {
	width: 96%;

	}
	
}
@media ( min-width : 481px) and (max-width: 666px) {
	div#calendar {
	width: 100%;
	margin-top: 30px;

	}
}

@media ( min-width : 326px) and (max-width: 349px) {
	div#calendar ul.label li {
    
    width: 11%;
}
	div#calendar ul.dates li {
  
    width: 11%;
}
	
}
@media ( min-width : 320px) and (max-width: 325px) {
	
div#calendar ul.label li {
    
    width: 10%;
}
div#calendar ul.dates li {
        width: 10%;
}
	
}
@media ( min-width : 720px) and (max-width: 766px) {
div#calendar ul.label {
    float: left;
    margin: 5px 0 0 5px;
    padding: 0;
    width: 94% !important;
}
	
	}
@media ( min-width : 941px) and (max-width: 1199px) {
	
	div#calendar div.box-content {
   
    width: 500px !important;
}

}