/*  ===== modules ============================================ */
 
.module {
	width: 340px;
	padding: 0;
	padding-left: 20px;
	padding-right: 20px;
	margin: 0;
	margin-left: auto;
	margin-right: auto;
	border-bottom: 2px dotted white;
}
 
.module img {
	margin-right: 10px;
	border: 0;
	float: left;
}
 
.module p {
	font-size: 10pt;
}
 
.module h3 {
	margin: 0;
	padding: 0;
	margin-bottom: 5px;
}

.module div.autor {
	margin: 0;
	padding: 0;
	text-align: justify;
	line-height: 14px;
	font-size: 7pt;
	color: gray;
}
 
.module div.titulok {
	margin: 0;
	padding: 0;
	text-align: justify;
	line-height: 14px;
	font-size: 10pt;
}
 
.module div.titulok a {
	color: black;
}
 
.module div.titulok small {
	font-size: 7pt;
	color: gray;
}
 
.module div.hr, .hr {
	margin-top: 5px;
	margin-bottom: 5px;
	border-bottom: 1px dotted #ccc;
	align: center;
}

/*  --------------------------------------------------------  */

.myTabs_title {
	padding: 0;
	margin: 0;
	padding-top: 15px;
	padding-bottom: 4px;
//	margin-bottom: 15px;
	text-align: center;
}
 
.myTabs_title li {
	list-style-type: none;
	display: inline;
	color: white;
	font-size: 8pt;
	font-weight: bold;
	line-height: 10pt;
	text-align: center;
	text-decoration: none;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-right: 1px;
	margin-left: 0px;
	opacity: 0.5;
	cursor: pointer;
}

#myTabsRNM .myTabs_title li {
	font-size: 12pt;
	background-color: black;
} 

.myTabs_title li.over {
}
 
.myTabs_title li.active {
    opacity: 1.0;
}
 
.myTabs_title li.first {
	background-image: url('/include/images/module-first.png'); 
	background-repeat: no-repeat; 
	background-position: top left;
}
 
.myTabs_title li.last {
	background-image: url('/include/images/module-last.png'); 
	background-repeat: no-repeat; 
	background-position: top right;
}

/*  --------------------------------------------------------  */
 
.myTabs_panel {
	padding: 20px;
	padding-bottom: 15px;
	margin: 0px;
	margin-bottom: 20px;
	background-image: url("../images/module-content.png");
	background-repeat: no-repeat;
	display: none;
}

.myTabs_panel.active {
	display: block;
}
 
/*  --------------------------------------------------------  */
/*  --------------------------------------------------------  */
 
.more {
	text-align: right;
}
 
.more a {
//	color: COLOR;
	line-height: 12px;
	font-size: 10pt;
	font-weight: bold;
	text-decoration: none;
}
 
.more a:hover {
	text-decoration: underline;
}
 
/*  ===== minibanner ============================================ */
 
#minibanner {
	width: 200px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	margin-bottom: 10px;
}
 
#minibanner img {
	margin-top: 2px;
	margin-bottom: 2px;
}
 
/*  --------------------------------------------------------  */
 
#nojs {
	font-style: italic;
	text-align: center;
}