/* 
    Document   : portfolio
    Created on : July 5, 2006, 3:04 PM
    Author     : Simon Lebrun
    Description:
        Style for portfolio pages.
*/

body {
    background: url('images/206gray.gif') top left repeat-y;
    margin: 0px;
}

div.headerContainer {
    width: 800px;
    height: 166px;
    background-color: white;
}

table.header {
    border-collapse: collapse;
    width: 100%;
}
table.header td {
    margin: 0px;
    border-style: none;
}
table.header td img {
    border-style: none;
}

div.pageContainer {
}

div.topBorder {
    height: 14px;
    background-color: #CCCCCC;
    border-bottom: 1px solid white;
}

div.bannerContainer {
    background-color: #006699;
}

div.banner {
    width: 800px;
    height: 135px;
    padding-left: 10px;
}

div.bannerImage {
    float: left;
}

div.bannerImage img {
    border-left: 1px solid white;
    border-right: 1px solid white;
}

div.bannerTitle {
    float: left;
    padding-top:55px;
    padding-left:30px;
}

div.actionBar {
    margin-left: 207px;
    background-color: #006699;
    border-top: 1px solid white;
    border-bottom: 1px solid white;
    height: 14px;
}

div.navigation {
    width: 190px;
    float: left;
    margin-left: 10px;
}

div.bodyContainer {
    width: 800px;
}

div.body {
    margin-left: 216px;
    width: 550px;
    padding: 12pt;
}

h1 {
    font-family: Arial, Helvetica, sans-serif;
    margin: 0px 0px 6px 0px;
}

body, p, td {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10pt;
}

div.warning {
    padding: 20px;
    color: red;
}