
/* 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;
}


/* stylesheet for the template menu-main */


.menu {
	padding: 35px 0px 200px 30px;
	/*height: 400px;*/
}

.menu ul {
	list-style: none;
}

.menu ul li {
	padding: 0px 0px 5px 10px;
	font-size: 8pt;
	color: #4b5c75;
}

.menu ul .selected {
	font-weight: bold;
}

.menu ul a {
	font-weight: normal;
}

.menu ul a.level-1:link, 
.menu ul a.level-1:visited, 
.menu ul a.level-1:active,
.menu ul a.cnr:link, 
.menu ul a.cnr:visited, 
.menu ul a.cnr:active,
.menu ul a.level-1:hover,
.menu ul a.level-1:visited:hover,
.menu ul a.cnr:hover,
.menu ul a.cnr:visited:hover {
	text-decoration: none;
	color: #4b5c75;
	font-weight: bold;
}

.menu .ex {
	padding: 0px 10px 0px 0px;
}

/* stylesheet for the template authorize-form */

.mss-authorize-form {
	padding: 9px 0px 0px 23px;
}

.mss-authorize-form .ico {
	margin: 4px 0px 0px 0px;
	width: 28px;
	height: 46px;
	float: left;
	background: url(/resources/images/ico/ico-earth.png) no-repeat top left;
}

.mss-authorize-form .sign {
	padding: 0px 0px 0px 7px;
}

.mss-authorize-form .input {
	padding: 0px 10px 0px 0px;
	position: relative;
}

.mss-authorize-form .input div {
	float: none;
	font-weight: bold;
	font-size: 7pt;
	text-transform: uppercase;
	color: #fff;
	padding: 0px 0px 2px 0px;
}

.mss-authorize-form .sign .ico {
	width: 33px;
	height: 52px;
	float: left;
	margin: 0px 0px 0px 0px;
	background: url(/resources/images/ico/ico-lock.png) no-repeat top left;
}

.mss-authorize-form .actions {
	margin: 20px 0px 0px 5px;
}

.mss-authorize-form .actions input {
	background-color: transparent;
	border: 0px;
	font-weight: bold;
	font-size: 6pt;
	color: #fff;
	text-transform: uppercase;
}


.mss-authorize-form .greetings {
	
}

.mss-authorize-form .greetings .text {
	padding-top: 5px;
	color: #fff;
	font-size: 8pt;
}

.mss-authorize-form .greetings .actions {
	margin: 0px;
	padding: 15px 0px 0px 10px;
}

.mss-authorize-form .greeting .actions input {
	
}


/* stylesheet for the template menu-navigate */


.mblocks-menu-navigate {
	float: left;
	background: url(/resources/images/1x1xE6.gif) repeat-y right;
}

.mblocks-menu-navigate .wrp {
	background: url(/resources/images/blocks/bl-nav-rp.gif) repeat-x bottom;
	float: left;
}

.mblocks-menu-navigate ul {
	float: left;
	padding: 0px 20px 25px 10px;
	list-style: none; 
	background: url(/resources/images/blocks/bl-nav-c-r.gif) no-repeat right bottom;
}

.mblocks-menu-navigate li {
	float: left;
	padding: 5px 3px 0px 3px;
	font-size: 8pt;
	color: #9d9d9d;
}

.mblocks-menu-navigate a:link, 
.mblocks-menu-navigate a:visited, 
.mblocks-menu-navigate a:active {
	font-size: 8pt;
	text-decoration: none;
	color: #9d9d9d;
}

.mblocks-menu-navigate a:hover,
.mblocks-menu-navigate a:visited:hover {
	font-size: 8pt;
	text-decoration: underline;
	color: #9d9d9d;
}

