﻿#searchbox {
	text-align : center;
}

#breadcrumbs {
	font-size : 0.8em;
	text-align : center;
}

#sponser {
	width : 400px;
	text-align : center;
	border : 2px solid #C6B6A6;
	padding : 5px 5px;
	background-color : #fffdd5;
}

#clip, #preview, #sponser, #fileList, #categories {
	margin-left : auto;
	margin-right : auto;
	border-collapse : collapse;
}

#clip {
	border : 1px solid #000;
	margin-top : 10px;
}

#categories td, #fileList td, #clip td {
	border-bottom : 1px dotted #000;
}

#preview {
	text-align : center;
	width : 400px;
	margin-top : 10px;
	border : 2px solid #C6B6A6;
	background-color : #fffdd5;
	color : #8E7E6F;
	padding : 5px 5px;
    margin: 0 auto;
    display: table;
}
}

#clip td, #preview td, #sponser td, #fileList td, #categories td {
	padding : 5px 5px;
}

#categories td + td, #fileList td + td {
	text-align : center;
}

#categories {
		margin-bottom : 20px;
}

#actionrow a {
	display : block;
	width : 100px;
	height : 1.5em;
	background-color : #bbb;
	padding : 5px;
	line-height : 1.5em;
	color : #000;
	text-decoration : none;
	border : 1px outset #000;
	margin : 5px;
}

#actionrow a:hover {
	background-color : #ccc;
}

#actionrow a:active {
	border-style : inset;
	padding-left : 6px;
	padding-right : 4px;
}