html, body, form
{
  font-family: "Open Sans", Arial, Helvetica, Sans Sarif;
  font-size: 15px;
  margin: 0px;
  padding: 0px;
  background-color: #666;
  color: #404040;
  line-height: 170%;
  width: 100%;
  height: 100%;
  min-height: 100%;
}

p, ul, li
{
  font-family: "Open Sans", Arial, Helvetica, Sans Sarif;
  font-size: 15px;
  color: #404040;
  line-height: 150%;
}

td
{
  font-family: "Open Sans", Arial, Helvetica, Sans Sarif;
  font-size: 15px;
  color: #404040;
}

ul
{
  padding-top: 0px;
  padding-left: 12px;
  padding-bottom: 0px;
  margin-top: 0px;
  margin-left: 12px;
  margin-bottom: 0px;
  font-size: 12px;
  list-style-type: square;
  color: #FFFFFF;
}

a
{
  color: #B21611;
  text-decoration: none;
}

  a:hover
  {
    color: #F78F1E;
    text-decoration: underline;
  }

  a:active
  {
    color: #FF9900;
  }

img
{
  border: 0px;
}

input[type=password], input[type=text]
{
  font-family: "Open Sans", Arial, Helvetica, Sans Sarif;
  font-size: 15px;
  color: #505050;
  background: linear-gradient(to bottom, #f7f7f8 0%,#ffffff 100%);
  border-radius: 3px;
  border: none;
  box-shadow: 0 1px 2px rgba(0,0,0,0.6) inset, 0 -1px 0 rgba(0,0,0,0.1) inset;
  padding: 4px;
}

textarea
{
  font-family: "Open Sans", Arial, Helvetica, Sans Sarif;
  font-size: 15px;
  color: #505050;
  background: linear-gradient(to bottom, #f7f7f8 0%,#ffffff 100%);
  border-radius: 3px;
  border: none;
  box-shadow: 0 1px 2px rgba(0,0,0,0.6) inset, 0 -1px 0 rgba(0,0,0,0.1) inset;
  transition: all 0.2s linear;
  position: relative;
  padding: 4px;
}

select
{
  font-family: "Open Sans", Arial, Helvetica, Sans Sarif;
  font-size: 15px;
  color: #505050;
  border-radius: 3px;
  padding: 4px;
  margin: 0px;
}

input[type=submit], input[type=button]
{
  font-family: "Open Sans", Arial, Helvetica, Sans Sarif;
  font-weight: normal;
  font-size: 13px;
  border: none;
  background-color: #B21611;
  color: white;
  box-shadow: 1px 1px 1px rgba(35, 31, 32, 0.30);
  -moz-box-shadow: 1px 1px 1px rgba(35, 31, 32, 0.30);
  -webkit-box-shadow: 1px 1px 1px rgba(35, 31, 32, 0.30);
  padding-top: 5px;
  padding-left: 20px;
  padding-bottom: 5px;
  padding-right: 20px;
  text-align: center;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  cursor: pointer;
}

  input[type=submit]:hover
  {
    background-color: #cf5902;
    color: White;
    text-decoration: none;
  }

  input[type=submit]:active
  {
    background-color: #cf5902;
    color: White;
    text-decoration: none;
  }

input[disabled=disabled]
{
  background-color: #ddd;
  color: #b0b0b0;
}


.container
{
  max-width: 960px;
  height: auto;
  margin: auto;
  background-color: #373737;
  border: 1px solid #222;
  -moz-box-shadow: 0 0 20px #222;
  -webkit-box-shadow: 0 0 20px #222;
  box-shadow: 0 0 20px #222;
}

.header
{
  background-image: url('../images/bkgRock.jpg');
  padding: 12px;
  color: #f0f0f0;
  padding-left: 20px;
  padding-top: 15px;
  padding-right: 20px;
  padding-bottom: 10px;
  white-space: nowrap;
}

.loginpanel
{
  float: right;
  opacity: 0.8;
  background-color: #303030;
  padding-top: 6px;
  padding-left: 20px;
  padding-bottom: 6px;
  padding-right: 20px;
  font-size: 12px;
  color: white;
}

  .loginpanel a:link, .loginpanel a:visited
  {
    color: white;
  }

.menu
{
  background-color: #606060;
  margin: 0px;
  padding-left: 20px;
  padding-top: 2px;
  padding-right: 8px;
  padding-bottom: 0px;
}

  .menu td
  {
    color: white;
    font-size: 15px;
  }

.MainMenuItem, .MainMenuItem a:link, .MainMenuItem a:visited
{
  color: #ffffff;
  text-decoration: none;
  padding-left: 8px;
  padding-top: 3px;
  padding-right: 8px;
  padding-bottom: 6px;
}

  .MainMenuItem a:hover, .MainMenuItem a:active
  {
    background-color: #B21611;
    text-decoration: none;
    padding-left: 8px;
    padding-top: 3px;
    padding-right: 8px;
    padding-bottom: 6px;
  }

.MainMenuItemSelected, .MainMenuItemSelected a:link, .MainMenuItemSelected a:visited
{
  background-color: #444;
  color: #ffffff;
  text-decoration: none;
  padding-left: 8px;
  padding-top: 3px;
  padding-right: 8px;
  padding-bottom: 6px;
}

  .MainMenuItemSelected a:hover, .MainMenuItemSelected a:active
  {
    background-color: #B21611;
    text-decoration: none;
    padding-left: 8px;
    padding-top: 3px;
    padding-right: 8px;
    padding-bottom: 6px;
  }

.maincontent
{
  height: auto;
  background-color: #f0f0f0;
  color: #404040;
  padding-left: 35px;
  padding-top: 15px;
  padding-right: 30px;
  padding-bottom: 20px;
  margin-bottom: 10px;
}

.footer
{
  width: 100%;
  max-width: 960px;
  background-color: #373737;
  color: #909090;
  font-size: 11px;
  position: relative;
  bottom: 5px;
  z-index: 9999;
}

  .footer a:link, .footer a:visited
  {
    color: #c0c0c0;
  }


h1, .Title
{
  font-family: "Open Sans Light", Arial, Helvetica, Sans Sarif;
  margin: 4px 0;
  padding: 0;
  font-family: Helvetica, Sans-Serif;
  color: #B21611;
  font-size: 26px;
  line-height: 120%;
}

h2, .Subtitle
{
  font-family: "Open Sans", Arial, Helvetica, Sans Sarif;
  color: #B21611;
  font-size: 17px;
  margin-top: 4px;
  margin-bottom: 4px;
  font-weight: bold;
}

h3 {
  font-family: "Open Sans", Arial, Helvetica, Sans Sarif;
  color: #B21611;
  font-size: 14px;
  margin-top: 6px;
  margin-bottom: 4px;
  font-weight: bold;
}

th, .TableHeader
{
  background-color: #B21611;
  color: #f0f0f0;
  text-align: left;
  font-size: 12px;
  font-weight: bold;
}

  th a:link, .TableHeader a:link
  {
    color: White;
  }

.Icon16
{
  width: 16px;
  height: 16px;
  border: none;
  margin-right: 3px;
  margin-top: 2px;
  margin-bottom: 2px;
  vertical-align: middle;
}

.Icon32
{
  width: 32px;
  height: 32px;
  border: none;
  margin-right: 2px;
  margin-top: 2px;
  margin-bottom: 2px;
  vertical-align: middle;
}

.Icon64
{
  width: 64px;
  height: 64px;
  border: none;
  margin-right: 4px;
  margin-top: 4px;
  margin-bottom: 4px;
  vertical-align: middle;
}

.AlternatingRow
{
  background-color: #e8e8e8;
}

.Dots
{
  background: url('../images/bkgDots.gif');
  background-repeat: repeat-x;
  background-position: top left;
  white-space: nowrap;
  vertical-align: top;
}

.DotLabel
{
  background-color: White;
  vertical-align: top;
  white-space: nowrap;
  margin-right: 15px;
  padding-right: 2px;
  padding-bottom: 2px;
}

.DotValue
{
  background-color: White;
  vertical-align: top;
  padding-right: 0px;
  padding-bottom: 2px;
  font-weight: bold;
}

.LoginLabel
{
  text-align: right;
  color: #a0a0a0;
  white-space: nowrap;
}

.Footer
{
  font-size: 11px;
  color: #a0a0a0;
  white-space: nowrap;
  text-align: center;
  vertical-align: middle;
}

.Error
{
  color: Red;
  font-weight: bold;
}

.SideBar
{
  font-size: 13px;
  float: right;
  background-color: #b0a8a0;
  padding-left: 12px;
  padding-right: 12px;
  width: 270px;
  margin-left: 20px;
  line-height: 180%;
}
  .SideBar a:link
  {
    color: #404040;
  }