/*
 * $Id: $
 *
 * BayMetal.info:: main stylesheet
 */

body {
  background: #ffffff;
  color: #336699;
  font-family: Tahoma, Verdana, Arial, san-serif;
}

h1 {
  
}

div#item1, div#item2, div#neither, div#controls {
  border: 1px solid #ccc;
  padding-left: 18px;
  padding-right: 18px;
  min-height: 60px;
/*  clear: both; */
}

div#item1, div#item2, div#neither  {
  cursor: pointer;
}

input#submit {
/*   visibility: hidden; */
  cursor: pointer;
}

div#controls {
  padding: 18px;
}

div.itemselected {
  background: #ffffcc;
}


div.itemcontrol {
  float: left;
  clear: both;
  width: 60px; max-width: 60px; min-width: 60px;
  height: 100%; max-height: 60px;
  overflow: hidden;
  /* background: transparent;  */
  
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
}

div.itemcontrol a {
  margin: 0px;
  padding: 0px;
}

div.nothing {
  width: 60px;
  height: 60px;
}

input#submit {
  font-size: 150%;
  font-weight: bold;
  color: #336699;
  border: 1px solid #336699;
  padding: 5px; padding-bottom: 7px;
  margin-bottom: 10px;
  margin-right: 30px;
}

span#continuous {
  font-size: 120%;
}

span#continuous label {
  margin-left: 10px;
}

div#menu {
  border: 1px solid #ccc;
  background: #999;
}

div#menu div.submenu {
  float: left;
  padding: 5px;
  margin: 5px;
  font-size: 90%;
  border: 1px solid #ccc;
  background: #eee;
  color: #333;
}

div#menu div.submenu a {
  text-decoration: none;
  font-weight: bold;
  color: #336699;
}

div#menu div.submenu a:hover {
  text-decoration: underline;
  color: #996633;
}

div.clear {
  clear: both;
}