/* Rollovers for streaming video buttons */

#streamingbuttons 
{
/*background-color: #7ea8cf;*/
/*border: 1px #666666 solid;*/
border: 0;
/*margin-top: 100px;*/
width: auto;
/*margin-left: 37.5%;*/
/*margin-right: 37.5%;*/
text-align: center;
/*padding: 8px;*/
margin: 0;
padding: 0;
}

#streamingbuttons li
{
  list-style: none;
  float: left;
  padding: 3px;
}

.streamlink 
{
font-weight: bold;
text-align: center;
margin-bottom: 3px;
margin-top: 3px;
}

.streamlink a 
{
padding: 4px;
text-decoration: none;
display: block;
color: #224059;
background-color: #b5c9e2;
border-top: 2px #cce3ff solid;
border-left: 2px #cce3ff solid;
border-bottom: 2px #31557f solid;
border-right: 2px #31557f solid;
width: 60px;
height: 18px;
}

.streamlink a:hover 
{
background-color: #99aabf;
border-top: 2px #31557f solid;
border-left: 2px #31557f solid;
border-bottom: 2px #cce3ff solid;
border-right: 2px #cce3ff solid;
}

