html, body {
    font-family:     Verdana, "Bitstream Vera Sans", "Lucida Sans", Arial, Helvetica, sans-serif;
   font-size:       70%;	/* Allow IE/Win to resize the document */
	margin: 0px;
	padding: 0px;
	border: 0px;
}
#header, #sidebar, #company, #footer {
  background:#efefef;
	}
#sidebar li {
	white-space: nowrap;
	font-size: 70%;
	}
#sidebar ul {
   list-style:      none outside;
   margin:          0.5em 0;
   padding:         0;
}
#sidebar a.item {
  margin:0;
  padding:0px;
  text-decoration:none;
  line-height:normal;
  }
#sidebar a:hover {
  background:url("../images/bluedot.gif");
  background-repeat: repeat-x repeat-y;
  }
#sidebar a.item span {
  padding-left:5px;
  padding-right:5px;
  margin-right:5px;
  }
#tabsG {
  float:left;
  width:100%;
  font-size:70%;
  line-height:normal;
  background:#efefef;
  border-bottom:1px solid #666;
  }
#tabsG ul {
  margin:0;
  padding:10px 10px 0 50px;
  list-style:none;
  }
#tabsG li {
  display:inline;
  margin:0;
  padding:0;
  }
#tabsG a {
  float:left;
  background:url("../images/tableftG.gif") no-repeat left top;
  margin:0;
  padding:0 0 0 4px;
  text-decoration:none;
  }
#tabsG a span {
  float:left;
  display:block;
  background:url("../images/tabrightG.gif") no-repeat right top;
  padding:5px 15px 4px 6px;
  color:#FFF;
  }
#tabsG a.highlight {
	font-weight: bolder;
	}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#tabsG a span {float:none;}
/* End IE5-Mac hack */
#tabsG a:hover span {
  color:#FFF;
  }
#tabsG a:hover {
  background-position:0% -42px;
  }
#tabsG a:hover span {
  background-position:100% -42px;
  } 
#tabsI {
  float:left;
  width:100%;
  background:#EFF4FA;
  font-size:70%;
  line-height:normal;
  border-bottom:1px solid #DD740B;
  }
#tabsI ul {
  margin:0;
  padding:10px 10px 0 50px;
  list-style:none;
  }
#tabsI li {
  display:inline;
  margin:0;
  padding:0;
  }
#tabsI a {
  float:left;
  background:url("/pdmrmt/images/tableftI.gif") no-repeat left top;
  margin:0;
  padding:0 0 0 5px;
  text-decoration:none;
  }
#tabsI a span {
  float:left;
  display:block;
  background:url("/pdmrmt/images/tabrightI.gif") no-repeat right top;
  padding:5px 15px 4px 6px;
  color:#FFF;
  }
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#tabsI a span {float:none;}
/* End IE5-Mac hack */
#tabsI a:hover span {
  color:#FFF;
  }
#tabsI a:hover {
  background-position:0% -42px;
  }
#tabsI a:hover span {
  background-position:100% -42px;
  }

  
img {
	border: none;
	} 
input, select, textarea{
	font: small Arial, Helvetica, sans-serif;
	font-size: 70%;
/* 	padding:0;  */
/*	margin:0; */
/*	border:gray; */
}
input.chk {
	margin:0;
	}
table.data {
	font-size: 60%;
	background-color: white;
}
table.data tr:hover {
	background-color: yellow;
	}
	
table.data a:hover {
	background-color: yellow;
	}
	
td.pagercurrentsort {
	background-color: #ffeeee;
	color: white;
}
td.pagercurrentsort a {
	text-decoration: none;
	color: black;
	font-weight: bolder;
}
td.pageravailsort {
	background-color: #eeffee;
	color: white;
}
td.pageravailsort a {
	text-decoration: none;
	color: green;
	font-weight: bolder;
}
td.pagernosort {
	background-color: white;
	color: black;
}
td.pre {
	font-family: "Lucida Console" monospace;
	}
th {font-size: 75%};

form.lookup {
	background-color: #ffeeee;
	border: thin solid gray;
}
/* form.lookup td {
	font-size: 70%;
} */
/* table.form th {
	font-size: 70%;
	} */


@media print { .notPrinted { display: none; } }
