﻿/* DEFAULTS
----------------------------------------------------------*/

body
{
    background: #b6b7bc;
    font-size: .80em;
    font-family: "Helvetica Neue" , "Lucida Grande" , "Segoe UI" , Arial, Helvetica, Verdana, sans-serif;
    margin: 0px;
    padding: 0px;
    color: #696969;
}

a:link, a:visited
{
    color: #000000;
    text-decoration: none;
}

a:hover
{
    color: #1d60ff;
    text-decoration: underline;
}

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: 20px auto 0px auto;
    border: 1px solid #496077;
}

.loginpage
{
    width: 400px;
    background-color: #fff;
    margin: 20px auto 0px auto;
    border: 1px solid #496077;
}

.loginCol
{
    padding: 0px 0px 0px 50px;
    margin: 12px 8px 8px 8px;
}

.header
{
    position: relative;
    margin: 0px;
    padding: 0px;
    background: #ffffff;
    width: 100%;
}

.header h1
{
    font-weight: 700;
    margin: 0px;
    padding: 0px 0px 0px 10px;
    color: #666;
    border: none;
    line-height: 2em;
    font-size: 2em;
}

.main
{
    padding: 0px 12px;
    margin: 0px 8px 8px 8px;
    min-height: 420px;
}

.footer
{
    color: #4e5766;
    padding: 8px 0px 0px 0px;
    margin: 0px auto;
    text-align: center;
    line-height: normal;
}


/* TAB MENU   
----------------------------------------------------------*/

div.hideSkiplink
{
    background-color: #666;
    width: 100%;
}

div.menu
{
    padding: 4px 0px 4px 8px;
    float: left;
}

div.menu ul
{
    list-style: none;
    margin: 0px;
    padding: 0px;
    width: auto;
    position: relative;
    float: left;
}

div.menu ul li
{
    position: relative; 
    float: left;
}

div.menu ul li a, div.menu ul li a:visited
{
    color: #fff;
    /*background: #424242 url(Images/Design/grd_head.png) repeat-x top;*/
    border-left: solid 1px #525252;
    display: block;
    line-height: 1.35em;
    padding: 4px 20px;
    text-decoration: none;
    white-space: nowrap;
}

div.menu ul li a:hover
{
    background-color: #000000;
    color: #ffffff;
    font-weight: bold;
    text-decoration: none;
}

div.menu ul li a:active
{
    background-color: #465c71;
    color: #cfdbe6;
    text-decoration: none;
}

div.language
{
    float: right; 
    margin: 6px 10px 0 0;
}

/* FORM ELEMENTS   
----------------------------------------------------------*/

p.remember
{
    clear: both;
    float: none;
}
p.remember input
{
    clear: left;
    float: left;
}
p.remember label
{
    display: inline;
    margin-left: 5px;
}

fieldset
{
    margin: 1em 0px;
    padding: 1em;
    border: 1px solid #ccc;
}

fieldset p
{
    margin: 2px 12px 10px 10px;
}

legend
{
    font-size: 1.1em;
    font-weight: 600;
    padding: 2px 4px 8px 4px;
}

input.textEntry
{
    width: 220px;
    border: 1px solid #ccc;
}

input.passwordEntry
{
    width: 220px;
    border: 1px solid #ccc;
}

div.accountInfo
{
    width: 282px;
}

.submitButton
{
    text-align: right;
    padding-right: 10px;
}

/* MISC  
----------------------------------------------------------*/

.clear
{
    clear: both;
}

.title
{
    display: block;
    float: left;
    text-align: left;
    width: auto;
}

.failureNotification
{
    font-size: 1.2em;
    color: Red;
}

.bold
{
    font-weight: bold;
}

