body    {
	background-color: #BECBDC;
}
.border   {
	
	background-color: #91A0B3;
}
 #mySubmit{
background-color:#BECBDC; color:black; border:1px black groove

}
#myDrop{
background-color:#BECBDC; color:black; border:1px black groove
}

#header  {
	background-color: #ffffff;
    font-weight:bold;
    text-align:center;
    color:#000000;

}
#header a:visited    {
	color: blue  ;
	text-decoration: none;
}
#header a:link    {
	color:  blue ;
	text-decoration: none;
}
#header a:hover    {
	color: blue ;
	text-decoration: underline;
}
#header a:active    {
	color: blue ;
	text-decoration: underline;
}

.content  {
	background-color: #ffffff;
}
.highlight {
 color: blue;
}
a:visited    {
	color: blue;
	text-decoration: none;
}

a:link    {
	color: blue;
	text-decoration: none;
}

a:hover    {
	color: blue;
	text-decoration: underline;
}

a:active    {
	color: blue;
	text-decoration: underline;
}

a.none:hover    {
	color: blue;
	text-decoration: none;
}
a.logout 
  { 
  color: black;
  }
  a[target ~="_blank"] {
   padding-right: 18px;
   background: transparent url(../themes/slate/images/icon_popup.png) no-repeat center right;
}
a[href ^="http"] {
   padding-right: 18px;
   background: transparent url(../themes/slate/images/icon_external.png) no-repeat center right;
}a[href ^="javascript:L"] {
   padding-right: 18px;
   background: transparent url(../themes/slate/images/icon_external.png) no-repeat center right;
}
a[href ^="javascript:ajaxpage"] {
  }
a[href ^="mailto"] {
   padding-right: 18px;
   background: transparent url(../themes/slate/images/icon_mailto.png) no-repeat center right;
}
div.sdmenu {
	width: 150px;
	font-family: Arial, sans-serif;
	font-size: 12px;
	padding-bottom: 10px;
	background: url(../menu/bottom.gif) no-repeat  right bottom;
	color: #fff;
}
div.sdmenu div {
	background: url(../menu/title.gif) repeat-x;
	overflow: hidden;
}
div.sdmenu div:first-child {
	background: url(../menu/toptitle.gif) no-repeat;
}
div.sdmenu div.collapsed {
	height: 25px;
}
div.sdmenu div span {
	display: block;
	padding: 5px 25px;
	font-weight: bold;
	color: white;
	background: url(../menu/expanded.gif) no-repeat 10px center;
	cursor: default;
	border-bottom: 1px solid #ddd;
}
div.sdmenu div.collapsed span {
	background-image: url(../menu/collapsed.gif);
}
div.sdmenu div a {
	padding: 5px 10px;
	background: #fff;
	display: block;
	border-bottom: 1px solid #ddd;
	color: #91A0B3;
}
div.sdmenu div a.current {
	background : #BECBDC;
	color: #fff;
}
div.sdmenu div a:hover {
	background : #12A3FA url(../menu/linkarrow.gif) no-repeat right center;
	color: #fff;
	text-decoration: none;
}


#inventorymenu li {
	display: inline;
	list-style-type: none;
}

#inventorymenu li a {
    color           : #e0e0e0;
    text-decoration : none;
    display: block;
	list-style-type: none;
}

#inventorymenu li a:hover {
    color           : #ffffff;
    background-color: red;
}
#inventorylinkdone a  {
    background-color: green;
}
#inventorylink1 a {
    background-color: #083365;
}

#inventorylink2 a {
    background-color: #073b77;
}

.glossymenu{
	position: relative;
	padding: 0 0 0 34px;
	margin: 0 auto 0 auto;
	background: url(../menu/menur_bg.gif) repeat-x; /*tab background image path*/
	height: 46px;
	list-style: none;
}

.glossymenu li{
	float:left;
}

.glossymenu li a{
	float: left;
	display: block;
	color:#000;
	text-decoration: none;
	font-family: sans-serif;
	font-size: 13px;
	font-weight: bold;
	padding:0 0 0 16px; /*Padding to accommodate left tab image. Do not change*/
	height: 46px;
	line-height: 46px;
	text-align: center;
	cursor: pointer;	
}

.glossymenu li a b{
	float: left;
	display: block;
	padding: 0 24px 0 8px; /*Padding of menu items*/
}

.glossymenu li.current a, .glossymenu li a:hover{
	color: #fff;
	background: url(../menu/menur_hover_left.gif) no-repeat; /*left tab image path*/
	background-position: left;
}

.glossymenu li.current a b, .glossymenu li a:hover b{
	color: #fff;
	background: url(../menu/menur_hover_right.gif) no-repeat right top; /*right tab image path*/
}

.pdf_files {
	clip-path: inset(100px 20px 30px 90px);
	
}

#customers {
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  border-collapse: collapse;
  width: 100%;
}

#customers td, #customers th {
  border: 1px solid #ddd;
  padding: 8px;
}

#customers tr:nth-child(even){background-color: #f2f2f2;}

#customers tr:hover {background-color: #ddd;}

#customers th {
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: left;
  background-color: #8ca3c1;
  color: white;
}