@import url("./video.css");

.clearfix:after
{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

div.paddedContent{
	text-align: left;
}

div.paddedContent div.previewImage {
    float: left;
    padding-right: 4px;
}

div.paddedContent div.description {
	margin-bottom: 10px;
}
div.paddedContent div.info {
	color: gray;
	line-height: 15px;
}

div.contentBoxHeader br.clear {
	clear: both;
	line-height: 1px;
}

div.contentBoxHeader div.author {
    float: right;
}

a.submit {
    margin-right: 5px;
}

.adminCategories .tag{
	height: 18px;
	white-space: nowrap;
	color: #2b2b2b;
}
.adminCategories .tag label{
	padding: 2px 4px 2px 4px;
	margin: 0px;
}
.adminCategories .tag label.selected{
	font-weight: bold;
	color: white;
	background-color: #708090;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

div.videos h3
{
	float: left;
	width: 70%;
}

