body {
    margin: 0px;
    margin-left: 3px;
}

body, td, input, textarea {
    font-family: Arial;
    font-size: small;
}

h1, h2 {
    font-weight: normal;
    color: #0c2c56;
    font-size: 14pt;
    position: relative;
    top: 10px;
    left: -3px;
}

ul.menu0 {
    list-style: none;
    margin: 0px;
    padding: 0px;
    padding-bottom: 2px;
    background: url(sitelayout/groove.gif) bottom no-repeat;
}

li.menu0 {
    background: url(sitelayout/li-off.gif) no-repeat;
    height: 20px;
    padding-top: 5px;
    padding-left: 5px;
}

li.menu0-selected {
    background: url(sitelayout/li-on.gif) no-repeat;
    height: 20px;
    padding-top: 5px;
    padding-left: 5px;
}

a.menu {
    color: navy;
    text-decoration: none;
}

td.prop {
    width: 100px;
    vertical-align: top;
    text-align: right;
    padding-right: 10px;
}

#menu {
    clear: both;
    vertical-align: top;
    padding-top: 15px;
    background: url(sitelayout/curve-bottom-plain.gif) bottom left no-repeat #00f4aa;
    width: 169px;
    height: 400px;
    float: left;
}

#menu-home{
    clear: both;
    vertical-align: top;
    padding-top: 15px;
    background: url(sitelayout/curve-bottom.gif) bottom left no-repeat #00f4aa;
    width: 169px;
    height: 400px;
    float: left;
}

#page-home {
    margin: 0px;
    width: 685px;
    padding-top: 10px;
    background: url(sitelayout/curve.gif) no-repeat;
    float: left;
}

#page {
    margin: 0px;
    width: 662px;
    padding-top: 10px;
    background: url(sitelayout/curve.gif) no-repeat;
    padding-left: 20px;
    float: left;
}

/* For employee costing grid */
td.package, td.price {
    width: 60px;
    text-align: center;
}

td.feature {
    padding-right: 10px;
    text-align: right;
    border-bottom: 1px solid #9fc5f4;
    border-right: 1px solid #9fc5f4;
    border-left: 1px solid #9fc5f4;
    background-color: #f3f8ff;
}

td.package {
    border-bottom: 1px solid #9fc5f4;
    border-right: 1px solid #9fc5f4;
}

td.packageName {
    text-align: center;
    font-weight: bold;
    border-bottom: 2px solid #1d2b52;
}

td.packagePrice {
    text-align: right;
    border-right: 1px solid #9fc5f4;
}

td.price {
    font-weight: bold;
    border-right: 1px solid #9fc5f4;
    border-bottom: 1px solid #9fc5f4;
    background-color: #f3f8ff;
}

/* Panels */
div.rightBox {
    width: 165px;
    height: 412px;
    float: right;
    background: url(sitelayout/panel-top.gif) no-repeat top #f5d34c;
    padding: 5px;
    padding-top: 10px;
}

div.leftBox {
    height: 405px; padding-right: 20px;
}

/* Form stuff */
.wideButton { width: 80px;
    background-color: #cce1f9;
    border: 1px solid #1d2b52;
    color: #1d2b52
}

td.prop {
    padding-top: 2px;
    text-align: right;
}

input.form {
    background-color: #cce1f9;
    border: 1px solid #1d2b52;
}

textarea.form {
    background-color: #cce1f9;
    border: 1px solid #1d2b52;
    width: 250px;
    height: 100px;
}

span.error {
    color: red;
    font-size: 0.8em;
}

b {
    color: #029065;
}

b.black {
    color: black;
}