﻿
table.ProfileEditor
{
    
    
	border-right: #cccccc 1px solid;
	border-top: #cccccc 1px solid;
	border-left: #cccccc 1px solid;
	border-bottom: #cccccc 1px solid;
}
table.ProfileEditor input
{
	font: message-box;
	
	}
table.ProfileEditor select
{
	font: message-box;
}
tr.ProfileEditorHeader
{
	background-color: #eeeeee;
	font-weight: bold;
}
tr.ProfileEditorHeader td
{

	padding: 3px;
	
}
tr.ProfileEditorRow
{
}
td.ProfileEditorFieldCaption
{

	font-weight: bold;
	
}
td.ProfileEditorSeparator
{
	padding: 0px;
}
div.ProfileEditorSeparator
{
	width: 100%;
	height: 1px;
	border-top: gray 1px dashed;
}
span.ProfileDataCaption
{
	font-weight: bold;
	color: white;
}
span.ProfileDataValue
{
}
