﻿/* DEFAULTS
----------------------------------------------------------*/

body   
{
    /*background: #b6b7bc;*/
    font-size: .80em;
    font-family:  Verdana, "Segoe UI", "Helvetica Neue", "Lucida Grande", Arial, Helvetica,sans-serif;
    margin: 0px;
    padding: 0px;
    /*color: #696969;*/
}

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.3em;
    color: #666666;
    text-transform: none;
    font-weight: 200;
    margin-bottom: 0px;
}

h1
{
    font-size: 1.6em;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

h2
{
    font-size: 1.2em;
    font-weight: 600;
}

h3
{
    font-size: 0.95em;
	margin-top: 5px;
}

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;*/
    /*width: 99%;*/
    background-color: #fff;
    /*margin: 5px auto 0px auto;
    border: 1px solid #a7a889;*/
}

.header
{
    position: relative;
    margin-left: auto;
    margin-right: auto;
    padding: 0px;
    background: #ffffff;
    /*width: 994px;   We want the header to always fit in a 1024px window */
    width: 100%;
}

.header h1
{
    font-weight: 700;
    margin: 0px;
    padding: 0px 0px 0px 20px;
    color: #556689;
    border: none;
    line-height: 2em;
    font-size: 1.9em;
}

.main
{
    padding: 0px 12px;
    margin: 12px 8px 8px 8px;
    min-height: 420px;    
    margin: 0 auto; 
}

.leftCol
{
    padding: 6px 0px;
    margin: 12px 8px 8px 8px;
    width: 200px;
    min-height: 200px;
}

.footer
{
    color: #556689;
    padding: 8px 0px 0px 0px;
    margin: 0px auto;
    text-align: center;
    line-height: normal;
}

.headerGraph
{
   background-color: #556689;
}



/* TAB MENU   
----------------------------------------------------------*/

div.hideSkiplink
{
    background-color:#556689;
    width:100%;
}

div.menu
{
    padding: 4px 0px 4px 8px;
    font-weight: bold;
}

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: #ffffff;
    border: 1px #a7a8aa solid;
    color: #556689;
    display: block;
    line-height: 1.35em;
    padding: 2px 10px;
    text-decoration: none;
    white-space: nowrap;
}

div.menu ul li a:hover
{
    background-color: #556689;
    color: #ffffff;
    text-decoration: none;
}

div.menu ul li a:active
{
    background-color: #ffffff;
    color: #556689;
    text-decoration: none;
}

.submenuControl
{
   z-index: 999; /* Make sure the dynamic parts of the menu always stay on top of the static ones, even when the static blocks show on multiple lines */
}

/* FORM ELEMENTS   
----------------------------------------------------------*/

fieldset
{
    margin: 1em 0px;
    padding: 1em;
    border: 1px solid #ccc;
}

fieldset p 
{
    margin: 2px 12px 10px 10px;
}

fieldset.login label, fieldset.changePassword label
{
    display: block;
}

fieldset.register label
{
    display: inline;
    margin-right: 10px;
}

fieldset label.inline 
{
    display: inline;
}

legend 
{
    font-size: 1.0em;
    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%;
}

select, input {
	font-size: 12px;
}

/* MISC  
----------------------------------------------------------*/

.clear
{
    clear: both;
}

.logo 
{
   display: block;
   float: left;
   padding-left: 2px;
   padding-top: 2px;
}

.logo a:link, .logo a:visited
{
   color: #ffffff;
}

.title
{
    display: block;
    float: left;
    text-align: left;
    width: auto;
}

.loginDisplay
{
    font-size: 0.9em;
    display: block;
    text-align: right;
    padding: 10px;
    color: #556689;
}

.loginDisplay a:link
{
    color: #556689;
}

.loginDisplay a:visited
{
    color: #556689;
}

.loginDisplay a:hover
{
    color: #556689;
}

.failureNotification
{
    font-size: 1.2em;
    color: Red;
}

.bold
{
    font-weight: bold;
}

.submitButton
{
    text-align: right;
    padding-right: 10px;
}

.warning
{
   color: #6D0408;
   padding: 5px;
   margin-bottom: 15px;
   border: double 3px #6D0408;
   clear: both;
}

.notify
{
   color: #006400;
   padding: 5px;
   margin-bottom: 15px;
   border: solid 2px #009900;
   clear: both;
}

.validationMessages 
{
   color: #CC0000;
   font-weight: bold;
}

.notice
{
   color: #556689;
   padding: 5px;
   border: solid 1px #556689;
   clear: both;
}

.smallText
{
   font-size: x-small;
}


/*-------------------------------------------------------------------*/
table .imageDiv {
   position: relative;
   width: 100%; /* for IE6 */
}

table .imageDiv .overlayDiv {
   position: absolute;
   top: 85px;
   left: 0px;
   width: 100%;
}
/*-------------------------------------------------------------------*/


.infoLabel {
   margin-top: 40px;
   margin-bottom: 20px;
   padding: 10px;
   border: solid 2px #556689;  
   text-align: center;
}

/* wrapper and queryBlock would work if I didn't have to use IE in compatibility mode for other reports.*/
.wrapper {
    display: table;
    width: 100%;
}

.queryBlock {
    padding: 10px;
    display: table-cell;
}

div.spacer {
    clear: both;
    height: 0px;
    margin-bottom: 0px!important;
}


/*---------------------------------------------------------------------*/
#stockTable .plantHeader {
    height: 20px;
    font-weight: bold;
    font-size: 12px;
}

#stockTable .stockHeader {
    font-weight: bold;
    background-color: #5D7B9D;
    font-weight: bold;
    color: white;
}

#stockTable .stockHeader>th {
    padding-left: 10px;
    font-size: 11px;
}

#stockTable .detailRow>td {
    border-bottom: 1px solid black;
    padding-left: 20px;
    font-size: 10px;
}

#stockTable .subTotal {    
    
}
#stockTable .subTotal>td {
    font-weight:bold; 
    height:20px; 
    background-color:#BECDDE;
    margin-bottom: 5px;
    font-size: 11px;
}

#MainContent_grdMaterials{
    font-size: 0.80em;
}

#MainContent_grdMaterials th, #MainContent_grdMaterials td {
    padding-left: 15px;
    padding-right: 55px;
}

span[id^=MainContent_grdMaterials_lblShortDescription_] {
    cursor:pointer;
}

#MainContent_grdMaterials tr.highlight {
    outline: thin solid #556689;
}

.noselect {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* --------------------------  */
.layout td {
    vertical-align: top;
}
.layout #block1 {
    width: 75%;    
}

.layout #block2 {

}
/* --------------------------  */

#divDescriptionDetail , #divDrumDescriptionDetail{
	font-size: 11px;
}