﻿/*----------------------------------------------------------
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:white;       
        font-size: 90%;
        font-family: Verdana, Tahoma, Arial, Helvetica, Sans-Serif;
        margin: 0;
        padding: 0;
    }


#header {
    position: relative;
    margin-bottom: 0px;
    color: #000;
    padding: 0;
}

#header h1 {
        font-weight: normal;
        padding: 0px 0 4px 0;
        margin: 0 0 0 0;
        color: #000000;
        border: none;
        line-height: normal;
        font-size: 24px !important;
        -webkit-text-shadow: 1px 1px 1px rgba(0,0,0,0.5);
        text-shadow: 1px 1px 1px rgba(0,0,0,0.5);
        font-family: Arial, Helvetica, sans-serif;
}
a.arrow_link {
    text-decoration: none;
}

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 0px 0;
}

h3 {
    font-size: 1.2em;
}

h4 {
    font-size: 1.1em;
}

h5, h6 {
    font-size: 1em;
}

a {
    color: #696969;
}

li {
    line-height: 1.6;
}

/* this rule styles <h2> tags that are the 
first child of the left and right table columns */
.rightColumn > h1, .rightColumn > h2, .leftColumn > h1, .leftColumn > h2 {
    margin-top: 0;
}

/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

/* you can specify a greater or lesser percentage for the 
page width. Or, you can specify an exact pixel width. */
.page {
    min-width: 950px;
    margin-left: auto;
    margin-right: auto;
}

.dailydoc {
    font-size: 70%;
    width: 1200px;
}



    #main {
        padding: 15px 15px 15px 15px;
        background-color: #fff;
        margin-bottom: 30px;
        _height: 1px; /* only IE6 applies CSS properties starting with an underscore */
    }


    footer,#footer {
        display:none;
    }

/* MENU   
----------------------------------------------------------*/
#menu {
    position: relative;
    margin: 4px 0 0 0;
    text-align: left;    
}

    #menu .t-item {
        border-width: 0 0 0 1px;
    }

    #menu .t-link {
        padding: 5px 10px;
        font-weight: bold;
        text-decoration: none;
        line-height: 1.8em;
    }

/* FORM LAYOUT ELEMENTS   
----------------------------------------------------------*/

#menucontainer {
    margin-top: 10px;
}

fieldset {
    border: 1px solid #ddd;
    padding: 0 1.4em 1.4em 1.4em;
    margin: 0 0 1.5em 0;
}

legend {
    font-size: 1.2em;
    font-weight: bold;
}

textarea {
    min-height: 75px;
}

input[type="text"] {
    width: 200px;
    border: 1px solid #CCC;
}

input[type="password"] {
    width: 200px;
    border: 1px solid #CCC;
}

#leftside {
    /*float:left;*/
    width: 100%;
    background: White;
    margin: 3px;
}

#rightside {
    /*float:left;*/
    width: 100%;
    background: White;
}

ul#six {
    width: 100%;
    margin-bottom: 5px;
    overflow: hidden;
    float: left;
}

    ul#six li {
        line-height: 1.5em;
        border-bottom: 1px solid #ccc;
        display: inline-block;
        vertical-align: top;
    }
/* TABLE
----------------------------------------------------------*/
table {
    border: solid 1px #e8eef4;
    padding: 3px;
    border-collapse: collapse;
    font-size: small;
}

td {
    padding: 3px;
    border: solid 1px #e8eef4;
}

th {
    padding: 3px 3px;
    text-align: left;
    background-color: #0099CC;
    border: solid 1px #e8eef4;
    color: #FFFFFF;
}

.report {
    margin: auto;
    padding: 2px;
    text-align: right;
    background-color: White;
    color: Black;
    border: 1px solid #FFFFFF;
    font-family: Courier New;
    font-size: 12px;
}

    .report th {
        margin: 1px;
        border: thin solid #000000;
        padding: 1px;
        background-color: Black;
        color: White;
        text-align: right;
    }

    .report td {
        padding: 1px;
        background-color: White;
        color: Black;
    }

