
/* stylesheet for the template library */


.mlayout-library {
	
}

.mlayout-library .mblocks-menu-inner {
	float: left;
	width: 100%;
	margin: 0px 0px 10px 0px;
}

.mlayout-library .disclaimer {
	color: #999;
	font-size: 8pt;
	float: left;
	clear: both;
	width: 100%;
}

/*.mlayout-library .title-page {
	float: left;
	width: 100%;
}

.mlayout-library .title-page .wrp {
	width: 100%;
	padding: 10px 0px 10px 0px;
	background-color: #f4f9fd;
}

.mlayout-library .title-page span {
	padding: 0px 10px 0px 10px;
}

.mlayout-library .title-page .bg {
	float: right;
	margin: -45px 0px 0px 0px;
	width: 100px;
	height: 55px;
	background: url(/resources/images/deco/title-bg.png) no-repeat center;
}

.mlayout-library .title-page .icon {
	float: right;
	clear: both;
	margin-top: -75px;
	margin-right: -15px;
	padding-left: 10px;
}*/





.mlayout-library .content {
	float: left;
	clear: both;
	width: 100%;
}

/* stylesheet for the template list */


.articles-list {
	float: left;
	width: 100%;
	margin-bottom: 15px;
	font-size: 8pt; 
	color: #999;
}

.articles-list .date {
	font-size: 10pt;
	margin: 3px 0px 4px 0px;
}

.articles-list .image {
	margin-top: 5px;
}

.articles-list h2 {
	margin-bottom: 10px;
	text-transform: none;
}

/*.articles-list .link {
	text-align: right;
}*/

.articles-list a:link, 
.articles-list a:visited, 
.articles-list a:active {
	font-size: 9pt;
	text-decoration: underline;
}

.articles-list a:hover,
.articles-list a:visited:hover {
	font-size: 9pt;
	text-decoration: none;
}

