/* Styles for validation helpers
-----------------------------------------------------------*/
.field-validation-error
{
    color: #ff0000;
}

.field-validation-valid
{
    display: none;
}

.input-validation-error
{
    border: 1px solid #ff0000;
    background-color: #ffeeee;
}

.validation-summary-errors
{
    font-weight: bold;
    color: #ff0000;
}

.validation-summary-valid
{
    display: none;
}
.text-standard
{
	font-family:Minion Pro;
	font-size:16px;
	color:#4F4546;
	text-align:justify;
	width:600px;
	}
.help-tab-cell
{
	width:301px;
	height:61px;
	float:left;	
	}
.help-tab-cell-text-pos
{
	margin-left:70px;
	margin-top:20px;	
	}

.left-menu-line-bottom
{
	background-color:#C7C8BF;
	height:2px;
	width:280px;
	float:left;	
	}
.display-label,
.editor-label,
.display-field,
.editor-field
{
    margin: 0.5em 0;
    font-weight:bold;
}
table#regTab
{
	width:600px;
	}
.linkBtn
{
	font-size:12px;
	}
table#FormTab
{
	width:600px;
	}
	

