body{
    margin: 0;
    padding: 0;
}
/* -----------------------------------------------------------------------------ERRORS */
.error{
    color: #ff0000;
    font-style: italic;
}

/*------------------------------------------------------------------------------ALERTS*/
.msgSuccess{
    background-color: #00ff00;
    color: #ffffff;
    padding: 5px 5px;
    text-align: center;
}

.msgFail{
    background-color:red;
    color:white;
    padding:5px 5px;
    text-align:center;
}

.center-img{
    display: block;
    margin-left: auto;
    margin-right: auto;
}


.label-space{
    padding-top: 20px;
}

.padding-all{
    padding: 20px;
}

/*******************************Calendar Top Navigation*********************************/
div#calendar{
  margin:0px auto;
  padding:0px;
  width: 100%;
  font-family:Helvetica, "Times New Roman", Times, serif;
}
 
div#calendar div.box{
    position:relative;
    top:0px;
    left:0px;
    width:100%;
    height:40px;
    background-color:   #ff0000 ;      
}
 
div#calendar div.header{
    line-height:40px;  
    vertical-align:middle;
    position:absolute;
    left:11px;
    top:0px;
    width:95%;
    height:40px;   
    text-align:center;
}
 
div#calendar div.header a.prev,div#calendar div.header a.next{ 
    position:absolute;
    top:0px;   
    height: 10px;
    display:block;
    cursor:pointer;
    text-decoration:none;
    color:#FFF;

}
 
div#calendar div.header span.title{
    color:#FFF;
    font-size:20px;
}
 
 
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 #787878 ;
    border-top:none;
}
 
 
 
div#calendar ul.label{
    float:left;
    margin: 0px;
    padding: 0px;
    margin-top:5px;
    margin-left: 5px;
}
 
div#calendar ul.label li{
    margin:0px;
    padding:0px;
    margin-right:5px;  
    float:left;
    list-style-type:none;
    width:40px;
    height:40px;
    line-height:40px;
    vertical-align:middle;
    text-align:center;
    color:#000;
    font-size: 14px;
    background-color: transparent;
    font-family:Helvetica, "Times New Roman", Times, serif;
}
 
 
div#calendar ul.dates{
    float:left;
    margin: 0px;
    padding: 0px;
    margin-left: 5px;
    margin-bottom: 5px;
}
 
/** overall width = width+padding-right**/
div#calendar ul.dates li{
    margin:0px;
    padding:0px;
    margin-right:5px;
    margin-top: 5px;
    line-height:40px;
    vertical-align:middle;
    float:left;
    list-style-type:none;
    width:40px;
    height:40px;
    font-size:18px;
    background-color: #DDD;
    color:#000;
    text-align:center; 
}
 
:focus{
    outline:none;
}
 
div.clear{
    clear:both;
}  

.background-img{
    background-color: #00ff00;
    background-repeat: no-repeat;
    background-size: auto;
}