﻿body
{
    /* The line below is needed for the nifty cube code to work properly */
    background-color: #F2F2F2;
    background-repeat: repeat;
    margin: 0;
}
body, td, th
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 95%;
}
body, td
{
    color: #595959;
}
p
{
    margin: 14px 0 14px 0;
}
h1
{
    text-align: center;
}
h1, h2, h3, h4
{
    color: #98B9F4;
}
table {
  border-spacing: 0;
}
table.fieldInput th {
  text-align: right;
}
table.fieldInput th, table.fieldInput td {
  padding: 5px;
}
input {
  border-radius: 2px;
  border: 1px solid #98B9F4;
  padding: 2px;
}
img
{
    border: 0;
}
a:link, a:visited, a:hover, a:active
{
    color: #AECDDD;
    text-decoration: none;
}
div.indent
{
    padding-left: 25px;
}
#headerRow
{
    background-color: White;
}
#headerTable
{
    width: 950px;
    margin: 0 auto;
}
td.MenuHeader
{
    color: #e8f398;
    font-size: 14pt;
    background-color: #714F4F;
}
th.DarkBackground
{
    color: #e8f398;
}
#footerRow
{
    color: #BFBFBF;
    text-align: center;
    background-color: #F2F2F2;
    border: 1px solid #F2F2F2; /* If I don't add a border to this, the background is transparent in some places */
}
#footerRow #powered
{
    font-size: 11px;
}
#footerRow #powered a
{
    color: #BFBFBF;
}
#mainMenuRow
{
    background-color: #B7DEE8;
    padding: 5px 0;
}
.mainMenuDashes
{
    border-top: 1px dashed white;
}
#mainMenu
{
    color: #BFBFBF;
    font-size: 90%;
    text-align: center;
    padding: 5px 0;
}
#mainMenu .selected
{
    color: #595959;
}
a.MenuLink
{
    text-decoration: none;
    text-transform: uppercase;
}
a.MenuLink:link, a.MenuLink:visited
{
    color: #FFFFFF;
}
a.MenuLink:hover, a.MenuLink:active
{
    color: #595959;
}
#subMenu
{
    text-align: right;
    padding: 10px 10px 10px 0;
    width: 115px;
    background-color: White;
    line-height: 150%;
    box-shadow: 4px 4px 5px #BBB;
    position: fixed;
}
#subMenuTitle
{
    text-transform: uppercase;
}
#subMenuTitle a
{
    color: #595959;
}
a.submenuItem
{
    font-family: Trebuchet MS;
    color: #AECDDD;
    text-decoration: none;
}
a.submenuItem:hover
{
    color: #FFC000;
}
#contentRow
{
    background-image: url(/resources/background.png);
}
#contentTable
{
    margin: 0 auto;
    width: 1260px;
    height: 350px;
}
#content
{
    background-color: White;
    width: 920px;
    padding: 30px 0;
}
.contentSide
{
    width: 140px;
    padding: 30px 0;
}

a.LinkInWhiteBg:link
{
    text-decoration: none;
    color: #98B9F4;
}
a.LinkInWhiteBg:visited
{
    text-decoration: none;
    color: #98B9F4;
}
a.LinkInWhiteBg:hover
{
    text-decoration: none;
    color: #98B9F4;
}
a.LinkInWhiteBg:active
{
    text-decoration: none;
    color: #98B9F4;
}
.product
{
    margin: 5px auto;
    text-align: center;
}
.productInfo 
{
    color: #A6A6A6;
}