/**
 * VideoPlayer.css
 *
 * Copyright 2009 RealPatterns, Inc. All rights reserved.
 */



.VideoPlayer {

  margin: 0px auto;
  background: #ffffff;
  font: normal 12px sans-serif;
  float: left;
  width: 100%;
  display: block;
}
.VideoPlayer h1 {

  color: #ffffff;
  padding: 0;
  margin: 0;
  text-align: center;
  font: normal 1.5em sans-serif;
  background: red;
}


/**
 * News Alert Video
 */

 /*
.VideoPlayer a {
    color: #ffffff;
    font: bold 1.1em sans-serif;
}


.VideoPlayer a span {
    cursor: pointer;
    left: 10%;
    position: absolute;
    text-align: center;
    top: 80%;
    width: 80%;
}

.VideoPlayer a:hover {

  color: #cccccc;
}

*/

.VideoPlayer .newsalertbackground{
	float: left;
	padding: 9px 8px;
	background: #a03335;
	width: 184px;
}

.VideoPlayer h1{
	width: 100%;
    float: left;
}

.VideoPlayer h1 ul{
    list-style-type: none;
	padding: 9px 8px 9px 8px;
    margin: 0;
	display: inline-block;
	/* To Left Align Remove the 2 Items */
	/*
	float: left;
	padding-left: 10px;
	*/
	/* End Here */
}

.VideoPlayer h1 ul li{
	display: inline-block;
	margin-right: 10px;
	padding-right: 10px;
    border-right: 1px solid;
}

.VideoPlayer h1 ul li:last-child{
	border-right: 0px;
	margin-right: 0px;
	padding-right: 0px;
}

.VideoPlayer h1 a {

  display: block;
  color: #ffffff;
  text-decoration: none;
  font: bold 16px sans-serif;
}

.VideoPlayer a:hover {

  color: #ffffff;
}

.VideoPlayer a{
	display: block;
}

.VideoPlayer a span {

  position: absolute;
  top: 81%;
  left: 10%;
  width: 80%;
  cursor: pointer;
  text-align: center;
}



.VideoPlayer a img {

  width: 80%;
  display: none;
  margin: 0px auto;
  border: 6px solid #f0f0f0;
}

@media only screen and (max-width: 975px){
	.VideoPlayer .newsalertbackground{
		width: 100%;
		padding: 9px 0px;
	}
	
	.VideoPlayer h1 ul li{
	
	}
}
