/**
* Specific CSS for the module
*
* @copyright	http://smartfactory.ca The SmartFactory
* @license		http://www.gnu.org/licenses/old-licenses/gpl-2.0.html GNU General Public License (GPL)
* @since		1.0
* @author		marcan aka Marc-André Lanciault <marcan@smartfactory.ca>
* @version		$Id$
*/
.library_headertable {padding: 0; margin: 0; border-bottom: 1px solid; margin-bottom: 10px;}
.library_modulename {font-size: 0.8em; text-align: left; font-weight: bold; padding-right: 0.3em; line-height: 18px;}
.library_breadcrumb {font-size: 0.8em; line-height: 18px;}
.library_adminlinks {padding-top: 15px; padding-bottom: 5px; font-size: 0.8em; text-align: center; line-height: 18px;}

.library_separator {
	margin-bottom: 1em;
}

.library_publication_container {
	overflow: auto;
}

/* For publication covers etc */
.library_publication_image {
	float: right;
	margin: 0em 0em 1em 1em;
	border: solid;
	border-color: #000000;
	border-width: 1px;
}

/* Used specifically for image-type publications, which need to be displayed differently */
.library_publication_image_type {
	float: left;
	margin: 0em 1em 1em 0em;
	border: solid;
	border-color: #000000;
	border-width: 1px;
}

.library_publication_metadata {
	float: right;
	margin: 0em 0em 1em 1em;
	padding: 1em;
	background-color: #ccccff;
	border: solid;
	border-color:#000000;
	border-width: 1px;
	font-size: 0.8em;
}

.library_subcategories {
	font-size: 0.8em;
	margin:1em 0em 1em 0em;
}

.library_comment_container {
	margin-bottom: 35px;
}