/******************************************************************************
 * Styles specific to the Verdi Portal page
 *****************************************************************************/

div.MarginAll {
	margin: 10px;
}

table.InnerPortal {
	background-color: #a4af8d;
}

td.GreenBorder {
	border-color: #4A601C;
	border-style: solid;
	border-width: 1px;
	margin: 0px;
	padding: 0px;
	background-color: white;
}

div.NavPad {
	padding-top: 30px;
	padding-right: 10px;
	padding-left: 25px;
}

div.NavBox {
	border-bottom-color: #4A601C;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	width: 198px;
	height: 98px;
	font-size: 8pt;
	color: #878787;
}

#NoBorder {
	border-style: none;
}

a.PortalNav {
	color: #7f7f7f;
	text-decoration: underline;
	font-weight: bold;
}

a.PortalNav:link { color: #7f7f7f; }
a.PortalNav:visited { color: #7f7f7f; }
a.PortalNav:hover { color: black; }
