﻿/* DEFAULTS
----------------------------------------------------------*/

body {
    background: White;
    font-size: .80em;
    font-family: "Segoe UI", "Helvetica Neue", "Lucida Grande", Arial, Helvetica, Verdana, sans-serif;
    margin: 0px;
    padding: 0px;
    color: #696969;
}


input {
    /*    -webkit-appearance: none;
    -webkit-border-radius: 0px;
*/
}

a:link, a:visited {
    acolor: #034af3;
    text-decoration: none;
}

a:hover {
    acolor: #1d60ff;
    text-decoration: underline;
}

a:active {
    acolor: #034af3;
    text-decoration: none;
}

p {
    margin-bottom: 10px;
    line-height: 1.6em;
}


/* HEADINGS   
----------------------------------------------------------*/

h1, h2, h3, h4, h5, h6 {
    font-size: 1.5em;
    color: #666666;
    text-transform: none;
    font-weight: 200;
    margin-bottom: 0px;
    font-family: Arial;
}

h1 {
    font-size: 2em;
    color: #000000 !important;
    padding-bottom: 10px;
    margin-bottom: 0px;
}

h2 {
    font-size: 1.5em;
    font-weight: 600;
    padding-bottom: 5px;
}

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: 20px auto 0px auto;
    border: 1px solid #496077;
}

.header
{
    position: relative;
    margin: 0px;
    padding: 0px;
    background: #4b6c9e;
    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 8px 8px 8px;
    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;
}*/


/* TAB MENU   
----------------------------------------------------------*/
/*
div.hideSkiplink
{
    background-color:#3a4f63;
    width:100%;
}

div.menu
{
    padding: 4px 0px 4px 8px;
}

div.menu ul
{
    list-style: none;
    margin: 0px;
    padding: 0px;
    width: auto;
}

div.menu ul li a, div.menu ul li a:visited
{
    background-color: #465c71;
    border: 1px #4e667d solid;
    color: #dde4ec;
    display: block;
    line-height: 1.35em;
    padding: 4px 20px;
    text-decoration: none;
    white-space: nowrap;
}

div.menu ul li a:hover
{
    background-color: #bfcbd6;
    color: #465c71;
    text-decoration: none;
}

div.menu ul li a:active
{
    background-color: #465c71;
    color: #cfdbe6;
    text-decoration: none;
}*/

/* 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;
}

div.accountInfo
{
    width: 42%;
}
*/
/* MISC  
----------------------------------------------------------*/
/*
.clear
{
    clear: both;
}

.title
{
    display: block;
    float: left;
    text-align: left;
    width: auto;
}

.loginDisplay
{
    font-size: 1.1em;
    display: block;
    text-align: right;
    padding: 10px;
    color: White;
}

.loginDisplay a:link
{
    color: white;
}

.loginDisplay a:visited
{
    color: white;
}

.loginDisplay a:hover
{
    color: white;
}

.failureNotification
{
    font-size: 1.2em;
    color: Red;
}

.bold
{
    font-weight: bold;
}

.submitButton
{
    text-align: right;
    padding-right: 10px;
}
*/

/******************************************************************************
    Profile Bar
*/

.profileBarLink {
    color: white;
    padding-right: 10px;
}

.profileBar {
    font-family: Segoe UI, Arial;
    font-weight: lighter;
    cursor: pointer;
    text-align: right;
    height: 58px;
}

.profileBarLogo {
    waidth: 155px;
    height: 58px;
    padding-top: 6px;
    padding-right: 15px;
}

.profileBarTitle {
    float: left;
    padding-top: 8px;
    padding-right: 10px;
}

.profileBarName {
    font-size: 14pt;
    color: White;
}

.profileBarDescription {
    float: right;
    font-size: 10pt;
    line-height: 20px;
    color: #B0B0B0;
}

/******************************************************************************
    Breadcrumb Bar
*/
/*
.breadcrumb
{
    font-size: 9pt;
    background-image: url(/CSS/Graphics/Breadcrumb-Background.png);
    background-repeat: repeat-x;
    height: 29px;
    line-height: 30px;
    color: #9b9b9b;
    border-bottom: solid 1px #c0c0c0;
    overflow: hidden;
    margin: 0px;
    padding: 0px;
}
.breadcrumb li
{
    list-style-type: none;
    float: left;
    padding-left: 10px;
}
.breadcrumb a
{
    height: 30px;
    display: block;
    background-image: url(/CSS/Graphics/Breadcrumb-Separator.png);
    background-repeat: no-repeat;
    background-position: right;
    padding-right: 15px;
    text-decoration: none;
    color: #454545;
}
.breadcrumb-home
{
    border: none;
    margin: 5px 0px;
}
.breadcrumb a:hover
{
    color: #568000;
    text-decoration: underline;
}
*/

