﻿body {
    font-family: Tahoma, Geneva, sans-serif;
    font-size: 10pt;
    margin: 0;
    color: #29507e;
}

h1 {
    font-size: 2em;
    font-weight: bold;
}

h2 {
    font-size: 1.75em;
    font-weight: bold;
}

h3 {
    font-size: 1.5em;
    font-weight: bold;
}

h4 {
    font-size: 1.25em;
    font-weight: bold;
}

h5 {
    font-size: 1em;
    font-weight: bold;
    margin-top: 20px;
    margin-bottom: 5px;
}

h6 {
    font-size: 1em;
    margin: 0px;
    font-weight: normal;
}

h7 {
    font-size: 1em;
    font-weight: bold;
    margin: 60px 5px 0px 0px;
}

#outer {
    width: 90%;
    margin: 0 auto 0 auto;
}

#inner {
    background-color: white;
}

#header {
    height: 110px;
    border-bottom: solid 1px #29507e;
}

#sitelogo {
    height:100px;
    width:198px;
    margin: 0 auto 0 auto;
}
.sitelogoButton {
    display:inline-block;
    width:198px;
    height:100px;
    text-decoration:none;
    background:url(/images//Westoaks-Logo-header.png) 0 0;
    border:none;
}

#mainsection {
    min-height:450px;
}

#footer {
    width: 100%;
    border-top: solid 1px #29507e;
}

.inlineitem {
    display: inline-block;
    margin: 0 5px 10px 50px;
}

.inlineitem2 {
    display: inline-block;
}

.inlineitemerror {
    display: inline-block;
    margin-left: 50px;
    border: solid 1px #ff0000;
}

.inlineitem2error {
    display: inline-block;
    border: solid 1px #ff0000;
}

.datarow {
    background-color: #F4FAFF;
}

.altdatarow {
    background-color: #ffffff;
}

.listtable tr {
    cursor: pointer;
    height: 30px;
    background-color: #F4FAFF;
}

.listtable tr:nth-child(odd) {
    background-color: #F4FAFF;
}
.listtable tr:nth-child(even) {
    background-color: #ffffff;
}

    .listtable .datarow:hover, .listtable .altdatarow:hover {
        background-color: #cccccc;
    }

        .listtable .datarow:hover td, .listtable .altdatarow:hover td {
            color: #29507e;
        }

.listtable2 .datarow, .listtable2 .altdatarow {
    height: 30px;
}

    .listtable2 .datarow:hover, .listtable2 .altdatarow:hover {
        background-color: #cccccc;
    }

        .listtable2 .datarow:hover td, .listtable2 .altdatarow:hover td {
            color: #29507e;
        }

.gridview1 {
    margin-left: 50px;
    border: solid 1px #c7dbd9;
}

.gridview2 {
    margin-left: 50px;
    border: solid 1px #c7dbd9;
}

.buttonsMenu {
    margin: 0 auto 10px auto;
}

#centercontent {
    max-width:400px;
    margin: 0 auto 0 auto;
}

.centerSizedButton {
    width:150px;
    height:35px;
    margin: 5px auto 5px auto;
}

.inlineSizedButton {
    display: inline-block;
    width:150px;
    height:35px;
    margin: 5px auto 5px auto;
}

.errmessage {
    color:#CC0000;
}

.centercontent {
    max-width:400px;
    margin: 0 auto 0 auto;
}

.homeButton {
    display:inline-block;
    width:35px;
    height:35px;
    text-decoration:none;
    cursor:default;
    background:url(/images/homeButton.png) 0 0;
    border:none;
    margin:5px 4px;
}

.homeButton:hover {
    text-decoration: none;
    background:url(/images/homeButton.png) 0 -35px; 
}

.homeButton:active {
    background:url(/images/homeButton.png) 0 -35px;    
}

.stockListButton {
    display:inline-block;
    width:35px;
    height:35px;
    text-decoration:none;
    cursor:default;
    background:url(/images/listButton.png) 0 0;
    border:none;
    margin:5px 4px;
}

.stockListButton:hover {
    text-decoration: none;
    background:url(/images/listButton.png) 0 -35px; 
}

.stockListButton:active {
    background:url(/images/listButton.png) 0 -35px;    
}

.plantButton {
    display:inline-block;
    width:35px;
    height:35px;
    text-decoration:none;
    cursor:default;
    background:url(/images/plantButton.png) 0 0;
    border:none;
    margin:5px 4px;
}

.plantButton:hover {
    text-decoration: none;
    background:url(/images/plantButton.png) 0 -35px; 
}

.plantButton:active {
    background:url(/images/plantButton.png) 0 -35px;    
}

.itemsCounter {
    text-decoration:none;
    text-align:center; 
    margin:0 0 0px -18px;
    background-color:orangered;
    color:white;
}

.itemsCounter:hover {
    text-decoration:none;
}


.modalPanel
{
    padding:5px;
    background-color:#fff;
    border:1px solid #111;
    border-radius:5px;
}

.largeWidthModelPanel {
    width:90%;
}

.closePanelBtnImg {
    float:right;
    padding:3px;
}

