﻿/*** Elements ***/


/*** Classes ***/
.ResumeItem
{
    margin-top: 6px;
}

.ResumeDate
{
    font-style: italic;
}

.ResumeCompany
{
    font-weight: bold;
}

.ResumeTitle
{
    font-style: italic;
    font-weight: bold;
}

.ResumeKeyProjectsHeader
{
    font-style: italic;
    margin-bottom: 8px;
}

.ResumeEducationalInstitution
{
    font-weight: bold;
}

.ResumeDegree
{
    font-style: italic;
    font-weight: bold;    
}

.ResumeListItemHeading
{
    font-weight: bold;
}

.ResumeProjectsRegion
{
    border-left: 1px dotted #999;
    margin-left: 4px;
    padding-left: 4px;
}


/*** Element IDs ***/

#ResumeVersion
{
    margin-top: 36px;
    border-top: solid 1px #666;
    font-size: 10px;
}

#ResumeLinkControls
{
    font-size: 10px;
    color: #FFFFFF;
    margin-top: 14px;
    padding: 2px 2px 2px 2px;
    float: right;
    background-color: #999;
    margin-left: 5px;
}

#ResumeLinkControls a
{
    color: #FFFFFF;
}