﻿html, body, table {
    font-family: Arial;
    font-size: 9.25pt;
    line-height: 12pt;
}

body {
    background-color: #F6F0BC;
    margin: 5px;
}

h1 {
    font-size: 14pt;
    margin-bottom: 10px;
    color: #C02115;
}

h2 {
    font-size: 11pt;
    margin-bottom: 5px;
    color: #C02115;
}

h3 {
    font-size: 10pt;
    margin-bottom: 5px;
    color: #000000;
}

a {
    text-decoration: none;
    color: #c02115;
}

a:hover {
    text-decoration: underline;
}

hr {
    width: 95%;
    height: 0px;
    border-collapse: collapse;
    border-top: dashed 1px #C0C0C0;
    text-align: center;
    margin: 10px 0;
}

p {
    margin: 10px 0 10px 0;
}

ul {
    list-style-image: url(../Images/PawPrint.gif);
}

li {
    padding-left: 5px;
    margin-bottom: 5px;
    font-size: 9.25pt;
    font-weight: normal;
}

#page {
    width: 900px;
    background: solid 2px #000000;
    text-align: left;
    margin:0 auto;
}

#header {
    width: 900px;
    background-color: #F9F9F9;
    background-image: url(../Images/HorizontalBorder.gif);
    background-repeat: repeat-x;
    background-position: bottom;
    text-align: left;
    border-top: solid 2px #000000;
    border-left: solid 2px #000000;
    border-right: solid 2px #000000;
    padding-bottom: 6px;
}

#header table {
    background-image: url(../Images/HorizontalGradient.gif);
    background-position:top right;
    background-repeat: repeat-y;
}

#pageContent {
    width: 900px;
    border-left: solid 2px #000000;
    border-right: solid 2px #000000;
    border-bottom: solid 2px #000000;
}

#navbar {
    background-color: #E3E3E3;
    border-right: solid 1px #000000;
}

#mainContent {
    background-color: #FFFFFF;
}

#sidebar {
    background-color: #FFFFFF;
}

#footer {
    margin-top: 15px;
    text-align: center;
}

.buffered {
    margin: 5px;
}

.hint {
    font-size: 8.5pt;
    color: #808080;
}

.breadCrumb {
    font-size: 8.5pt;
    color: #000000;
}

.bordered {
    border-collapse: collapse;
    border: solid 1px #808080;
    background-color: #F0F0F0;
    filter: progid:DXImageTransform.Microsoft.dropshadow(OffX=3, OffY=3, Color='#E0E0E0', Positive='true');
}

.bordered td {
    border-top: solid 1px #D0D0D0;
    border-bottom: solid 1px #D0D0D0;
}

.photo {
    border: solid 1px #000000;
    filter: progid:DXImageTransform.Microsoft.dropshadow(OffX=3, OffY=3, Color='#E0E0E0', Positive='true');
}

.new {
    color: #f06000;
    font-weight: bold;
    font-size: 9.25pt;
    margin-right:5px;
}

