body {
    background: #808080 url(images/background.png) repeat-x;
    font-family: "Lucida Sans", sans-serif;
    font-size: 13px;
    margin: 5px auto;
    width: 600px;
}

.barber {
    background: url(images/animated/barber.gif) repeat-x;
    height: 16px;
    width: 150px;
}

.barber-small {
    background: url(images/animated/barber-small.gif) repeat-x;
    height: 8px;
    width: 75px;
}

.desktop {
    background: #F0F7FF;
    border-bottom: 1px solid silver;
    border-top: 1px solid silver;
    clear: both;
    min-height: 300px;
    padding: 5px;
}

.desktop a { text-decoration: none; }

.desktop a:hover { text-shadow: 0 0 3px aqua; }

.desktop form label {
    float: left;
    margin-right: 5px;
    padding-top: 3px;
    text-align: right;
    width: 75px;
}

.desktop h3 {
    background: url(images/bars/menu-current.png) repeat-x;
    clear: both;
    color: white;
    font-weight: normal;
    font-size: 13px;
    height: 15px;
    margin: 5px -5px;
    padding: 3px 5px;
}

.desktop hr {
    border: 1px dotted silver;
    clear: both;
    width: 100%;
}

.desktop img.inline_left {
    float: left;
    margin: 0 5px 5px 5px;
}

.desktop p {
    margin: 0 5px 5px 5px;
    text-align: justify;
}

.desktop pre {
    border: 1px dotted silver;
    margin: 0 10px 5px 10px;
    padding: 5px;
}

.desktop table {
    border: 1px solid silver;
    border-right: none;
    border-spacing: 0;
    width: 100%; 
}

.desktop td {
    border-right: 1px solid silver;
    padding: 3px;
}

.desktop tr.even { background: white; }

.desktop tr.head {
    background: url(images/bars/menu.png) repeat-x center;
    font-size: 12px;
    font-weight: bold;
}

.desktop tr.head td { border-bottom: 1px solid silver; }

.desktop tr.odd { background: #F0F7FF; }

.desktop ul { margin: 0 0 5px 0; }

#masthead {
    background: url(images/masthead.png);
    height: 101px;
    margin-bottom: 5px;
}

.menu-bar {
    background: url(images/bars/menu.png) repeat-x;
    height: 21px;
    width: 100%;
}

.menu-bar a {
    color: black;
    display: block;
    float: left;
    height: 15px;
    padding: 3px 10px;
    text-decoration: none;
}

.menu-bar a:hover { color: blue; }

.menu-bar a.current {
    background: url(images/bars/menu-current.png) repeat-x;
    color: white;
}

.menu-bar div {
    float: left;
    height: 21px;
}

.menu-bar .tail {
    background: url(images/bars/menu-right.png);
    float: right;
    margin-left: 6px;
    width: 6px;
}

.menu-bar .top {
    background: url(images/bars/menu-left.png);
    margin-right: 6px;
    width: 6px;
}

.panel-bar {
    background: url(images/bars/panel.png) repeat-x;
    font-size: 10px;
    height: 15px;
    text-align: center;
    width: 100%;
}

.panel-bar a { text-decoration: none; }

.panel-bar a:hover { text-shadow: 0 0 3px aqua; }

.progress {
    background: url(images/animated/progress-bg.png) repeat-x;
    height: 16px;
    width: 150px;
}

.progress .bar {
    background: url(images/animated/progress.gif) repeat-x;
    height: 16px;
    width: 0;
}

.progress-small {
    background: url(images/animated/progress-bg-small.png) repeat-x;
    height: 8px;
    width: 75px;
}

.progress-small .bar {
    background: url(images/animated/progress-small.gif) repeat-x;
    height: 8px;
    width: 0;
}

.spinner {
    background: url(images/animated/spinner.gif) no-repeat;
    height: 30px;
    width: 30px;
}

.spinner-small {
    background: url(images/animated/spinner-small.gif) no-repeat;
    height: 15px;
    width: 15px;
}
