a:visited {
  color: #0055a0;
}

a:link {
  color: #0055a0;
}

a:hover {
  color: orange;
}

#calendar {
  width: 178px;
  position: absolute;
  margin: 40px 0 0 434px;
}

.calendar {
  font-size: 12px;
  font-family: Arial;
  width: 178px;
  height: 115px;
}

#intro_events {
  width: 420px;
  height: 230px;
  overflow: auto;
}

.events_welcome {
  color: black; 
  font-size: 14px;
  text-align: center;
}

.title_event {
  /* color: #990000; */
  color: black;
  font-weight: bold;
  font-size: 14px;
}

.title_event_tt {
  color: black;
  font-weight: bold;
}

.date_event {
  color: #0055a0;
  font-weight: bold;
}

.th_calendar {
  width: 20px;
  border-collapse: collapse;
  background-color: #79c68c;
  font-size: 10px;
  color: #64625d;
}

.td_calendar {
  background-color: #0060aa;
  border: 1px solid #fff8e5;
  color: #f7eca2;
}

.td_calendar:hover {
  color: #a26104;
  background-color: #fff8e5;
  font-weight: bold;
}

.td_calendar_event {
  background-color: #0060aa;
  border: 1px solid #fff8e5;
  color: #FFFFFF;
}

.td_calendar_event:hover {
  background-color: #fff8e5;
  color: #a26104;
  font-weight: bold;
}

.td_calendar_empty {
  border: 1px solid #fff8e5;
  background-color: #0060aa;
}

.dateEvent {
  cursor: pointer;
  color: #ffc518;
  text-decoration: underline;
  font-weight: bold;
}

.dateEvent:hover {
  color: #a26104;
}

.today {
  background-color: #a90c05;
  color: #F0A0A0;
  text-decoration: underline;
  font-weight: bold;
}

.calendar-prev {
  padding-right: 0px;
}

.calendar-next {
  padding-left: 0px;
}

.calendar-month {
  padding-bottom: 5px;
  font-weight: bold;
  color: #003366;
  font-size: 14px;
}

.titleExpand {
  font-weight: bold;
  cursor: pointer;
  height: 38px;
  padding-top: 12px;
  padding-left: 45px;
  background: url(../../images/news_icon.png) 0 1px no-repeat;
}

.contentExpand {
  display: none;
  padding: 5px 10px 10px 10px;
  color: #575751;
}

.expandIcon {
  float: right;
  margin-top: -15px;
  font-weight: bold;
  color: #FF4500;
}

.videoIcon {
  font-weight: normal;
  color: black;
  position: absolute;
  margin: -22px 0 0 415px;
}

/* Tooltip */
#dhtmltooltip{
  color:#000;
  font-family:Verdana, arial, helvetica;
  font-size: 10px;
  position: absolute;
  left: -300px;
  min-width:420px;
  width: 420px;
  max-width:400px;
  border: 1px solid #666666;
  padding: 3px;
  background-color: lightyellow;
  visibility: hidden;
  z-index: 1000;
  /*Remove below line to remove shadow. Below line should always appear last within this CSS
  filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);*/
}

#dhtmlpointer{
  position:absolute;
  left: -300px;
  z-index: 1001;
  visibility: hidden;
}

.titleTooltip {
  background-color: #0055a1; 
  color: white; 
  font-size: 14px;
  padding-left: 5px;
}

.contentTooltip {
  padding: 2px;
}

.border_pointer {
  cursor: pointer; 
  color: #0055a0;
  font-size: 11px;
}

.border_pointer:hover {
  color: orange;
}

.ctinput {
  border: 1px solid #D0D0D0;
  width: 200px;
}

.cttacontent {
  border: 1px solid #D0D0D0;
}
