﻿body {
    text-align: center;
    font-family: Arial, Helvetica, Sans-Serif;
    font-size: 13px;
    margin: 0;
    padding: 0;
}

a:link, a:visited {
    color: #F47320;
    text-decoration: none;
    font-weight: bold;
}

a:active, a:hover {
    text-decoration: underline;
    color: Red;
}

#divContainer {
    width: 781px;
    text-align: left;
    margin-left: auto;
    margin-right: auto;
}

.ToolBar {
    background-color: Black;
    font-size: 10px;
    font-weight: bold;
}

.ToolBar a {
    padding: 5px 10px;
}

.ToolBar a:link, .ToolBar a:visited {
    color: #F47320;
    text-decoration: none;
}

.ToolBar a:active, .ToolBar a:hover {
    color: Black;
    background-color: #F47320;
}

.MenuHeader {
    background-color: #F47320;
    color: White;
    font-weight: bold;
}

.MenuContent {
    color: Black;
    font-weight: bold;
    text-align: center;
    font-size: 11px;
    line-height: 21px;
}

.MenuContent A {
    display: block;
}

.MenuContent A:link, .MenuContent A:visited {
    color: Black;
    text-decoration: none;
}

.MenuContent A:active, .MenuContent A:hover {
    color: #F47320;
    background-color: Black;
    text-decoration: none;
}

.NewLink:link, .NewLink:visited {
    background-image: url(images/new.gif);
    background-position: 5px center;
    background-repeat: no-repeat;
}

.NewLink:avtice, .NewLink:hover {
}

.BottomToolbar {
    background-color: Black;
    font-size: 10px;
    color: White;
    text-align: center;
    padding: 6px 0;
    margin-top: 10px;
}

.BottomToolbar a:link, .BottomToolbar a:visited {
    color: White;
    text-decoration: none;
}

.BottomToolbar a:active, .BottomToolbar a:hover {
    text-decoration: underline;
}

.ContactUs {
    background-color: #F47320;
    padding: 10px 0;
    font-weight: normal;
    line-height: normal;
}

.CopyrightInfo {
    padding: 10px 0;
    font-weight: normal;
    line-height: normal;
}

.dropmenudiv {
    font: normal 10px Arial, Helvetica, sans-serif;
    line-height: 18px;
    background-color: #F47320;
    border-color: Black;
    text-align: left;
    font-weight: bold;
}

.dropmenudiv a:link, .dropmenudiv a:visited {
    width: 100%;
    display: block;
    padding: 1px 2px 1px 2px;
    text-indent: 3px;
    text-decoration: none;
    font-weight: bold;
    color: White;
}

.dropmenudiv a:active, .dropmenudiv a:hover {
    background-color: #000000;
}

.OrderMaterialsTBL TR TD TABLE TR {
    vertical-align: top;
}

.OrderMaterialsTBL TR TD TABLE TR TD INPUT {
    font-size: 11px; /*border-top-style: none; 	border-left-style: none; 	border-right-style: none; 	border-bottom: solid 2px black; 	border: solid 1px black;*/
    text-align: center;
}

.OrerMaterialsTitle {
    color: #F47320;
    font-family: Arial, Helvetica, Sans-Serif;
    font-size: 20px;
    padding-top: 10px;
    font-weight: bold;
}

.InvalidMaterialEntry {
    background-color: lightsalmon;
}

.style6 {
    font-weight: bold;
}

.style42 {
    color: #FFFF00;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 11px;
}
.style43 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #FFFFFF;
}

.IfYes {
    color: #FFFF00;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 11px;
    background-color: Black;
    padding: 0 7px 0 7px;
}


.RedText {
    color: Red;
    font-weight: bold;
}

.GraingerBtn {
    display: block;
    text-align: center;
    padding: 4px;
    font-size: 14px;
    background-color: #F47320;
    margin: 5px;
    border: 2px solid black;
}

.Message {
    background-color: pink;
    color: black;
    font-size: 16px;
    border: 3px solid red;
    margin: 5px;
    padding: 15px;
}