.breadcrumbs {
    color: #A0A0A0;
    font-family: Arial;
    font-size: 12pt;
    font-weight: bold;
    margin-top: 5px;
    padding-left: 15px;
    padding-top: 2px;
    font-weight: bold;
}

.breadcrumbLink:hover {
    color: #64900A;
    text-decoration: underline;
}

.breadcrumbLink:link, breadcrumbLink:visited {
    color: #64900A;
    text-decoration: underline;
}

.breadcrumbLink:hover {
    color: #64900A;
    text-decoration: underline;
}
/*
.breadcrumbs a:active
{
    color: #64900A;
    text-decoration: none;
}*/

/******************************************************************************
    App Bar
*/
.titleBar {
        background: url(/Graphics/Backgrounds/Header-Blue.png) top left;


/*    background-color: #001036;
*/    width: 100%;
}

.titlebarText {
    padding-top: 8px !important;
}

.titleBarLogo {
    background: url(Graphics/AppTitle-Background-Left.png) top left;
    background-repeat: no-repeat;
}

.titleBarProfile {
    float: right;
    background: url(Graphics/AppTitle-Background.png) top left;
}

.titleBarLogo {
    float: left;
    width: 50px;
    height: 54px;
    padding-top: 5px;
    padding-left: 6px;
}

.titleBarTitle {
    float: left;
    padding-top: 8px;
    padding-left: 5px;
}

.titleBarName {
    float: left;
    font-size: 14pt;
    color: White;
}

.titleBarDescription {
    float: left;
    font-size: 10pt;
    color: #B0B0B0;
}

/******************************************************************************
    Search Bar
*/

.searchBar {
    background-image: url(/CSS/Graphics/SearchBar-Background.png);
    background-repeat: repeat-x;
    height: 30px;
    line-height: 30px;
    color: #9b9b9b;
    border: solid 1px #cacaca;
    border-left: 0px none;
    overflow: hidden;
    margin: 0px;
    padding: 0px 0px 0px 5px;
}

.searchBar2 {
    background-image: url(/CSS/Graphics/SearchBar-Background2.jpg);
    background-repeat: repeat-x;
    height: 35px;
}

.searchForm {
    margin-top: 5px;
}

.searchField {
    background: url(/CSS/Graphics/SearchBar-Input.png) repeat-x;
    height: 19px;
    line-height: 19px;
    width: 175px;
    border: none;
    padding-left: 4px;
    font-size: 9pt;
    margin: 0;
    float: left;
    color: #777;
    outline: none;
}

.searchStart {
    height: 19px;
    width: 19px;
    background: url(/CSS/Graphics/SearchBar-Start.png) no-repeat;
    display: block;
    cursor: pointer;
    float: left;
}

.searchEnd {
    height: 19px;
    width: 19px;
    background: url(/CSS/Graphics/SearchBar-End.png) no-repeat;
    display: block;
    cursor: pointer;
    float: left;
}
/*
.PrimaryNav ul li a:hover
{
    background: url(/Graphics/CSS/menu-selected-middle.jpg) left top repeat-x;
}*/





.pageContainer {
    font-size: 12px;
    color: Black;
    font-family: Arial;
    padding-top: 15px;
    padding-left: 5px;
    padding-right: 15px;
    height: 377px;
    background: white url(/CSS/Graphics/Page-Middle.jpg) left top repeat-x;
}

.pageContainerLeftMargin {
    width: 25px;
    background: white url(/CSS/Graphics/Page-Left.jpg) left top repeat-x;
}

.pageContainerRightMargin {
    width: 25px;
    background: white url(/CSS/Graphics/Page-Right.jpg) left top repeat-x;
}

.pageContainer h1 {
    width: 100%;
    color: #64900A;
    font-size: 12pt;
    font-weight: bold;
}

.pageContainer h2 {
    font-size: 10pt;
    padding-bottom: 0px;
    margin-bottom: 5px;
}

.pageContainer input {
    padding: 4px 4px 4px 4px;
    awidth: 100%;
}

.pageContainer select {
    padding: 4px 4px 4px 4px;
    background-color: white;
    color: black;
    font-family: Arial;
    font-size: 11pt;
    font-weight: normal;
    line-height: 120%;
    width: 100%;
    border: 2px solid #c4c4c4;
}

.footer {
    padding-top: 50px;
    padding-right: 10px;
    padding-bottom: 20px;
    font-family: Segoe UI, Tahoma, Arial;
    text-align: right;
    float: right;
    font-size: smaller;
    line-height: 18px;
    color: #808080;
}


.layoutPanel {
    margin: 5px 5px 10px 5px;
}


