﻿body 
{
}
.WPBodyNotEditable
{
	border:solid 1px;	
}

.WPBodyEditable
{
	border-width:1px;
	border-style:dashed;
}

.memoOut  { border: 1px solid buttonshadow;  }
.memoOver {background-color: buttonface;
            border: 1px solid buttonface;
            cursor:hand;
           }
.Toolbar{
	position:absolute;
	background-image:url(ToolbarImages/HToolbarBkg.gif); 
	height:25px;
	width:460px;
	border:solid 1px;
	left:0px;
	top:0px;
	
	}
	
.ColorTable
{
}

.ImageListHeader
{
	background-color:Black;
	cursor:move;	
}
.WP
{
	 border:solid 1px #663300; 
	 width:99%;
	 background-color:#F0F0F0;
}

.WPHeader
{
	border-bottom-style:solid;
	border-bottom-width:1px; 
	width:100%; 
	background-color:Tan;
	border-color:#663300;
}

.MenuList
{
	font-size:10pt; 
	position:absolute; 
	cursor:hand; 
	visibility:hidden;
	width:120px; 
	border:solid 1px gray; 
	background-color:Tan;
}

.WP_Without_border
{
	 border:none 0px; 
	 width:99%;
}

.WPHeader_Without_Border
{
	border-bottom-style:none;
	border-bottom-width:0px; 
	width:100%; 
}

.tblPage
{
	width:60px;
	border:solid 1px gray;
	height:80px;
}
.style1
{
    width: 38px;
    height: 108px;
}
.style2
{
    height: 108px;
}

.MainMenuContainer
{
	width:210px;
}

.MainMenu
{
	margin-left:50px;
	color:White;
	background-color:#663300;	
	width:140px;
	border:solid 1px #663300;
}

.SelectedMainMenu
{
	margin-left:50px;
	color:Black;
	background-color:White;	
	width:140px;
	border:solid 1px #663300;
}

.MainMenu a:link 
{
	color:White;
}


.MainMenu a:hover 
{
	color:Black;
	background-color:Yellow;
	font-style:italic;	
}

.MainMenu a:active
{
	color:Black;
}

.MainMenu a:visited
{
	color:White;
}

.ShowTv
{
	cursor:hand;
}

