﻿html, body
{
    background-color: #beb8ad;
    margin: 0;
    padding: 0;
    color: Black;
    font-family: Tahoma, Verdana, Sans-Serif;
    font-size: 10pt;
}

table
{
    width: 100%;
}

td
{
    vertical-align: top;
}

div#WhatsNew
{
    width: 210px;
    margin-top: 20px;
    margin-left: 20px;
}



div#HomeLeftPanel
{
    border: solid 0px black;
    position: absolute;
    top: 175px;
    left: 680px;
    width: 230px;
    height: 455px;
    background-color: Transparent;
}

div#TopNavBar
{
    position: absolute;
    top: 133px;
    left: 25px;
    color: #5d545c;
}

a.TopNavLink, a.TopNavLink:Visited
{
    color: White;
    font-weight: bold;
    font-size: 9pt;
    text-decoration: none;
    margin: 8px;
}

a.TopNavLink:Hover, a.TopNavLink:Active
{
    color: #5e1619;
    text-decoration: none;
}

a.PortCatLink, a.PortCatLink:Visited
{
    color: #636f7f;
    font-weight: normal;
    font-size: 10pt;
    text-decoration: none;
    margin: 8px;
    line-height: 1.7;
}

a.PortCatLink:Hover, a.PortCatLink:Active
{
    color: #5d545c;
    text-decoration: underline;
}

a.RelatedLinks, a.RelatedLinks:Visited
{
    color: #636f7f;
    font-weight: normal;
    font-size: 10pt;
    text-decoration: none;
    margin: 8px;
    line-height: 1.4;
}

a.RelatedLinks:Hover, a.RelatedLinks:Active
{
    color: #5d545c;
    text-decoration: underline;
}

div#FooterText
{
    color: Red;
    position: relative;
    top: -22px;
    color: White;
    font-size: 8pt;
    left: 15px;
}

div#AdminLink
{
    position: relative;
    top: -35px;
    color: White;
    font-size: 8pt;
    left: 810px;
}

a.AdminLink, a.AdminLink:Visited
{
    color: White;
    font-weight: normal;
    font-size: 9pt;
    text-decoration: none;
    margin: 8px;
}

a.AdminLink:Hover, a.AdminLink:Active
{
    color: #dcaf52;
    text-decoration: none;
}

/* Project Details Page */
div#ProjectTitle
{
    font-size: 18pt;
    position: relative;
    top: 0px;
    left: 0px;
}

div#ProjectLocation
{
    font-size: 12pt;
    position: relative;
    top: 0px;
    left: 0px;
}

div#ProjectOwnerCostSize
{
    font-size: 12pt;
    position: relative;
    top: -50px;
    left: 600px;
    border-left: solid 2px black;
    padding-left: 10px;
    width: 290px;
}

div#ProjectDesc
{
    font-size: 10pt;
    position: relative;
    top: 0px;
    left: 0px;
    width: 500px;
    float: left;
}

div#ProjectImages
{
    float: right;
    position: relative;
    top: 0px;
    left: 0px;
    padding-left: 25px;
    width: 350px; /*height: 400px;*/
}


/*Modal Popup*/
.modalBackground
{
    background-color: Gray;
    filter: alpha(opacity=70);
    opacity: 0.7;
}
.thumbnail
{
    height: 120px;
    width: 130px;
    cursor: hand;
}
.imgpopup
{
    border: solid 1px black;
}
.modalPopup
{
    background-color: #FFFFFF;
    border-width: 3px;
    border-style: solid;
    border-color: #000066;
    padding: 3px;
   
    text-align: center;
}


a.PortCatLink2, a.PortCatLink2:Visited
{
    color: #444D57;
    font-weight: normal;
    font-size: 10pt;
    text-decoration: none;
    margin: 8px;
    line-height: 1.7;
}
a.PortCatLink2:Hover, a.PortCatLink2:Active
{
    color: #444D57;
    text-decoration: underline;
}
a.ProjectListTitle, a.ProjectListTitle:Visited
{
    color: #444D57;
    font-weight: bold;
    font-size: 10pt;
    text-decoration: none;
}
a.ProjectListTitle:Hover, a.ProjectListTitle:Active
{
    color: #444D57;
    text-decoration: underline;
}

a.BreadcrumbLink, a.BreadcrumbLink:Visited
{
    color: #636f7f;
    font-weight: normal;
    font-size: 10pt;
    text-decoration: none;
}

a.BreadcrumbLink:Hover, a.BreadcrumbLink:Active
{
    color: #5d545c;
    text-decoration: underline;
}
