@CHARSET "UTF-8";

/* Buttons */
.buttons, .buttons:link, .buttons:visited, a.buttons, a.buttons:link, a.buttons:visited, #file_name {
	background-color: #fbfcfc;
	border: 2px solid #74b2e2;
	color: #2a7db9;
	display: inline-block;
	font-family: arial;
	font-size: 14px;
	font-weight: 700;
	text-decoration: none;
	line-height: 1.138em;
	margin: 5px;
	padding: 6px 7px;
	cursor: pointer;
	overflow: visible; /* IE Fix for width */
	border-radius: 4px;
}

.buttons:hover, a.buttons:hover {
	background-color: #2779aa;
	border: 2px solid #aed0ea;
	color: #fff;
	text-decoration: none;
}

.buttons:active, a.buttons:active {
	background-color: #5bb9ee;
	border: 2px solid #74b2e2;
	color: #fff;
}

/* Upload */
#upload_type {
	color: #2a7db9;
	background: #fff;
}

#upload_button {
	margin-left: -5px;
}

/* Paginator */
#paginator {
	display: inline-block;
	position: absolute;
	right: 5px;

}

p.paginator_results {
	display: inline-block;
	margin: 10px 5px 5px 15px;
}