/*
  AUDIT TRAIL: 5.2
  1. Initial release.                        JWF 1/9/2002
  AUDIT TRAIL: 5.3
  2. UI related changes for phase II          RK 7/27/2002
  3. Fix for defect3 53-0017		      RK 8/23/2002
     Added campuspipeline class to be used in body for CP
  AUDIT TRAIL:6.0                             Rk 9/22/02
  1. sync changes made in 5.3
  AUDIT TRAIL:7.0                             Rk 6/22/04
  1. Fonts modified to use Verdana
  AUDIT TRAIL:7.3                             Rk 4/22/06
  1. DIV.statiheaders was added
  AUDIT TRAIL:7.4
  1. Defect CMS-DFCT104482                    MEC 05/31/06
     Fixed misspelling in .menulinkdesctext -
       color: balck;
         should be
           color: black;
  2. Defect 1-PXAJ4                           RK 08/09/06
     Modified HR style to remove Height as an attributte.
  AUDIT TRAIL: 8.4.2
  1. Defect 1-EAHW65                         LVH 04/21/2011
     Replaced HEIGHT=2px with HEIGHT:2px
  AUDIT TRAIL END

  --------------------------------------------------------------------------------
  AUDIT TRAIL: UO BEGIN  
  
  Look for the embedded UO MOD comments, there are a number of changes including:  
  1.  Change font-family throughout to "Arial, Verdana, Helvetica, sans-serif"
  2.  Modify A.submenulinktext2, A.submenulinktext2:visited so that they are
      displayed in bold letters
  3.  Modify ALL A.submenulinktext2 fields so that they are underlined (i.e.,
      text-decoration: underline)
                  following done by TKETCHUM    18-DEC-2002
  4.  Changed background graphic (set in BODY Tag)
  5.  Change page title (set in H1 tag)
  6.  Changed color scheme:  Table Header tags (green): #669966 (SCT: E3E5EE)
                             Table Title tags  (wheat): #EBEBDB (SCT: E3E5EE)
                             Table Label tags  (wheat): #EBEBDB (SCT: E3E5EE)
  7.  Changed Hover Color to hi-lite in green #009900
  8.  Changed Link text to dark green #003300
  9.  changed the tab background color to #006633  (a deep green)
  10. Retained Arial - verdana as our primary fonts at base size = 100% (for most objects)
  11. Changed the taboff background color from CCCCCC to EBEBDB  
  12. Changed bg3 background color to 997733 (the HR at the top of the page)
  13. Added a uo_pageheaderdiv1 to hold the UO title graphic.

  AUDIT TRAIL: UO END
  --------------------------------------------------------------------------------

  Copyright 2002 - 2011 SunGard. All rights reserved.

  SunGard or its subsidiaries in the U.S. and other countries is the owner
  of numerous marks, including "SunGard", the SunGard logo, "Banner,"
  "PowerCAMPUS", "Advance", "Luminis", "DegreeWorks", "fsaATLAS",
  "Course Signals", and "Open Digital Campus." Other names and marks used
  in this material are owned by third parties.
  This [site/software] contains confidential and proprietary information of
  SunGard and its subsidiaries. Use of this [site/software] is limited to
  SunGard Higher Education licensees, and is subject to the terms and
  conditions of one or more written license agreements between SunGard
  Higher Education and the licensee in question.

  FILE NAME..: web_defaultmenu.css
  RELEASE....: 8.4.2
  PRODUCT....: WTLWEB
  COPYRIGHT..: Copyright 2002 - 2011 SunGard. All rights reserved.

*/

/* BROWSER CONSIDERATIONS - Overall
   ========================================================
   Rule:   Set margin-left and margin-right only on BODY, not on DIVS.
   Reason: Older browsers do not recognize margins on DIVs.

   Rule:   No underscores.
   Reason: Underscores are not valid in CSS syntax.

   Rule:   Use percentages to define font sizes. Normal text should be 90%.
   Reason: Presents text in the user's preferred font size. i
	   Facilitates page fluidity.

   Rule:   Use precentages to define margins.
   Reason: Facilitates page fluidity.

   Rule:   Apply font rules to TD and TH elements. Do not rely on inheritance
	   from the BODY.
   Reason: Some browsers do not support inheritance well.
*/

