﻿/* Global */
html, body
{
    height: 100%;
}

a
{
    text-decoration: none;
    color: #050F72;
}

body
{
    background-color: #FFF;
    margin: 0;
    padding: 0;
    background-color: #EAEAEA;
}

h5
{
    width: 99%;
    text-align: left;
    font-size: 18px;
    background-color: #050F72;
    color: #FFF;
    margin: 0px;
    padding-left: 1%;
}

h4
{
    margin: 0px 0px 12px 0px;
    padding: 0;
}

h3
{
    margin: 6px 6px 6px 0px;
}

.aspRadioList input
{
    float: left;
    clear: left;
    border: none !important;
    background-color: transparent !important;
}

.aspRadioList label
{
    width: auto !important;
    position: relative;
   
}

#mdAdminForm, #manageForms
{
    height: 100%;
    overflow: auto;
    width: 100%;
}

#mainContent
{
    height: 100%;
    overflow: auto;
}

#contentContainer
{
}

.mdAdminContentContainer
{
    background-color: #EFEFDE;
    height: auto;
    overflow: hidden;
    border:1px solid #050F72;
    padding: 8px;
}

.mdAdminContentContainer label
{
    text-align: right;
    float: left;
    width: 110px;
    margin-right: 4px;
}

.mdAdminContentContainer input, .mdAdminContentContainer select
{
    margin-bottom: 8px;
}



label.error
{
    float: none !important;
    color: Red;
    margin-left: 4px;
}

/* master Template */

#formContainer
{
    margin: 4px 4px 0px 4px;
    height: 100%;
    background-color: #EAEAEA;
    height: 100%;
    overflow: auto;
}

#mainContent
{
    height: 100%;
}

#mainContentHeader
{
    background-color: #FFF;
    height: auto;
    overflow: auto;
    width: 100%;
    border-bottom: 1px solid #999999;
}

#workSpace
{
    height: 100%;
    padding: 8px;
}

#leftColumn
{
    border-right: 1px solid #999999;
    background-color: #FFF;
    height: 100%;
    overflow:auto;
    float: left;
    padding-right: 4px;
}

#leftColumn h4
{
    padding: 0;
    margin: 0;
    color: #0B70CE;
}

#leftColumn a
{
    text-decoration: none;
    color: #050F72;
}

#leftColumn ul
{
    padding: 0;
    margin: 0px 0px 0px 8px;
}

#leftColumn ul li
{
    list-style-position:inside;
    list-style-type:square;
}

/* Manage Categories */
#manageCatLeft
{
    width: 200px;
    height: 300px;
    border: 1px solid #000;
    float: left;
}

#manageCatRight
{
    width: 200px;
    height: 300px;
    border: 1px solid #000;
    float: left;
}

/* edit product */
#editProduct
{
    background-color: #EFEFDE;
    height: auto;
    overflow: hidden;
    border:1px solid #050F72;
    padding: 8px;
}

#editProduct label, #editProduct input, #editProduct select, #editProduct textarea
{
    margin-bottom: 4px;
}

#editProduct label
{
    float: left;
    width: 220px;
    text-align: right;
    margin-right: 4px;
}

#editProduct p
{
    padding: 0;
    margin: 0px 0px 4px 150px;
}

.noStyle
{
    float: none !important;
    width: auto !important;
}

#editProductCategories, .editProductCategories
{
    width: auto;
    overflow: auto;
    margin: 0;
    padding: 0;
}

#upListCategory, #upListFilter
{
    width: auto;
    float: left;
}

.searchFilterLabel
{
    width: auto !important;
    text-align: right;
    margin-right: 8px;
}

#lblListFilter, #lblListCategory
{
    font-weight: bold;
}

.editDropDownUP, #upFilter1, #upFilter2, #upFilter3, #upFilter4, #upFilter5, #upFilter6, #upFilter7, #upCategory1, #upCategory2, #upCategory3, #upCategory4, #upCategory5, #upCategory6, #upCategory7
{
    width: auto;
    float: left;
}

/* grid views */
.gridViewTable
{
    margin-left: 1px;
    border: none !important;
    width: 99.8%;
    text-align: center;
}

.gridViewTable th
{
    background-color: #050F72;
    color: #FFF;
    padding: 6px 0px;
    border-left: 1px solid #050F72;
    border-right: 1px solid #050F72;
}

.gridViewTable tr td a
{
    color: #050F72;
    text-decoration: none;
}

.gridViewTable tr.gridViewRow
{
    background-color: #FFF;
    border-left: 1px solid #050F72;
    border-right: 1px solid #050F72;
}

