/* Header for the current category */
.modlinks_currentcategory {
	font-size: 25px;
	color: rgb(166,140,83);
	display:block;
	margin-bottom: 10px;
	font-weight: bold;
}
/* Box around the sub categories */
.modlinks_categorylist{
	border: 1px solid #000000;
	width:600px;
}
/* Sub categori description */
.modlinks_categorydesc{
  display:none;
  visibility:hidden;
}
/* Header for the subcategories */
.modlinks_categoryheader {
	font-size: 18px;
	color: rgb(166,140,83);
	display:block;
	font-style: italic;
	font-weight: bold;
}
/* the sub categori text itself */
.modlinks_category {
	font-size: 12px;
	padding-left: 12px;
	font-weight: bold;
	background: url("/fundanemt/modules/links/insert_layouts/smooth/open.gif") no-repeat;
}
/* Box around the links list */
.modlinks_linkslist{
	width:600px;
	margin-top:25px;
	border: 1px solid #000000;

}
/* Box around the  no-links-in-category text */
.modlinks_nolinkslist{
	width:600px;
	margin-top:25px;
	border: 1px dashed #000000;
        color: #afafaf;
	text-align: center;

}
/* The links header */

.modlinks_linksheader {
	font-style:italic;
	font-size: 18px;
	display:block;
	font-weight: bold;
}
/* The actual link text */

.modlinks_link{
	background: url("/fundanemt/modules/links/insert_layouts/smooth/open.gif") no-repeat;
	padding-left: 12px;
	display:block;
	font-weight:bold;
	
}
/* The link description */
.modlinks_linkdesc{
	display:block;
	font-style:italic;
}
