﻿.formView .label
{
    width: 150px;   
}
.formView .field
{
    width: 300px;
}
.formView .error
{
    width: 200px;
}
.logoContainer
{
    float: left;
    margin-right: 20px;
    margin-bottom: 10px;
}
.coverLetterContainer
{
}
.coverLetterContainer > div
{
    padding: 3px;
    border: dotted 1px Gray;
}

/* Repeater */
.detailsRow
{
    text-align: justify;
    padding: 5px 5px 5px 5px;
}
.detailsRowHeader
{
    font-weight: bold;
    padding-bottom: 5px;
}
.alternatingDetailsRow
{
    background-color: #e0eeff;
}
/* end Repeater */

.cvStatusImage
{
    height: 48px;
    width: 48px;
}
.cvStatusLink
{
    line-height: 48px;
    margin-left: 10px;
}
