
/******************************************************************************* 
  Style Sheet for NN4x
  ====================

  Copy this file to the TEMPLATE_LOCAL directory prior and make your changes there.
  =================================================================================

  Change the settings to get the required Images, Fonts, Colors and Sizes required.    
  For example to add an image to the default background change

.BWDefaultBackground               { background: white; }

  to

.BWDefaultBackground               { background-image: url("/bridgewater/Img/backgrnd/background_image.gif"); }

  where background_image.gif is your image

  If you don't want any attributes for the default background change

.BWDefaultBackground               { background: white; }

  to

.BWDefaultBackground               {  }

  DO NOT Delete the .BWDefaultBackground reference as it is used in the built code


***************************************************************************************************/

/* Main Heading */ 
.BWHeading1                            { color: red;   font-family: Helvetica, Arial, sans-serif; font-size: 20pt; }

/* Sub Heading */
.BWHeading2                            { color: black;   font-family: Helvetica, Arial, sans-serif; font-size: 16pt; }

/* Sub Heading */
.BWHeading3                            { color: black;  font-family: Helvetica, Arial, sans-serif; font-size: 10pt; font-weight: bold; }

/* Project Default Background */
.BWDefaultBackground                   { background: white; }

/* Header Background */
.BWHeaderBackground                    {  }

/* Footer Background */
.BWFooterBackground                    {  }

/* Selections Background */
.BWSelectionsBackground                {  }

/* Menu Background */
.BWMenuBackground                      {  }

/* ISUD Background */
.BWISUDBackground                      {  }

/* List Background */
.BWListBackground                      {  }

/* Help Background */
.BWHelpBackground                      { background: white; }

/* Alternate Background */
.BWAlternateBackground                 { background: #E0FFE0; }

/* Background for Fieldsets */
.BWBackgroundFieldset                  { background: #E0FFE0; }

/* Background for Odd List Lines */
.BWBackgroundOdd                       { background: white; }

/* Background for Even List Lines */
.BWBackgroundEven                      { background: #E0FFE0; }

/* Underline for Even List Lines */
.BWUnderline                           { background-image:  url("/bridgewater/Img/backgrnd/underline.gif"); }

/* Button Backgound Color */
.BWButtonBG                            { background: #003366; }

/* Button Color */
.BWButtonText                          { color: white; font-size: 10pt; font-weight: bold; }

/* Top Border Information Large Text */
.BWTopBorderLargeText                  { color: black; font-family: Helvetica, Arial, sans-serif; font-size: 20pt; }

/* Top Border Information Medium Text */
.BWTopBorderMediumText                 { color: black; font-family: Helvetica, Arial, sans-serif; font-size: 14pt; }

/* Top Border Information Small Text */
.BWTopBorderSmallText                  { color: black; font-family: Helvetica, Arial, sans-serif; font-size: 10pt; }

/* Side Border Information Large Text */
.BWSideBorderLargeText                 { color: black; font-family: Helvetica, Arial, sans-serif; font-size: 20pt; }

/* Side Border Information Medium Text */
.BWSideBorderMediumText                { color: black; font-family: Helvetica, Arial, sans-serif; font-size: 14pt; }

/* Side Border Information Small Text */
.BWSideBorderSmallText                 { color: black; font-family: Helvetica, Arial, sans-serif; font-size: 10pt; }

/* Footer Information Text */
.BWFooterText                          { color: blue; font-family: Helvetica, Arial, sans-serif; font-size: 9pt; }

/* Information Text */
.BWInfo                                { color: black; font-family: Helvetica, Arial, sans-serif; font-size: 10pt; }

/* Required Field Indicator */
.BWInd                                 { color: red;   font-family: Helvetica, Arial, sans-serif; font-size: 10pt; }

/* List Heading */
.BWListHeading                         { color: white; background: blue; font-family: Helvetica, Arial, sans-serif; font-size: 10pt; }

/* Error Messages */
.BWError                               { color: red;   text-docoration: none; font-family: Helvetica, Arial, sans-serif; font-weight: bold; font-size: 9pt; }

/* Other Messages */
.BWMessage                             { color: blue;  text-docoration: none; font-family: Helvetica, Arial, sans-serif; font-weight: bold; font-size: 9pt; }

/* Item Label */
.BWLabel                               { color: blue;  text-docoration: none; font-family: Helvetica, Arial, sans-serif; font-size: 9pt; }

/* List Column Label */
.BWLabelListColumn                     { color: blue;  text-docoration: none; font-family: Helvetica, Arial, sans-serif; font-size: 9pt; vertical-align: middle; }

/* List Column Link */
.BWListLink                            { color: blue; text-decoration: underline; font-family: Helvetica, Arial, sans-serif; font-size: 9pt; vertical-align: middle; }

/* List Column Link without underline */
.BWListLink2                           { color: blue; text-decoration: none; font-family: Helvetica, Arial, sans-serif; font-size: 9pt; vertical-align: middle; }

/* Radio Button and Check Box Label */
.BWLabelButton                         { color: blue;  text-docoration: none; font-family: Helvetica, Arial, sans-serif; font-size: 9pt; vertical-align: middle; }

/* Regular Text Entry - Mixed Case */
.BWTextEntry                           { color: black; font-family: Helvetica, Arial, sans-serif; font-size: 9pt; }

/* Regular Text Entry - Upper Case */
.BWTextEntryUpperCase                  { color: black; font-family: Helvetica, Arial, sans-serif; font-size: 9pt; text-transform: uppercase; }

/* Radio Button Entry */
.BWRBEntry                             { color: black; font-family: Helvetica, Arial, sans-serif; font-size: 9pt; vertical-align: bottom; }

/* Regular Numeric Entry */
.BWNumericEntry                        { color: black; font-family: Helvetica, Arial, sans-serif; font-size: 9pt; text-align: left; }

/* Horizontal Rule */
.BWHR                                  { color: blue; }

/* Bold */
B                                      { font-family: verdana, sans-serif; font-size: 9pt; }

/* Italics */
I                                      { font-family: verdana, sans-serif; font-size: 9pt; color: #333333; }

/* Link - regular */
A                                      {text-decoration: none; color: blue;}

/* Link - hover (mouse over) */
A:hover                                {color: red;}

.title                                 {position: absolute; width: 140px; height: 30px; left: 10px; z-index: 10; font-family: Helvetica, Arial, sans-serif; font-weight: bold; font-size: 14px;}

.submenu                               {position: absolute; left: 20px; width: 120px; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 10px; visibility: hidden;}

all.clsMenuItemNS                      {font: bold x-small Verdana; color: white; text-decoration: none;}

.clsMenuItemIE                         {text-decoration: none; font: bold xx-small Verdana; color: white; cursor: hand;}

