﻿html
{
    overflow-y: scroll;
}

body
{
    background: #f2f2f2 url(images/bg.gif) repeat-y scroll center center;
    font-family: Georgia;
    font-size: 13px;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    text-align: center;
}

a
{
    color: #008;
}

a:hover
{
    color: #00f;
}

#Frame
{
    text-align: left;
    margin-left: auto;
    margin-right: auto;
    width: 900px;
}

#Header
{
    background: #174680 url(images/header.gif);
    height: 120px;
    font-family: Arial;
}

#Header ul
{
    margin: 0 0 0 27px;
    padding: 0 0 0 0;
    position: absolute;
    top: 87px;
}

#Header li
{
    font-size: 14px;
    float: left;
    margin: 0;
    list-style-type: none;
}

#Header li a
{
    color: #ccc;
    border-left: solid 1px #184275;
    display: block;
    padding: 8px 20px;
    text-decoration: none;
}

#Header li a:hover
{
    text-decoration: underline;
}

#Header li.Selected
{
    background: #fff url(images/tab_tl.gif) no-repeat top left;
}

#Header li.Selected a,
#Header li.Selected a:hover
{
    background: transparent url(images/tab_tr.gif) no-repeat top right;
    border-bottom: solid 1px #fff;
    border-right-width: 0px;
    color: #164680;
    cursor: default;
    font-weight: bold;
    text-decoration: none;
}

#Body
{
    margin: 25px;
}

#Copyright
{
    border-top: solid 1px #ddd;
    color: #ccc;
    font-size: 11px;
    margin: 25px;
    margin-top: 50px;
    padding-top: 5px;
    text-align: center;
}

table.Resume
{
    margin-bottom: 10px;
    width: 100%;
}

.Resume tbody a
{
    color: #000;
    text-decoration: none;
    border-bottom: dotted 1px #666;
}

.Resume tbody a:hover
{
    border-bottom: solid 1px #00f;
    color: #00f;
}

.Resume thead td
{
    padding-top: 0;
}

.Resume td
{
    margin: 0 0 0 0;
    padding: 5px 10px;
    vertical-align: top;
}

.Resume tr.Record td,
.Resume tr.RecordMisc td
{
    border-top: solid 3px #0c284a;
}

.Resume tr.Record td
{
    background-color: #eee;
}

.Resume tr.Technology td
{
    background-color: #ddd;
    border-bottom: dotted 1px #eee;
    border-top: dotted 1px #eee;
    font-style: normal;
    padding: 5px 0 5px 25px;
}

.Resume tr.Degree td
{
    background-color: #f6f6f6;
    border-bottom: dotted 1px #eee;
    border-top: dotted 1px #fff;
    font-style: normal;
    padding: 5px 0 5px 20px;
}

.Resume tr.Record td.Category,
.Resume tr.RecordMisc td.Category,
.Resume tr.Community td.Category
{
    background-color: #0c284a;
    color: #fff;
    padding: 0 2px;
    text-align: center;
    font-size: 1px;
}

.Resume tr.Record td.Category div
{
    font-weight: bold;
    text-transform: uppercase;
}

.Resume em
{
    /*background-color: #f4f4d4;*/
    /*font-style: normal;*/
    font-weight: bold;
    padding: 0 2px;
}

.Resume .Name
{
    font-size: 28px;
}

.Resume .Title
{
    font-size: 13px;
    font-style: italic;
    font-weight: bold;
    margin-left: 15px;
    margin-top: 3px;
}

.Resume .Acquisition,
.Resume .CompanyAlias
{
    font-size: 13px;
    font-style: italic;
    font-weight: normal;
}

.Resume .CompanyAlias
{
    margin-top: 2px;
}

.Resume .Location
{
    margin-top: 2px;
}

.Resume Org
{
    position: absolute;
}

.Resume .OrgTitle
{
    position: absolute;
    font-weight: bold;
    font-size: 13px;
}

.Resume .OrgPos
{
    position: relative;
    left: 265px;
}

.Resume .Company
{
    font-size: 18px;
    font-weight: bold;
}

.Resume .CompanyInfo
{
    font-size: 14px;
    font-style: italic;
    margin-left: 15px;
    margin-top: 0px;
}

.Resume .DateRange,
.Resume .FullTime
{
    font-size: 13px;
    margin-top: 2px;
    text-align: right;
}

.Resume .DateRangeDetail
{
    margin: 3px 0 0 15px;
    font-style: italic;
}

.Resume .LocationDetail
{
    margin: 3px 0 0 0;
    font-style: italic;
}

.Resume .FullTime
{
    font-size: 12px;
}

.Resume .Technology
{
    margin-top: 5px;
    font-style: italic;
}

.Resume .SubDate
{
    font-style: italic;
}

.Resume ul
{
    margin: 0 0 0 15px;
    padding: 0 0 0 0;
}

.Resume li
{
    list-style-type: square;
    padding: 0 0 0 0;
    margin: 0 0 5px 0;
}

.Resume .RecordInfoSpacer td
{
    border-bottom: solid 8px #fff;
}

.Resume .RecordInfoSection
{
    font-style: italic;
    font-weight: bold;
    margin: 10px 0 5px 0;
}

.Resume tr.Break td
{
    font-size: 1px;
    height: 10px;
}

.Interests
{
    font-style: italic;
    text-align: center;
    margin-top: 3px;
}

.Resume .DetailHeader
{
    font-style: italic;
    font-weight: bold;
    margin-bottom: 2px;
}

.Resume thead .Title
{
    font-size: 30px;
    font-weight: normal;
}

.Resume .ContactInfo
{
    padding-right: 0px;
}

.Resume .ContactInfo img
{
    position: absolute;
    left: -20px;
}

.Resume .ContactInfo table
{
    width: 100%;
}

.Resume .ContactInfo table td
{
    padding: 3px 0 0 0;
}

.Resume .ContactInfo td a
{
    font-weight: bold;
}

