.AdvancedMessage
	{
	font-family: 		Geneva, Arial, Helvetica, sans-serif;
	font-size: 			8pt;
	font-weight:	 	normal;
	color: 				#CC0000;
	background-color: #ffffff;
	border: 				3px solid #CC0000;
	min-height:			47px;
	width:				400px;
		
	}

.ProgressOn {
	font-family: 		Geneva, Arial, Helvetica, sans-serif;
	font-size: 			8pt;
	font-weight:	 	bold;
	color: 				#FFFFFF;
	background-color: #3882ba;
	border: 				1px solid #000000;
	}

.ProgressFaded {
	font-family: 		Geneva, Arial, Helvetica, sans-serif;
	font-size: 			8pt;
	font-weight: 		normal;
	color: 				#999999;
	border: 				1px solid #999999;	
	}
	
	input.ProgressFaded {
		cursor:			hand;
		width:			100%;
	}
	
	input.ProgressOn {
		width:			100%;
	}

	.ProfileTableTopLeft {		
		background: 		url(header_left.gif) no-repeat left;
		height:				25px;
	}

	.ProfileTableTopHelp {
		TEXT-ALIGN: 		center;
		BORDER-RIGHT: 		#ababab 1px solid;
		BORDER-top: 		#ababab 1px solid;
		FONT-WEIGHT: 		bold;
		FONT-SIZE: 			12px;
		BACKGROUND-IMAGE: url(bgrepeat1.gif);
		COLOR: 				#0099CC;
		BACKGROUND-REPEAT:repeat-x;
		FONT-FAMILY: 		Verdana, Arial, Helvetica, sans-serif;
		background-position:left;
		height:				25px;
	}
				
	.ProfileTableTop {		
		font-family: 		Verdana, Arial, Helvetica, sans-serif;
		font-size: 			12px;
		font-weight: 		bold;
		background-image: url(bgrepeat1.gif);
		background-repeat:repeat-x;
		border-right: 		1px solid #ABABAB;
		vertical-align: 	middle;
		height:				25px;
	}

	.ProfileTableMain {	
		border: 				1px solid #cccccc;
		padding:				0px 0px;
		background: 		#EDEDED;
		padding:				5px;
		height: 				50px;
		min-height: 		95px;
	}
		
	.profileLabel {
		font-family: 		Verdana, Arial, Helvetica, sans-serif;
		font-size: 			12px;
		color: 				#000000;
	}
	
	.TableRow {
		height: 				25px;
	}
		