@charset "UTF-8";

div.UDWebEventFeed {
  width: auto;
  height: auto;
  font-family: sans-serif;
  font-size: 12px;
  margin: 4px;
  padding: 0px;
  border: 2px solid #2d4059;
  background-color: white;
  color: #444;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
}
div.UDWebEventFeed a {
  text-decoration: none;
}
div.UDWebEventFeed a:hover {
  text-decoration: underline;
}

div.UDWebEventFeedTitle {
  font-family: Georgia;
  padding: 4px;
  font-size: 16px;
  font-weight: bold;
  color: white;
  background-color: #2d4059;
}
div.UDWebEventFeedTitle a {
  color: white;
  background-attachment: scroll;
  background-color: transparent;
  background-image: url('/modules/UDWebEventFeed/images/calendar.png');
  background-repeat: no-repeat;
  cursor: auto;
  padding-left: 18px;
}

div.UDWebEventFeedItems {
  width: 100%;
}

div.UDWebEventFeedItem {
  width: 100%;
}
div.UDWebEventFeedItemTitle {
  border-top: 1px solid #b0b0bf;
  border-bottom: 1px solid #b0b0bf;
  font-size: 14px;
  font-style: italic;
  font-weight: bold;
  background-color: #EBF2FF;
  background-attachment: scroll;
  background-image: url('/modules/UDWebEventFeed/images/bullet_go.png');
  background-repeat: no-repeat;
  cursor: auto;
  padding: 2px;
  padding-left: 18px;
}
div.UDWebEventFeedItemTitle a {
  color: #060c56;
}

div.UDWebEventFeedItemDate {
  margin: 3px 8px;
  font-style: italic;
}

div.UDWebEventFeedItemTime {
  margin: 0px 8px;
  font-style: italic;
}

div.UDWebEventFeedItemDescription {
  margin: 5px 10px;
  text-align: justify;
  line-height: 125%;
  
  overflow: auto;
}