﻿body
{
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #28516F;
	/* background-image: url('/images/home/lc-backgroundtile.jpg'); */
	font-family: Arial,Helvetica,sans-serif;
	font-size: 12px;
	color: black;
	line-height: 14px;
	height: 100%;
}

.SimpleSiteToolbar
{
	position: absolute;
	border: solid 1px Yellow;
	visibility: hidden;
	background-image: url('/App_Themes/SimpleSite/Images/LogoName.gif');
	background-repeat: no-repeat;
	height: 30px;
	background-color: Black;
	color: White;
	font-size: 10pt;
	text-align: right;
	top: 0px;
	width: 200px;
}

.FieldError
{
	color: Red;
}

.buttons
{
	background-color: White;
	padding: 3px 3px 3px 3px;
	text-align: left;
	width: 175px;
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 100;
	color: Black;
	font-size: 8pt;
	font-weight: bold;
}

.buttons a:link, .buttons a:visited, .buttons a:active
{
	font-size: 9pt;
	font-weight: bold;
	font-style: normal;
	color: #847248;
}

.buttons a:hover
{
	text-decoration: underline;
}

#LeftShadow
{
    background-image: url(Images/Home/ShadowLeft.png);
	background-repeat: repeat-y;
	height: 100%;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/home/shadowleft.png',sizingMethod='scale');
}

#RightShadow
{
    background-image: url(Images/Home/ShadowRight.png);
	background-repeat: repeat-y;
	height: 100%;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/home/shadowright.png',sizingMethod='scale');
}

#LeftBorder
{
	background-image: url(Images/BorderLeftTile.gif);
	background-repeat: repeat-y;
	height: 100%;
}

#RightBorder
{
	background-image: url(Images/BorderRightTile.gif);
	background-repeat: repeat-y;
}

.BodyCopy, .BodyCopy td
{
	font-family: Arial,Helvetica,sans-serif;
	font-size: 12px;
	color: black;
	line-height: 14px;
	text-align: left;
}

.Breadcrumb
{
	font-family: Arial,Helvetica,sans-serif;
	font-size: 12px;
	color: white;
	line-height: 14px;
	background-color: Black;
	padding-left: 28px;
	padding-top: 4px;
}

.Breadcrumb	p, .Title p, .Menu p, .Top p, .LeftTop p, .LeftBottom p
{
	margin: 0;
	padding: 0;
} 

.ErrorMessage
{
	font-family: Helvetica;
	font-size: 12px;
	font-weight: bold;
	color: Red;
}

.Form
{
	font-family: Arial,Helvetica,sans-serif;
	font-size: 12px;
	color: #5A3314;
	font-weight: bold;
}

.FormHeader
{
	background-color: #86373C;
	padding: 3px 5px 3px 5px;
	color: White;
	height: 12px;	
	text-align: center;
	font-size: 9pt;
	font-weight: bold;
}

.LinkButton
{
	font-family: Arial,Helvetica,sans-serif;
	font-size: 12px;
	color: #5A3314;
	font-weight: bold;
	text-decoration: none;
}

a.LinkButton:link
{
	text-decoration: none;
	color: #5A3314;
}

a.LinkButton:hover
{
	text-decoration: underline;
	color: #5A3314;
}

a.LinkButton:active
{
	color: black;
}
