﻿/* Styles for TMS Metalizing Systems, Ltd Site: www.tmsmetallizing.com */
/* TMS Web Services */
body { 
  text-align: center; 
  background-color: #666666; 
  background-image:url('../images/stainlessSteel.jpg');
  background-attachment:fixed;
  color: #FFFFFF; 
  font-size: 90%;
  /*font-family: Georgia, Times New Roman, Times, serif ;*/
  font-family: Arial, Helvetica, sans-serif;
  margin: 10px 10px 10px 10px; 
}
div.overallPage {
  background-color: #FFFFFF;
  color:#000000;
  border:2px #333333 outset !important; /* FF */
  border:2px #999999 outset;            /* IE */
  width: 835px;
  margin:0px 10px 10px 10px; 
  padding:0px 0px 5px 5px;
  margin:0px auto; /* center page: Right and left margin widths set to "auto" */
  text-align:left; /* center page: Counteract to IE5/Win Hack */
  }

table.tablepage { 
  background-color: white; 
  color: #000000; 
  margin:5px 5px 0px 0px; 
  border-width: 0px 0px 0px 0px; 
  border-style:solid;
  border-color:#FFFFFF;
  }
td.top       { 
  background-color:white;
  text-align: center; 
  border-bottom: 5px solid #FFFFFF;
  padding: 10px 0px 0px 0px;
}
td.menuMainTd { 
  width: 200px;
  background-color: #bbbbbb; 
  font-weight: bold; 
  color: #FFFFFF; 
  text-align: center; 
  border-right: 5px solid #FFFFFF; 
  padding: 10px 10px 10px 10px; }
td.pageTd    { 
  background-color: #E8E8E8;
  width:600px;
  text-align:left; 
  padding: 0px 0px 0px 0px;
}
td.marqueeTd { 
  background-color: #800000; 
  color: #FFFFFF; 
  font-weight: bold; 
  border-top: 5px solid #FFFFFF; 
  border-bottom: 5px solid #FFFFFF;
  padding: 5px 
}
td.menuBottomTd { 
  font-size: 85%; 
  background-color: gray; 
  font-weight: bold; 
  color: #FFFFFF; 
  text-align: center; 
  border-top: 3px solid gray; 
  border-bottom:3px solid gray;  
  padding: 5px; 
  margin:0px;
}

/*           Menu - Main             */
/* ********************************* */

div.menuMain li {
  list-style-type:none;
  border:0px;
  margin:0px;
  padding:1px;
}

div.menuMain ul {
  list-style-type:none;
  border:0px;
  margin:0px;
  padding:1px;
  }
div.menuMain a {
  display:block;
  border-style:solid;
  padding:3px;
  margin: 0px -1px 0px -1px;
  width:190px;
}
div.menuMain a:visited {
  text-decoration:none;
  border-width: 1px 2px 2px 1px;
  border-color:black;
  background-color: #555555; 
  color:#FFFFFF;
}
div.menuMain a:active {
  text-decoration:none;
  border-width: 1px 2px 2px 1px;
  border-color:black;
  background-color: #555555; 
  color:#FFFFFF;
}
div.menuMain a:link {
  text-decoration:none;
  border-width: 1px 2px 2px 1px;
  border-color:black;
  background-color: #555555; 
  color:#FFFFFF;
}
div.menuMain a:hover {
  text-decoration:none;
  border-width: 2px 1px 1px 2px;
  border-color:black;
  background-color: #333333;
  color:#eeeeee;
}
div.mainMenuSub {
  color:#000080;
  margin:0px 0px 0px 20px;  /* FF IE right */
  padding:0px;
  text-align:left;
}
div.mainMenuSub a {
  vertical-align: middle;
  display: list-item;
  list-style:disc;
  margin:0px 10px 0px 0px;
  padding:0px;
  border:0px;
  /*width:180px;*/
  width:100%;
  text-decoration:none;
}
div.mainMenuSub a:link {
  background-color: #bbbbbb; 
  color: #0033CC;
  border:0px;
}
div.mainMenuSub a:active {
  background-color: #bbbbbb;
  color: #006699;
  border:0px;
}
div.mainMenuSub a:visited {
  background-color: #bbbbbb;
  color: #006699;
  border:0px;
}
div.mainMenuSub a:hover {
  background-color: #555555; 
  color:#FFFFFF;
  border:0px;
}
div.mainMenuSub2 {
  color:#000080;
  margin:0px 0px 0px 15px;
  padding:0px;
  text-align:left;
}
div.mainMenuSub2 a {
  vertical-align: middle;
  display: list-item;
  list-style: circle;
  margin:0px;
  padding:0px;
  width:100%;
  text-decoration:none;
}
div.mainMenuSub2 a:link {
  background-color: #bbbbbb; 
  color: #0033CC;
}
div.mainMenuSub2 a:active {
  background-color: #bbbbbb;
  color: #006699;
}
div.mainMenuSub2 a:visited {
  background-color: #bbbbbb;
  color: #006699;
}
div.mainMenuSub2 a:hover {
  background-color: #555555; 
  color:#FFFFFF;
}

