﻿.media-slider .picture-view .text-content {
  color: #f0f0f0;
  text-shadow: 1px 1px #666;
}
.media-slider .nav-btn {
  color: #f0f0f0;
  text-shadow: 0px 0px 1px black;
}
.media-slider .nav-btn:hover {
  color: #f17600;
}

.media-slider .slick-dots li button:before {
  background-color: #f0f0f0;
}
.media-slider .slick-dots li.slick-active button:before {
  background-color: #f17600;
}


.tiles-grid .tile-item {
    background-color: #AA5078;
/*  background-color: #0081b9; */

	color: #000000;
	border: 0px solid #000000;

/*	border: 1px solid #FF0000;	
	text-shadow: 0px 0px #FF0000;
	text-align: center; */
}

.tiles-grid .tile-item .tile-content {
  text-shadow: 1px 1px #666;
  color: #f0f0f0;
}

.tiles-grid .tile-item .overlay {
  color: #f0f0f0;
  background-color: #fcdbe2;
/*  background-color: #0081b9; */
}

.tiles-grid .tile-item .overlay .has-link:hover {
  color: #fcdbe2;
}

.tiles-grid .tile-item .overlay a {
  color: #fff;
}
.tiles-grid .tile-item .border a {
  color: #AA5078;
}

.tiles-grid .tile-item .overlay a:hover {
  color: #fcdbe2;
}


.r2_table table.table_with_border {
  border: 1px #0081b9 solid;
}

.r2_table table.table_with_border tr td,
.r2_table table.table_with_border tr th {
  border-bottom: #0081b9 1px solid;
}

.r2_table table.table_with_background tr {
  background-color: #f0f0f0;
}

.r2_table table.table_with_background thead > tr,
.r2_table table.table_with_background tr:nth-of-type(even) {
  background-color: #99cde3;
}
.r2_table .stacked .st-head-row {
  background-color: #0081b9;
  color: #f0f0f0;
}
.r2_table .stacked .headrow .st-head-row {
  color: #0081b9;
}
