

.shared-form-text,
.shared-form-header,
.shared-form-message{
color: #000000; 
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
font-weight: none;
}

.shared-form-header,
.shared-form-message {
font-size: 11px;
font-weight: bold;
}

.shared-form-message {
color: #990000;
}

.shared-form-disabled-field,
.shared-form-disabled-field-red {
background-color: #DDDDDD;
color: #999999;
}

.shared-form-disabled-field{
color: #999999;
}

.shared-form-disabled-field-red{
color: #000000;
background-color: #ffffdd;
}

.shared-form-enabled-field {
background-color: #FFFFFF;
color: #000000;
}

.popup-header {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
font-weight: bold;
text-transform: uppercase;
color: white;
background-color: #336699
}

.popup-text,
.popup-text-bold,
.popup-message {
color: #000000; 
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
font-weight: none;
}

.popup-text-bold {
font-weight: bold;
}

.popup-message {
color: #990000; 
font-weight: bold;
}


.remove-bold{	
font-weight: normal;
}

/****************************************************************************/
/*****							DISPLAY TABLE							*****/
/****************************************************************************/
.display-table-text,	
.display-table-text-bold,	
.display-table-text-disabled,	
.display-table-row1,
.display-table-row1-disabled,
.display-table-row1-selected,
.display-table-row2,
.display-table-row2-disabled,
.display-table-row2-selected,
.display-table-header,
.display-table-required,
.display-table-message		{	font-family:			verdana, arial, helvetica, sans-serif;
								font-size:				0.7em;
								font-weight:			normal;
								color:					#000000;}
								
.display-table-row1			{	background-color:		#dddddd;
								color:					#000000;}
								
.display-table-text-bold	{	font-weight:			bold;}
								
.display-table-text-disabled	{	color:					#bbbbbb;
									font-style:				italic;}
								
.display-table-row1-disabled	{	background-color:		#dddddd;
									color:					#aaaaaa;
									font-style:				italic;}

.display-table-row2			{	background-color:		#eeeeee;
								color:					#000000;}

.display-table-row2-disabled	{	background-color:		#eeeeee;
									color:					#bbbbbb;
									font-style:				italic;}
								
.display-table-row1-selected,								
.display-table-row2-selected	{	background-color:		#ffffdd;
									color:					#990000;}
								
.display-table-header		{	font-weight:			bold;
								text-align:				center;}

.display-table-heading		{	font-family:			verdana, arial, helvetica, sans-serif;
								font-size:				0.7em;
								font-weight:			bold;
								color:					#ffffff;
								background-color:		#6699cc;
								border-bottom:			solid 1px #000000;
								border-right:			solid 1px #000000;}

/****************************************************************************/
/*****							ERROR DISPLAY							*****/
/****************************************************************************/
.error-text					{	font-family:			verdana, arial, helvetica, sans-serif;
								font-size:				0.8em;
								font-weight:			normal;
								color:					#000000;}
								
.error-page-header			{	font-family:			verdana, arial, helvetica, sans-serif;
								font-size:				0.8em;
								font-weight:			bold;
								color:					#000000;}
