﻿body
{
    font-family: Calibri, Sans-Serif;
    color: #3f3f3f;
    background-color: #ffffff;
}
a
{
    color: #09457E;
    text-decoration: none;
}
a:hover
{
    color: Red;
    text-decoration: underline;
}
#header
{
    height: 150px;
    border-bottom: solid 1px #cfcfcf;
}
#leftcolumn
{
    width: 180px;
    float: left;
    background-color: #efefef;
    height: 1000px;
    border: dotted 1px #bfbfbf;
}
#maincolumn
{
    margin-left: 200px;
}
#bodyhead
{
    border-bottom: dotted 1px #CFCFCF;
    border-left: dotted 1px #CFCFCF;
    padding: 0 20px 10px 20px;
}
#bodymain
{
    border-bottom: dotted 1px #CFCFCF;
    border-left: dotted 1px #CFCFCF;
    padding: 20px;
}
#orderlist
{
    width: 195px;
    float: left;
}
#details
{
    padding: 12px;
    border-left: solid 1px #cfcfcf;
    margin-left: 210px;
}

/** classes **/
.hyperlinkdocs
{
    text-decoration: none;
}
.imagecontainer
{
}
.modalbackground
{
    background-color: #000;
    filter: alpha(opacity=60);
    -moz-opacity: 0.6;
    opacity: 0.6;
}
.linkbutts
{
    padding: 4px;
    text-decoration: none;
}
