/* 
================================
The Neighbor Place - Purple
================================
*/   

.pagemaster {
	width: 100%;
	height: 100%;
	background-color: #F8F8FF;
	font-family: Verdana, Trebuchet MS, Tahoma;
}
.Head {
   font-family: Verdana, Trebuchet MS, Tahoma;
   font-size:  18px;
   font-weight:  normal;
   color: #333333;}
.skinmaster {
	height: 100%;
	background-color: White;
	border-right: #8f9092 1px solid; 
	border-top: #8f9092 1px solid; 
	border-left: #8f9092 1px solid; 
	border-bottom: #8f9092 1px solid; }
.controlpanel {
	width: 100%;
	background-color: #fefefe;}
.toppane {
	width: 100%;
	background-color: transparent;
	padding-left: 2px;
	padding-right: 1px;
	padding-top: 1px;}
.leftpane {
	width: 175px;
	background-color: transparent;
	padding-left: 2px;
	padding-right: 1px;
	padding-top: 1px;}
.contentpane {
	width: 100%;
	background-color: transparent;
	padding-left: 2px;
	padding-right: 1px;
	padding-top: 1px;}
.rightpane {
	width: 175px;
	background-color: transparent;
	padding-left: 2px;
	padding-right: 1px;
	padding-top: 1px;}
.bottompane {
	width: 100%;
	background-color: transparent;
	padding-left: 2px;
	padding-right: 1px;
	padding-top: 1px;
	padding-bottom: 0px;}

/* Styles for the Header */
.HeaderContainer{
    background-color: #81007f;
    padding: 0px, 0px, 0px, 0px;
    margin: 0px, 0px, 0px, 0px;
    border: 0px, 0px, 0px, 0px;}
.SiteLogo 
{width: 50%; background-color: #81007f;}
.TNPLogo{
    width: 50%;
    vertical-align: middle;
    background-repeat: no-repeat;
    background-position: left;
    background-image: url(Images/TNPWebHeader.gif)}
.ControlContainerDark{
    background-repeat: no-repeat;
    background-color: #81007f;
    color: White;
    font-size: 11px;
    font-weight: bold;}
.ControlContainerLight{
    background-repeat: no-repeat;
    background-color: White;
    color: #81007f;
    font-size: 11px;
    font-weight: bold;}
.Login{
    color: #81007f;
    font-size: 9px;
    font-weight: bold;
    font-style: normal;
    font-family: Verdana, Trebuchet MS, Tahoma;
    height: 20px;}
    
/* Styles for the Footer. */
.Footer{
    height: 25px;
    font-size: 9px;
    font-weight: bold;
    font-style: normal;
    color: White;
    background-color: #81007f;}
    
/* Menu Style */
.MainMenu_MenuContainer{
	background-color: #81007f;}
.MainMenu_MenuBar{
	cursor: pointer;
	height: 16px;
	background-color: transparent;}
.MainMenu_MenuIcon{ display:none; }
.MainMenu_MenuArrow{ display:none; }
.MainMenu_RootMenuArrow{ display:none; }
.MainMenu_MenuBreak{ display:none; }
.MainMenu_MenuItem{
    color:White;
    background-color: #81007f; 
    font-size:9pt; 
    font-weight:bold;
    font-family: Verdana, Trebuchet MS, Tahoma;
    padding: 3px 15px 3px 10px;
    border: none;
    white-space: nowrap;}
.MainMenu_MenuItemSel{
    color:White;
    background-color: #669900; 
    font-size:9pt; 
    font-weight:bold;
    font-family: Verdana, Trebuchet MS, Tahoma;
    padding:3px 15px 3px 10px;
    border: none;}
.MainMenu_SubMenu{
    color:White;
    background-color: #81007f; 
    font-size:9pt; 
    font-weight:bold;
    font-family: Verdana, Trebuchet MS, Tahoma;
    padding:3px 15px 3px 10px;
    border: none;}
    
/* Hyperlink style for dark backgrounds. */
A.LightLink:Link{color: White;}
A.LightLink:Hover{color: #669900; text-decoration: underline;}
A.LightLink:Active{color: Blue;}
A.LightLink:Visited{color: White;}

/* Hyperlink style for light backgrounds. */
A.DarkLink:Link{color: #81007f;}
A.DarkLink:Hover{color: #669900; text-decoration: underline;}
A.DarkLink:Active{color: #81007f;}
A.DarkLink:Visited{color: #81007f;}
