
/* stylesheet for the template board */
.mblocks-board {
	
}

.mblocks-board .links {
	float: right;
	font-size: 8pt;
	text-align: right;
	width: 100%;
}

.mblocks-board .links div {
	font-size: 8pt;
}

.mblocks-board .links a {
	font-weight: bold;
	font-size: 9pt;
}


/* stylesheet for the template list */

.ads-list {
	margin: 0px 0px 30px 0px;
	float: left;
	width: 100%;
	color: #999;
}

.ads-list h5 {
	margin-bottom: 10px;
	text-transform: none;
}

.ads-list a:link, 
.ads-list a:visited, 
.ads-list a:active {
	font-size: 9pt;
	text-decoration: underline;
}

.ads-list a:hover,
.ads-list a:visited:hover {
	font-size: 9pt;
	text-decoration: none;
}

.ads-list .title {
	
}

/*.ads-list .view {
	text-align: right;
	display: block;
	margin-top: 10px;
}*/

/* 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;
}

