﻿html {
    background-color: #e2e2e2;
    margin: 0;
    padding: 0;
}

body {
    background-color: #fff;
	background-image: url(PageBackground.gif);
	background-repeat: repeat-x;
    /*color: #333;*/
    color: #6D6969;
    font-size: .80em;
    font-family: "Segoe UI", Verdana, Helvetica, Sans-Serif;
    margin: 0;
    padding: 0;
}

a {
    color: #333;
    outline: none;
    text-decoration: underline;
}

    a:link, a:visited,
    a:active, a:hover {
        color: #333;
    }

header, footer, hgroup,
nav, section {
    display: block;
}

mark {
    background-color: #a6dbed;
    padding-left: 5px;
    padding-right: 5px;
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}

.clear-fix:after {
    content: ".";
    clear: both;
    display: block;
    height: 0;
    visibility: hidden;
}

h1, h2, h3,
h4, h5, h6 {
    color: #000;
    margin-bottom: 0;
    padding-bottom: 0;
}

h1 {
    font-size: 2em;
}

h2
{
    font-size: 1.3em;
    font-weight: 600;
    color: #f50;
    margin: 0;
    padding: 0;
}

h3 {
    font-size: 1.2em;
    font-weight: 600;
    color: #f50;
    margin: 0;
    padding: 0;
}

h4 {
    font-size: 1.1em;
}

h5, h6 {
    font-size: 1em;
}

    h5 a:link, h5 a:visited, h5 a:active {
        padding: 0;
        text-decoration: none;
    }


/* main layout
----------------------------------------------------------*/
.content-header {
    margin: 0px 20px 10px 20px;
    padding-top: 20px;
    white-space: nowrap
}

.content-wrapper {
    margin: 0 20px 0 20px;
    white-space: nowrap
}

.content
{
    display: inline-block;
}

#body {
    
    clear: both;
    padding-top: 20px;
    padding-bottom: 30px;
}

    .details {
        padding-top: 10px;
    }

footer {
    clear: both;
    background-color: #e2e2e2;
    font-size: .8em;
    height: 100px;
}


/* site title
----------------------------------------------------------*/
.site-title {
    color: #c8c8c8;
    font-family: Rockwell, Consolas, "Courier New", Courier, monospace;
    font-size: 1.8em;
    margin: 10px 0 10px 0;
}

.site-title a, .site-title a:hover, .site-title a:active {
    background: none;
    color: #c8c8c8;
    outline: none;
    text-decoration: none;
}


/* login
----------------------------------------------------------*/
#login {
    display: block;
    font-size: .85em;
    margin: 0 0 10px;
    text-align: right;
}

    #login a {
        background-color: #d3dce0;
        margin-left: 10px;
        margin-right: 3px;
        padding: 2px 3px;
        text-decoration: none;
    }

    #login a.username {
        background: none;
        margin: 0;
        padding: 0;
        text-decoration: underline;
    }

    #login ul {
        margin: 0;
    }

    #login li {
        display: inline;
        list-style: none;
    }


/* menu
----------------------------------------------------------*/
ul#menu {
    font-size: 1.1em;
    margin: 0;
    padding: 0;
    position: absolute;
    background-color: white;
    top: 50px;
    right: 50px;
    background: #fff url("TabDiv.gif") repeat-x;
    border-radius: 3px;
    border: 2px solid #fff;
}

    ul#menu li {
        display: inline;
        list-style: none;
        padding: 5px 10px 5px 10px;
        border-right: 1px solid #ccc;
        float:left; 
        width:auto;
    }

        ul#menu li a {
            background: none;
            color: #333;
            text-decoration: none;
        }

        ul#menu li a:hover {
            color: #999;
            text-decoration: none;
        }

        ul#menu li .selected {
            color: #F50;
        }


/* page elements
----------------------------------------------------------*/
/* page titles */
hgroup.title {
    margin-bottom: 10px;
}

hgroup.title h1, hgroup.title h2 {
    display: inline;
}

hgroup.title h2 {
    font-weight: normal;
    margin-left: 3px;
}

/* features */
section.feature {
    width: 300px;
    float: left;
    padding: 10px;
}

/* content */
.label {
    font-weight: 700;
}

/* login page */
#loginForm {
}

    #loginForm .validation-error {
        display: block;
        margin-left: 15px;
    }

    #loginForm .validation-summary-errors ul {
        margin: 0;
        padding: 0;
    }

    #loginForm .validation-summary-errors li {
        display: inline;
        list-style: none;
        margin: 0;
    }

    #loginForm input {
        width: 250px;
    }

    #loginForm input[type="checkbox"],
    #loginForm input[type="submit"],
    #loginForm input[type="button"],
    #loginForm button {
        width: auto;
    }