.gridViewTable tr.gridViewAltRow
{
    background-color: #E7E9FE;
    border-left: 1px solid #050F72;
    border-right: 1px solid #050F72;
}

.gridViewTable tr.gridViewFooter
{
    border-top: 1px solid #050F72;
    height: 1px;
    padding: 0;
    margin: 0;
}

.gridViewTable .gridViewTextBox
{
    width: 99%;
}

.editProductFormName
{
    width: 95%;
}

/* view orders */
#orderAddressInformation
{
    height: auto;
    overflow: auto;
}

.floatLeft
{
    float: left;
    height: auto;
    overflow: auto;
    width: 300px;
    padding: 1px;
}

.floatRight
{
    float: right;
    height: auto;
    overflow: auto;
    width: 300px;
    padding: 1px;
}

#contactInformation
{
    float: left;
    clear: left;
    width: 100%;
}

#gvOrders tr.viewOrderAlt
{
    background-color: #e0e0e0;
}

#orderSummary table
{
    width: 100%;
    text-align: center;
}

#orderSummary input
{
    margin: 0 !important;
}

#orderSummary label
{
    width: 115px;
}

#orderSummary hr
{
    float: left;
    clear: left;
    width: 100%;
}

#tblOrderSummary
{
    border: none;
    border-bottom:1px solid #666666;
}

#tblOrderSummary th.customerPaid
{
    width: 100px;
}

#tblOrderSummary th
{
    background-color:#999999;
    border-bottom:1px solid #666666;
    color:#FFFFFF;
    font-family:Verdana,Arial,Helvetica,sans-serif;
    font-weight:bold;
    font-size: 12px;
    padding: 4px 0px;
}

#tblOrderSummary tr.main
{
    background-color: #E7E9FE;
}

#tblOrderSummary tr.alt
{
    background-color: #FFF;
}

#tblOrderSummary td
{
    padding: 6px 0px;
}

#tblOrderSummary .product
{
    text-align: left;
    padding-left: 8px;
}

#orderSummaryTotals
{
    float: right;
    width: 220px;
}

#orderSummaryTotals span
{
    width: 100px;
    float: right;
    text-align: center;
}

#orderSummaryInfo
{
    float: left;
    width: auto;
    margin-top: 18px;
}

#printReceiptTable th
{
    background-color:#999999;
    border-bottom:1px solid #666666;
    color:#FFFFFF;
    font-family:Verdana,Arial,Helvetica,sans-serif;
    font-size:12px;
}

/* build order */
#buildOrderTotalContainer
{
    float: right;
    width: auto;
    overflow: auto;
}

#buildOrderTotalContainer #shippingOption
{
    padding: 0;
    margin: 0;
}

.buildOrderTotals
{
    float: right;
    width: 90px;
    text-align: center;
}

#updateQuantity
{
    float: left;
}

/* login */
#login input
{
    margin-bottom: 8px;
}

#login
{
    background-color: #5a677e;
    width: 300px;
    padding: 12px;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
    color: #FFF;
}


/* error log css */
#listErrorBody
{
 text-align: center;
}

.errorBox
{
    border: 1px solid #000000;
    background-color: #FFFFFF;
    margin-bottom: 18px;
    text-align: left;
    width: 800px;
    margin-left: auto;
    margin-right: auto;
    padding: 12px;
}

.errorBox label
{
    float: left;
    margin-right: 10px;
    width: 150px;
    text-align: right;
    font-weight: bold;
}

.errorBox label.clickToShow
{
    width: 100%;
    text-align: center;
    margin: 10px 0px;
}

/* nav bar */
#navBar
{
    height: 110px;
    background-position: left top;
    background-image: url(../img/clickandincdark.gif);
    background-repeat: no-repeat;
    position: relative;
}

#navBar ul
{
    float: left;
    width: 100%;
    margin: 0;
    padding: 0;
    background-color: #CCCCCC; 
    /* background-color: #6E7A83; */
    position: absolute;
    bottom: 0;
}

#navBar ul li
{
    display: inline;
    list-style: none;
    border-left: 1px solid #333333;
    padding-left: 8px;
    padding-right: 8px;
    color: #222222;
    cursor: pointer;
}

#navBar a
{
    text-decoration: none;
    color: #222222;
}

#navBar ul li.first
{
    border-left: none;
}

#txtCategoryDesc
{
    margin: 0px auto;
}

/* date picker */
#ui-datepicker-div
{
    position: absolute;
    top: 0;
    right: 0;
}

#repeatCustomerCustomerList
{
    width: 400px;
    float: left;
    margin: 0px 10px 0px 0px;
}

#repeatCustomerOrders
{
    width: 400px;
    float: left;
}