@CHARSET "UTF-8";

#vcMain {
	border-style: solid;
	border-color: transparent;
	border-width: 0px;
	background-color: white;
	width: 550px;
}

#NEWvcMain {
	border-width: 1px; 
	border-style: solid; 
	border-color:#990000;
	width:573px;
	height:550px;
	background-color: white;
	margin-top: 10px;
}

#vcVideo {
	width: 550px;
	height: 311px;
	text-align: left;
	vertical-align: middle;
}

#NEWvcVideo {
	width: 573px;
	height: 358px;
	text-align: left;
	vertical-align: middle;
}

#vcVideoContent {
	margin-left: auto;
	margin-top: auto;
	margin-right: auto;
	margin-bottom: auto;
	background-color: transparent;
}

#vcThumbs {
	float: left;
	width: 550px;
	height: 100px;
}

#NEWvcThumbs {
	float: left;
	width: 573px;
	height: 120px;
}

#vcThumbs a {
	color: #990000;
	font-weight: bold;
}

.vcThumbnail {
	float: left;
	display: inline;
	width: 110px;
	height: 100px;
	background-image: url('video_control/thumb_back.gif');
	background-repeat: no-repeat;
	margin-top: 4px;
	margin-right: 5px;
	color: black;
}

.NEWvcThumbnail {
	float: left;
	display: inline;
	width: 110px;
	height: 120px;
	background-image: url('video_control/thumb_back.gif');
	background-repeat: no-repeat;
	margin-top: 4px;
	margin-right: 5px;
	color: black;
}

.vcPreview {
	border-style: solid;
	border-color: transparent;
	border-width: 0px;
	margin-left: 3px;
	margin-top: 11px;
	width: 104px;
	height: 74px;
}

#vcHelptext {
	color: #990000;
	font-weight: bold;
}

.vcHead {
	color: #990000;
	font-size: 1em;
}
