body {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
} 

a:link {


  font-family: Verdana, Arial;
  font-size: 10pt;
  color:#660000;
  font-weight: bold;
  text-decoration: none 
}

a:visited,active {
  font-family: Verdana, Arial;
  font-size: 10pt;
  color:#660000;
  font-weight: bold;
  text-decoration: none 
}

a:hover {

  color: #999999;
  font-weight: bold;
  text-decoration: none
}

td {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

th {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.errormsg {
	color: #ff0000;
}

.sm {
  font-family: Verdana, Arial;
  font-size: 8pt;
  color:#000000;
}

/* 
	http://www.endprod.com/colors/ 
	these next two styles are used when rendering tables with lots of rows
*/
.alternatingrowone {
	background-color: #CCCCCC;
}

.alternatingrowtwo {
	background-color: #F0F0F0;
}

/* 
	this style is used when displaying and editing consult pieces -TVO
*/
.consultemphasis {
	color: #DD0806;
	font-weight: bold;
}

/* 
	this style is used when displaying a message to a user after the system performs an action -TVO
*/
.messageforuser {
	color: #006666;
}

/* 
	among other places, this is used when warning users that something will take a while -TVO
*/
.warningforuser {
  color: #ff0000;
	font-style: italic; 
	font-weight: bold;
}

/* 
	this style is used to prevent the 'print' and 'close' buttons from printing with the consult pieces -TVO
*/
@media print {
	.noprint { display : none }
}
.inputHeader {
	background-color: #990000;
	color: white;
	font-weight: bold;
	text-align: right;
	width: 100px;
}
.inputBody {
	background-color: #cccccc;
	width: 250px;
}
/*******************************************************************
 Styles for adding/editing/viewing tables 
 *******************************************************************/
.tableHeading {
	font-size: 12px; 
	font-weight: bold; 
	border-bottom: 1px solid black; 
	background-color: #990000; 
	color: white;
}
.inputHeaderDenied {
	background-color: #990000;
	color: white;
	font-weight: bold;
	text-align: center;
	width: 100px;
}
