.fileContainer {
	position: relative;
	border: thin solid #2B2E7D;
	margin-bottom: 10px;
	width: 80%;
	margin-top: 10px;
	padding: 5px;
	overflow: auto;
}

.fileIcon {
	width: 16px;
	height: 16px;
	float: left;
	margin-right: 3px;
}

.fileTitle {
	width: 180px;
	float: left;
	height: 16px;
	text-indent: 20px;
}

.fileName {
	clear: both;
	float: left;
}

.filePostDate {
	float: right;
	height: 16px;
}

.fileCreateDate {
	float: right;
}

.fileSize {
	width: 84px;
	float: left;
}

.fileKeywords {
	margin-top: 5px;
}

.fileAuthor {
	clear: both;
	width: 200px;
}

.fileDescription {
	clear: both;
	padding-top: 5px;
	width: 100%;
}

.docCategoryTitle {
	width: 100px;
	padding-top: 5px;
	padding-left: 5px;
	font-size: 12px;
	float: left;
}

.docCount {
	width: 150px;
	padding-top: 5px;
	padding-left: 5px;
	font-size: 12px;
	float: right;
}

.docCategoryDesc {
	width: 300px;
	padding-top: 5px;
	padding-left: 5px;
	font-size: 12px;
	float: left;
}

#searchHeader {
	width: 80%;
	overflow: auto;
}

#catFilterBox {
	padding-top: 10px;
	padding-bottom: 10px;
	float: left;
}

#catFilterLabel {
	height: 20px;
	font-weight: bold;
}

#catFilterSelect {
	height: 20px;
	margin-left: 5px;
}

#docSearchBox {
	padding-top: 10px;
	float: right;
}

#docSearchSubmit {
	height: 20px;
	margin-left: 5px;
	font-size: 11px;
}

#docSearchText {
	height: 20px;
}