﻿/*----------------------------------------------------------
The base color for this template is #5c87b2. If you'd like
to use a different color start by replacing all instances of
#5c87b2 with your new color.
----------------------------------------------------------*/
body
{
    background-color: #4B7BA2;
    font-size: .85em;
    font-family: Arial;
    margin: 0;
    padding: 0;
    color: #000;
}

img
{
    border: none;
}

a:link
{
    color: #ffffff;
    text-decoration: underline;
}

a:visited
{
    color: #F5F5F5;
}

a:hover
{
    color: #1E1E1E;
    text-decoration: none;
}

a:active
{
    color: #12eb87;
}

p, ul
{
    line-height: 1.3em;
}

header,
footer,
nav,
section
{
    display: block;
}

/* HEADINGS   
----------------------------------------------------------*/
h1, h2, h3, h4, h5, h6
{
    font-size: 1.5em;
    color: #000;
}

h1
{
    font-size: 2em;
    padding-bottom: 0;
    margin-bottom: 0;
}

h2
{
    padding: 0 0 10px 0;
}

h3
{
    font-size: 1.2em;
}

h4
{
    font-size: 1.1em;
}

h5, h6
{
    font-size: 1em;
}

/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

/* you can specify a greater or lesser percentage for the 
page width. Or, you can specify an exact pixel width. */
.page
{
    width: 90%;
    width: 900px;
    margin-left: auto;
    margin-right: auto;
}

.loginPage
{
    width: 400px;
    margin-left: auto;
    margin-right: auto;
}

header, #header
{
    position: relative;
    margin-bottom: 0px;
    color: #000;
    padding: 0;
}

header h1, #header h1
{
    font-weight: bold;
    padding: 5px 0;
    margin: 0;
    color: #fff;
    border: none;
    line-height: 2em;
    font-size: 32px !important;
    text-shadow: 1px 1px 2px #111;
}

#main
{
    margin-top: 15px;
    padding: 20px 20px 20px 20px;
    background-color: #fff;
    -webkit-border-radius: 4px 4px 4px 4px;
    -moz-border-radius: 4px 4px 4px 4px;
    border-radius: 4px 4px 4px 4px;
}

#mainHeader
{
    width: 100%;
    border-bottom: 2px solid #000000;
}

#mainBody
{
    margin-top: 15px;
}

