﻿body
{
    background: #b6b7bc;
    font-size: 0.9em;
    font-family: "Helvetica Neue" , "Lucida Grande" , "Segoe UI" , Arial, Helvetica, Verdana, sans-serif;
    margin: 0px;
    padding: 0px;
    color: #696969;
    background-color: #FFFFFF; 
    background-image: none;
    min-width: 600px;
}

p
{
    font-size: 0.9em;
}

ul
{
    font-size: 0.9em;
}

a
{
    color: #696969;
    text-decoration: none;
}

a:hover
{
    text-decoration: underline;
    color: #696969;
    font-weight: bolder;
}

.roundedBorder
{
    -webkit-border-radius: 8px;
    border-radius: 8px;
    -moz-border-radius: 8px;
}

.validatortext
{
    font-family: verdana;
    font-size: 0.8em;
    color: #FF0000;
    font-style: italic;
}

/* ---------- Footer ---------- */

.footer
{
    font-size: 0.7em;
    color: #696969;
    clear: both;
    margin-top: 5px;
}

.footer a
{
    text-decoration:none;
    color: #696969;
}

.footer:hover
{
    text-decoration: none;
    color: #696969;
}

.footer:active
{
    text-decoration: none;
    color: #696969;
}

/* ---------- Menu Text ---------- */
.menuText
{
    font-size: 18px;
    color: #696969;
}

.menuText a
{
    text-decoration: none;
    color: #696969;
}

.menuText a:hover
{
    text-decoration: underline;
    color: #696969;
    font-weight: bolder;
    font-size: 20px;
}

.menuText:hover
{
    text-decoration: none;
    color: #696969;
}

.menuText:active
{
    text-decoration: none;
    color: #696969;
}

/* ---------- Buttons ---------- */
.buttonA
{
  border: 1px #4e667d solid;
  font-size: 1em;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  padding: 3px;
  color: #FFFFFF;
  background-color: #597591;
  -webkit-appearance: none;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  -moz-border-radius: 8px;
}


.buttonA:hover
{
    /*background-color: #bfcbd6;*/
    background-color: #9eb3c8;
    color: #465c71;
    text-decoration: none;
}

.buttonA:active
{
    /*background-color: #465c71;*/
    background-color: #1d3e5e;
    color: #cfdbe6;
    text-decoration: none;
}
