﻿/* DEFAULTS
----------------------------------------------------------*/

body
{
    background: White;
    font-size: .80em;
    font-family: "Helvetica Neue" , "Lucida Grande" , "Segoe UI" , Arial, Helvetica, Verdana, sans-serif;
    margin: 0px;
    padding: 0px;
    color: #696969;
}

a img
{
    border: 0px none;
}

a:link, a:visited
{
    color: #034af3;
}

a:hover
{
    color: #1d60ff;
    text-decoration: none;
}

a:active
{
    color: #034af3;
}

p
{
    margin-bottom: 10px;
    line-height: 1.6em;
}


/* HEADINGS   
----------------------------------------------------------*/

h1, h2, h3, h4, h5, h6
{
    font-size: 1.5em;
    color: #666666;
    font-variant: small-caps;
    text-transform: none;
    font-weight: 200;
    margin-bottom: 0px;
}

h1
{
    font-size: 1.6em;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

h2
{
    font-size: 1.5em;
    font-weight: 600;
}

h3
{
    font-size: 1.2em;
}

h4
{
    font-size: 1.1em;
}

h5, h6
{
    font-size: 1em;
}

/* this rule styles <h1> and <h2> tags that are the 
first child of the left and right table columns */
.rightColumn > h1, .rightColumn > h2, .leftColumn > h1, .leftColumn > h2
{
    margin-top: 0px;
}


/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

.page
{
    width: 960px;
    background-color: #fff;
    margin: 0px auto 0px auto;
}

.header
{
    position: relative;
    margin: 0px;
    padding: 0px;
    background: White;
    width: 100%;
}

.header h1
{
    font-weight: 700;
    margin: 0px;
    padding: 0px 0px 0px 20px;
    color: #f9f9f9;
    border: none;
    line-height: 2em;
    font-size: 2em;
}

.main
{
    padding: 0px 12px;
    margin: 12px 0px 8px 0px;
    min-height: 420px;
}

.leftCol
{
    padding: 6px 0px;
    margin: 12px 8px 8px 8px;
    width: 200px;
    min-height: 200px;
}

.footer
{
    color: #4e5766;
    padding: 8px 0px 0px 0px;
    margin: 0px auto;
    text-align: center;
    line-height: normal;
}

/* FORM ELEMENTS   
----------------------------------------------------------*/

fieldset
{
    margin: 1em 0px;
    padding: 1em;
    border: 1px solid #ccc;
}

fieldset p
{
    margin: 2px 12px 10px 10px;
}

fieldset.login label, fieldset.register label, fieldset.changePassword label
{
    display: block;
}

fieldset label.inline
{
    display: inline;
}

legend
{
    font-size: 1.1em;
    font-weight: 600;
    padding: 2px 4px 8px 4px;
}

input.textEntry
{
    width: 320px;
    border: 1px solid #ccc;
}

input.passwordEntry
{
    width: 320px;
    border: 1px solid #ccc;
}

/* MISC  
----------------------------------------------------------*/

.loginPanel
{
    padding: 5px;
    background-color: Black;
    color: White;
    position: relative;
}
.loginPanel a
{
    color: White;
    text-decoration: underline;
}

.clear
{
    clear: both;
}

.title
{
    display: block;
    float: left;
    text-align: left;
    width: auto;
}
.failureNotification
{
    font-size: 1.2em;
    color: Red;
}

.bold
{
    font-weight: bold;
}

.submitButton
{
    text-align: right;
    padding-right: 10px;
}

.urlTextBox
{
    width: 500px;
}
.flags
{
    position: absolute;
    right: 0px;
    width: 50px;
    top: 5px;
}
.menuPanel
{
    position: absolute;
    right: 50px;
    top: 90px;
    text-transform: uppercase;
}
.menuStatic
{
    background-image: url(/interface/menubackground.jpg);
    background-repeat: repeat-x;
    height: 40px;
}

.menuStaticItem
{
    display: block;
    font-size: 13px;
    font-family: Arial, Sans-Serif;
    font-weight: bold;
    height: 20px;
    padding: 13px 15px 7px !important;
    background-image: url(/interface/menuseparator.jpg);
    background-position: 0px 7px;
    background-repeat: no-repeat;
}
.has-popup.static
{
    background-image: url(/interface/menuseparator.jpg);
    background-position: 0px 7px;
    background-repeat: no-repeat;
}
.menuStatic :first-child .menuStaticItem
{
    background-image: none;
}

.menuDynamic
{
    background-repeat: repeat-x;
    border: solid 1px #c0c0c0 !important;
    left: auto !important;
    right: 0px;
}

.menuDynamicItem
{
    display: block;
    font-size: 13px;
    font-family: Arial, Sans-Serif;
    font-weight: bold;
    height: 20px;
    padding: 13px 12px 7px !important;
    background-color: #f0f0f0;
}

.titlePanel
{
    background-image: url(/interface/headerbackground.png);
    background-repeat: repeat-x;
    height: 170px;
}
input.profile, select.profile
{
    width: 320px;
    border: 1px solid #ccc;
}
.bigButton
{
    height: 40px;
}
.mediumButton
{
    height: 30px;
}
.tableQrCodes
{
    width: 100%;
    border: 1px solid #d0d0d0;
    border-collapse: collapse;
}

.tableQrCodes th
{
    border-bottom: 1px solid #d0d0d0;
    background-color: #f0f0f0;
    height: 30px;
    background-image: url(/interface/menubackground.jpg);
    background-repeat: repeat-x;
}

.tableQrCodes tr th:first-child
{
    width: 80px;
}
.tableQrCodes tr th:nth-child(2)
{
    width: 250px;
}
.tableQrCodes td
{
    height: 30px;
    padding: 0px, 5px;
}
.tableQrCodes th
{
    padding: 5px;
}
.tableQrCodes tr.mouseoverable.over
{
    background-image: url(/interface/rowbackground.jpg);
    background-repeat: repeat-x;
}
.statsMenu
{
    padding: 10px 0px;
    border: solid 1px #ccc;
    position: relative;
    height: 50px;
    background-image: url(/interface/statsMenuBackground.jpg);
    background-repeat: repeat-x;
    background-position: center;
}

.statsMenu .qrcode
{
    float: left;
    width: 290px;
    color: #333;
    padding: 2px;
    margin: 0px 15px;
    display: block;
}
.statsMenu .geography
{
    float: left;
    width: 290px;
    color: #333;
    padding: 2px;
    margin: 0px 15px;
    display: block;
}
.statsMenu .time
{
    float: left;
    width: 270px;
    color: #333;
    padding: 2px;
    margin: 0px 5px 0px 15px;
    display: block;
}
.statsMenu .calendar
{
    float: left;
    width: 40px;
    color: #333;
    padding: 2px;
    margin: 0px 0px;
    display: block;
    padding-top: 20px;
}
.statsMenu input.statsTextBox, .statsMenu button.statsTextBox, .statsMenu select.statsTextBox
{
    padding: 7px 10px;
    font-size: 13px;
    border-color: #aaa;
    border-bottom-color: #ccc;
    border-width: 1px;
    border-style: solid;
    width: 266px;
}
.statsMenu select.statsTextBox
{
    padding: 3px 0px;
    background-color: #ddd;
}
.statsMenu .calendar
{
    font-size: 10px;
}
table.tableProducts
{
    width: 960px;
    margin-left: -20px;
}
table.tableProducts td.product
{
    width: 85px;
    padding: 10px;
    vertical-align: top;
    position: relative;
}

table.tableProducts td.product div.product
{
    position: relative;
}

table.tableProducts td.product.empty div
{
    width: 85px;
}
table.tableProducts td a
{
    text-decoration: none;
}
table.tableProducts td.product img
{
    width: 85px;
    height: 85px;
}
table.tableProducts td.product img.new
{
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 100;
}
.pagerImage
{
}
div#qrCode
{
    width: 800px;
    float: left;
}
div#qrCodeSide
{
    width: 120px;
    float: left;
    margin-left: 10px;
}
.statsPanel fieldset
{
    margin: 0px;
}
.statsPanel fieldset legend
{
    font-size: 0.9em;
}
#slidesStore
{
    height: 500px;
}
#slidesStore li a div
{
    position: relative;
    width: 100px;
    height: 100px;
}
#slidesStore img
{
    position: relative;
    width: 100px;
    height: 100px;
    z-index: 0px;
    left: 5px;
}
#slidesStore img.new
{
    position: absolute;
    top: 0px;
    left: 5px;
    z-index: 100;
}
#slidesStore li
{
    float: left;
    list-style: none;
    margin-left: -45px;
    height: 100px;
    width: 100px;
}

.modalBackground
{
    background-color: Gray;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=50)";
    filter: alpha(opacity=50);
    opacity: 0.50;
}
.popup
{
    background-color: White;
    border: solid 1px black;
    padding: 10px;
}
