@charset "utf-8";
/* CSS Document */
#videoContent table#videoTable {
	width: 80%;
	background: #fff;
	border: 1px solid #333;
	border-collapse: collapse;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 1.5em;
	margin-left: auto;
}
#videoContent  #videoTable thead {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #fff;
}
#videoContent  #videoTable tbody {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.625em;
	color:#15317e;
	text-align: center;
}
#videoContent #videoTable caption {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:1.4em;
	font-weight:bold;
	color: #666666;
	text-align:center;
	padding-bottom: 0.5em;
}
#videoContent #videoTable th {
	backgound: #444;
	height: 20px;
	vertical-align: bottom;
	font-weight: bold;
	text-align: left;
	background: #15317e;
	border: 1px solid #333;
	padding: 0.5em 0.5em;
	color:#fff;
}
#videoContent  #videoTable  th.width350{
	width: 350px;
}
#videoContent  #videoTable  th.width75{
	width: 75px;
}
#videoContent  #videoTable  th.width350manu{
	width: 350px;
	background:#0a3c00;
}
#videoContent  #videoTable  th.width75manu{
	width: 75px;
	background:#0a3c00;
}
#videoContent #videoTable td {
	padding: .9em 2.75em;
	border: 1px solid #333;
}
#videoContent #videoTable td.specs {
	text-align: left;
	font-weight: bold;
}
/* This colors every odd row a differnt color.  This must be styled manually by the coder on the table. */
#videoContent #videoTable tr.odd {
	color: #15317e;
	background: #eee;
}
#videoContent #videoTable tr:hover {
	background: #cde4fd;
	color: #15317e;
}
#videoTable a:link {
	text-decoration: none;
	color: #15317e;
}

#videoTable a:visited {
	color: #15317e;
}
#videoContent p {
	font-size: 1em;
	text-align: center;
}
