#module
{
  width: 960px;
}

#moduletitle, .module-admin-icons, #plugins
{
  display: none;
}

.mashup_column
{
  width: 470px;
}

#mashup_column_1
{
  float: left;
}

#mashup_column_2
{
  float: right;
}

.mashup_title
{
  padding: 10px;
  color: white;
  font-weight: normal;
  font-size: 1.5em;
  line-height: 30px;
  height: 30px;
  text-align: left;
}

.mashup_title .admin-icons
{
  margin-top: -5px;
}

#mashup_title_calendar
{
  background-color: #cb103b;
}

#mashup_title_news
{
  background-color: #e57712;
}

#mashup_title_photos
{
  background-color: #c9cd00;
}

.mashup_item
{
  clear: both;
  height: 90px;
  background-color: #4d4d4d;
  margin-bottom: 10px;
  cursor: pointer;
}

.mashup_item:hover
{
  background-color: #666666;
}

.mashup_item_light
{
  height: 65px;
  background-color: #909090;
}

.mashup_item_light:hover
{
  background-color: #a8a8a8;
}

.mashup_item_image
{
  float: left;
  width: 90px;
  height: 90px;
  margin-right: 10px;
}

.mashup_item_light .mashup_item_image
{
  height: 45px;
  padding: 10px 0px 10px 0px;
}

.mashup_item_title
{
  height: 50px;
  line-height: 25px;
  font-size: 1.5em;
  color: white;
  padding: 5px 10px 0px 0px;
  text-align: left;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.mashup_item_title.may_wrap {
  white-space: normal;
  text-overflow: clip;
}

.mashup_item_light .mashup_item_title
{
  height: 25px;
}

.mashup_item_subtitle
{
  margin-top: 5px;
  height: 20px;
  line-height: 20px;
  color: white;
  margin-right: 5px;
  text-align: left;
}

.mashup_images
{
  background-color: #4d4d4d;
  padding: 10px 10px 0px 15px;
}

.mashup_image_thumb
{
  float: left;
  margin: 0px 10px 10px 0px;
  width: 78px;
  height: 78px;
  background-position: center center;
  background-repeat: no-repeat;
  cursor: pointer;
}

a.mashup_image_thumb
{
  width: 76px;
  height: 76px;
  display: block;
  line-height: 80px;
  text-align: center;
  font-size: 1.3em;
  border: 1px solid #a8a8a8;
  color: #a8a8a8;
}

a.mashup_image_thumb:hover
{
  border-color: white;
  color: white !important;
  text-decoration: none;
}

.mashup_details_title
{
  font-size: 1.5em;
  text-align: left;
}

.mashup_details_subtitle
{
  margin-top: 5px;
  text-align: left;
}

.mashup_details_line
{
  margin: 5px 0px 5px 0px;
  height: 1px;
  background: url("/themes/image/sprite.jpg") left -249px repeat-x;
}


a#mashup_title_reservations
{
	display: block;
	color: white;
	background-color: #198297;
	text-decoration: none;
	margin-bottom: 10px;
}

a#mashup_title_reservations:hover
{
	color: #b3e2e9;
}

a#mashup_title_enterprise
{
	display: block;
	color: white;
	background-color: #c9cd00;
	text-decoration: none;
	margin-bottom: 10px;
}

a#mashup_title_enterprise:hover
{
	color: #777900;
}


#mashup_title_contact
{
	display: block;
	color: white;
	background-color: #198297;
	text-decoration: none;
}

.mashup_content
{
  background-color: #4d4d4d;
  padding: 15px;
  margin-bottom: 10px;
  color: white;
}

.mashup_content a {
  color: silver !important;
}