.gadgetDropDown {
    padding: 3px 3px 3px 3px;
    background-color: white;
    color: black;
    font-family: Arial;
    font-size: 10pt;
    font-weight: normal;
    width: 100%;
    min-height: 17px;
    outline: none;
    border: 1px solid #c4c4c4;
}


.gadgetTextBox {
    padding: 3px 3px 3px 3px;
    background-color: white;
    color: black;
    font-family: Arial;
    font-size: 10pt;
    font-weight: normal;
    width: 100%;
    min-height: 17px;
    outline: none;
    border: 1px solid #c4c4c4;
}

.button {
    min-width: 60px;
    color: white;
    background: #F0F0F0 url(/Graphics/Backgrounds/Button-Blue.png) repeat-x top;
    border: 1px solid #2c4182;
    padding: 4px;
    amargin: 0px 5px 0px 0px;
}

.button-red {
    min-width: 60px;
    color: white;
    background: #F0F0F0 url(/Graphics/Backgrounds/Button-Red.png) repeat-x top;
    border: 1px solid #822c2c;
    padding: 4px;
    amargin: 0px 5px 0px 5px;
}

.button-green {
    min-width: 60px;
    color: white;
    background: #F0F0F0 url(/Graphics/Backgrounds/Button-Green.png) repeat-x top;
    border: 1px solid #64900a;
    padding: 4px;
    amargin: 0px 5px 0px 5px;
}

.button-grey {
    min-width: 60px;
    color: black;
    background: #F0F0F0 url(/Graphics/Backgrounds/Button-Grey.png) repeat-x top;
    border: 1px solid #b0b0b0;
    padding: 4px;
    amargin: 0px 5px 0px 5px;
}

.button-disabled {
    min-width: 60px;
    border: solid 1px #c4c4c4;
    padding: 4px;
    margin: 0px 5px 0px 5px;
}

.recentItems {
    width: 100%;
    font-family: Arial;
    font-size: 8pt;
    line-height: 15px;
}
/*
.recentItemLink:active
{
    font-family: Arial;
    text-decoration: underline;
}

.recentItemLink:hover
{
    font-family: Arial;
    text-decoration: underline;
}

.recentItemLink:link, recentItemLink:visited
{
    font-family: Arial;
    text-decoration: underline;
}

*/
.searchHit {
    margin-bottom: 10px;
}

.searchLink {
    font-size: 12pt;
    color: blue;
}

.searchFragment {
    font-size: 10pt;
    padding-top: 2px;
    padding-bottom: 2px;
}

.searchType {
    color: #4a6c06;
}

.searchUpdatedOn {
    padding-top: 2px;
    color: #808080;
}

.appButton {
    line-height: 38px;
    color: White;
    font-family: "Segoe UI";
    font-size: 10pt;
    text-align: center;
    width: 165px;
    background: black url(/CSS/Graphics/AppButton-Over.png) left top;
    cursor: pointer;
}

    .appButton:hover {
        background: black url(/CSS/Graphics/AppButton.png) left top;
    }

.appButtonSwitching {
    line-height: 38px;
    color: White;
    font-family: "Segoe UI";
    font-size: 10pt;
    text-align: center;
    width: 165px;
    background: black url(/CSS/Graphics/AppButton.png) left top;
    cursor: pointer;
}

.appsNoApps {
    color: #CE2029;
    font-family: Arial;
    font-size: 12pt;
    font-weight: bold;
}


.application {
    width: 100px;
    margin: 5px;
    height: 70px;
    padding: 5px;
}


    .application:hover {
        padding: 4px;
        cursor: pointer;
        border: solid 1px #5879f7;
        background-color: #aebaf4;
    }

.application-image {
    width: 32px;
    text-align: center;
}

.application-name {
    width: 100px;
    text-align: center;
    font-weight: bold;
    font-size: 10pt;
}

.application-description {
    font-size: 8pt;
}

.suggestionsBox {
    position: relative;
    left: 0px;
    margin: 10px 0px 0px 0px;
    width: 200px;
    background-color: #212427;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    border: 2px solid #000;
    color: #fff;
}

.suggestionList {
    margin: 0px;
    padding: 0px;
}

.suggestionDescription {
    color: #a0a0a0;
}

.suggestionList li {
    margin: 0px 0px 3px 0px;
    padding: 3px;
    cursor: pointer;
}

    .suggestionList li:hover {
        background-color: #659CD8;
    }


.productViewContainer {
    float: left;
    aposition: relative;
    atop: -130px;
    height: 0px;
}

.catalogue {
    height: 750px;
}





.app {
}


    .app h1 {
        padding-bottom: 5px;
        line-height: 120%;
        font-size: medium;
        font-weight: bold;
        color: Black;
    }

    .app h2 {
        font-size: small;
        font-weight: lighter;
        line-height: 120%;
        padding-bottom: 20px;
        color: Black;
    }