/* TEXT CLASSES                                             */
/* All text classes should have rules defined for at least  */
/* the following properties (unless the class has a special */
/* purpose):                                                */
/* color, font-family, font-weight, font-size, font-style   */
/* text-align                                               */
/* ======================================================== */
.centeraligntext {
text-align: center;
}

.leftaligntext {
text-align: left;
}

.rightaligntext {
text-align: right;
}

.menulisttext {
list-style: none;
}

.captiontext {
color: black;
font-family: Arial, Verdana, Helvetica, sans-serif;  /* UO Mod */
font-weight: bold;
font-size: 100%;  /* UO Mod */
font-style: italic;
text-align: left;
margin-top: 1em;
}

.skiplinks {
display: none;
}

.pageheaderlinks {
color: #FFFFFF;
font-family: Arial, Verdana, Helvetica, sans-serif;  /* UO Mod */
font-weight: normal;
font-size: 80%;
font-style: normal;
text-align: right;
}

/* Class for Sub-menu Items                                  */
/* ========================================================  */
.pageheaderlinks2 {
color: #EBEBDB;   /* UO Mod */
font-family: Arial, Verdana, Helvetica, sans-serif;  /* UO Mod */
font-size: 90%;
text-align: justify;
}

.pagebodylinks {
color: black;
font-family: Arial, Verdana, Helvetica, sans-serif;  /* UO Mod */
font-weight: normal;
font-size: 80%;
font-style: normal;
text-align: center;
}

.gotoanchorlinks {
color: black;
font-family: Arial, Verdana, Helvetica, sans-serif;  /* UO Mod */
font-weight: normal;
font-size: 80%;
font-style: normal;
text-align: left;
}

.pagefooterlinks {
color: black;
font-family: Arial, Verdana, Helvetica, sans-serif;  /* UO Mod */
font-weight: normal;
font-size: 80%;
font-style: normal;
text-align: center;
/* BROWSER CONSIDERATION - To make Netscape and IE compatible for PageFooter Division. */
/* Margin-left style specified for Netscape within parent SPAN tag,                    */
/* while IE uses the padding-left style within parent DIV tag.                         */
margin-left: 3px;
}

.backlinktext {
color: black;
font-family: Arial, Verdana, Helvetica, sans-serif;  /* UO Mod */
font-weight: normal;
font-size: 80%;
font-style: normal;
text-align: right;
margin-bottom: 5px;
}

.menuheadertext {
color: black;
font-family: Arial, Verdana, Helvetica, sans-serif;  /* UO Mod */
font-weight: normal;
font-size: 100%;  /* UO Mod */
font-style: normal;
text-align: left;
}

.menulinktext {
color: #003300; /* UO Mod */
font-family: Arial, Verdana, Helvetica, sans-serif;  /* UO Mod */
font-weight: bold;
font-style: normal;
}

.menulinkdesctext {
color: #696969 ;  /* UO Mod */
font-family: Arial, Verdana, Helvetica, sans-serif;  /* UO Mod */
font-weight: normal;
font-size: 70%;
font-style: normal;
text-align: left;
}

.normaltext {
color: black;
font-family: Arial, Verdana, Helvetica, sans-serif;  /* UO Mod */
font-weight: normal;
font-size: 100%;  /* UO Mod */
font-style: normal;
text-align: left;
}

.infotext {
color: black;
font-family: Arial, Verdana, Helvetica, sans-serif;  /* UO Mod */
font-weight: normal;
font-size: 100%;  /* UO Mod */
font-style: normal;
text-align: left;
}

.errortext {
color: black;
font-family: Arial, Verdana, Helvetica, sans-serif;  /* UO Mod */
font-weight: bold;
font-size: 100%;  /* UO Mod */
font-style: normal;
text-align: left;
}

.warningtext {
color: black;
font-family: Arial, Verdana, Helvetica, sans-serif;  /* UO Mod */
font-weight: bold;
font-size: 100%;  /* UO Mod */
font-style: normal;
text-align: left;
}

