﻿html, body
{
    margin: 0;
    /*padding: 0;*/
}
body
{
    font: 76% arial,sans-serif;
   /* background-image: url('../img/header_bkg_wol.jpg');*/
    background-repeat:repeat-x;
    /*background-position:left top;*/
   /* background-image: url('../img/header_bkg_wol.jpg');*/
    background-position:right top;
    background-attachment:fixed;
    background-color: #D9F1FB;
}
/*p
{
    margin: 0 10px 10px;
}*/
a
{
    /*display: block;*/
   /* color: #981793;*/
   /* padding: 10px;*/
   text-decoration:none;   
   
}
h1
{
	font-size: 133%;
	font-weight: normal;
	margin: 19px 0 5px 0;
}

.PbtableRow
{
    border-bottom-style: solid;
    border-bottom-width: thin;
    border-bottom-color: #C0C0C0;
}

ul#icons
    {
        margin: 0;
        padding: 0;
    }
    ul#icons li
    {
        margin: 2px;
        position: relative;
        cursor: pointer;
        list-style: none;
    }
    ul#icons span.ui-icon
    {
        float: left;
    }


div#header h1
{
    height: 40px;
    line-height: 40px;
    margin: 0;
    padding-left: 10px;
    background: #EEE;
    color: #79B30B;
   
}

div#header h1 a
{
     text-decoration:none;
     font-size:16px;
     color:Black;
}
div#content p
{
    line-height: 1.4;
}
div#navigation
{
    /*background: #B9CAFF;*/
}

div#footer
{
    background: #333;
    color: #FFF;
}
div#footer p
{
    margin: 0;
    padding: 5px 10px;
}

div#wrapper
{
    float: right;
    width: 100%;
    margin-left: -200px;
}
div#content
{
    border: thin solid #eeeeee;
    margin-left: 205px;
}
div#navigation
{
    float: left;
    width: 200px;
}

.nav a
{
    background-image:url(toolbar.arrowright.gif);
    background-repeat:no-repeat;
    background-position:left center;
    margin:1px 0px 1px 0px;
    padding-left:10px;
    padding-top:2px;
    padding-bottom:2px;
    display: block;
    width: 117px;
    text-decoration: none;
    font-size: 11px;
    background-color: #EEEEEE;
}


.nav a:hover
{
    background: #FFFFCC;
    font-weight:500;
}


div#extra
{
    float: left;
    clear: left;
    width: 200px;
}
div#footer
{
    clear: both;
    width: 100%;
}