﻿/* Lansing Community College, Lansing, MI */
/*Video pop up CSS */
#player{
	color:red;
	font-weight:bold;
	margin:0 0 2px 0;
	width:367px;
	height:275px;	
}
.popTable{
  width:367px;
  margin:0;
  float:left;
  border:1px #285C98 solid;
}
.popTable h2{
  margin:0;
  text-align:center;
  font-size: 155%;
  font-weight: normal;
  color:white;
  background:#2F517D; 
}
.popTable table tr td{
	padding:0;
	font-size: 105%;
	line-height: 17px;
	color: #dedede;
	width:367px;
	text-align:left;
}
body{
	width:367px;
	margin:auto;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	background: #001441 url(/tv/images/bg-gradient.jpg) top center no-repeat;
}

.popTable a{
	color:white;
}