div.menuNote { 
  background-color: #000080; 
  font-weight: bold; 
  color: #FFFFFF; 
  text-align: center; 
  border: 5px solid #FFFFFF; 
  border:thin white outset;
  margin-top:10px;
  padding: 0px 5px 0px 5px; 
}

/*           Bottom Menu Area             */
/* ********************************* */

td.menuBottomTd a {
  margin:5px 0px 5px 0px;
  padding:3px 4px 3px 4px;  
}
td.menuBottomTd a:active {
  background-color: #555555; 
  color:#FFFFFF;
  border: thin gray outset;
  text-decoration:none;
}
td.menuBottomTd a:link {
  background-color: #555555; 
  color:#FFFFFF;
  border:thin gray outset;
  text-decoration:none;
}
td.menuBottomTd a:visited {
  background-color: #555555; 
  color: #EEEEEE;
  border:thin gray outset;
  text-decoration:none;
}
td.menuBottomTd a:hover {
  background-color: #333333; 
  color:#FFFFFF;
  border:thin gray inset;
  text-decoration:none;
}

/*           Footer Area             */
/* ********************************* */

div.footer   { 
  margin-top: 10px;
  text-align: center; 
  font-style: normal; 
  font-variant: normal; 
  font-weight: bold; 
  font-size: 80%; 
  color: #FFFFEE;
}

div.footer a:visited {
  color: #FFFF99;
}
div.footer a:active {
  color: #FFFF99;

}
div.footer a:link {
  color: #FFFF99;
}
div.footer a:hover {
  color:yellow;
}

/*           Main Page Area          */
/* ********************************* */
div.pageHolder { 
  border-top-style: none; 
  margin: 0px 0px 0px 0px;
  padding:  5px 10px 10px 10px; 
}
div.pageNote { 
  background-color: #800000; 
  font-weight: bold; color: #FFFFFF; 
  text-align: Center; 
  align: inherit; 
  padding: 10px 5px 5px 5px;
  margin: 10px 0px 0px 0px;
}
div.pageNote a {
  color: #FFFF99;
}
div.pageNote a:hover {
  color: #FFFF66;  
}
div.pageHolder {
  text-align:left;
}
table.headerTable {
  width:100%;  
}
.clearing { 
  width: 100% 
}
.col1of2     { 
  width: 45%; 
  border: thin white outset; 
  padding: 10px 
}
.col2of2 { 
  float: right; 
  position: inherit; 
  width: 45%; 
  border: thin white outset; 
  padding: 10px }
h1 { 
  margin-top:0px;
  font-size: 140%;
  color: #800000}
h2 { 
  font-size: 120%; 
  font-style: italic;
  color:#000000;
  font-weight: bold;
}
.mainPageTitle {
  font-size: 120%;
  color: #000080;
  font-weight: bold;
}
a:link { 
  color: #800000; 
  text-decoration: none; 
}
a:visited { 
  color: #800000; 
  text-decoration: none; 
}
a:active { 
  color: #800000; 
  text-decoration: none; 
}
a:hover { 
  color: #800000; 
  text-decoration: underline; }
ul { 
  margin-left: 30px; 
  margin-right: 0px; 
  margin-top: 0px; 
  padding: 0px; 
}
li           { margin-left: 0px; 
  margin-right: 0px; 
  margin-bottom: 0px; 
  padding-top: 0px; 
}
sup {
  font-size:60%;
}
.center { 
  text-align: center; 
}
.small { 
  font-size: 85%; 
}
.smaller {
  font-size:smaller;

}
.strongColorLight { 
  color: yellow; 
  font-weight: bold; 
}
.strongColorDark { 
  color: #000080; 
  font-weight: 
  bold; 
}
.strongColorImportant{
  color: #800000; 
  font-weight: 
  bold; 
}
.border { 
  border: 1px solid #cccccc; 
}
img.borderNone {
  border: 0px white none;
}
.borderLogo {
  border: 1px solid #999999; }
}
img.floatRight {
  float:right;
  border:1px solid #cccccc;
  margin:0px 0px 5px 10px;
}
/*img.center {
  text-align:center;
  border:1px solid #cccccc;
  padding:0px 0px 0px 20px;
}*/

.floatRight {
  float:right;
}
.hideMe {
  display: none;
}