.multipagemsgtext {
color: black;
font-family: Arial, Verdana, Helvetica, sans-serif;  /* UO Mod */
font-weight: normal;
font-size: 80%;
font-style: normal;
text-align: left;
}

.releasetext {
color: black;
font-family: Arial, Verdana, Helvetica, sans-serif;  /* UO Mod */
font-weight: bold;
font-size: 80%;
font-style: normal;
text-align: left;
text-transform: uppercase;
}

.requiredmsgtext {
color: black;
font-family: Arial, Verdana, Helvetica, sans-serif;  /* UO Mod */
font-weight: normal;
font-size: 70%;
font-style: normal;
text-align: left;
}

.fieldlabeltext {
color: black;
font-style: normal;
text-align: left;
}

.fieldlabeltextinvisible {
display: none;
}

.fieldrequiredtext {
color: black;
font-family: Arial, Verdana, Helvetica, sans-serif;  /* UO Mod */
font-weight: normal;
font-size: 100%;  /* UO Mod */
font-style: normal;
text-align: left;
}

.fieldformattext {
color: black;
font-family: Arial, Verdana, Helvetica, sans-serif;  /* UO Mod */
font-weight: normal;
font-size: 70%;
font-style: normal;
text-align: left;
}

.fielderrortext {
color: black;
font-family: Arial, Verdana, Helvetica, sans-serif;  /* UO Mod */
font-weight: normal;
font-size: 70%;
font-style: normal;
text-align: left;
}

