﻿/* no underlines on links */
a {text-decoration: none;
}

/* no display of certain sections */
div#decnav {display: none; /* dec home tab */
}
div#topnav {display: none; /* top nav bar */
}
div#topline, div#botline {display: none; /* top and bottom small green stripe */
}
div#breadcrumbs {display: none; /* breadcrumbs */
}
div.hide {display: none; /* hide sections in reports */
}
/* get rid of side navigation */
div#menu {display: none;
}
/* move the box over */
div#box {margin-left: 0;
}

/* deal with various borders */
div#masthead {border-bottom: 1px solid black; border-width: 0 0 1px 0; /* line below masthead, not above */
}
div#core {border: 0; /* green vertical stripe */
}
div#footer {border-top: 1px solid black; /* line above footer */
}

/* content elements */
div#buttons {display: none; /* hyperlink or command button sections */
}
div.tabletop {display: none; /* the button location on top of tables */
}
tr.rowTop td, tr.rowTop th {border: 1px solid black; border-width: 0 0 2px 0; /* solid line under header row */
}

/* REPORT tables */
table.dataReport {font: 10px Arial, Helvetica, sans-serif; width: 100%; 
	border-top: 1px solid black;
	margin-left: 0px; 
}
table.dataReport td, table.dataReport th {
	padding: 0.1em 0.3em; background-color: "#e3e3e3";
}	

table.dataReport td.clrGrey { background: #efefef;
}

