﻿
/*
.calendarwp
{
	width:190px;
	height:110px;
    background-color: #4d6c7b; 
 padding:0px !important;
    border-style: none !important;
 
}

table.calendarwp a
{
	color:#7481c5 !important;		
				
}
*/
.calendarwp-title
{
     color:#ffffff !important; 
     background-color: #4d6c7b;
     border-style:none;
     height:100%;           
}


.calendarwp-header
{
     color: GhostWhite !important;
     background-color: #4d6c7b;         
}


.calendarwp-tooltip
{
 color: #CCCCCC !important;
  background-color: #093244 !important;   
  position: relative !important;
  z-index: 40 !important;
  left: 0px !important;
  top: 0px !important;

 /*color: #CCCCCC !important;
  background-color: #093244 !important;   
  position: relative !important;
  z-index: 40 !important;
  left: 600px !important;
  top: 600px !important;
   */   
 
 }
 
 .calendarwp-tooltip a
{
 color: #CCCCCC !important;
  background-color: #093244 !important;   
  position: relative !important;
  z-index: 40 !important;
  left: 0px !important;
  top: 0px !important;

 
 }


 

td.calendarwp-normalday
{
	  color:#ffffff !important;
      background-color: #4d6c7b !important;
      border-color:#597D8E !important;
      border-style:solid !important;
      border-width:1px !important;

}

.calendarwp-normalday a
{
	  color:aqua !important;
	  font-style:normal !important;
     

}


.calendarwp-weekendday 
{
      background-color:#637e8b !important;
     
      border-color:#597D8E !important;
      border-style:solid !important;
      border-width:1px !important;
    
}

.calendarwp-weekendday a
{
     
      color: #0A5278 !important;

  
}


.calendarwp-currentday 
{
      background-color: #093244 !important;
      color: white !important;
      font-weight:bold !important;
      border-color:#6ccfe2 !important;
      border-style:solid !important;
      border-width:1px !important;     
}





.calendarwp-eventday
{
      background-color: #7481c5 !important;
      color: white!important;      
      font-weight:bold !important;
      border-style:none !important;
     
}

.calendarwp-eventday a
{
      text-decoration:none;
      color: #6ccfe2 !important;         
}

