﻿.requiredFields {
	color: #850101;
	font-weight:bold;
}

.ValidationSummary
{
    /*background: url(/admin/images/icon_errorMessageonGreen.gif) no-repeat left top;*/
    background: url(/admin/images/icon_errorMessage.png) no-repeat left top;
    padding-left:60px;
    display:block;
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px !important;
	color: #850101 !important;
	padding-top: 2px;
	margin-top:15px;
	height:50px;
}

.employmentSearch_Content
{
    margin-left:15px;
    margin-top:15px;
    margin-bottom:15px;
    margin-right:15px;
}

.employmentSearch_ErrorContainer
{
    margin-bottom:25px;
}

.employmentSearch_CustomQuestionFloatLeft
{
    float:left;
    width:325px;
    margin-right:15px;
}

.employmentSearch_floatLeft 
{
    float:left;
}

.employmentSearch_floatRight 
{
    float:right;
}

.employmentSearch_clearNewRow
{
    clear:both;
    margin-bottom:15px;
}

.employmentSearch_clear 
{
    clear:both;
}

.employmentSearch_requiredField 
{
    color:#AA0000!important;
}

.employmentSearch_verticalTop 
{
    vertical-align:top;
}

.employmentSearch_hidden 
{
    display:none;
}

.employmentSearch_ApplicationList 
{
    border: 1px solid gray;
    width: 100%; 
    margin-top: 10px;
    margin-left:15px;
    padding:10px 10px 10px 10px;
}

.employmentSearch_ListColumnHeader 
{
    background-color: Gray;
    font-size:small;
    font-family:Verdana;
    width:100%;
}

.employmentSearch_ListColumn 
{
    overflow:auto;
    padding-top:10px;
}

.employmentSearch_ListAddContainer 
{
    margin-bottom:5px;
    margin-left:15px;
}

/* Education List Classes */
.employmentSearch_EducationList 
{
    /* width should be at least the sum of all columns below */
    width: 680px;
}

.employmentSearch_EducationListEditColumn
{
    width:50px;
}

.employmentSearch_EducationListDegreeColumn
{
    width:100px;
}

.employmentSearch_EducationListSchoolNameColumn 
{
    width:100px;
}

.employmentSearch_EducationListAddressColumn 
{
    width:150px;
}

.employmentSearch_EducationListGraduatedColumn 
{
    width:75px;
}

.employmentSearch_EducationListFromDateColumn
{
    width:75px;
}

.employmentSearch_EducationListToDateColumn
{
    width:75px;
}

.employmentSearch_EducationListDeleteColumn
{
    width:75px;
}
