﻿.searchpanel
{  
    background-color:#ececec;
    border:solid 1px #cfcfcf;
    padding:10px;
  /*  behavior: url(/css/ppa-new/border-radius.htc);*/
    -moz-border-radius: 10px;	-webkit-border-radius: 10px;	border-radius: 10px;	width:277px;
	margin-bottom:19px;
}

a.CallToAction
{
    background-color:#0082bb;
   /* behavior: url(/css/ppa-new/border-radius.htc); */
    -moz-border-radius: 10px;	-webkit-border-radius: 10px;	border-radius: 10px;
    font-weight:bold;
    color:#ffffff;
    text-align:center;
    padding:7px;  
}

a.CallToAction:hover
{
 /* background-image:url(/graphics/ppa-new/actionhover.png);*/
}

.searchpanel h2
{
  
    font-size:14px;
    font-weight:bold;
    color:#636363;
}
    
.searchpanel h3
{
    padding:15px 0px 5px 0px;
    font-size:14px;
    font-weight:normal;
    color:#636363;
}
   
.searchpanel input{
     border:1px solid #silver;
     width:100%;
     height:25px;
 }
 
 .searchpanel select{
     border:1px solid #silver;
     width:150px;
     height:25px;
 }
    
 .searchpanel .datepicker{
     border:1px solid #silver;
     width:132px; 
     background-image:url(/graphics/ppa-new/calender.png);
     background-position:center right  ;
     background-repeat:no-repeat;
  
 }
 
.othermonth 
{
      background-color:#ffffff !important;
}
 
.othermonth a
{
      color:#9c9b9b !important;
      border-bottom:0px;
      font-weight:normal;
}

.noevent a
{
    color:#9c9b9b!important;
    border-bottom:0px;
    font-weight:normal;
}
    
.hasevent
{
    background-color:#0082bb;
    font-weight:bold;
       border:1px solid #fff;
    
}

.hasevent a
{
    text-decoration:none;
    color:#ffffff!important;
 border-bottom:0px;
    font-weight:bold;
}

.hasevent:hover
{
    background-color:#e5f2f8;
    font-weight:bold;
    border:1px solid #0082bb;
}
    
.hasevent:hover a
{
    color:#0074a7!important;
    font-weight:bold;
}


.tooltip
{
    position:absolute;
    background-color:#e5f2f8;
    border: 1px solid #0082bb;
    width:200px;
    top: 200px;
    display:none;
    behavior: url(/css/ppa-new/border-radius.htc);
    -moz-border-radius: 10px;	-webkit-border-radius: 10px;	border-radius: 10px;
	padding:10px;
}

.tooltip h3
{
    padding:0px;
    padding-bottom:5px;
    font-weight:bold;
    font-size:14px;
    color:#000;
    }

 