/***
 * TYPO
***/

.page .snippet {
	font-size: 0.9em;
}

/*
 * Upload Progress Bar
 */
.progresscontainer, .progresscontainer_finished {
	width: 300px;
	height: 15px;
	background-image: url(../img/progress_anim.gif);
	background-position: top right;
	background-repeat: no-repeat;
	border: 1px solid #8b3232;
}

.progresscontainer_finished {
	background-image: url(../img/progress_finished.gif);
}

.progressbar {
	width: 0px;
	height: 15px;
	background-image: url(../img/progress_done.gif);
	background-position: top left;
	background-repeat: no-repeat;

	/* IE fix: */
	font-size: 0.1em;
}

.input {
	margin-bottom: 10px;
	width: auto;
	font-family: Verdana, "Bitstream Vera Sans", sans-serif;
	font-size: small;
}

.editor_form label {
	font-weight: bold;
  font-size: 0.9em;
  display: block;
  padding: 0 0 3px;
  opacity: 0.3;
}

.editor_form textarea {
	height: 30em;
	width: 100%;
	box-sizing: border-box;
}

.editor_form textarea.reduced {
	height: 10em;
}

.data {
	margin-left: 20px;
}

.page {
	padding: 0 0.5em 0 0;
	height: 110px;
}

.page .img {
	float: left;
	width: 150px;
	height: 100px;
	text-align: center;
	margin-right: 0.5em;
	background-color: #f2cfcf;
	overflow: hidden;
}

.page .title {
	font-size: 1.2em;
	padding-bottom: 0.4em;
}

.page .actions {
	padding-top: 0.3em;
	font-size: 0.8em;
}

.invisible_tag, .visible_tag {
	background-color: black;
	color: white;
	font-weight: bold;
	padding: 0.3em;
}

.visible_tag {
	background-color: green;
}

.page_small {
	height: 60px;
	float: left;
	width: 300px;
}

.page_small .img {
	width: 75px;
	height: 50px;
}

.page_small .title {
	font-size: 1.2em;
	padding-bottom: 0.2em;
}

.page_small .actions {
	padding-top: 0.1em;
}

.page_selected .img {
	background-color: #e79d9c;
}

.page_selected .title {
	font-weight: bold;
	background-color: #EEE;
}

.page_selected .editing_tag {
	font-size: 0.6em;
}

.page_small a.add {
	float: left;
	display: block;
	width: 75px;
	height: 50px;
	background-image: url(../img/add_tease.gif);
	text-decoration: none;
}
