BODYOLD
 {
	BACKGROUND-COLOR : #9CBACE;
}

.centered {
	text-align: center;
}

.centeredTable {
	margin-left: auto;
	margin-right: auto;
	color: Black;
	FONT-FAMILY : arial,verdana,helvetica;
	font-size : 12px;
	font-weight : normal;
}

.field{
	color: black;
	FONT-FAMILY : arial,verdana,helvetica;
	font-size : 12px;
	font-weight : normal;
}

input.buttonOLD
{
	background-color: #63A7C3;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: normal;
	padding: 0px;
	width:80;
	cursor:hand;
}

.label {
	color: Black;
	FONT-FAMILY : arial,verdana,helvetica;
	font-size : 12px;
	font-weight : normal;
}

.labelWarning{
	color: #CC0000;
	FONT-FAMILY : arial,verdana,helvetica;
	font-size : 12px;
	font-weight : normal;
}

.labelHeading{
	color: Blue;
	FONT-FAMILY : arial,verdana,helvetica;
	font-size : 12px;
	font-weight : normal;
}

.nolineLabel {
	text-decoration: none;
	color: Black;
	FONT-FAMILY : arial,verdana,helvetica;
	font-size : 12px;
	font-weight : normal;
}
.warning
{
	color: ##CC0000;
	font-weight: normal;
}

.listControlOLD
{
	BACKGROUND-COLOR: #003366;
	border :1px inset;
}

.listLabelOLD {
	color: White;
	FONT-FAMILY : verdana,arial,helvetica;
	font-size : 12px;
	font-weight : bold;
	background-color : #003366;
}

.errorMessage
{
	FONT-FAMILY : tahoma;
	font-size : 12px;
	color: black;
	font-weight: bold;	
	background-color:white;
	border : 1px inset;
	padding-left:4px;
}
.readonlyOLD {
	background-color :#9CBACE;
}

/* new styles */

.input_name 
{
	float:left;
	width: 100px; 
}

.input_field
{
	float:left;
}

.input_separator
{
	position:relative; 
	height:15px;
	clear:both;
}

.left_indent
{
	margin-left:10px;
}

