/* blue */

a:link, a:visited {
	color: blue;
	font-weight: bold;
	text-decoration: underline;
}

a:hover {
	color: black;
	font-weight: bold;
	text-decoration: none;
}

a.active{
  color: black;
}


/* pathaway */
/*#pathway a:link, a:visited {
	font-size: 10px;
	color: black;
	font-weight: bold;
	text-decoration: underline;
}

#pathway a:hover {
	font-size: 10px;
	color: #970000;
	font-weight: bold;
	text-decoration: none;
}*/

#pillmenu a:link, #pillmenu a:visited {
  color: black;
}
#pillmenu a:hover {
  color: black;
}

#pillmenu ul li.active a {
  color: #008396!important;
}
#pillmenu a#active_menu-nav {
  background: url(../images/blue/mw_menu_active_bg.png) repeat-x;
  color: #975050;
  font-weight: bold;
}

#pillmenu a#active_menu-nav:hover {
  color: black;
  font-weight: bold;
}

h3, .componentheading, table.moduletable th {
  color: #008396;
}

div.module_menu {
	background: url(../images/blue/mw_box_br.png) 100% 100% no-repeat;
}

div.module_menu div {
	background: url(../images/blue/mw_box_bl.png) 0 100% no-repeat;
}

div.module_menu div div {
	background: url(../images/blue/mw_box_tr.png) 100% 0 no-repeat;
}

div.module_menu div div div {
	background: url(../images/blue/mw_box_tl.png) 0 0 no-repeat;
}

.border {
	border:1px solid #000000!important;
}

.borderb {
	border-bottom:1px solid #000000!important;
}

.borderl {
	border-bottom:1px solid #000000!important;
}