﻿body
{
    /*font-size: x-small;*/
    font-size: 75%;
    color: #3a3a3a;
    font-family: Arial, Helvetica, Sans-serif;
    background-image: url(/images/bg-home-opt.jpg);
    background-position: center top;
    background-repeat: no-repeat;
}


p
{
    margin: 0 10px 10px;
}
a
{
    display: block;
    color: #981793;
    padding: 10px;
}
.right a
{
    display: inline;
    padding: 0px;
}

div#header h1
{
    height: 80px;
    line-height: 80px;
    margin: 0;
    padding-left: 10px;
    background: #EEE;
    color: #79B30B;
}
div#container
{
    
}

div#navigation
{
    /*background: #B9CAFF;*/
}

div#footer
{
    background: #001442;
    color: #FFF;
    padding: 5px;
}
div#footer p
{
    margin: 0;
    padding: 5px 10px;
}

div#container
{
    width: 850px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 160px;
     background-color:#ffffff;
    min-height:500px;
    text-align: left;
    background-image: url(/images/bg.png);
    padding-top:10px;
    /*border-right: #999999 2px dotted;
    border-top: #999999 2px dotted;
    border-left: #999999 2px dotted;
    border-bottom: #999999 2px dotted;
    background-color: #FFFABF;*/
}
div#content
{
    float: right;
    width: 690px;
}
div#navigation
{
    float: left;
    width: 150px;
}

div#footer
{
    clear: both; /*width: 1000px;*/
}


p
{
    /*font-size: x-small;*/
    f-ont-size: 75%;
    c-olor: #000099;
    font-family: Arial, Helvetica, Sans-serif;
}

td
{
    /*font-size: x-small;*/
    f-ont-size: 75%;
    c-olor: #000099;
    font-family: Arial, Helvetica, Sans-serif;
}

.closerTable
{
    padding: 5px;
    background-color: #cccccc;
    border-right: #cc0000 1px dotted;
    border-top: #cc0000 1px dotted;
    border-left: #cc0000 1px dotted;
    border-bottom: #cc0000 1px dotted;
}

/* Input fileds */

div.row
{
    clear: both;
    padding-top: 5px;
}

div.row span.label
{
    font-weight: bold;
    font-size: 12px;
    float: left;
    width: 135px;
    padding-top: 5px;
    text-align: right; /*border: 1px solid red;*/
}

div.row span.right
{
    float: left;
}


input.field
{
    font-family: Arial, Helvetica, Sans-serif;
    f-ont-size: 12px;
    color: #666666;
    background: #F8F8F8;
    border-top: 1px solid #CCCCCC;
    border-right: 1px solid #CCCCCC;
    border-bottom: 1px solid #CCCCCC;
    border-left: 1px solid #CCCCCC;
    width: 235px;
}
input.field:focus
{
    border-color: #999999;
}

fieldset
{
    background-color: #eee;
    padding-left: 15px;
    padding-right: 15px;
    font-weight: bold;
    f-ont-size: 12px;
}

.fsline
{
    margin-top: 10px;
}
.fsline input.field
{
    width: 150px;
}


.highlight
{
    color: #ff0000;
}
.hidden
{
    display: none;
    height: 0px;
}
.shown
{
    display: inline;
}

div.photo
{
    padding: 5px;
    border: 1px solid #aaaaaa;
    float: left;
    background-color: #ffffff;
    text-align: center;
    margin-right: 10px; /*filter:shadow(color:gray,strength:30, direction:135);*/
}
div.photo img
{
    margin-bottom: 4px;
}

div.spacer
{
    clear: both; /*border: 1px solid red;*/
}

h1
{
    font-weight: bold;
    f-ont-size: 18px;
    font-family: Arial; /*padding-left: 135px;*/
}
h2
{
    font-weight: bold;
    f-ont-size: 14px;
    font-family: Arial, Helvetica, sans-serif; /*padding-left: 135px;*/
    color: #FFFFFF;
    background-color: #001442;
    display: inline-block;
    width: 700px;
    padding-left:10px;
}
#errorBox
{
    padding-left: 135px;
}
#errorBox td
{
    color: #ff0000;
}
#errorBox ul
{
}
li.errMessage
{
    margin: 0;
    color: #FF0000;
}
.clear {
clear:both;
}

.button
{
    color: #FFFFFF;
    background-color: #001442;
    border-style: outset;
    border-width: 2px;
    padding-left:10px;
    padding-right:10px;
    
}
