.fields {
	width: 235px;
	color: #4467B0;
}

.label {
	width: 200px;
	font-size: 12px;
	color: #4467B0;
	font-weight: bold;
}

.helptext {
	font-size: 10px;
	color: #4467B0;
}

.errorMessage {
	width: 75%;
	color: red;
	background-color: yellow;
	
}

.fieldwidth {
	width: 145px;
}

table#body_table th {
	background-image: url("enterprisebar_small.png");
	background-repeat: repeat-x;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

table#body_table th  a:link,table#body_table th  a:active, table#body_table th a:VISITED {
	color: white;
}


table#body_table th  a:HOVER {
	color: white;
	font-weight: lighter;
}

div#holder {
	background-color: #FFFFFF;
	border: 1px solid #D7D7D7;
	margin: 10px auto;
	position: relative;
	width: 1024px;
}

.breadcrumbs a:LINK,.breadcrumbs a:ACTIVE,.breadcrumbs a:VISITED {
	color: green;
}

.breadcrumbs a:HOVER {
	color: green;
	font-weight: bold;
}

.vpptableHeader{}
.dateclass{}
.deptclass{}
.contactclass{}
.currencyclass{text-align :right;}
.checknumberclass{}
.actionclass{}
.vendorclass{ margin: 30px;}
.invoicedateclass{width: 95px;}
.invoicenumberclass{width: 75px;}
.invoicelnnumberclass{width: 75px;}
.spaceclass{margin-left: 0.25em;  margin-right: 0.25em; }
.unitclass{}
.objectclass{}

.fieldnums {
	width: 200px;
	color: #4467B0;
}

.labelnums {
	width: 175px;
	font-size: 12px;
	color: #4467B0;
	font-weight: bold;
}
.helptextnums {
	font-size: 10px;
	color: #4467B0;
}
.currencyFields{
	width: 50px;
}
.mypopup{
	display: block; 
	float:left;
	position: relative; 
	left: 0px; 
	top: 0px;
	border: solid black 1px; 
	padding: 1px; 
	background-color: rgb(255,255,225); 
	text-align: justify; 
	font-size: 12px;
	width: 250px;
}

.question {
	width: 600px;
	color: #4467B0;
	font-weight: bold;
}

.answer {
	width: 600px;
	color: #4467B0;
}

.LockOff { 
   display: none; 
   visibility: hidden; 
} 

.LockOn { 
   display: block; 
   visibility: visible; 
   position: absolute; 
   z-index: 999; 
   top: 0px; 
   left: 0px; 
   width: 105%; 
   height: 105%; 
   background-color: #ccc;
   line-height: 1600px;
   text-align: center;
   font-size: 20px;
   color: red;
   font-weight: bold; 
   padding-top: 20%; 
   filter: alpha(opacity=75); 
   opacity: 0.75; 
} 