﻿/*.affirmativeAction_captionLabel { font-weight: bold; margin-left: 20px; }*/
.affirmativeAction_captionLabel { font-weight: 700; margin-left: 20px; }
.affirmativeAction_messageText { margin: 20px 20px 0 20px; }
.affirmativeAction_definitions { padding-left: 20px; font-weight: normal; text-decoration: underline; color: Blue; }

.affirmativeAction_table { display: table; margin: 20px 20px 0 20px; }
.affirmativeAction_row { display: table-row; }
/*.affirmativeAction_fieldCaption { float: left; width: 200px; font-weight: bold; display: table-cell; }*/
.affirmativeAction_fieldCaption { float: left; width: 200px; font-weight: 700; display: table-cell; }
.affirmativeAction_field1 { float: left; width: 200px; display: table-cell; }
.affirmativeAction_field2 { float: left; display: table-cell; }
.affirmativeAction_clear { clear: both; }
.affirmativeAction_divDescription { display: none; width: 250px; color: #888888; }
.affirmativeAction_dlRace { height: 100px; overflow: auto; width: 600px; }
.affirmativeAction_divShow .affirmativeAction_divDescription { display: block; }

.showLink { display: inline; }
.hideLink { display: none; }
.lnkShowHideDefinitions .showLink { display: none; }
.lnkShowHideDefinitions .hideLink { display: inline; }

div.spacer
{
    clear: both;
    height: 15px;
}

div.justifyMessage
{
    text-align:justify;
}