/* ANCHORS (LINKS)                                          */
/* ======================================================== */
A:link{color:#003300;text-decoration:underline;} /* UO Mod */

A:visited{color:#003300;text-decoration:underline;} /* UO Mod */

A:active{color:#009900;text-decoration:underline;} /* UO Mod */

A:hover{color:#009900;text-decoration:underline;} /* UO Mod */


/* ANCHOR Definitions for Home Page MenuItems class.        */
/* ======================================================== */
A.menulinktext {
font-family:  Arial, Verdana, Helvetica, sans-serif;  /* UO Mod */
font-weight: bold;
font-size: 100%;
font-style: normal;
color: #003300; /* UO Mod */
text-decoration: none;
}


A.submenulinktext {
font-family:  Arial, Verdana, Helvetica, sans-serif;  /* UO Mod */
font-weight: bold;
font-size: 100%;
font-style: normal;
text-transform: none;
color: #003300; /* UO Mod */
text-decoration: none;
}

A.submenulinktext:hover {
background-color: #1E2B83;
font-family:  Arial, Verdana, Helvetica, sans-serif;  /* UO Mod */
font-weight: bold;
font-size: 100%;
font-style: normal;
text-align: justify;
text-transform: none;
color: #FFFFFF;
text-decoration: none;
}

A.submenulinktext:visited {
font-family:  Arial, Verdana, Helvetica, sans-serif;  /* UO Mod */
font-weight: bold;
font-size: 100%;
font-style: normal;
text-transform: none;
color: #003300; /* UO Mod */
text-decoration: none;
}

A.submenulinktext:visited:hover {
background-color: #1E2B83;
font-family:  Arial, Verdana, Helvetica, sans-serif;  /* UO Mod */
font-weight: bold;
font-size: 100%;
font-style: normal;
text-align: justify;
text-transform: none;
color: #FFFFFF;
text-decoration: none;
}

A.submenulinktext2 {
font-weight: bold;          /* UO Mod */
font-size: 100%;
color:#003300;              /* UO Mod */
text-decoration:underline;  /* UO Mod */
}

A.submenulinktext2:hover {
font-weight: bold;          /* UO Mod */
font-size: 100%;
color:#003300;              /* UO Mod */
text-decoration:underline;
}

A.submenulinktext2:visited {
font-family:  Arial, Verdana, Helvetica, sans-serif;  /* UO Mod */
font-weight: bold;          /* UO Mod */
font-size: 100%;
font-style: normal;
color:#003300;              /* UO Mod */
text-decoration: underline; /* UO Mod */
}

A.submenulinktext2:visited:hover {
font-family:  Arial, Verdana, Helvetica, sans-serif;  /* UO Mod */
font-weight: bold;          /* UO Mod */
font-size: 100%;
text-decoration:underline;
color: #009900; /* UO Mod */
}



/* BODY                                                     */
/* ======================================================== */
BODY {
background-color: #FFFFFF;
color: black;
font-family: Arial, Verdana, Helvetica, sans-serif;  /* UO Mod */
font-style: normal;
text-align: left;
/* BROWSER CONSIDERATION - Override browser settings for BODY margin */
margin-top: 0%;
margin-left: 2%;  /* UO Mod */
margin-right: 2%;

/*background-image: url("/duckweb/wtlgifs/web_bg_app.jpg");*/ /* UO Mod */
background-repeat: no-repeat;
}
BODY.campuspipeline {
background-color: #FFFFFF;
color: black;
font-family: Arial, Verdana, Helvetica, sans-serif;  /* UO Mod */
font-style: normal;
text-align: left;
/* BROWSER CONSIDERATION - Override browser settings for BODY margin */
margin-top: 0px;  /* UO Mod */
margin-left: 2%;  /* UO Mod */

/*margin-right: -6px;*/
background-image: none;
background-repeat: no-repeat;
}
BODY.previewbody {
background-color: #FFFFFF;
color: black;
font-family: Arial, Verdana, Helvetica, sans-serif;  /* UO Mod */
font-weight: normal;
font-size: 100%;  /* UO Mod */
font-style: normal;
text-align: left;
margin-left: 2%;
margin-right: 2%;
/* Override the background image in the main BODY */
background-image: none;
}

BODY.validationbody {
background-color: #FFFFFF;
color: black;
font-family: Arial, Verdana, Helvetica, sans-serif;  /* UO Mod */
font-weight: normal;
font-size: 100%;  /* UO Mod */
font-style: normal;
text-align: left;
margin-left: 2%;  /* UO Mod */
margin-right: 2%;
/* Override the background image in the main BODY */
background-image: none;
}

/* DIVIDES                                                  */
/* All divides should have rules defined for margin and     */
/* text-align.                                              */
/* ======================================================== */
DIV.menulistdiv {
text-align: left;
}

DIV.headerwrapperdiv {
margin-left: 0px;
margin-top: 0px;
}

/* UO Mod [UO.1] added a UO only DIV to hold the title graphic */
DIV.uo_pageheaderdiv1 {
text-align: left;
margin-top: 0px; 
margin-left: 0px;
border-bottom: 0px solid;
border-left: 0px solid;
border-right: 0px solid;
border-top: 0px solid;
background-image:  url("/duckweb/gifs/dis_head_2000.gif");
background-repeat: no-repeat; 
}


DIV.pageheaderdiv1 {
text-align: left;
margin-top: 0%; /* UO Mod */
margin-left: 0px;
border-bottom: 0px solid;
border-left: 0px solid;
border-right: 0px solid;
border-top: 0px solid;
}

DIV.pageheaderdiv2 {
text-align: right;
margin-top: 5px;
margin-right: 10px;
position: absolute;
top: 0px;
right: 0px;
float: right;
display: none;
}

DIV.headerlinksdiv {
text-align: left;
margin-right: 0%;
margin-top: 2px;
}

/* Class for BANNER SEARCH Form text and button controls     */
/* ========================================================  */
DIV.headerlinksdiv2 {
color: black;
font-family: Arial, Verdana, Helvetica, sans-serif;  /* UO Mod */
font-weight: bold;
font-size: 100%;  /* UO Mod */
font-style: normal;
text-align: left;
text-transform: none;
}

DIV.bodylinksdiv {
text-align: center;
margin-top: 1%;
}

DIV.footerlinksdiv {
text-align: center;
}

DIV.backlinkdiv {
text-align: right;
margin-top: -40px;
}

DIV.pagetitlediv {
text-align: left;
}

DIV.infotextdiv {
text-align: left;
}

DIV.pagebodydiv {
text-align: left;
}

DIV.pagefooterdiv {
text-align: left;
border: 0px;
margin-top: 0px;
float: left;
}

DIV.poweredbydiv {
text-align: right;
margin-right: -1px;
margin-top: 0px;
border-bottom: 0px solid;
border-left: 0px solid;
border-right: 0px solid;
border-top: 0px solid;
float: right;
}

DIV.previewdiv {
text-align: center;
}

DIV.validationdiv {
text-align: center;
}


DIV.staticheaders {
text-align: right;
font-size:  90%;
}

/* HEADERS                                                  */
/* Do not set font-size for headers - defer to browser.      */
/* ======================================================== */
/* H1 is reserved for Page Header */
H1 {
color: #F2E2AD; /* UO Mod */
font-family: Arial, Verdana, Helvetica, sans-serif;  /* UO Mod */
font-weight: normal;                                 /* UO Mod */
font-style: normal;
margin-top: 0px;
font-size:0%;
margin-left: 80px; /* UO Mod 5.3.a Note the margin */
}

/* H2 is reserved for Page Title */
H2 {
color: black;
font-family: Arial, Verdana, Helvetica, sans-serif;  /* UO Mod */
font-weight: bold; /* UO Mod */
font-style: normal;
}

/* Horizontal Rule for Menu Section                         */
/* ======================================================== */
HR {
color: #aaaaaa;   /* UO Mod */
text-align: left;
vertical-align: top;
margin-top: -10px;
HEIGHT:2px
}
HR.pageseprator {
color: #003366;
text-align: left;
vertical-align: top;
}


/* FORM CONTROLS                                            */
/* ======================================================== */
INPUT {

color: black;
font-family: Arial, Verdana, Helvetica, sans-serif;  /* UO Mod */
font-weight: normal;
font-size: 100%; /* UO Mod */
font-style: normal;
}

TEXTAREA {
background-color: #FFFFFF;
color: black;
font-family: Arial, Verdana, Helvetica, sans-serif;  /* UO Mod */
font-weight: normal;
font-size: 100%;  /* UO Mod */
font-style: normal;

}

SELECT {
background-color: #FFFFFF;
color: black;
font-family: Arial, Verdana, Helvetica, sans-serif;  /* UO Mod */
font-weight: normal;
font-size: 100%;  /* UO Mod */
font-style: normal;
}

/* TABLES                                                   */
/* ======================================================== */
TABLE.dataentrytable {
border-bottom: 0px solid;
border-left: 0px solid;
border-right: 0px solid;
border-top: 0px solid;
}

TABLE.datadisplaytable {
border-bottom: 0px solid;
border-left: 0px solid;
border-right: 0px solid;
border-top: 0px solid;
}

TABLE.plaintable {
border-bottom: 0px solid;
border-left: 0px solid;
border-right: 0px solid;
border-top: 0px solid;
}

TABLE.menuplaintable {
/* Create a horizontal rule effect.
border-top: 1pt #707070 solid;*/
}

TABLE.pageheadertable {
margin-top: 0px;
}

TABLE.colorsampletable {
background-color: #FFFFFF;
}

/* TABLE HEADERS AND DATA CELLS                             */
/* ======================================================== */
TABLE TH {
vertical-align: top;
color: black;
}

TABLE TD {
vertical-align: top;
color: black;
}

.pageheadertablecell {
text-align: left;
}

.pageheadernavlinkstablecell {
text-align: right;
}

/* DATA ENTRY TABLE HEADERS AND DATA CELLS                  */
/* Some font rules are redunant because they do not         */
/* inherit well from the BODY on older browsers.            */
/* ======================================================== */
TABLE TD.deheader {
background-color: #E3E5EE;
color: black;
font-family: Arial, Verdana, Helvetica, sans-serif;  /* UO Mod */
font-weight: bold;
font-size: 100%;  /* UO Mod */
font-style: normal;
text-align: left;
vertical-align: top;
}

TABLE TH.deheader {
background-color: #669966; /* UO Mod  */
color: black;
font-family: Arial, Verdana, Helvetica, sans-serif;  /* UO Mod */
font-weight: bold;
font-size: 100%;  /* UO Mod */
font-style: normal;
text-align: left;
vertical-align: top;
}

TABLE TD.detitle {
background-color: #EBEBDB; /* UO Mod */
color: black;
font-family: Arial, Verdana, Helvetica, sans-serif;  /* UO Mod */
font-weight: bold;
font-size: 100%;  /* UO Mod */
font-style: normal;
text-align: left;
vertical-align: top;
/* Make titles big and chunky. */
padding-bottom: 1em;
}

TABLE TH.detitle {
background-color: #EBEBDB; /* UO Mod */
color: black;
font-family: Arial, Verdana, Helvetica, sans-serif;  /* UO Mod */
font-weight: bold;
font-size: 100%;  /* UO Mod */
font-style: normal;
text-align: left;
vertical-align: top;
/* Make titles big and chunky. */
padding-bottom: 1em;
}

TABLE TD.delabel {
background-color: #EBEBDB; /* UO Mod */
color: black;
font-family: Arial, Verdana, Helvetica, sans-serif;  /* UO Mod */
font-weight: bold;
font-size: 100%;  /* UO Mod */
font-style: normal;
text-align: left;
vertical-align: top;
}

TABLE TH.delabel {
background-color: #EBEBDB; /* UO Mod */
color: black;
font-family: Arial, Verdana, Helvetica, sans-serif;  /* UO Mod */
font-weight: bold;
font-size: 100%;  /* UO Mod */
font-style: normal;
text-align: left;
vertical-align: top;
}

TABLE TD.deseparator {
color: black;
font-family: Arial, Verdana, Helvetica, sans-serif;  /* UO Mod */
font-weight: normal;
font-size: 100%;  /* UO Mod */
font-style: normal;
text-align: left;
vertical-align: top;
}

TABLE TD.dehighlight {
color: black;
font-family: Arial, Verdana, Helvetica, sans-serif;  /* UO Mod */
font-weight: normal;
font-size: 100%;  /* UO Mod */
font-style: normal;
text-align: left;
vertical-align: top;
}

TABLE TD.dedead {
color: black;
font-family: Arial, Verdana, Helvetica, sans-serif;  /* UO Mod */
font-weight: normal;
font-size: 100%;  /* UO Mod */
font-style: normal;
text-align: left;
vertical-align: top;
}

TABLE TD.dedefault {
color: black;
font-family: Arial, Verdana, Helvetica, sans-serif;  /* UO Mod */
font-weight: normal;
font-size: 100%;  /* UO Mod */
font-style: normal;
text-align: left;
vertical-align: top;
}

TABLE TD.dewhite {
color: black;
font-family: Arial, Verdana, Helvetica, sans-serif;  /* UO Mod */
font-weight: normal;
font-size: 100%;  /* UO Mod */
font-style: normal;
text-align: left;
vertical-align: top;
}

/* DATA DISPLAY TABLE HEADERS AND DATA CELLS                */
/* Some font rules are redunant because they do not         */
/* inherit well from the BODY on older browsers.            */
/* ======================================================== */
TABLE TD.ddheader {
background-color: #669966; /* UO Mod  */
color: black;
font-family: Arial, Verdana, Helvetica, sans-serif;  /* UO Mod */
font-weight: bold;
font-size: 100%;  /* UO Mod */
font-style: normal;
text-align: left;
vertical-align: top;
}

TABLE TH.ddheader {
background-color: #669966; /* UO Mod  */
color: black;
font-family: Arial, Verdana, Helvetica, sans-serif;  /* UO Mod */
font-weight: bold;
font-size: 100%;  /* UO Mod */
font-style: normal;
text-align: left;
vertical-align: top;
}

TABLE TD.ddtitle {
background-color: #EBEBDB; /* UO Mod  */
color: black;
font-family: Arial, Verdana, Helvetica, sans-serif;  /* UO Mod */
font-weight: bold;
font-size: 100%;  /* UO Mod */
font-style: normal;
text-align: left;
vertical-align: top;
/* Make titles big and chunky. */
padding-bottom: 1em;
}

TABLE TH.ddtitle {
background-color: #EBEBDB; /* UO Mod  */
color: black;
font-family: Arial, Verdana, Helvetica, sans-serif;  /* UO Mod */
font-weight: bold;
font-size: 100%;  /* UO Mod */
font-style: normal;
text-align: left;
vertical-align: top;
/* Make titles big and chunky. */
padding-bottom: 1em;
}

TABLE TD.ddlabel {
background-color: #EBEBDB; /* UO Mod  */
color: black;
font-family: Arial, Verdana, Helvetica, sans-serif;  /* UO Mod */
font-weight: bold;
font-size: 100%;  /* UO Mod */
font-style: normal;
text-align: left;
vertical-align: top;
}

TABLE TH.ddlabel {
background-color: #EBEBDB; /* UO Mod  */
color: black;
font-family: Arial, Verdana, Helvetica, sans-serif;  /* UO Mod */
font-weight: bold;
font-size: 100%;  /* UO Mod */
font-style: normal;
text-align: left;
vertical-align: top;
}

TABLE TD.ddseparator {
color: black;
font-family: Arial, Verdana, Helvetica, sans-serif;  /* UO Mod */
font-weight: normal;
font-size: 100%;  /* UO Mod */
font-style: normal;
text-align: left;
vertical-align: top;
}

TABLE TD.ddhighlight {
color: black;
font-family: Arial, Verdana, Helvetica, sans-serif;  /* UO Mod */
font-weight: normal;
font-size: 100%;  /* UO Mod */
font-style: normal;
text-align: left;
vertical-align: top;
}

TABLE TD.dddead {
color: black;
font-family: Arial, Verdana, Helvetica, sans-serif;  /* UO Mod */
font-weight: normal;
font-size: 100%;  /* UO Mod */
font-style: normal;
text-align: left;
vertical-align: top;
}

TABLE TD.dddefault {
color: black;
font-family: Arial, Verdana, Helvetica, sans-serif;  /* UO Mod */
font-weight: normal;
font-size: 100%;  /* UO Mod */
font-style: normal;
text-align: left;
vertical-align: top;
/*border-bottom: 1pt #BFBFBF solid; */
}

TABLE TD.ddnontabular {
color: black;
font-family: Arial, Verdana, Helvetica, sans-serif;  /* UO Mod */
font-weight: normal;
font-size: 100%;  /* UO Mod */
font-style: normal;
text-align: left;
vertical-align: top;
}

TABLE TD.ddwhite {
color: black;
font-family: Arial, Verdana, Helvetica, sans-serif;  /* UO Mod */
font-weight: normal;
font-size: 100%;  /* UO Mod */
font-style: normal;
text-align: left;
vertical-align: top;
}

/* PLAIN TABLE HEADERS AND DATA CELLS                       */
/* These table data cell classes pertain to a table that is */
/* used strictly for layout. They do not have the redundant */
/* font rules because it is assumed that whatever is placed */
/* in these TD/TH tags will have its own class.             */
/* ======================================================== */
TABLE TD.pltitle {
font-family: Arial, Verdana, Helvetica, sans-serif;  /* UO Mod */
font-weight: normal;
font-size: 100%;  /* UO Mod */
font-weight: bold;
}

TABLE TD.plheader {
font-family: Arial, Verdana, Helvetica, sans-serif;  /* UO Mod */
font-weight: normal;
font-size: 100%;  /* UO Mod */
font-weight: bold;
}

TABLE TH.pllabel {
font-family: Arial, Verdana, Helvetica, sans-serif;  /* UO Mod */
font-weight: normal;
font-size: 100%;  /* UO Mod */
font-weight: bold;
}

TABLE TD.plseparator {
font-family: Arial, Verdana, Helvetica, sans-serif;  /* UO Mod */
font-weight: normal;
font-size: 100%;  /* UO Mod */
font-weight: normal;
}

TABLE TD.plhighlight {
font-family: Arial, Verdana, Helvetica, sans-serif;  /* UO Mod */
font-weight: normal;
font-size: 100%;  /* UO Mod */
font-weight: normal;
}

TABLE TD.pldead {
font-weight: normal;
}

TABLE TD.pldefault {
font-family: Arial, Verdana, Helvetica, sans-serif;  /* UO Mod */
font-weight: normal;
font-size: 100%;  /* UO Mod */
font-weight: normal;
}

TABLE TD.plwhite {
font-family: Arial, Verdana, Helvetica, sans-serif;  /* UO Mod */
font-weight: normal;
font-size: 100%;  /* UO Mod */
font-weight: normal;
}

TABLE TD.plheadermenulinks {
font-family: Arial, Verdana, Helvetica, sans-serif;  /* UO Mod */
font-weight: normal;
font-size: 100%;
font-weight: normal;
background-color:#EBEBDB;   /* UO Mod */
}


/* MENU PLAIN TABLE HEADERS AND DATA CELLS                  */
/* ======================================================== */
TABLE TD.mptitle {
color: black;
font-family: Arial, Verdana, Helvetica, sans-serif;  /* UO Mod */
font-weight: bold;
font-size: 100%;  /* UO Mod */
font-style: normal;
text-align: left;
vertical-align: top;
}

TABLE TD.mpheader {
color: black;
font-family: Arial, Verdana, Helvetica, sans-serif;  /* UO Mod */
font-weight: bold;
font-size: 100%;  /* UO Mod */
font-style: normal;
text-align: left;
vertical-align: top;
}

TABLE TH.mplabel {
color: black;
font-family: Arial, Verdana, Helvetica, sans-serif;  /* UO Mod */
font-weight: bold;
font-size: 100%;  /* UO Mod */
font-style: normal;
text-align: left;
vertical-align: top;
}

TABLE TD.mpwhite {
color: black;
font-family: Arial, Verdana, Helvetica, sans-serif;  /* UO Mod */
font-weight: normal;
font-size: 100%;  /* UO Mod */
font-style: normal;
text-align: left;
vertical-align: top;
}

TABLE TD.mpdefault {
color: black;
font-family: Arial, Verdana, Helvetica, sans-serif;  /* UO Mod */
font-weight: normal;
font-size: 100%;  /* UO Mod */
font-style: normal;
text-align: left;
vertical-align: top;
}

TABLE TD.indefault {
color: black;
font-family: Arial, Verdana, Helvetica, sans-serif;  /* UO Mod */
font-weight: normal;
font-size: 100%;  /* UO Mod */
font-style: normal;
text-align: left;
vertical-align: top;
}

.bgtabon {
	BACKGROUND-COLOR: #006633  /* UO Mod */
}
.bgtaboff {
	BACKGROUND-COLOR: #ebebdb  /* UO Mod */
}
.texttabon {
	COLOR: #ffffff
}
.texttaboff {
	COLOR: #000000
}
.tabon {
	PADDING-LEFT: 8px; FONT-WEIGHT: bold; FONT-SIZE: 12px; BACKGROUND-IMAGE: url("/duckweb/wtlgifs/web_tab_corner.gif"); COLOR: #ffffff; BACKGROUND-REPEAT: no-repeat; BACKGROUND-COLOR: #006633  /* UO Mod */
}
.tabon A:link {
	COLOR: #ffffff; TEXT-DECORATION: none
}
.tabon A:visited {
	COLOR: #ffffff; TEXT-DECORATION: none
}
.tabon A:active {
	COLOR: #ffffff; TEXT-DECORATION: none
}
.tabon A:hover {
	COLOR: #ffffff; TEXT-DECORATION: none
}
.taboff {
	PADDING-LEFT: 8px; FONT-WEIGHT: bold; FONT-SIZE: 12px; BACKGROUND-IMAGE: url("/duckweb/wtlgifs/web_tab_corner.gif"); COLOR: #000000; BACKGROUND-REPEAT: no-repeat; BACKGROUND-COLOR: #ebebdb  /* UO Mod */
}
.taboff A:link {
	COLOR: #000000; TEXT-DECORATION: none
}
.taboff A:visited {
	COLOR: #000000; TEXT-DECORATION: none
}
.taboff A:active {
	COLOR: #000000; TEXT-DECORATION: none
}
.taboff A:hover {
	COLOR: #000000; TEXT-DECORATION: none
}
.bg3 {
	BACKGROUND-COLOR: #997733  /* UO Mod was cccc00 */  
}
