body
{
    font-family: Arial, Verdana, Helvetica, Sans-Serif;
    font-size: 12px;
    color: #000000;
    padding: 0px;
    background-color: #ffffff;
    background-image: url(../img/bg.gif);
    background-repeat: repeat;
    background-position: top left;
}

a
{
    text-decoration: none;
}
a:hover
{
    text-decoration: underline;
}

img
{
    border: none;
}

form
{
    display: inline;
}

input, select, textarea
{
    font-family: Arial, Verdana, Helvetica, Sans-Serif;
    font-size: 12px;
}
textarea
{
    width: 97%;
}

h1
{
    font-size: 20px;
    color: #000000;
    font-weight: bold;
    background-image: url(../img/head_bg.jpg);
    background-position: top center;
    background-repeat: repeat;
    border-bottom: solid 5px black;
    padding-bottom: 10px;
    padding-top: 10px;    
    padding-left: 10px;
    padding-right: 10px;    
    margin-top: -10px;    
    margin-left: -10px;
    margin-right: -10px;    
    margin-bottom: 0px;
    text-align: center;
    background-color: #ffffff;
}

h2
{
    font-size: 18px;
    color: #3196f5;
}

/* ------- layout ------- */

#wrapper
{
    border: solid 6px black;
    padding: 10px;
    margin: 0 auto;
    width: 800px;
    background-color: #ffffff;
}

#head
{
}

#content
{
}

#foot
{
}

/* ------- footer ------- */

#footer
{
    font-size: 20px;
    color: #000000;
    font-weight: bold;
    background-image: url(../img/head_bg.jpg);
    background-position: top center;
    background-repeat: repeat;
    border-top: solid 5px black;
    padding-left: 10px;
    padding-right: 10px;    
    margin-left: -10px;
    margin-right: -10px;    
    margin-bottom: -10px;
    text-align: center;
    height: 40px;
    background-color: #ffffff;
}


/* ------- styles ------- */

.box
{
    border: solid 1px #aaaaaa;
    padding: 3px;
}

.italic
{
    font-style: italic;
}

.center
{
    text-align: center;
}

.validation
{
    color: Red;
    font-weight: bold;
}
.validationStar
{
    color: Red;
    font-weight: bold;    
    font-size: 20px;
}

.cssHidden {
  visibility: hidden;
  display: none;
}

.cssVisible {
  visibility: visible;
}

.raterCell
{
    border: solid 1px #dddddd;
}

/* ------- tables ------- */

.col1
{
    vertical-align: top;
    width: 20px;
}
.col2
{
    vertical-align: top;
}


/* ------- progress meter ------- */

.progressMeter
{
    border: solid 3px #000000;
    width: 100%;
    text-align: center;
}

.progressComplete
{
    background-color: Blue;
    font-weight: bold;
    color: #ffffff;
}

#divSaveRestore
{
    background-color: #3196f5;
    border-bottom: solid 5px black;
    padding-left: 10px;
    padding-top: 1px;
    padding-right: 10px;    
    margin-left: -10px;
    margin-right: -10px;    
    margin-bottom: 20px;
}

#divTopBlock
{
    background-color: #3196f5;
    border-top: solid 5px black;
    padding-left: 10px;
    padding-right: 10px;    
    padding-bottom: 1px;
    margin-left: -10px;
    margin-right: -10px;    
    margin-bottom: 0px;
    margin-top: 20px;
    height: 20px;    
}