#resellersTreeView
{
    display: inline-block;
    vertical-align: top;
    margin-right: 20px;
    padding-left: 10px;
    padding-right: 10px;
    border: 1px solid #DEDEDE;
}

    #resellersTreeView a
    {
        font-size: 1.2em;
        font-weight: 600;
        margin: 0 0 5px;
        background: none;
        color: #333;
        text-decoration: none;
    }
    #resellersTreeView a:hover {
        color: #999;
        text-decoration: none;
    }

    #resellersTreeView .selected a
    {
        color: #F50;
    }


#logout {
    color:#C8C8C8;
    margin-top: 20px;
}
    
#logoutForm {
        display: inline;
    }

#logout a {
        color:#C8C8C8;
    }

/* forms */
fieldset {
    border: none;
    margin:  0 0 0 0;
    padding: 0;
}

    fieldset legend {
        display: none;
    }

    fieldset ol {
        padding: 10px 0 10px 0;
        margin: 0;
        list-style: none;
    }

        fieldset ol li {
            padding-bottom: 5px;
        }

        fieldset ol li.readOnly {
            padding-bottom: 10px;
        }

        fieldset ol li.readOnly label {
            display: inline;
        }

label {
    display: block;
    font-size: 1em;
    font-weight: bold;
    padding-bottom: 2px;
}

label.checkbox {
    display: inline;
}

input, textarea {
    border: 1px solid #e2e2e2;
    background: #fff;
    color: #333;
    font-size: 1em;
    margin: 5px 0 6px 0;
    padding: 2px;
    width: 300px;
}

textarea {
    font-family: inherit;
    width: 500px;
}

    input:focus, textarea:focus {
        border: 1px solid #7ac0da;
    }

    input[type="checkbox"] {
        background: transparent;
        border: inherit;
        width: auto;
    }

    input[type="submit"],
    input[type="button"] 
    {
        background-color: #E2E9EB;
        border: 1px solid #787878;
        cursor: pointer;
        font-size: 0.9em;
        font-weight: 600;
        padding: 4px 5px 4px 5px;
        margin: 0;
        width: auto;
    }

    td input[type="submit"],
    td input[type="button"],
    td button {
        font-size: 1em;
        padding: 4px;
        margin-right: 4px;
    }

select
{
    border: 1px solid #e2e2e2;
    background: #fff;
    color: #333;
    font-size: 1em;
    margin: 0px;
    padding: 3px 3px 4px 2px;
}

.error {
    color: #e80c4d;
}

/* styles for validation helpers */
.field-validation-error {
    color: #e80c4d;
    font-weight: bold;
}

.field-validation-valid {
    display: none;
}

input.input-validation-error {
    border: 1px solid #e80c4d;
}

input[type="checkbox"].input-validation-error {
    border: 0 none;
}

.validation-summary-errors {
    color: #e80c4d;
    font-weight: bold;
    font-size: 1.1em;
}

.validation-summary-valid {
    display: none;
}

.validation-summary-errors ul {
    margin: 0;
    padding: 0;
}

.validation-summary-errors li {
    display: inline;
    list-style: none;
    margin: 0;
}

/* tables
----------------------------------------------------------*/
table {
    border-collapse: collapse;
    border-spacing: 0;
    margin-top: 0.75em;
    border: 1px solid;
}

th {
    font-size: 1em;
    text-align: left;
    border: 1px solid;
    padding: 0.4em 0.4em 0.4em 0.4em;
    background-color: whiteSmoke;
}

    th a {
        /*display: block;*/
        position: relative;
    }

    th a:link, th a:visited, th a:active, th a:hover {
        color: #333;
        font-weight: 600;
        padding: 0;
    }

    th a:hover {
        color: #000;
    }

    th.asc a, th.desc a {
        margin-right: .75em;
    }

    th.asc a:after, th.desc a:after {
        display: block;
        position: absolute;
        right: 0em;
        top: 0;
        font-size: 0.75em;
    }

    th.asc a:after {
        content: '▲';
    }

    th.desc a:after {
        content: '▼';
    }

td {
    padding: 0.4em 0.4em 0.4em 0.4em;
    border: 1px solid;
}

tr.pager td {
    padding: 0 0.25em 0 0;
}

.imgButton
{
    background-color: #E2E9EB;
    border: 1px solid #787878;
    display: inline-block;
    font-weight: 600;
    font-size: 0.9em;
    text-decoration: none;
    vertical-align: middle;
    margin: 0px 5px 0px 0px;
    padding: 2px 2px 2px 2px;
    cursor: pointer;
}

    .imgButton img
    {
        vertical-align: middle;
    }

    .imgButton span
    {
        vertical-align: middle;
        padding-left: 5px;
        padding-right: 5px;
        color: #333;
        font-family: "Segoe UI", Verdana, Helvetica, Sans-Serif;
    }

.toolbar input
{
    margin: 0px 5px 0px 0px;
    padding: 2px 2px 4px 2px;
}

label.checkboxlist
{
    display: inline;
    margin: 0px 10px 0px 3px;
    font-weight: normal;
}

input.checkboxlist
{
    margin: 10px 0px 0px 0px;
}

.spacer
{
    margin-top: 10px;
}

.form_spacer
{
    margin-top: 20px;
}