body {
  font-family: tahoma;
  font-size: 12px;
  text-align:center;
}

input, select, textarea {
	font-family: tahoma;
	font-size: 12px;
}

#mycalendar { background-color: #ffffff; }
#mycalendar .general { background-color: #E6E6E6; }
#mycalendar .othermonth { background-color: #EEEEEE; color: #AAAAAA; }
#mycalendar .header { background-color: #ffffff; color: #CC0000; }
#mycalendar .today { background-color: #FFFFCC; }
#mycalendar .bg { background-color: #ffffff; }
#mycalendar .select { background-color: #FFCC99; }
#mycalendar .othermonth a:link { text-decoration : none; font-family: tahoma; color: #CCFFCC; }
#mycalendar .othermonth a:visited { text-decoration : none; font-family: tahoma; color: #CCFFCC; }
#mycalendar .othermonth a:hover { text-decoration : underline; font-family: tahoma; color: #FFFFFF; }
#mycalendar a:link { text-decoration : none; font-family: tahoma; color: #000000; }
#mycalendar a:visited { text-decoration : none; font-family: tahoma; color: #000000; }
#mycalendar a:hover { text-decoration : underline; font-family: tahoma; color: #FF0000; }
#mycalendar .btn { background-color: #000000; border: 0px solid #000000; }
#mycalendar .btn a:link { text-decoration : none; font-family: tahoma; color: #000000; }
#mycalendar .btn a:visited { text-decoration : none; font-family: tahoma; color: #000000; }
#mycalendar .btn a:hover { text-decoration : underline; font-family: tahoma; color: #FF0000; }
#mycalendar .closeme { padding: 0px 3px 2px 0px; }
#mycalendar .disabledate { color: #669999; }

.tcday, .tcmonth, .tcyear { font-size: 11px; }

.calendarcontainer { border: 1px solid #cccccc; background-color: #F0F0F0; padding: 2px; }

.link_txt {  font-family: tahoma;
  font-size: 12px;
  color:#333333;
  text-decoration:none;
  }
  
  .link_txt a {  font-family: tahoma;
  font-size: 12px;
  color:#333333;
  text-decoration:none;
  }
  
  .link_txt a:hover {
  text-decoration:underline;
  }