/*
*  NWShowerDoor.com Stylesheet for SiteManager/Public Site
*  Last updated: 1/28/2004 @ 1:41 PM
*  Updated By:  JDF Unlimited
*  
*  Please make sure to update this information if you change anything.
*/

BODY,TD {
   font-family: verdana, tahoma, arial, helvetica;
   font-size: 10pt;
   color: black;
}
a:link {
   color: black;
}
a:visited {
   color: black;
}
a:active {
   color: black;
}
a:hover {
   color: #303030;
   text-decoration: none;
}

.standardText {
  font-face: tahoma,verdana,arial;
  font-size: 10 pt;
}

.sectionHeader {
   font-family: garamond,times;
   font-size:14 pt;
   color: #000000;
   font-weight: bold;
   }


.restrictedArea {
   color: darkred;
   }

.navLinksOn {
  font-face: tahoma,verdana,arial;
  font-size: 10px;
  font-weight: bold;
}

.navLinksOff {
  font-face: tahoma,verdana,arial;
  font-size: 10px;
  font-weight: none;
}

/*
* This section deals with custom styles.
*/

.RequiredNote {
	color: darkred;
   }

.RequiredField {
   color: darkred;
   }

.SideNav {
   color: black;
   font-family: verdana, tahoma, arial, helvetica;
   font-size: 10 pt;
   }


.SideNavLogin {
   font-family: verdana, tahoma, arial, helvetica;
   font-size: 10px;
   color: black;
   }

.Copyright {
   color: #333333;
   font-size: 9px;
}

.TopNavLinksOn {
   font-family: verdana, tahoma, arial, helvetica;
   font-size: 12px;
   font-weight: bold;
}

.TopNavLinksOff {
   font-family: verdana, tahoma, arial, helvetica;
   font-size: 12px;
   font-weight: none;
}


/*
*
*
* CSS for Content Manager
*
*/

.cmsFunctions {
 font-size: 10px;
 font-family: tahoma;
}

.cmsLevelHome {
  color: black;
  font-weight: bold;
  padding: 2px;
}
.cmsLevelOne {
  color: red;
  font-weight: bold;
  padding: 2px;
}
.cmsLevelTwo {
  color: orange;
  font-weight: bold;
  padding: 2px;
}
.cmsLevelThree {
  color: purple;
  font-weight: bold;
  padding: 2px;
}
.cmsLevelFour {
  color: fuscia;
  font-weight: bold;
  padding: 2px;
}
.cmsLevelFive {
  color: teal;
  font-weight: bold;
  padding: 2px;
}
.cmsLevelOrphan {
  color: #777777;
  padding: 2px;
}

.CMSMainHeader {
  color: blue;
  font-size: 20 px;
  font-family: "Times new roman", verdana
}


