.buttonstyle{
	cursor:pointer;
	border:outset 2px black;
	background:#999;
	color:#666;
	font-weight:bold;
	padding: 1px 2px;
	background:url(images/buttonstyle.gif) repeat-x left top;
}

.buttonAsLink {
	text-decoration:underline; 
	color:blue;
	border-style: none; 
	background-color:transparent;
	cursor:pointer;
	width:auto;
}

table.tbl {
  background: whitesmoke;
  border-collapse: collapse;
}
table.tbl th {
  border: 2px slategray solid;
  background-color: #000080;
  color:white;
  text-align: left;
  height:15px;
  line-height:15px;
  text-align:center;
}
table.tbl tr.alt{
  background-color:#dcdcdc;
}
table.tbl td {
  border: 2px slategray solid;
  height:auto;
  width:auto;
  font-size:smaller;
}

.adminonly {
  color:green;
  font-weight:bold;
}