#loginMain
{
    margin-top: 40px;
    padding: 30px 30px 15px 30px;
    background-color: #fff;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}

footer,
#footer
{
    color: #999;
    text-align: center;
    line-height: normal;
    font-size: .9em;
    -webkit-border-radius: 0 0 4px 4px;
    -moz-border-radius: 0 0 4px 4px;
    border-radius: 0 0 4px 4px;
}

/* FORM LAYOUT ELEMENTS   
----------------------------------------------------------*/

fieldset
{
    background-color: #E4E4E4;
    border: 1px solid #000;
    padding: .6em .5em 1.4em .5em;
    margin: 0 0 .5em 0;
}

legend
{
    font-size: 1.2em;
    font-weight: bold;
}

textarea
{
    min-height: 75px;
}

input[type="text"],
input[type="password"]
{
    border: 1px solid #ccc;
    padding: 2px;
    font-size: 1.2em;
    color: #444;
    width: 200px;
}

select
{
    border: 1px solid #ccc;
    padding: 2px;
    font-size: 1.2em;
    color: #444;
}

input[type="submit"]
{
    padding: 1px;
}
input[type="button"]
{
    padding: 1px;
}

/* MISC  
----------------------------------------------------------*/
.clear
{
    clear: both;
}

.error
{
    color: Red;
}

nav,
#menucontainer
{
    margin-top: 40px;
}

div#logo
{
    display: block;
    float: left;
    text-align: left;
}

#logindisplay
{
    font-size: 1.1em;
    display: block;
    text-align: right;
    margin: 10px;
    color: White;
}

    #logindisplay a:link
    {
        color: white;
        text-decoration: underline;
    }

    #logindisplay a:visited
    {
        color: white;
        text-decoration: underline;
    }

    #logindisplay a:hover
    {
        color: white;
        text-decoration: none;
    }

#footerdisplay
{
    font-size: .9em;
    display: block;
    text-align: center;
    margin: 10px;
    color: White;
}

    #footerdisplay a:link
    {
        color: white;
        text-decoration: underline;
    }

    #footerdisplay a:visited
    {
        color: white;
        text-decoration: underline;
    }

    #footerdisplay a:hover
    {
        color: white;
        text-decoration: none;
    }

/* Styles for validation helpers
-----------------------------------------------------------*/
.field-validation-error
{
    color: #ff0000;
}

.field-validation-valid
{
    display: none;
}

.input-validation-error
{
    border: 1px solid #ff0000;
    background-color: #ffeeee;
}

.validation-summary-errors
{
    font-weight: bold;
    color: #ff0000;
}

.validation-summary-valid
{
    display: none;
}

/* Styles for editor and display helpers
----------------------------------------------------------*/
.display-label,
.editor-label
{
    margin: 1em 0 0 0;
}

.display-field,
.editor-field
{
    margin: 0.5em 0 0 0;
}

.text-box
{
    width: 30em;
}

    .text-box.multi-line
    {
        height: 6.5em;
    }

.tri-state
{
    width: 6em;
}

/* Styles for Order Table
----------------------------------------------------------*/
.OrderTable
{
    margin: 0px;
    margin-bottom: 15px;
    padding: 0px;
    width: 100%;
    box-shadow: 5px 5px 3px #888888;
    border: 1px solid #000000;
    -moz-border-radius-bottomleft: 2px;
    -webkit-border-bottom-left-radius: 2px;
    border-bottom-left-radius: 2px;
    -moz-border-radius-bottomright: 2px;
    -webkit-border-bottom-right-radius: 2px;
    border-bottom-right-radius: 2px;
    -moz-border-radius-topright: 2px;
    -webkit-border-top-right-radius: 2px;
    border-top-right-radius: 2px;
    -moz-border-radius-topleft: 2px;
    -webkit-border-top-left-radius: 2px;
    border-top-left-radius: 2px;
}

    .OrderTable table
    {
        width: 100%;
        height: 100%;
        margin: 0px;
        padding: 0px;
    }

    .OrderTable tr:last-child td:last-child
    {
        -moz-border-radius-bottomright: 2px;
        -webkit-border-bottom-right-radius: 2px;
        border-bottom-right-radius: 2px;
    }

    .OrderTable table tr:first-child td:first-child
    {
        -moz-border-radius-topleft: 2px;
        -webkit-border-top-left-radius: 2px;
        border-top-left-radius: 2px;
    }

    .OrderTable table tr:first-child td:last-child
    {
        -moz-border-radius-topright: 2px;
        -webkit-border-top-right-radius: 2px;
        border-top-right-radius: 2px;
    }

    .OrderTable tr:last-child td:first-child
    {
        -moz-border-radius-bottomleft: 2px;
        -webkit-border-bottom-left-radius: 2px;
        border-bottom-left-radius: 2px;
    }

    .OrderTable tr:hover td
    {
        background-color: #ffffff;
    }

    .OrderTable td
    {
        vertical-align: middle;
        background: -o-linear-gradient(bottom, #D3D3D3 5%, #ffffff 100%);
        background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #D3D3D3), color-stop(1, #ffffff) );
        background: -moz-linear-gradient( center top, #D3D3D3 5%, #ffffff 100% );
        background: -ms-linear-gradient(top, #D3D3D3 5%, #ffffff 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#D3D3D3", endColorstr="#ffffff");
        background: -o-linear-gradient(top,#D3D3D3,ffffff);
        background-color: #D3D3D3;
        border: 1px solid #000000;
        border-width: 0px 1px 1px 0px;
        text-align: left;
        padding: 5px;
        font-size: 11px;
        font-weight: normal;
        color: #000000;
    }
    .OrderTable td.shipSelect
    {
        vertical-align: middle;
        background: -o-linear-gradient(bottom, #88FF88 5%, #ffffff 100%);
        background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #88FF88), color-stop(1, #ffffff) );
        background: -moz-linear-gradient( center top, #88FF88 5%, #ffffff 100% );
        background: -ms-linear-gradient(top, #88FF88 5%, #ffffff 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#88FF88", endColorstr="#ffffff");
        background: -o-linear-gradient(top,#88FF88,ffffff);
        background-color: #88FF88;
        border: 1px solid #000000;
        border-width: 0px 1px 1px 0px;
        text-align: left;
        padding: 5px;
        font-size: 11px;
        font-weight: normal;
        color: #000000;
    }

    .OrderTable tr:last-child td
    {
        border-width: 0px 1px 0px 0px;
    }

    .OrderTable tr td:last-child
    {
        border-width: 0px 0px 1px 0px;
    }

    .OrderTable tr:last-child td:last-child
    {
        border-width: 0px 0px 0px 0px;
    }

    .OrderTable tr:first-child td
    {
        background: -o-linear-gradient(bottom, #4B7BA2 5%, #7DADD4 100%);
        background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #4B7BA2), color-stop(1, #7DADD4) );
        background: -moz-linear-gradient( center top, #4B7BA2 5%, #7DADD4 100% );
        background: -ms-linear-gradient(top, #4B7BA2 5%, #7DADD4 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#4B7BA2", endColorstr="#7DADD4");
        background: -o-linear-gradient(top,#4B7BA2,7DADD4);
        background-color: #4B7BA2;
        border: 0px solid #000000;
        text-align: center;
        border-width: 0px 0px 1px 1px;
        font-size: 14px;
        font-weight: bold;
        color: #000000;
    }
    .OrderTable tr:first-child td a
    {
        display: block;
        cursor: pointer;
        color: #000000;
        text-decoration: none;
    }
    .OrderTable tr:first-child td a:link
    {
        color: #000000;
        text-decoration: none;
    }
    .OrderTable tr:first-child td a:visited
    {
        color: #000000;
    }
    .OrderTable tr:first-child td a:hover
    {
        color: #000000;
        text-decoration: underline;
    }
    .OrderTable tr:first-child td a:active
    {
        color: #000000;
    }

    .OrderTable tr:first-child td img
    {
        float: left;
    }
    .OrderTable tr:first-child td.sort a:link
    {
        color: #CC0000;
        text-decoration: none;
    }
    .OrderTable tr:first-child td.sort a:visited
    {
        color: #CC0000;
    }
    .OrderTable tr:first-child td.sort a:hover
    {
        color: #CC0000;
        text-decoration: underline;
    }
    .OrderTable tr:first-child td.sort a:active
    {
        color: #CC0000;
    }

    .OrderTable tr:first-child td:first-child
    {
        border-width: 0px 0px 1px 0px;
    }

    .OrderTable tr:first-child td:last-child
    {
        border-width: 0px 0px 1px 1px;
    }


    /* Order Detail Styles 
    ----------------------------------------------------------*/
    .voidAjaxLoader
    {
        text-align: center;
        visibility: hidden;
    }

    table.PriceSummary
    {
        font-size: 0.9em;
        width: 215px;
    }
    table.PriceSummary td.description
    {
        width: 150px;
        text-align: left;
        font-weight: bold;
    }
    table.PriceSummary td.price
    {
        width: 60px;
        text-align: right;
        font-weight: bold;
    }
    .OrdDetSummaryBlock
    {
        padding: 0 10px;
        text-transform: capitalize;
    }
    .OrdDetSummaryBlock .lc
    {
        text-transform: lowercase;
    }

    #ShippedBoxesContainer
    {
        border: 1px solid #000;
    }
    #ShippedBoxesHeader
    {
        font-size: 1.2em;
        font-weight: bold;
        text-align: center;
        background-color: #7DADD4;
        cursor: pointer;
        border-bottom: 1px solid #000;
    }
    #ShippedBoxesHeader img
    {
        position: relative;
        top: 2px;
    }
    #ShippedBoxesContents
    {
        background-color: #CCC;
        text-align: center;
        padding: 10px;
        display: none;
    }
    #ShippedBoxesContents table
    {
        text-align: center;
        width: 700px;
        border: 1px solid #000;
        margin: 0px auto 0px auto;
    }
    #ShippedBoxesContents table tr:last-child td:last-child
    {
        -moz-border-radius-bottomright: 2px;
        -webkit-border-bottom-right-radius: 2px;
        border-bottom-right-radius: 2px;
    }
    #ShippedBoxesContents table tr:first-child td:first-child
    {
        -moz-border-radius-topleft: 2px;
        -webkit-border-top-left-radius: 2px;
        border-top-left-radius: 2px;
    }
    #ShippedBoxesContents table table tr:first-child td:last-child
    {
        -moz-border-radius-topright: 2px;
        -webkit-border-top-right-radius: 2px;
        border-top-right-radius: 2px;
    }
    #ShippedBoxesContents table tr:last-child td:first-child
    {
        -moz-border-radius-bottomleft: 2px;
        -webkit-border-bottom-left-radius: 2px;
        border-bottom-left-radius: 2px;
    }
    #ShippedBoxesContents table tr:hover td
    {
        background-color: #ffffff;
    }
    #ShippedBoxesContents table td
    {
        vertical-align: middle;
        background: -o-linear-gradient(bottom, #D3D3D3 5%, #ffffff 100%);
        background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #D3D3D3), color-stop(1, #ffffff) );
        background: -moz-linear-gradient( center top, #D3D3D3 5%, #ffffff 100% );
        background: -ms-linear-gradient(top, #D3D3D3 5%, #ffffff 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#D3D3D3", endColorstr="#ffffff");
        background: -o-linear-gradient(top,#D3D3D3,ffffff);
        background-color: #D3D3D3;
        border: 1px solid #000000;
        border-width: 0px 1px 1px 0px;
        text-align: left;
        padding: 5px;
        font-size: 11px;
        font-weight: normal;
        color: #000000;
    }
    #ShippedBoxesContents table tr:last-child td
    {
        border-width: 0px 1px 0px 0px;
    }
    #ShippedBoxesContents table tr td:last-child
    {
        border-width: 0px 0px 1px 0px;
    }
    #ShippedBoxesContents table tr:last-child td:last-child
    {
        border-width: 0px 0px 0px 0px;
    }
    #ShippedBoxesContents table tr:first-child td
    {
        background: -o-linear-gradient(bottom, #4B7BA2 5%, #7DADD4 100%);
        background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #4B7BA2), color-stop(1, #7DADD4) );
        background: -moz-linear-gradient( center top, #4B7BA2 5%, #7DADD4 100% );
        background: -ms-linear-gradient(top, #4B7BA2 5%, #7DADD4 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#4B7BA2", endColorstr="#7DADD4");
        background: -o-linear-gradient(top,#4B7BA2,7DADD4);
        background-color: #4B7BA2;
        border: 0px solid #000000;
        text-align: center;
        border-width: 0px 0px 1px 1px;
        font-size: 14px;
        font-weight: bold;
        color: #000000;
    }
    #ShippedBoxesContents table tr:first-child td a
    {
        display: block;
        cursor: pointer;
        color: #000000;
        text-decoration: none;
    }
    #ShippedBoxesContents table tr:first-child td a:link
    {
        color: #000000;
        text-decoration: none;
    }
    #ShippedBoxesContents table tr:first-child td a:visited
    {
        color: #000000;
    }
    #ShippedBoxesContents table tr:first-child td a:hover
    {
        color: #000000;
        text-decoration: underline;
    }
    #ShippedBoxesContents table tr:first-child td a:active
    {
        color: #000000;
    }
    #ShippedBoxesContents table tr:first-child td img
    {
        float: left;
    }
    #ShippedBoxesContents table tr:first-child td.sort a:link
    {
        color: #CC0000;
        text-decoration: none;
    }
    #ShippedBoxesContents table tr:first-child td.sort a:visited
    {
        color: #CC0000;
    }
    #ShippedBoxesContents table tr:first-child td.sort a:hover
    {
        color: #CC0000;
        text-decoration: underline;
    }
    #ShippedBoxesContents table tr:first-child td.sort a:active
    {
        color: #CC0000;
    }
    #ShippedBoxesContents table tr:first-child td:first-child
    {
        border-width: 0px 0px 1px 0px;
    }
    #ShippedBoxesContents table tr:first-child td:last-child
    {
        border-width: 0px 0px 1px 1px;
    }

    .shpPickBox
    {
        padding: 3px;
        font-size: 0.9em;
        border: 1px solid #000;
    }
    .shpPickBox:hover
    {
        background-color: #cccccc;
        cursor: pointer;
    }