#blue-space-video {
	width: 100%;
	background-color: #85C7CD;
	height: 50px;
}

#blue-space-video #header {
	clear: both;
	margin: 0 auto 0px;
	width: 950px;
	height: 50px;
	position: relative;
}

#flashWrapper {
	width: 100%;
	background-color: #000000;
	text-align: center;
}

/* 3 columns*/
#vid-col-container {
	width: 950px;  /* RC width */
	margin-right: auto;
	margin-left: auto;
}

#left {
	float:left;
	width:300px;
	margin:0;
	padding:0;
	font-size:80%;
}

#right {
	float:left;
	width:300px;
	margin:0;
	padding:0;
	font-size:80%;
}

#middle {
	float:left;
	width:300px;
	margin:0;
	padding:0;
	font-size:80%;
}

.column-in {
	margin:0; padding:0.5em 1em;
}

.cleaner {
	clear:both;
	height:1px;
	font-size:1px;
	border:none;
	margin:0; padding:0;
	background:transparent;
}

/*
 footer-video
*/
#footer-video {
	margin-left: auto;
	margin-right: auto;
	border-top: 1px solid #C0C0C0;
}
#footer-video ul.footer-video_menu, #footer-video .copyright {
    font-size: .86em;
    margin: 0px 0px;
    list-style-type: none;
    color: #707070;
    clear: both;
}
#footer-video ul.footer-video_menu li {
    float: left;
    padding: 0px;
    margin: 0px;
}
#footer-video ul.footer-video_menu li a {
    display: block;
    padding: 8px 8px;
}
#footer-video ul.footer-video_menu li.first a {
    padding: 8px 8px 8px 0px;
}
#debugwindow{
	background-color: #333;
	color: #C00;
	margin-top: -6px;
	width: 300px;
	height: 200px;
}
/*
 exercise editor video stuff
*/
.pickerPile{
	/*	position: absolute;*/
}
.pickerPilehidden{
	opacity: 0;
	height: 0px;
    display: none; 
	zIndex: -1;
	/*	position: absolute;*/
}
.pickerPilevisible{
    display: block; 
	zIndex: 0;
	position: absolute;
}
#vWrapper, #vPickWrapper, #vWrapper2 {
	background-color: #000;
	margin-top: -6px;
	min-height: 221px;
	width: 510px
	*width: 505px;
	z-index: 0;
	visibility: visible;
}
#editformWrapper {
	/*position: absolute;*/
	margin-top: -337x;
	z-index: -1;
	visibility: visible;	
}
#vpickRight {
	float: right;
	width: 40%;
	margin-top: 10px;
	margin-right: 10px;
}
#vpickBottom {
	margin: 10px;
	*height: 78px;
	padding: 0px;
}
#vpickLeft {
	float: left;
	width: 51%;
	margin-top: 10px;
	margin-left: 10px;
}
#vpickList {
	width: 100%;
}
.minivideoWrapper {
	background-color: transparent;
	min-height		: 195px;
	margin			: 0px 0px 0px 0px;
}
.minivideoWrapper #flashWrapper {
	width: 100%;
	background-color: #000000;
	text-align: left;
	margin: 0px 0px 0px 0px;
	padding: 0px;
}
#vWrapperCloseBtn {
	margin-left: 3px
}
table.vidpicker {
	border-collapse: collapse;
	margin: 0px 0px 0px 0px;
	*margin: -10px 0px 0px 0px;
	width: 100%;
	padding: 0px;
}
/* One cell capturing item thumbnail image and misc. data */
table.vidpicker .item-entry {
	border: 1px #91897d none;
	margin: 0px 0px 0px 0px;
	*margin: -10px 0px 0px 0px;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
}
table.vidpicker .item-entry .item-thumb, table.vidpicker .item-entry .item-thumb img {
	width: 100px; 
	height: 75px; 
	margin: 0px; 
	padding: 0px; 
	border: 0px; 	
	background: white;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
.dynamicvideothumb {
	float: right;
	margin-right: 5px;
	margin-top: -28px;
	*margin-top: -38px;
}
.movie_portlet_title {
	font-size: 1.5em;
	color: #1b70ad;
}
.movielist {
	height: 89px;
}
.movielist .item-thumb {
	border: 1px solid #C0C0C0;
	/*float: left;*/
	width: 80px;
	height: 60px;
}
.movielist .item-thumb img {
	margin: 0px;
	width: 70px;
	height: 50px;
	padding: 5px;
}
.moviedesc .title {
	font-weight: bold;
}
.clearwithborder {
	clear: both;
	border-top: 1px solid #C0C0C0;
	width: 95%;
	margin-bottom: 12px;
}
#media_page {
	margin-top: 10px;
	margin-bottom: 10px;
}
#media_page .utilities .controls{
	text-align: center;
}
.boss_media_container .media_thumbnail {
	float: left;
	display: inline;
	margin-right: 20px;
}
.boss_media_container .info_container {
	float: left;
	display: inline;
	margin-right: 20px;
	width: 70%;
}