.appCaptionLink {
    position: relative;
    top: -225px;
    left: 15px;
    color: Black;
    background: url(/CSS/Graphics/AppStart.png) top left no-repeat;
    display: block;
    width: 421px;
    text-decoration: none;
}

    .appCaptionLink:hover {
        top: -225px;
        left: 15px;
        display: block;
        background: url(/CSS/Graphics/AppStart-Hover.png) top left no-repeat;
    }

.appCaption {
    height: 90px;
    position: relative;
    top: 0px;
    margin-left: 15px;
}

.appCaptionIcon {
    float: left;
    padding-top: 15px;
    padding-left: 10px;
}

.appCaptionText {
    float: left;
    padding-top: 15px;
    padding-left: 10px;
}

    .appCaptionText h2 {
        font-size: 10pt;
    }

.appCaptionImage {
    position: relative;
    left: 15px;
    top: 78px;
    padding-left: 5px;
}

.appCaptionScreenShot {
    width: 490px;
    text-align: right;
    position: relative;
    top: -120px;
}

.appCaptionLabel {
    line-height: 150%;
    position: relative;
    top: -110px;
    margin-left: 20px;
    width: 500px;
    color: #505050;
    font-size: small;
    font-weight: lighter;
}

.symbols {
    padding-top: 10px;
    padding-left: 40px;
    color: #545456;
    font-weight: lighter;
    font-size: small;
}

.symbolsSmall {
    padding-left: 15px;
    width: 200px;
}

    .symbolsSmall img {
        width: 32px;
        text-align: center;
        vertical-align: middle;
        padding: 5px;
    }



/*
Search*/


/* BASIC RESET */
body, div, img, p {
    padding: 0;
    margin: 0;
}

a img {
    border: 0;
}

/* HTML ELEMENTS */
body {
    font-family: "Lucida Grande", "Lucida Sans Unicode",Arial,Verdana,sans-serif;
    background-color: #efefef;
    background-image: url(../images/bg.jpg);
}

/* COMMON CLASSES */
.break {
    clear: both;
}

/* SEARCH FORM */
#suggestions {
    position: absolute;
    top: 80px;
    awidth: 500px;
    display: none;
    z-index: 1;
}

/* SEARCHRESULTS */
#searchresults {
    border-width: 1px;
    border-color: #919191;
    border-style: solid;
    width: 100%;
    background-color: #a0a0a0;
    font-size: 12px;
    line-height: 14px;
}

    #searchresults a {
        display: block;
        background-color: #e4e4e4;
        clear: left;
        padding-left: 10px;
        padding-right: 10px;
        height: 42px;
        text-decoration: none;
    }

        #searchresults a:hover {
            background-color: #b7b7b7;
            color: #ffffff;
        }

        #searchresults a img {
            float: left;
            padding: 5px 10px;
        }

        #searchresults a span.searchheading {
            display: block;
            font-weight: bold;
            padding-top: 5px;
            color: #191919;
        }

        #searchresults a:hover span.searchheading {
            color: #ffffff;
        }

        #searchresults a span {
            color: #555555;
        }

        #searchresults a:hover span {
            color: #f1f1f1;
        }

    #searchresults span.category {
        font-size: 12px;
        margin: 5px;
        display: block;
        color: #ffffff;
    }

    #searchresults span.seperator {
        float: right;
        padding-right: 15px;
        margin-right: 5px;
        background-image: url(../images/shortcuts_arrow.gif);
        background-repeat: no-repeat;
        background-position: right;
    }

        #searchresults span.seperator a {
            background-color: transparent;
            display: block;
            margin: 5px;
            height: auto;
            color: #ffffff;
        }

.searchItem {
    padding-left: 10px;
}




.category {
    padding: 4px;
    font-size: large;
}


    .category:hover {
        padding: 3px;
        font-size: large;
        cursor: pointer;
        border: solid 1px #5879f7;
        background-color: #aebaf4;
    }

.category-selected {
    padding: 3px;
    font-size: large;
    cursor: pointer;
    border: solid 1px #5879f7;
    background-color: #aebaf4;
}

.product {
    height: 70px;
    padding: 4px;
}


.product-selected {
    padding: 3px;
    cursor: pointer;
    border: solid 1px #5879f7;
    background-color: #aebaf4;
}

.product:hover {
    padding: 3px;
    cursor: pointer;
    border: solid 1px #5879f7;
    background-color: #aebaf4;
}

.actionBarText {
    padding-top: 5px !important;
    padding-left: 10px !important;
}

.actions {
    margin-top: 3px !important;
}



.dashboardReportView{
    width: 400px;
}