a img { border: 0; }
body {
 margin: 0;
 padding: 0;
 background: #fff;
 color: #000;
}
div {
 position: relative;
}
em { font-style: italic; }
strong {
 font-weight: bold;
}
body, div, th, li, dt, dd {
 /* default font size */
 font: normal 11px/1.6em Verdana, Helvetica, Arial, sans-serif;
}
td {
 /* default font size */
 font: normal 10px/1.2em Verdana, Helvetica, Arial, sans-serif;
}

/* dropdown menu styles */
.pnmgMenu {
  position: absolute;
  top: 122px;
  left: 571px;
  background: #fff;
  width: 190px;
  display: none; /* by default this isn't shown */
}

.required {
	font-weight: bold;
}
.error { color: red; font-weight: bold; }
.hr hr { display: none; width: 500px; }
.hr {
 height: 1px;
 background: #000;
 width: 500px;
 overflow: hidden;
}


/* cascading menu styles */

a.dropMenu		    	{	color: #037; 
						font-size: 10px }

a:hover.dropMenu		{	color: #edb;
						font-size: 10px }

a:active.dropMenu		{	color: #edb;
						font-size: 10px }
						
#oil, #rigcount {
  border-left:3px solid #b80;
}
#oil { border-right:3px solid #b80; border-bottom:3px solid #b80; }