/* Display Content Div */
#vet {
 width:100%;  
}
div.event {  
  padding:20px 20px 0px 20px;
  text-align: left;
  color: #000000;
  background: white;
  margin-left: 5px;
  margin-right: 5px;
  margin-bottom: 5px;
  border-color: #336600;
  border-width: 1px;
  border-style: solid;
}

div.event a{color:blue}
div.event a:hover{color:blue;text-decoration:underline}

div.event img {
   padding:1px;
   width:80px;
   height:57px;
   border:1px solid cornflowerblue;
   margin-bottom:3px;
   margin-right: 10px;
   position:relative;
   float: left;
} 

#vet table {
  width: 100%;
}

th.calcol {
  width: 14%;
  border-color: #FFFFFF;
  border-width: 1px;
  border-style: solid;
  font-weight: bolder;
  font-stretch: expanded;
}

td.outcal {
  color: #AAFFAA;
  background: #e1eaf1;
  border-color: #336600;
  border-width: 1px;
  border-style: solid;
  height: 40px;
}

:link {
  text-decoration: none;
}
:visited {
  text-decoration: none;
}

td.eventcal {
  color: #AAFFAA;
  background: #FFCC00;
  border-color: #336600;
  border-width: 1px;
  border-style: solid;
  height: 40px;
}

td.incal {
  vertical-align: top;
  font-size: 14px;
  color: #000000;
  background: white;
  border-color: #336600;
  border-width: 1px;
  border-style: solid;
  height: 40px;
}


#verb {font-size:22px}

#incalpic {
   width:38px;
   height:25px;
   border:0px solid white;
   position:absolute;
   text-align:center;
   margin-top:6px;
   margin-left:7px;
}
