/* @override http://petadvisory.com:8888/site/templates/petadvisory/css/blue.css */


a:link, a:visited {
	color: #16007a;
}

a:hover {
	color: #000;
}

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

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

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

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

div.module_menu div div div {
	background: url(../images/black/mw_box_tl.png) 0 0 no-repeat;
}
h3{
	color: #1f2191;
}
a.readon,
a.readmore{
	color: #4e4527;
}
/*****************************************/
/*** messagefeed                       ***/
/*****************************************/
table.messagefeed {
	background-color: #4b69cc;
	
	border-color: #000;
}
table.messagefeed tbody tr td div table.moduletable tbody tr td strong a {
background-color: #16007b;
	color: white;
}
table.messagefeed li a {
	color: white;
}