﻿div.d
{
    width: 700px;
    overflow: hidden;
    margin-left: 5px;
    margin-bottom: 5px;
}

div.dl
{
    float: left;
    width: 170px;
}

div.dr
{
    float: left;
    width: 525px;
}

.section
{
    border: solid 2px #E7E7E7;
}

.sgap
{
    margin-bottom: 10px;
}

.section h4
{
    background-color: #E7E7E7;
    color: #283991;
    margin-bottom: 7px;
}

div.loginerror
{
    width: 751px;
    margin-top: 10px;
    margin-bottom: 10px;
}

img.mainphoto
{
}

span.mainphotoouter
{
    border: solid 1px #283991;
    text-align: center;    
    display: inline-block;
}

div.nophoto
{
    text-align: center;
    font-style: italic;
    vertical-align: middle;
    overflow: hidden;
    display: table-cell;
}

span.nophotoouter
{
    border: solid 1px #283991;
    text-align: center;    
    display: inline-block;
}

img.photomanager
{
}

span.photomanagerouter
{
    border: solid 1px #283991;
    margin: 5px;
    display: inline-block;
    text-align: center;
}

div.photomanager
{
    width: 100px;
    height: 75px;
}

div.portfolio
{
    width: 781px;
    background-color: #E7E7E7;
    overflow: hidden;
    border: solid 1px #C7C7C7;
}

div.portfolio:hover
{
    background-color: #C7C7C7;
}

div.portfolio div.photo
{
    float: left;
    width: 109px;
}

div.portfolio div.data
{
    float: left;
    width: 672px;
}

table.portfolio
{
    
}

table.portfolio td
{
    padding-right: 10px;
    width: 168px;
    vertical-align: top;
    line-height: 2em;
}

table.portfolio td.w
{
    width: 100%;
}

table.portfolio td.n
{
    width: 148px;
}

table.portfolio strong
{
    color: #283991;
}

table.portfolio td.right
{
    text-align: right;
    padding-right: 5px;
    padding-left: 5px;
}

a.editprop
{
    background: transparent url('/images/edit16.png') no-repeat left center;
    padding: 4px 20px;
    padding-right: 0;
    margin-right: 20px;
}

a.deleteprop
{
    background: transparent url('/images/delete16.png') no-repeat left center;
    padding: 4px 20px;
    padding-right: 0;
}