.footer td {
    margin: 1px;
    border: 1px solid #C0C0C0;
    padding: 1px;
    background-color: Silver;
    color: Black;
    font-weight: bold;
}

.unwind td {
    color: Red;
}

.adjust td {
    color: #CC9900;
}

.adjustment td {
    color: #CC9900;
}

.title {
    border: solid 0px #e8eef4;
    padding: 1px;
    font-size: x-large;
}

    .title td {
        padding: 1px;
        border: solid 0px #e8eef4;
    }

    .title th {
        padding: 2px 2px;
        text-align: left;
        font-size: larger;
    }

tr.even td {
    background-color: White;
}

tr.odd td {
    background-color: #F2F2F2;
}

/* MISC  
----------------------------------------------------------*/
.clear {
    clear: both;
}

.error {
    color: Red;
}

div#title {
    display: block;
    float: left;
    text-align: left;
    color:white;
    font-size:small;
    padding-left:10px;
}

#logindisplay {
    font-size: 1.1em;
    display: block;
    text-align: right;
    margin: 10px;
    color: White;
}

    #logindisplay a:link {
        color: #4F4F4F;
    }

    #logindisplay a:visited {
        color: #4F4F4F;
    }

    #logindisplay a:hover {
        color: #4F4F4F;
    }

/* 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;
}

.c1 {
    float: left;
    margin: 10px;
    padding: 10px;
    width: 400px;
}

.c2 {
    float: right;
    margin: 10px;
    padding: 10px;
    width: 400px;
}

.c3 {
    float: left;
    margin: 10px;
    padding: 10px;
    width: 400px;
}

.c4 {
    float: right;
    margin: 10px;
    padding: 10px;
    width: 400px;
}

#container {
    width: 95%;
    min-height: 600px;
    min-width: 900px;
    background: white;
    overflow: visible;
}

#store-menu {
    position: relative;
    width: 140px;
    min-height: 400px;
    z-index: 1;
    float: left;
    left: 1px;
    top: 2px;
    display: inline-block;
    text-align: left;
    padding-right: 5px;
    padding-top: 30px;
}

    #store-menu ul {
        list-style-type: none;
        margin: 0%;
        position: relative;
        z-index: 2;
        text-align: left;
        padding: 0%;
    }

#store-right {
    position: relative;
    width: 90%;
    height: 100%;
    z-index: 1;
    padding-left: 5px;
    top: 1px;
    float: none;
    display: inline-block;
    overflow: visible;
}
.ui-widget {
    font-family: Verdana,Arial,sans-serif;
    font-size: .8em;
}

.ui-widget-content {
    background: #F9F9F9;
    border: 1px solid #90d93f;
    color: #222222;
}

.displayDeals.ui-dialog {
    left: 0;
    outline: 0 none;
    padding: 0 !important;
    position: absolute;
    top: 0;
}

#success {
    padding: 0;
    margin: 0; 
}

.ui-dialog .ui-dialog-content {
    background: none repeat scroll 0 0 transparent;
    border: 0 none;
    overflow: auto;
    position: relative;
    padding: 0 !important;
}

.displayDeals.ui-dialog-titlebar {
    background: #b0de78;
    border: 0;
    color: #fff;
    font-weight: normal;
}

.ui-dialog .ui-dialog-titlebar {
    padding: 0.1em .5em;
    position: relative;
        font-size: 1em;
}

#please-wait
{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

    #please-wait .modal
    {
        z-index: 1999;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        opacity: 0.5;
        -moz-opacity: 0.5;
        background-color: black;
        margin-left: 0;
    }

    #please-wait .spinner
    {
        z-index: 2000;
        padding-top: 20px;
        padding-left: 20px;
        background: #E5E5E5 url("loading.gif") no-repeat 15px center;
        width: 120px;
        height: 40px;
        border: 2px solid #666;
        font-weight: bold;
        text-align: center;
        position: relative;
        margin-left: auto;
        margin-right: auto;
        top: 35%;
        display: block;
    }