﻿Body
{
    margin: 0 0 0 0;
    /*background-image: url(/_Common/Images/background.jpg);
    background-position: center; 
    background-repeat: repeat-y;*/
}

.Main
{
    font-family: Arial;
    color: #000000;
    font-size: 12px;
    text-align: justify;
}

.Heading
{
    font-family: Arial;
    color: #cc0000;
    font-size: 15px;
    text-align: left;
    font-weight: bolder;
}

.SubHeading
{
    font-family: Arial;
    color: #a2a2a2;
    font-size: 10px;
    text-align: left;
}

.Link
{
    font-family: Arial;
    color: #000000;
    font-size: 11px;
    text-align: left;
    font-weight: bold;
    text-decoration: none;
}

.Link:Hover
{
    color: #000000;
}

.FooterText
{
    font-family: Arial;
    color: #000000;
    font-size: 11px;
    text-align: center;
    vertical-align: middle;
}

.FooterLink a
{
    font-family: Arial;
    color: #000000;
    font-size: 11px;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
}

.FooterLink:Hover a
{
    color: #000000;
}

.Menu a
{
    font-family: Arial;
    text-decoration: none;
    color: #000000;
    font-size: 15px;
    vertical-align: middle;
    font-weight: bolder;
    text-decoration: none;
}

.Menu:Hover a
{
    color: #000000;
}

/* Registration Form */

.Border
{
    border: solid 1px #000000;
}

.Error
{
    font-family: Arial;
    color: #ff0000;
    font-size: 12px;
    text-align: left;
}

td.inputlabel
{ 
    font-family:Verdana, Arial;
    color: #222222;
    text-align: center;
}

td.inputbox
{
    font-family: Verdana, Arial;
    color: #222222;
    text-align: center;
}
/* Popup control */
.window
{
  position: absolute;
  visibility: visible;
}

.windowhidden
{
	position: absolute;
	visibility: hidden;
}
