﻿*
{
    /*	Reset all margins and padding to zero, makes styling easier */
    margin: 0;
    padding: 0;
}

body
{
    font: 0.625em/1.4 tahoma, verdana, arial, helvetica, sans-serif;
    background-color: #DCDBD7;
}

#website
{
    text-align: left;
}

#website_pad
{
}

#chkShowInactiveMerchants {
    float: left;
    margin-right: 20px;
}


#content
{
    float: left;
    width: 100%;
    min-height: 300px;
}

.twocolwrap
{
    float: left;
    width: 100%;
    display: inline; /* stops IE doubling  margin on float*/
    margin-right: -222px; /* CWS - neg margin move */
}

.twocolwrap-none
{
    float: left;
    width: 100%;
    display: inline; /* stops IE doubling  margin on float*/
}


.leftside
{
    float: left;
    width: 200px;
    margin: 10px;
    display: inline; /* stops IE doubling  margin on float*/
}

.leftside-center
{
    float: left;
    width: 200px;
    margin: 10px;
    display: inline; /* stops IE doubling  margin on float*/
}

.leftside_pad
{
    /* prevents oversize elements from breaking the layout */
    overflow: hidden;
}


.center-leftright
{
    width: auto;
    margin-left: 220px;
    margin-right: 220px;
    margin-top: 10px;
    margin-bottom: 10px;
    min-height: 280px;
}

.center-left
{
    width: auto;
    margin-left: 220px;
    margin-right: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
    min-height: 280px;
}

.center-right
{
    width: auto;
    margin-left: 10px;
    margin-right: 220px;
    margin-top: 10px;
    margin-bottom: 10px;
    min-height: 280px;
}

.center-only
{
    width: auto;
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
    min-height: 280px;
}

.center_pad
{
    /* prevents oversize elements from breaking the layout */
    overflow: hidden;
}


.rightside
{
    float: left;
    width: 200px;
    margin: 10px;
}

.rightside-center
{
    float: left;
    width: 200px;
    margin: 10px;
}

.rightside_pad
{
    /* prevents oversize elements from breaking the layout */
    overflow: hidden;
}


#header
{
    width: auto;
    background: url('background_header.png') top left repeat-x;
}

#header_pad
{
    overflow: hidden;
    padding: 0 16px;
    min-height: 60px;
}


.logo
{
    float: left;
    padding-top: 0px;
    padding-bottom: 0px;
}


#login
{
    float: right;
}

#login_pad
{
    padding: 3px 4px 4px 4px;
}

#login a, #login span
{
    font-family: 'Trebuchet MS' , Verdana, serif;
    font-size: 1.25em;
    text-decoration: none;
    text-align: center;
    background-color: inherit;
    color: #FFF;
    padding: 0 4px;
    border-left: solid 1px #FFF;
}

#login a:first-child, #login span:first-child
{
    padding-left: 3px;
    border-left: none;
}


#menu
{
    color: white;
    font-family: 'Trebuchet MS' , Verdana, serif;
    font-size: 1.2em;
    padding-right: 16px;
}

#menu_pad
{
    float: right;
    margin-top: -1.4em;
    font-size: 1.4em;
}

.mainmenu a
{
    color: #38434F;
    margin-left: 9px;
    background-color: #D3DAE1;
    display: block;
}

.mainmenu a[class~="selected"]
{
    color: #38434F;
    background-color: #DCDBD7;
}

.mainmenu a:link, #mainmenu a:visted
{
    color: #38434F;
    background-color: #F4F4F4;
}

#footer
{
    font-family: 'Trebuchet MS' , Verdana, serif;
    font-size: 1.2em;
    width: auto;
    background-color: #38434F;
    overflow: visible;
    height: 3.6em;
    clear: both;
}

#footer_pad
{
    padding: 6px 16px;
}

