﻿html {
    margin: 0;
    padding: 0;
    height: 100%;
}


a img {
    border: none;
}

.content a {
    color:black;
}

    .content a:hover {
        color:black;
        background-color: rgb(234,247,253);
    }

a:hover img {
    background-color: rgb(234,247,253);
}

h1 {
    margin: 0;
    padding: 0;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 25px;
    font-weight: bold;
    color: #1e3b55;
}

h2 {
    font-size: 16px;
    color: #afc93f;
    width: 806px;
    margin: 0;
    padding: 0;
}



body {
    margin: 0;
    padding: 0;
    height: 100%;
    background: #000000;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11pt;
    background-color: #efeeef;
    background: url(../images/background.gif) top center repeat-x;
}

div.container {
    padding-left: 0px;
    padding-right: 0px;
    width: 880px;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    min-height: 100%;
    position: relative;

}

div.content {
    padding-top: 0px;
    padding-bottom: 0px;
}

div.header {
    margin: 0;
    padding: 0;
}




div.footer {
    color: white;

    bottom: 0px;
/*    position: absolute; */
    background-color: #222222;
    width: 100%;
}

div#body {
    min-height: 400px;
}

img.productGroup {
    padding: 20px;
}

input.wide {
    width:400px;
}

input.narrow {
    width:100px;
}




table.productGroup {
    margin-left: auto;
    margin-right: auto;
   
    
}

form {
}



fieldset {
    border: none;
    margin: 0;
    padding: 0;
    margin-top:1em;
}

    fieldset legend {
    font-size: 16px;
    font-weight:bold;
    color: #afc93f;
    /* width: 806px; */
    margin: 0;
    margin-bottom:.5em;
    padding: 0;
    }

legend a {
    font-weight: normal;
}

label {
    margin-bottom:0.2em;
    height: 1.2em;
    display: inline-block;
    width: 120px;
    text-align: right;
    margin-right: 0.2em;
    vertical-align: central;
}

    label.sameline {
        width: auto;
    }


table.product {
    
    border: 1px;
    border-collapse:collapse;
    border-color:black;
    background-color: lightgray;
    
}

div.selecttable {
    
    width:100%;
}

div.categoryselect{
    display:block;

}
div.familyselect {
    
    margin-bottom:1em;
           padding-bottom:1em;
}


div.selectlabel {
    font-weight:bold;
    float:left;
    padding-top:1em;
    padding-right:1em;
    padding-bottom:1em;
    color: #1e3b55;
    background-color: white;
    text-align:left;
}


div.unselected {
    font-weight:bold;
    float:left;
    padding:1em;
    color: rgb(146, 208, 80);
    background-color: white;
    border-width:1px;
    border:solid 1px;
}

div.selected {
    font-weight:bold;
    float:left;
    padding:1em;
    background-color: rgb(146, 208, 80);
    color: white;
    
    border:solid 1px rgb(146, 208, 80);

}

.productTable td {
    width:200px;
    border: solid 1px white;
    padding:.5em;
    border-collapse:collapse;
}

button {
    margin-top:0.5em;
    margin-bottom:0.5em;
    margin-left: 1em;
    margin-right: 1em;
}

div.footer {
    color:darkgray;
    font-size:10px;
}

.validation-summary-errors,
.field-validation-error {
    color:darkred;
    font-weight:bold;
    display:block;
}

table.result-list {
    border-bottom: 1px solid #1c4a71;
    border-collapse:collapse;
    margin: 10px 0;
}

.result-list td {
    height: 64px;
    padding: 0 50px 0 10px;
}

.result-list thead td {
    background-color: #1c4a71;
    color: #ffffff;
    font-weight: bold;
    height: 48px;
    text-align: center;
}

/* Icons Links */
.icon-link span {
    display: none;
}

.icon-link {
    background: #000000;
    display:inline-block;
    height: 64px;
    outline: 0;
    width: 64px;
}

.switch-user .icon-link {
    background: url(../images/switch-user.png) no-repeat top left;
}

.unlock-user .icon-link {
    background: url(../images/unlock-user.png) no-repeat top left;
}

td.switch-user, td.unlock-user {
    padding: 0 5px;
}


