﻿body
{
    margin: 0;
    padding: 0;
    border: 0; /* This removes the border around the viewport in old versions of IE */
    width: 100%;
    background: #fff;
    min-width: 800px; /* Minimum width of layout - remove line if not required */ /* The min-width property does not work in old versions of Internet Explorer */
    font-size: 14px;
    font-family: Arial, Times New Roman;
    font-weight: 500;
    background-image: url(images/back-gradient.jpg);
}

p.differentSpacing
{
    margin-top: 0px;
    margin-bottom: 4px;
    font-size: 10px;
    text-align: left;
    vertical-align: bottom;
    color: Red;
}

.PageLabelHeading
{
    color: #cc3333;
}

ul.differentSpacing
{
    margin-top: 0px;
    margin-bottom: 4px;
}

h1
{
    font-size: 16px;
    font-weight: bolder;
}
h2
{
    font-size: 14px;
    font-weight: bolder;
}
h3
{
    font-size: 12px;
    font-weight: bold;
}

/* Center the CSS */
#container
{
    background-color: #fff;
    margin-left: auto;
    margin-right: auto;
    width: 980px;
}

.header
{
    clear: both;
    float: left;
    width: 100%;
    height: 125px;
    background: #fdf7e6;
    background-image: url(images/header-gradient.jpg);
    background-repeat: repeat-y;
    background-attachment: fixed;
    background-position: center;
    text-align: left;
    vertical-align: bottom;
}
.headerWelcome
{
    font-size: 13px;
    font-weight: bold;
    text-align: right;
    float: right;
    border: solid 1px;
    vertical-align: bottom;
}

#buttons
{
    padding: 0px 0px 0px 0px;
    text-align: center;
}
.rightheader
{
    background: #fdf7e6;
    background-image: url(images/rightHeader.jpg);
    text-align: center;
    vertical-align: middle;
}
.rightmenu
{
    background: #ff9;
    background-image: url(images/col-right-gradient.jpg);
    text-align: center;
    vertical-align: top;
    width: 175px;
}
.footer
{
    background: #5b773c;
    background-image: url(images/BgMenuH.gif);
    color: #fff;
    clear: both;
    float: left;
    width: 100%;
    border-top: 1px solid #000;
}
.footer a
{
    color: #fff;
    text-decoration: underline;
}
.footer a:visited
{
    color: #fff;
    text-decoration: underline;
}
.footer a:active
{
    color: #fff;
    text-decoration: underline;
}
.footer a:hover
{
    color: #fff;
    font-weight: bold;
    text-decoration: underline;
}
div.floating-menu
{
    position: fixed;
    width: 150px;
    z-index: 1;
}
div.floating-menu a, div.floating-menu h3
{
    display: block;
    margin: 0 0.5em;
}

/* Begin: Text boxes */
checkbox
{
    background: #fff url(images/head_formbg.jpg) no-repeat top left;
    border: 1px solid #000000;
    font-family: Arial, Verdana, Sans-Serif;
    font-size: 12px;
    height: 18px;
    margin: 0;
    color: #1c1c1c;
    padding: 2px 0 0 4px;
}

checkbox:focus
{
    border: 1px solid #ffcc33;
    background-image: none;
    background: #ffffcc;
    color: #1c1c1c;
}

input
{
    background: #fff url('images/head_formbg.jpg') no-repeat left top;
    border: 1px solid #000000;
    font-family: Arial, Verdana, Sans-Serif;
    font-size: 12px;
    color: #1c1c1c;
    text-align: right;
}

input:focus
{
    border: 1px solid #ffcc33;
    background-image: none;
    background: #ffffcc;
    color: #1c1c1c;
}

select
{
    background: #fff url(images/formbg.gif) repeat-x;
    border: 1px solid #000000;
    font-family: Arial, Verdana, Sans-Serif;
    font-size: 12px;
    margin: 0;
    color: #1c1c1c;
    padding: 2px 0 0 4px;
}

select:focus
{
    border: 1px solid #ffcc33;
    background: #ffffcc;
    color: #000000;
}

textarea
{
    background: #fff url(images/formbg.gif) repeat-x;
    border: 1px solid #000000;
    font-family: Arial, Verdana, Sans-Serif;
    font-size: 12px;
    height: 100px;
    margin: 0;
    color: #1c1c1c;
    padding: 2px 0 0 4px;
}

textarea:focus
{
    border: 1px solid #ffcc33;
    background: #ffffcc;
    color: #1c1c1c;
}
/* End: Text boxes */

input.ImageButtonCSS
{
    background-image: none;
}

