/* MULTIMEDIA */

h1, h2, h3, div#left ul a {
	color: #3f4c45;	
}

h2.bar {
	border-top: 15px solid #3f4c45;
}

div#left div, div#right div {
	background: #c5c9c7; /* 30% of section color*/
}

table.videos td {
	font-size: 12px;
	line-height: 15px;
	vertical-align: top;
	text-align: center;
	width: 100px;
	padding-right: 20px;
}

table.videos td img {
	width: 100px;
	height: 100px;
}

table.videos td {
	text-align: left;
}

table.videos td span.name {
	font-weight: bold;
}

table.videos td span.date {
	font-style: italic;
}

table#medialinks {
	margin-bottom: 15px;
	width: 100%;
}

table#medialinks th, table#console th {
	font-size: 12px;
	color: #000;
	/* background: #afc964; */
	background: #588658;
	text-align: left;
	height: 25px;
	border-right: 2px solid #eff4e0; /* 20% of home page color */
	border-bottom: 2px solid #eff4e0; /* 20% of home page color */
	padding-left: 7px;
	padding-right: 7px;
}

table#medialinks td, table#console td {
	font-size: 12px;
	vertical-align: top;
	color: #5d5151;
	background: #cfdfa2;
	/* background: #83ab83; */ /* 60% of home page color */
	border-right: 2px solid #eff4e0; /* 20% of home page color */
	border-bottom: 2px solid #eff4e0; /* 20% of home page color */
	padding-left: 7px;
	padding-right: 7px;
}

table#medialinksnew {
	margin-bottom: 15px;
	width: 100%;
}

th.lname, th.fname, th.date, th.length, th.media {
	width: 12%;
}

th.description {
	width: 35%;
}

th.info {
	width: 5%;
}

table#medialinksnew th, table#console th {
	font-size: 12px;
	color: #000;
	/* background: #afc964; */
	background: #588658;
	text-align: left;
	height: 25px;
	border-right: 2px solid #eff4e0; /* 20% of home page color */
	border-bottom: 2px solid #eff4e0; /* 20% of home page color */
	padding-left: 7px;
	padding-right: 7px;
}

table#medialinksnew td, table#console td {
	font-size: 12px;
	vertical-align: top;
	color: #5d5151;
	background: #cfdfa2;
	/* background: #83ab83; */ /* 60% of home page color */
	border-right: 2px solid #eff4e0; /* 20% of home page color */
	border-bottom: 2px solid #eff4e0; /* 20% of home page color */
	padding-left: 7px;
	padding-right: 7px;
}

form#medialinksnav {
	margin-bottom: 1em;
}

table#console td {
	vertical-align: middle;
}

table#console td.selector {
	text-align: center;
}

div#left form#medialinkssearch input {
	border: 1px solid #717272; /* 60% black */
}

div#main input {
	border: 1px solid #717272; /* 60% black */
}

.error {
	font-weight: bold;
	color: red;
}

object {
	min-height: 360px;
	max-height: 540px;
	min-width: 640px;
	max-width: 960px;
}

.responsive-videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
	max-width: 1200px;
	width:100%;
}

.responsive-videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

