﻿body 
{
    margin: 0px;
    padding: 0px;
    text-decoration: none;
    background-color:#EBE8E4;
    width: 100%;
    height: 100%;
    
    background-color: #ECE8E5;
}

.Menu
{
    width: 75%;
    border-width: 0px;
    height: 25px;
}
.StaticMenuStyle
{
    background-color: #CBC5BA;
    border-style: Solid;
    height: 40px;
    border-color: #CBC5BA;
    border-width: 0px;
}
.StaticMenuItemStyle
{
    background-color: #CBC5BA;
    border-style: Solid;
    width: 25px;
    border-color: #CBC5BA;
    border-width: 0px;
    font-weight:normal;
}
.StaticSelectedStyle
{
    background-color: #CBC5BA;
    border-style: Solid;
    border-color: #CBC5BA;
    border-width: 0px;
    height: 40px;
}
.StaticHoverStyle
{
    background-color: #CBC5BA;
    border-style: Solid;
    border-color: #CBC5BA;
    border-width: 0px;
    height: 40px;
}
.DynamicSelectedStyle
{
    background-color: #DDD9D3;
    border-style: Solid;
    border-color: #CBC5BA;
    border-width: 1px;
    height: 45px;
    width:200px
}
.DynamicMenuItemStyle
{
	background-color: #DDD9D3;
    border-style: Solid;
    height: 45px;
    border-color: #CBC5BA;
    border-width: 1px;
    width:200px
}
.DynamicHoverStyle
{
    background-color: #DDD9D3;
    border-style: Solid;
    border-color: #CBC5BA;
    border-width: 1px;
    height: 45px;
    width:200px
}
.MainContentBackgroundColor
{
	background-color:#847A63;
}
.MainContentFontColor
{
	color:#CBC5BA;
	font-family: "Adobe Caslon Pro";
	font-size: 7 pt;
}
.Line
{
	color:#CBC5BA;
	height:1px;
	width: 56px;
}

.MainHeaderFont
{
	color:#CBC5BA;
	font-family: "Adobe Caslon Pro";
	font-size: 15.22pt;
	font-weight:normal;
	margin-left: 12px;
}
.SubHeader
{
	color:#CBC5BA;
	font-family: "Adobe Caslon Pro";
	font-size: 11pt;
	
	
}
.NormalText
{
	color:#CBC5BA;
	font-family: "Adobe Caslon Pro";
	font-size: 8pt;
	margin-left: 0px;
}

.TableText
{
	color:Black;
	font-family: "Adobe Caslon Pro";
	font-size: 9pt;
	margin-left: 0px;
}
.MenuBorder
{
	border-bottom-style : solid;
	border-width:1px;
	border-bottom-width:0px;
	border-left-width:1px;
	border-right-width:1px;
	border-top-width:1px;
	border-color:#DDD6CC;
	font-size:9pt;
}

.NormalTextFont
{
	color:#CBC5BA;
	font-family: "Adobe Caslon Pro";
	font-size: 9pt;
}
.ControlsBackColor
{
	background-color:#CBC5BA;
	color:Black;
}
.DataTableBackgroundColor
{
	background-color:#CBC5BA;
	table-layout:fixed;
	overflow:scroll;
}
.LabelTableHeading
{
	background-color:White;
	color:Black;
	text-align:center;
	font-weight:bold;
}
.TableHeading
{
	background-color:#CBC5BA;
	color:Black;
	text-align:center;
	font-weight:bold;
}
.TableData
{
	background-color:#CBC5BA;
	color:Black;
	font-weight:normal;
}