#bg
{
    margin-bottom: -16px;
    height: 26px;
    background: url(https://cms2.klintronics.se/Content/Images/Design/bg.gif) repeat-x;
}

.validatortext
{
    color: Red;
}

img
{
    border: none;
}

/* ICONS --------------- */

.editImage
{
    background-position: left -52px !important;
}

.wwwImage
{
    background-position: left -1604px !important;
}

.checkImage
{
    background-position: left -416px !important;
}

.emailImage
{
    background-position: left -1916px !important;
}

.dateTimeImage
{
    background-position: left -468px !important;
}

.screenImage
{
    background-position: left -104px !important;
}

.folderImage
{
    background-position: left -500px !important;
}

.downloadImage
{
    background-position: left -260px !important;
}

.detailsImage
{
    background-position: left -707px !important;
}

.articlesImage
{
    background-position: left -1000px !important;
}

.createInvoiceImage
{
    background-position: left -52px !important;
}

.searchImage
{
    background-position: left -653px !important;
}

.uploadImage
{
    background-position: left -1500px !important;
}

.customerDetailsImage
{
    background-position: left -1552px !important;
}

.customersImage
{
    background-position: left -863px !important;
}

.customerImage
{
    background-position: left -809px !important;
}

.settingsImage
{
    background-position: left -1760px !important;
}

.menuImage
{
    background-position: left -1813px !important;
}

.saveImage
{
    background-position: left -1104px !important;
}

.saveButton
{
    vertical-align: middle;
    border: none;
}

.iconImage_16
{
    vertical-align: text-top;
    display: inline-block;
    background: url(https://cms2.klintronics.se/Content/Images/Icons/icons_16.png) no-repeat scroll left -2000px transparent;
    height: 16px;
    line-height: 16px;
    padding: 0 0 0 20px !important;
}

.iconImage_24
{
    vertical-align: text-top;
    display: inline-block;
    background: url(https://cms2.klintronics.se/Content/Images/Icons/icons_24.png) no-repeat scroll left -2000px transparent;
    height: 24px;
    line-height: 24px;
    padding: 0 0 0 29px !important;
}

.iconImage_32
{
    vertical-align: text-top;
    display: inline-block;
    background: url(https://cms2.klintronics.se/Content/Images/Icons/icons_32.png) no-repeat scroll left -200px transparent;
    height: 32px;
    line-height: 32px;
    padding: 0 0 0 32px !important;
}

.iconDelete
{
    vertical-align: text-top;
    display: inline-block;
    background: url(https://cms2.klintronics.se/Content/Images/Icons/Delete.png) no-repeat scroll transparent;
    height: 16px;
    line-height: 16px;
    padding: 0 0 0 16px !important;
}

.iconAddArticle
{
    vertical-align: text-top;
    display: inline-block;
    background: url(https://cms2.klintronics.se/Content/Images/Icons/addInvoice_24.png) no-repeat scroll transparent;
    height: 24px;
    line-height: 24px;
    padding: 0 0 0 29px !important;
}

.mGrid
{
    background-color: #fff;
    border: solid 1px #525252;
    border-collapse: collapse;
}
.mGrid td
{
    padding: 4px;
    border: solid 1px #c1c1c1;
    color: #717171;
}
.mGrid th
{
    padding: 4px 2px;
    color: #fff;
    background: #424242 url(https://cms2.klintronics.se/Content/Images/Design/grd_head.png) repeat-x top;
    border-left: solid 1px #525252;
    font-size: 0.9em;
}
.mGrid th a
{
    color: #fff;
    text-decoration: none;
}
.mGrid th a:hover
{
    color: #000;
    text-decoration: none;
}
.mGrid .alt
{
    background: #fcfcfc url(https://cms2.klintronics.se/Content/Images/Design/grd_alt.png) repeat-x top;
}
.mGrid .pgr
{
    background: #424242 url(https://cms2.klintronics.se/Content/Images/Design/grd_pgr.png) repeat-x top;
}
.mGrid .pgr table
{
    margin: 5px 0;
}
.mGrid .pgr td
{
    border-width: 0;
    padding: 0 6px;
    border-left: solid 1px #666;
    font-weight: bold;
    color: #fff;
    line-height: 12px;
}
.mGrid .pgr a
{
    color: #666;
    text-decoration: none;
}
.mGrid .pgr a:hover
{
    color: #000;
    text-decoration: none;
}

.boldLink a:link
{
    color: #666;
    font-weight: bold;
}

.boldLink a:visited
{
    color: #666;
    font-weight: bold;
}

.boldLink a:hover
{
    color: #000;
    text-decoration: none;
}


/* Log In Display, top corner ----- */


.loginDisplay
{
    font-size: 1.1em;
    display: block;
    text-align: right;
    padding: 10px;
    color: #696969;
}

.loginDisplay a:link
{
    color: #696969;
}

.loginDisplay a:visited
{
    color: #696969;
}

.loginDisplay a:hover
{
    color: #696969;
}