/*----------------------------
/ WTIS Local Video Box
/----------------------------*/
#sennetTvMenu {
  border: 2px rgb(89,89,89) solid;
  padding: 10px;
  margin: 10px;
  background-color:#cccccc;
  font-family: 'Proxima Nova Regular';
}

#sennetTvMenu H3, #sennetTvMenu H5 {
  font-family: 'Adelle Light';
  font-weight:bold;
}

.sennetTvLink {
  -moz-box-shadow: 0px 10px 14px -7px #276873;
  -webkit-box-shadow: 0px 10px 14px -7px #276873;
  box-shadow: 0px 10px 14px -7px #276873;
  background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #599bb3), color-stop(1, #408c99));
  background:-moz-linear-gradient(top, #599bb3 5%, #408c99 100%);
  background:-webkit-linear-gradient(top, #599bb3 5%, #408c99 100%);
  background:-o-linear-gradient(top, #599bb3 5%, #408c99 100%);
  background:-ms-linear-gradient(top, #599bb3 5%, #408c99 100%);
  background:linear-gradient(to bottom, #599bb3 5%, #408c99 100%);
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#599bb3', endColorstr='#408c99',GradientType=0);
  background-color:#599bb3;
  display:inline-block;
  cursor:pointer;
  color:#ffffff;
  font-family:'Adelle Light';
  font-size:20px;
  font-weight:bold;
  padding:13px 32px;
  text-decoration:none;
  width:100%;
  margin-bottom:14px;
}
.sennetTvLink:hover {
  background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #408c99), color-stop(1, #599bb3));
  background:-moz-linear-gradient(top, #408c99 5%, #599bb3 100%);
  background:-webkit-linear-gradient(top, #408c99 5%, #599bb3 100%);
  background:-o-linear-gradient(top, #408c99 5%, #599bb3 100%);
  background:-ms-linear-gradient(top, #408c99 5%, #599bb3 100%);
  background:linear-gradient(to bottom, #408c99 5%, #599bb3 100%);
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#408c99', endColorstr='#599bb3',GradientType=0);
  background-color:#408c99;
  color:#ffc12d;
}
.sennetTvLink:active {
  position:relative;
  top:2px;
}

#sennetTvMenu SMALL {
  font-size:10px;
}
