﻿body
{
    font-family: Arial, Sans-Serif;
    background-color: #dcd5c3;
    background-image: url(Images/WebsiteBackground.gif);
}
A
{
    text-decoration: none;
    color: White;
}
A:hover
{
    text-decoration:underline;
}
.ContactField
{
    width: 450px;
}
.ContactMessage
{
    width:450px;
    height:200px;
}
.Validator
{
    color: #FFC0C0;
}
.InsidePanel
{
	background-color: #5B5851;
    background-image: url(Images/ContentBackground.gif);
    text-align: left;
    width: 750px;
    color: White;
}
.BottomPanel
{
    font-size: 9pt;
    width: 100%;
    padding-bottom: 10px;
    padding-top: 10px;
}

.GalleryLeftBar
{
    background-image: url(Images/ContentBarBackground.gif);
    width: 148px;
    padding-top: 2px;
}
.ThumbnailImage
{
	margin-bottom: 2px;
	margin-left: 2px;
}
.ImageBorderTop_x--
{
    background-position: right bottom; 
    background-image: url(Images/Top_x--.gif);
    background-repeat: no-repeat; 
    width: 30px; 
    height: 30px;
}
.ImageBorderTop_-x-
{
    background-position: left bottom; 
    background-image: url(Images/Top_-x-.gif);
    background-repeat:repeat-x;
    height: 30px;
}
.ImageBorderTop_--x
{
    background-position: left bottom;
    background-image: url(Images/Top_--x.gif);
    background-repeat: no-repeat;
    width: 30px;
    height: 30px;
}
.ImageBorderMiddle_x--
{
    background-position: right top; 
    background-image: url(Images/Middle_x--.gif);
    background-repeat: repeat-y;
    width: 30px;
}
.ImageBorderMiddle_--x
{
    background-position: left; 
    background-image: url(Images/Middle_--x.gif);
    background-repeat: repeat-y;
    width: 30px;
    height: 30px;
}
.ImageBorderBottom_x--
{
    background-position:right top; 
    background-image: url(Images/Bottom_x--.gif);
    background-repeat: no-repeat; 
    width: 30px;
    height: 30px;
}
.ImageBorderBottom_-x-
{
    background-image: url(Images/Bottom_-x-.gif);
    background-repeat: repeat-x;
    height: 30px;
    background-position: left top;
}
.ImageBorderBottom_--x
{
    background-position: left top; 
    background-image: url(Images/Bottom_--x.gif);
    background-repeat: no-repeat; 
    width: 30px;
    height: 30px;
}
.LoginPageTitle
{
    font-weight: bold;
    margin-top: 5px;
    font-size: 16pt;
    color: #CCCCCC;
}
.LoginPageType
{
	margin-top: 5px;
	margin-bottom: 5px;
}
.LoginPageForm
{
    margin-left: 10px;
    margin-right: 10px;
    width: 720px;
}
.NavButton
{
    color: white;
}
.ContactPageForm
{
    margin-left: 10px;
    margin-right: 10px;
    width: 720px;
}
.ServicesPageTitle
{
    font-weight: bold;
    margin-top: 5px;
    font-size: 16pt;
    color: #CCCCCC;
}
.ServicesPageContent
{
	margin: 5px 0px 20px 20px;
}
.LoginField
{
    width: 200px;
}
.HiddenField
{
    display:none;
}
.TableLabel
{
	width: 120px;
}
.TableField
{
	width: 100%;
}
A.BlackAnchor
{
	font-size: 200%;
    text-decoration: none;
    color: Black;
}
A:hover.BlackAnchor
{
    text-decoration:underline;
}
