/* black */
a:link, a:visited {
	color: #000000;
}

a:hover {
	color: #000000;
}

#pillmenu a:hover {
  color: #000000;
}

#pillmenu a#active_menu-nav {
  background: url(../images/black/mw_menu_active_bg.png) 0 0 repeat-x;
  color: #fff;
}

#pillmenu a#active_menu-nav:hover {
  color: #fff;
}

h3, .componentheading, table.moduletable th {
  color: #000000;
  text-align: center;
  border-bottom: 1px solid #000000;
  width: 90%;
}

div.module_menu h3 {
	color: #FFFFFF;
  text-align: center;
  border-bottom: 1px solid #FFFFFF;
  width: 90%;
}

div.module_menu {
	background: url(../images/module_menu.jpg) 0 0 repeat-y;
}

div.topmodule_menu {
	background: url(../images/topmodule_menu.jpg) 0 0 no-repeat;
	height: 16px;
}

div.bottommodule_menu {
	background: url(../images/bottommodule_menu.jpg) 0 0 no-repeat;
	height: 15px;
}

div.module {
	background: url(../images/module.jpg) 0 0 repeat-y;
	font-size: 12px;
	font-weight: bold;
}

div.module div, div.module_menu div {
	padding-left: 15px;
}

div.topmodule {
	background: url(../images/topmodule.jpg) 0 0 no-repeat;
	height: 16px;
}

div.bottommodule {
	background: url(../images/bottommodule.jpg) 0 0 no-repeat;
	height: 15px;
}

div.titulo {
	width: 90%;
	text-align: center;
}

div.module form div {
	padding-left: 0px;
}