	A.buttonized {
		background-color: #ECE9D8;
		border: 1px solid #BBBBBB;
		
		padding-top: 1px;
		padding-left: 3px;
		padding-right: 3px;
		padding-bottom: 1px;
		
		color: #000000;
		font-size: 12px;
		
		text-decoration: none;
		
	}

	DIV#pageBody.videoList DIV.panel {
		border: 1px solid #7490A6;
		padding: 4px;
		background-color: #EDF0F3;
		margin-bottom: 4px;
		
		height: 18px;
		
		margin-bottom: 10px;
	}

	DIV#pageBody.videoList DIV.panel FORM {
		float: left;
	}
	
	DIV#pageBody.videoList DIV.panel FORM INPUT {
		margin: 0px;
	}	
	
	DIV#pageBody.videoList DIV.panel FORM INPUT#searchText {
		width: 400px;
	}
	
	DIV#pageBody.videoList DIV.panel A.left {
		float: left;
	}	
	
	DIV#pageBody.videoList DIV.panel A.right {
		float: right;
	}	
	
	DIV#pageBody.videoList DIV.panel A.adminButton {
		display: block;
		color: #5F2E03;
		background-color: #FEDB34;
		border: 1px solid #ECC101;
	}
	
	DIV#pageBody.videoList DIV.videos DIV.video {
		border: 1px solid #7490A6;
		
		padding-top: 10px;
		padding-left: 5px;
		padding-right: 5px;
		padding-bottom: 10px;
		
		height: 94px;
		
		margin-bottom: 10px;
		
		background-color: #FEFEFE;
	}
	
	DIV#pageBody.videoList DIV.videos DIV.video  DIV.previewImage {
		border: 1px solid #999999;
		width: 122px;
		height: 92px;

		float: left;
	}
	
	DIV#pageBody.videoList DIV.videos DIV.video  DIV.previewImage A IMG {
		border: 1px solid #FFFFFF;
	}
	
	DIV#pageBody.videoList DIV.videos DIV.video  DIV.text {
		
		margin-left: 10px;
		margin-right: 10px;

		float: left;
		
		width: 347px;
		height: 94px;
		
		overflow: hidden;
	}	
	
	DIV#pageBody.videoList DIV.videos DIV.video  DIV.text DIV.title {
		
		font-size: 18px;
	}	
	
	DIV#pageBody.videoList DIV.videos DIV.video  DIV.info {
		
		padding-left: 4px;
		
		width: 76px;
		height: 94px;
		
		border-left: 1px solid #999999;
		
		float: left;
		
		overflow: hidden;
	}	
	
	DIV#pageBody.videoList DIV.videos DIV.video  DIV.info SPAN.value {
		white-space: nowrap;
	}
	
	
	DIV.videoPlayer {
		margin-bottom: 10px;
	}
	
	DIV.noVideo {
		padding: 20px;
		text-align: center;
		font-style: italic;
		font-size: 20px;
	}
	
	DIV#pageBody.video TEXTAREA#description {
		width: 402px;
		height: 150px;
	}
	
	
	TABLE.categoryTags  {
		margin-bottom: 5px;
	}
	
	TABLE.categoryTags TR TD A {
		color: #FFEEDD;
		text-decoration: none;
		font-weight: bold;
	}
	
	
	TABLE.categoryTags TR TD {
		background-color: #446688;
		border: 1px solid black;
		
		padding-top: 3px;
		padding-left: 10px;
		padding-right: 10px;
		padding-bottom: 3px;
		
		
	}	
	
	TABLE.categoryTags TR TD.allVideos  A {
		color: #5F2E03;
		text-decoration: none;
		font-weight: bold;
	}
	
	
	TABLE.categoryTags TR TD.allVideos {
		background-color: #42E21A;
		border: 1px solid #000000;
		
		padding-top: 3px;
		padding-left: 10px;
		padding-right: 10px;
		padding-bottom: 3px;
		
	}		
	TABLE.categoryTags TR TD.adminButton  A {
		color: #5F2E03;
		text-decoration: none;
		font-weight: bold;
	}
	
	
	TABLE.categoryTags TR TD.adminButton {
		background-color: #FEDB34;
		border: 1px solid #ECC101;
		
		padding-top: 3px;
		padding-left: 10px;
		padding-right: 10px;
		padding-bottom: 3px;
		
	}	
	
	TABLE.categoryTags TR TD.selected {
		background-color: #D0DCE0;
		border: 1px solid #ECC101;
		
		padding-top: 3px;
		padding-left: 10px;
		padding-right: 10px;
		padding-bottom: 3px;
	}
	
	TABLE.categoryTags TR TD.selected  A {
		color: #5F2E03;
		text-decoration: none;
		font-weight: bold;
	}	
	
	.videoPlayer{
		text-align: center;
	}
	
	.videoActionSepa{
		color: silver;
	}

	
	.videoPlay .share-bar-header {
		background-image: url(../images/av-share-bar-bg.png);
		background-position: left top;
		background-repeat: repeat-x;
		height: 35px;
		margin: 10px 0 1px 0;
	}
	.videoPlay .share-bar-header .clear{
		height: 0px;
		clear: both;
		float: none;
	}
	.videoPlay .share-bar-header .title{
		background-image: url(../images/minus-gray.png);
		background-position: 10px 10px;
		background-repeat: no-repeat;
		line-height: 35px;
		float: left;
		padding-left: 35px;
		cursor: pointer;
	}
	.videoPlay .share-bar-header .title.closed{
		background-image: url(../images/plus-gray.png);
	}
	.videoPlay .share-bar-header .externalShare.addthis-share {
		float: right;
		margin: 10px;
	}
	.videoPlay .share-bar-header .externalShare.addthis-share a,
	.videoPlay .share-bar-header .externalShare.addthis-share a:hover{
		color: #000000;
		text-decoration: none;
		text-transform: lowercase;
	}
	
	
	#videoShare{
		background-color: #f2f2f2;
		border: 1px solid silver;
		padding: 10px;
		display: none;
	}
	
	#videoShare .message,
	#videoActions .message{
		background-color: #ffff99;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 11px;
		padding: 3px;
		text-align: center;
		border: 1px solid #ababab;
	}
	
	
div.embedsize {
	margin-top: 1.7em;
}