ul.bottomlinks, .bottomlinks li
{
    float: left;
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.bottomlinks li
{
    padding: 0 6px;
    text-align: center;
}

.bottomlinks a
{
    color: #FFF;
    padding: 0 6px;
    text-decoration: none;
}

.bottomlinks li
{
    border-left: solid 1px #FFF;
}

.bottomlinks li:first-child
{
    border-left: none;
    padding-left: 0;
}



ul.copyright
{
    float: right;
    margin: 0;
    padding-left: 12px;
    list-style-type: none;
    border-left: solid 1px #FFF;
}

.copyright li
{
    color: #FFF;
}

#online_count
{
    color: #989898;
    clear: both;
    padding-left: 6px;
    padding-top: .5em;
}

.breadbar
{
    font-size: 1.25em;
    background-color: #DCDBD7;
    margin-bottom: 10px;
    color: #38434F;
    width: 100%;
    height: 27px;
}

.breadcrumbs
{
    float: left;
    margin: 4px 10px;
}

.merchantselector
{
    float: right;
    margin: 3px 10px;
}


.content
{
    font-size: 1.3em;
    background-color: #DCDBD7;
}

.content_pad
{
    padding: 10px;
}

.content p
{
    margin-bottom: 1em;
}

.content ul, .content ol
{
    padding-left: 20px;
    margin-bottom: 10px;
}

fieldset
{
    padding: 10px;
}

legend
{
    font-weight: bold;
    padding: 0 3px;
}

fieldset label
{
    text-align: right;
    padding-right: 6px;
}

.divButtons
{
    margin-top: 10px;
}

.wizardButtons
{
    margin-left: -6px;
    margin-top: 1px;
}

.loginError
{
    color: Red;
    padding-top: 6px;
    display: inline-block;
}

.navmenu
{
    background: #FFC;
    margin-bottom: 10px;
}

.navmenu h3
{
    background: #C8C866;
    padding: 3px 7px;
}

.navmenu div + div
{
    font-family: 'Trebuchet MS' , Verdana, serif;
    font-size: 1.25em;
    border: 1px solid #C8C866;
    padding: 6px;
}

.menu_dropdownlist label
{
    padding-right: 5px;
}


div.grid_info
{
    border: 1px solid #A2A6AC;
    margin-bottom: 1em;
}

div.grid_info ul, div.grid_info ul li
{
    list-style-type: none;
    margin: 3px;
    padding: 0;
    white-space: nowrap;
}

div.grid_info ul li label
{
    font-weight: bold;
}

div#refund_box
{
    float: right;
    padding: 5px;
}

legend
{
    color: #38434F;
}

.checkbox_description
{
    font-size: .8em;
    padding-left: 24px;
    padding-bottom: 7px;
    display: block;
}


#alerts
{
    margin-bottom: 10px;
}

.rt-alert-success
{
    background-color: #DAF0BE;
}

.rt-alert-warn
{
    background-color: #FFF9D4;
}

.rt-alert-error
{
    background-color: #FFE5E5;
}

.rt-alert-info
{
    background-color: #CCE0F5;
}

.rt-alert
{
    position: relative;
    margin: 5px 0;
    padding: 2px 24px 2px 4px;
    overflow: hidden;
    zoom: 1;
}

.rt-alert-success .icon
{
    background: no-repeat url('Okay_32x32.png');
}

.rt-alert-warn .icon
{
    background: no-repeat url('Warn_32x32.png');
}

.rt-alert-error .icon
{
    background: no-repeat url('Error_32x32.png');
}

.rt-alert-info .icon
{
    background: no-repeat url('Info_32x32.png');
}

.rt-alert .icon
{
    float: left;
    cursor: auto;
    width: 34px;
    height: 34px;
}

.rt-alert .rt-alert-content
{
    font-weight: bold;
    font-size: 13px;
    padding: 7px 5px;
    overflow: hidden;
}

.rt-alert .rt-alert-buttons
{
    padding-left: 38px;
    margin-top: 3px;
    margin-bottom: 10px;
}

.rt-alert-success .close
{
    background-color: #2B541D !important;
}

.rt-alert-warn .close
{
    background-color: #960 !important;
}

.rt-alert-error .close
{
    background-color: #900 !important;
}

.rt-alert-info .close
{
    background-color: #00438F !important;
}

.rt-alert .close
{
    border: none;
    position: absolute;
    overflow: hidden;
    cursor: pointer;
    cursor: hand;
    top: 4px;
    right: 4px;
    text-indent: -99em;
    width: 14px;
    height: 14px;
    background: no-repeat url('Close_14x14.png');
}

.rt-alert .button
{
    font-size: 13px;
    padding: 2px 5px;
    margin-left: 2px;
}

.horizontal_checkboxes label
{
    padding-left: 4px;
    padding-right: 8px;
}

@media print
{
    pre
    {
        font-size: 10pt;
    }
}

div.criteria
{
}

div.criteria > h2
{
    font-size: 1.25em;
    background-color: #38434F;
    color: #fff;
    padding: 3px 10px;
}

div.criteria > div
{
    padding: 10px;
    background-color: #D3DAE1;
    border-right: solid #A8A8A8 1px;
    border-bottom: solid #A8A8A8 1px;
    border-left: solid #A8A8A8 1px;
}

div.criteria > div > label
{
    font-size: 1.25em;
}
