/*
  AUDIT TRAIL: 5.2
  1. Initial release.                        JWF 1/9/2002
  AUDIT TRAIL: 5.3
  2. For September 2002 release.             GPV 6/27/2002
  3. FOR UI phase II release		     RK  7/29/2002
     Following new classes added

     Tables 
           DATA With Border (Table class with borders)
		Its related classes defined as db.
 	   Non Tabular Data
		Related classes defined as (nt)

     	   Header class (TD.plheadermenulinks) for plain table.
	        This class defines attributes for header tables.
		
     Anchors
	   menulinktext2 (Menu classes)
	   sitemaplevel1 (Site Map level 1)
	   sitemaplevel2 (Site Map level 2)
	   sitemaplevel3 (Site Map level 3)

    	   whitespace link (This anchor gives more spacing at top and bottom)

  4. Fix for defect #53-0017 and #53-0018    Rk 8/23/2002
	  Added a campus pipeline class which will be used in body tag.
          Changed Input bg color to white
  5. Added a class fieldmediumtextbold for student 		Rk 9/3/2002

  AUDIT TRAIL:7.0						Rk 6/22/04
  1. Modify fonts to use Verdana
  2. Added tab styles to self service 	
	 
  AUDIT TRAIL END

  FILE NAME..: web_defaultapp.css
  RELEASE....: 7.0 
  PRODUCT....: WTLWEB
  COPYRIGHT..: Copyright (C) SCT Corporation 2002. 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. 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 {
margin-bottom: 10px;
    margin-top: 30px;
    text-align: left;
	border-bottom:#cccccc solid 1px;
	padding-bottom: 5px;
	font-size: 14px;
}

.leftaligntext {
text-align: left;
}

.rightaligntext {
text-align: right;
}

.menulisttext {
list-style: none;
}

.captiontext {
color: #666666;

font-weight: bold;
font-size: 11px;
font-style: italic;
text-align: left;
margin-top: 1em;
}

.skiplinks {
display: none;
}

.pageheaderlinks_save {
color: #FFFFFF;

font-weight: normal;
font-size: 11px;
font-style: normal;
text-align: center;
}
.pageheaderlinks {
display: none;
}

.requirementnotmet {
color: #666666;
}  

/* Class for Sub-menu Items                                  */
/* ========================================================  */
.pageheaderlinks2 {
color: #CED5EA;

font-size: 11px;
text-align: justify;
}

.pagebodylinks {
color: #666666;

font-weight: normal;
font-size: 11px;
font-style: normal;
text-align: center;
}

.gotoanchorlinks {
color: #666666;

font-weight: normal;
font-size: 11px;
font-style: normal;
text-align: left;
}

.pagefooterlinks {
color: #666666;

font-weight: normal;
font-size: 11px;
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: #666666;

font-weight: normal;
font-size: 11px;
font-style: normal;
text-align: right;
margin-bottom: 5px;
}

.menuheadertext {
color: #666666;

font-weight: normal;
font-size: 100%;
font-style: normal;
text-align: left;
}

.menulinktext {
color: #0F2167;

font-weight: bold;
font-style: normal;
}

.menulinkdesctext {
color: #666666;

font-weight: normal;
font-size: 11px;
font-style: normal;
text-align: left;
}

.normaltext {
color: #666666;

font-weight: normal;
font-size: 11px;
font-style: normal;
text-align: left;
}

.infotext {

color:#333333;

font-weight: bold;
font-size: 14px;
font-style: normal;
text-align: left;
}

.errortext {
color: #666666;

font-weight: bold;
font-size: 11px;
font-style: normal;
text-align: left;
}

.warningtext {
color: #666666;

font-weight: bold;
font-size: 11px;
font-style: normal;
text-align: left;
}

.multipagemsgtext {
color: #666666;

font-weight: normal;
font-size: 11px;
font-style: normal;
text-align: left;
}

.releasetext {
display:none;
color: #666666;

font-weight: bold;
font-size: 11px;
font-style: normal;
text-align: left;
text-transform: uppercase;
}

.requiredmsgtext {
color: #666666;

font-weight: normal;
font-size: 11px;
font-style: normal;
text-align: left;
}

.fieldlabeltext {
color: #666666;
font-family: Arial, Helvetica, sans-serif;
font-weight: bold;
font-size: 11px;
font-style: normal;
text-align: left;
}

.fieldlabeltextinvisible {
display: none;
}

.fieldrequiredtext {
color: #666666;

font-weight: normal;
font-size: 11px;
font-style: normal;
text-align: left;
}

.fieldformattext {
color: #666666;

font-weight: normal;
font-size: 11px;
font-style: normal;
text-align: left;
}

.fieldformatboldtext {
color: #666666;

font-weight: bold;
font-size: 11px;
font-style: normal;
text-align: left;
}

.fielderrortext {
color: #666666;

font-weight: normal;
font-size: 11px;
font-style: normal;
text-align: left;
}

.fieldsmallboldtext {
color: #666666;

font-weight: bold;
font-size: 11px;
font-style: normal;
text-align: left;
}

.fieldsmalltext {
color: #666666;

font-weight: normal;
font-size: 11px;
font-style: normal;
text-align: left;
}

.fieldmediumtext {
color: #666666;

font-weight: normal;
font-size: 11px;
font-style: normal;
text-align: left;
}

.fieldlargetext {
color: #666666;

font-weight: bold;
font-size: 110%;
font-style: normal;
text-align: left;
}

.fieldmediumtextbold {
color: #666666;

font-weight: bold;
font-size: 11px;
font-style: normal;
text-align: left;
}

.fieldOrangetextbold {
color: ORANGE;

font-weight: bold;
font-size: 11px;
font-style: normal;
text-align: left;
}



/* ANCHORS (LINKS)                                          */
/* ======================================================== */
A:link{color: #809684;text-decoration:none;font-size: 11px;}

A:visited{color: #809684;text-decoration:none;font-size: 11px;}

A:active{color: #809684; font-size: 11px;}

A:hover{color: #809684;text-decoration:underline;font-size: 11px;}


/* ANCHOR Definitions for Home Page MenuItems class.        */
/* ======================================================== */
A.menulinktext {
font-family:  Arial, Helvetica, sans-serif;
font-weight: bold;
font-style: normal;
color: #809684; /* #0000ff; */
text-decoration: none;
}


A.submenulinktext, A.submenulinktext:visited {
font-family:  Arial, Helvetica, sans-serif;
font-weight: bold;
font-style: normal;
text-transform: none;
color: #809684; /* #0000ff; */
text-decoration: none;
}

A.submenulinktext:hover {
background-color: #1E2B83;
font-family:  Arial, Helvetica, sans-serif;
font-weight: bold;
font-style: normal;
text-align: justify;
text-transform: none;
color: #809684;
text-decoration: none;
}

A.submenulinktext2, A.submenulinktext2:visited {
font-weight: normal;
color: #809684; /* #0000ff; */
text-decoration:none;
display: none;
}

A.submenulinktext2:hover {
font-weight: normal;
color: #809684; /* #990000; */
text-decoration:underline;
display: none;
}

A.largelinktext,A.largelinktext:active,A.largelinktext:hover,A.largelinktext:visited {
font-family: Arial, Helvetica, sans-serif;
font-weight: bold;
font-style: normal;
text-align: left;
text-decoration: underline;
}

/* ANCHOR Definitions for Home Page MenuItems class.        */
/* ======================================================== */

A.whitespacelink 
{ 
line-height: 200%;
color: #666666;
text-decoration: underline;
}

A.sitemaplevel1,A.sitemaplevel1:visited {
font-family: Arial, Helvetica, sans-serif;
font-weight: normal;
font-size: 80%;
font-style: normal;
text-align: left;
text-decoration: none;
color:#5783A7;
}

A.sitemaplevel1:hover {
font-family: Arial, Helvetica, sans-serif;
font-weight: normal;
font-size  : 80%;
font-style : normal;
text-align : left;
text-decoration:underline;
color:#5783A7;
}

A.sitemaplevel2, A.sitemaplevel2:visited {
font-family: Arial, Helvetica, sans-serif;
font-weight: normal;
font-size: 80%;
font-style: normal;
text-align: left;
text-decoration: none;
color:#5783A7;
}

A.sitemaplevel2:hover {
font-family: Arial, Helvetica, sans-serif;
font-weight: normal;
font-size  : 80%;
font-style : normal;
text-align : left;
text-decoration:underline;
color:#5783A7;
}

A.sitemaplevel3,A.sitemaplevel3:visited {
font-family: Arial, Helvetica, sans-serif;
font-weight: normal;
font-size: 60%;
font-style: normal;
text-align: left;
text-decoration: none;
color:#5783A7;
}

A.sitemaplevel3:hover {
font-family: Arial, Helvetica, sans-serif;
font-weight: normal;
font-size  : 60%;
font-style : normal;
text-align : left;
text-decoration: none;
text-decoration:underline;
color:#5783A7;
}


.whitespace1{
padding-top:0em;
}

.whitespace2{
padding-top:1em;
}
.whitespace3{
padding-top:2em;
}
.whitespace4{
padding-top:3em;
}

/* BODY                                                     */
/* ======================================================== */
BODY {
background-color: #FFF;
color: #2b2b2b;
font-style: normal;
text-align: left;
/* BROWSER CONSIDERATION - Override browser settings for BODY margin */
margin-top: 0px;
background-image: url('/scadgif/headerBg.jpg');
background-repeat: no-repeat;
background-position: top center;
font-family: Arial, Helvetica, sans-serif;
}
html>BODY {
	/*width: 787px;*/
}
BODY.campuspipeline {
background-color: #FFFFFF;
color: #666666;

font-style: normal;
text-align: left;
/* BROWSER CONSIDERATION - Override browser settings for BODY margin */
margin-top: 6px;
background-image: none;
background-repeat: no-repeat;
}
BODY.previewbody {
background-color: #FFFFFF;
color: #666666;

font-weight: normal;
font-size: 11px;
font-style: normal;
text-align: left;
/* Override the background image in the main BODY */
background-image: none;
}

BODY.validationbody {
background-color: #FFFFFF;
color: #666666;

font-weight: normal;
font-size: 11px;
font-style: normal;
text-align: left;
/* 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:-10px;
}

DIV.pageheaderdiv1 {

text-align: left;
margin-left: 0px;
border-bottom: 0px solid;
border-left: 0px solid;
border-right: 0px solid;
border-top: 0px solid;
}
.scad_page {
width: 740px !important;
padding-right: 20px;
margin-right: 20px;
}
.scad-page {
width: 760px !important;

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

}

DIV.headerlinksdiv {
	text-align: left;
	margin-right: 0%;
	padding-top: 26px;
display: none;
}

/* Class for BANNER SEARCH Form text and button controls     */
/* ========================================================  */
DIV.headerlinksdiv2 {
color: #666666;

font-weight: bold;
font-size: 11px;
font-style: normal;
text-align: left;
text-transform: none;
display: 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;
margin-top:25px;
}

DIV.infotextdiv {
text-align: left;
}

DIV.pagebodydiv {
	margin-left: auto;
    margin-right: auto;
    width: 960px;
	margin-top: 320px;
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;
display: none;
}

DIV.previewdiv {
text-align: center;
}

DIV.validationdiv {
text-align: center;
}

DIV.staticheaders {
text-align: right;
font-size: 11px;
}
/* HEADERS                                                  */
/* Do not set font-size for headers - defer to browser.      */
/* ======================================================== */
/* H1 is reserved for Page Header */
H1 {
color: #FFFFFF;

font-weight: bold;
font-style: normal;
font-size:0%;
margin-top: 0px;
display: none;
}


/* H2 is reserved for Page Title */
H2 {
color	   : #666666;

font-weight: normal;
font-style : normal;
}

/* H3 is reserved for Sub Title */
H3 {
color	   : #666666;

font-weight: normal;
font-style : normal;
}

/* Horizontal Rule for Menu Section                         */
/* ======================================================== */

HR {
color: #A2A2A2;
text-align: left;
vertical-align: top;
margin-top: -10px;
height: 2px;
}

HR.pageseprator {
color: #a2a2a2; /* #003366; */
text-align: left;
vertical-align: top;
}


/* FORM CONTROLS                                            */
/* ======================================================== */
INPUT {
/*background-color: #FFFFFF;*/
color: #666666;

font-weight: normal;
font-size: 12px;
font-style: normal;
}


TEXTAREA {
/*background-color: #FFFFFF;*/
color: #666666;

font-weight: normal;
font-size: 11px;
font-style: normal;

}

SELECT {
/*background-color: #FFFFFF;*/
color: #666666;

font-weight: normal;
font-size: 11px;
font-style: normal;
}



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

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;
opacity:0;
}

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

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

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

TABLE.bordertable {
border-collapse:collapse;
border-bottom: 1px solid;
border-left: 1px solid;
border-right: 1px solid;
border-top: 1px solid;
}

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

TABLE TD {
vertical-align: top;
color: #666666;
}

.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: #dfdfdf; /* #E3E5EE; */
color: #666666;

font-weight: bold;
font-size: 11px;
font-style: normal;
text-align: left;
vertical-align: top;
}

TABLE TH.deheader {
background-color: #dfdfdf; /* #E3E5EE; */
color: #666666;

font-weight: bold;
font-size: 11px;
font-style: normal;
text-align: left;
vertical-align: top;
}

TABLE TD.detitle {
background-color: #dfdfdf; /* #E3E5EE; */
color: #666666;

font-weight: bold;
font-size: 11px;
font-style: normal;
text-align: left;
vertical-align: top;
/* Make titles big and chunky. */
padding-bottom: 1em;
}

TABLE TH.detitle {
background-color: #dfdfdf; /* #E3E5EE; */
color: #666666;

font-weight: bold;
font-size: 11px;
font-style: normal;
text-align: left;
vertical-align: top;
/* Make titles big and chunky. */
padding-bottom: 1em;
}

TABLE TD.delabel {
/*background-color: #E3E5EE;*/
color: #333333;

font-weight: bold;
font-size: 11px;
font-style: normal;
text-align: left;
vertical-align: top;
}

TABLE TH.delabel {
/*background-color: #E3E5EE;*/
color: #666666;

font-weight: bold;
font-size: 11px;
font-style: normal;
text-align: left;
vertical-align: top;
}

TABLE TD.deseparator {
color: #666666;

font-weight: normal;
font-size: 11px;
font-style: normal;
text-align: left;
vertical-align: top;
}

TABLE TD.dehighlight {
color: #666666;

font-weight: normal;
font-size: 11px;
font-style: normal;
text-align: left;
vertical-align: top;
}

TABLE TD.dedead {
color: #666666;

font-weight: normal;
font-size: 11px;
font-style: normal;
text-align: left;
vertical-align: top;
}

TABLE TD.dedefault {
color: #666666;

font-weight: normal;
font-size: 11px;
font-style: normal;
text-align: left;
vertical-align: top;
}

TABLE TD.dewhite {
color: #666666;

font-weight: normal;
font-size: 11px;
font-style: normal;
text-align: left;
vertical-align: top;

}

TABLE TD.deborder {
color: #666666;

font-weight: normal;
font-size: 11px;
font-style: normal;
text-align: left;
border: 1px solid;

}

/* 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: #dfdfdf; /* #E3E5EE; */
color: #666666;

font-weight: bold;
font-size: 11px;
font-style: normal;
text-align: left;
vertical-align: top;
}

TABLE TH.ddheader {
background-color: #dfdfdf; /* #E3E5EE; */
color: #666666;

font-weight: bold;
font-size: 11px;
font-style: normal;
text-align: left;
vertical-align: top;
}

TABLE TD.ddtitle {
background-color: #dfdfdf; /* #E3E5EE; */
color: #666666;

font-weight: bold;
font-size: 11px;
font-style: normal;
text-align: left;
vertical-align: top;
/* Make titles big and chunky. */
padding-bottom: 1em;
}

TABLE TH.ddtitle {
background-color: #dfdfdf; /* #E3E5EE; */
color: #666666;

font-weight: bold;
font-size: 11px;
font-style: normal;
text-align: left;
vertical-align: top;
/* Make titles big and chunky. */
padding-bottom: 1em;
}

TABLE TD.ddlabel {
/*background-color: #E3E5EE;*/
color: #666666;

font-weight: bold;
font-size: 11px;
font-style: normal;
text-align: left;
vertical-align: top;
}

TABLE TH.ddlabel {
/*background-color: #E3E5EE;*/
color: #666666;

font-weight: bold;
font-size: 11px;
font-style: normal;
text-align: left;
vertical-align: top;
}


TABLE TD.ddseparator {
color: #666666;

font-weight: normal;
font-size: 11px;
font-style: normal;
text-align: left;
vertical-align: top;
}

TABLE TD.ddhighlight {
color: #666666;

font-weight: normal;
font-size: 11px;
font-style: normal;
text-align: left;
vertical-align: top;
}

TABLE TD.dddead {
color: #666666;

font-weight: normal;
font-size: 11px;
font-style: normal;
text-align: left;
vertical-align: top;
}

TABLE TD.dddefault {
color: #666666;

font-weight: normal;
font-size: 11px;
font-style: normal;
text-align: left;
vertical-align: top;
/*border-bottom: 1pt #BFBFBF solid; */
}

TABLE TD.ddnontabular {
color: #666666;

font-weight: normal;
font-size: 11px;
font-style: normal;
text-align: left;
vertical-align: top;
}

TABLE TD.ddwhite {
color: #666666;

font-weight: normal;
font-size: 11px;
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-weight: normal;
font-size: 11px;
font-weight: bold;
}

TABLE TD.plheader {

font-size: 11px;
font-weight: bold;
}

TABLE TH.pllabel {

font-size: 11px;
font-weight: bold;
}

TABLE TD.plseparator {

font-weight: normal;
font-size: 11px;
}

TABLE TD.plhighlight {

font-weight: normal;
font-size: 11px;
}

TABLE TD.pldead {

font-weight: normal;
font-size: 11px;
}

TABLE TD.pldefault {

font-weight: normal;
font-size: 11px;
}

TABLE TD.plwhite {

font-weight: normal;
font-size: 11px;

}
TABLE TD.plheaderlinks {

font-weight: normal;
font-size: 11px;

}


/*========================================================*/
/*=======  Class for header links=========================*/
/*========================================================*/

TABLE TD.plheadermenulinks {
font-weight: normal;
/*background-color:#CED5EA;*/
}




/* MENU PLAIN TABLE HEADERS AND DATA CELLS                  */
/* ======================================================== */
TABLE TD.mptitle {
color: #666666;

font-weight: bold;
font-size: 11px;
font-style: normal;
text-align: left;
vertical-align: top;
}

TABLE TD.mpheader {
color: #666666;

font-weight: bold;
font-size: 11px;
font-style: normal;
text-align: left;
vertical-align: top;
}

TABLE TH.mplabel {
color: #666666;

font-weight: bold;
font-size: 11px;
font-style: normal;
text-align: left;
vertical-align: top;
}

TABLE TD.mpwhite {
color: #666666;

font-weight: normal;
font-size: 11px;
font-style: normal;
text-align: left;
vertical-align: top;
}

TABLE TD.mpdefault {
color: #666666;

font-weight: normal;
font-size: 11px;
font-style: normal;
text-align: left;
vertical-align: top;
}

TABLE TD.indefault {
color: #666666;

font-weight: normal;
font-size: 11px;
font-style: normal;
text-align: left;
}

/* Define tables with border				    */
/* ======================================================== */
TABLE TD.dbheader {
background-color: #dfdfdf; /* #E3E5EE; */
color: #666666;

font-weight: bold;
font-size: 11px;
font-style: normal;
text-align: left;
vertical-align: top;
border: 1px solid;
}

TABLE TH.dbheader {
background-color: #dfdfdf; /* #E3E5EE; */
color: #666666;

font-weight: bold;
font-size: 11px;
font-style: normal;
text-align: left;
vertical-align: top;
border: 1px solid;
}

TABLE TD.dbtitle {
background-color: #dfdfdf; /* #E3E5EE; */
color: #666666;

font-weight: bold;
font-size: 11px;
font-style: normal;
text-align: left;
vertical-align: top;
/* Make titles big and chunky. */
padding-bottom: 1em;
border: 1px solid;
}

TABLE TH.dbtitle {
background-color: #dfdfdf; /* #E3E5EE; */
color: #666666;

font-weight: bold;
font-size: 11px;
font-style: normal;
text-align: left;
vertical-align: top;
/* Make titles big and chunky. */
padding-bottom: 1em;
border: 1px solid;
}

TABLE TD.dblabel {
/*background-color: #E3E5EE;*/
color: #666666;

font-weight: normal;
font-size: 11px;
font-style: normal;
text-align: left;
vertical-align: top;
border: 1px solid;
}

TABLE TH.dblabel {
background-color: #dfdfdf; /* #E3E5EE; */
color: #666666;

font-weight: bold;
font-size: 11px;
font-style: normal;
text-align: left;
vertical-align: top;
border: 1px solid;
}
TABLE TD.dbdefault {
color: #666666;

font-weight: normal;
font-size: 11px;
font-style: normal;
text-align: left;
vertical-align: top;
border: 1px solid;
}




/* NON TABULAR TABLE DATA DISPLAY  HEADERS AND DATA CELLS  */
/* Some font rules are redunant because they do not         */
/* inherit well from the BODY on older browsers.            */
/* ======================================================== */
TABLE TD.ntheader {
background-color: #dfdfdf; /* #E3E5EE; */
color: #666666;

font-weight: bold;
font-size: 11px;
font-style: normal;
text-align: left;
vertical-align: top;
}

TABLE TH.ntheader {
background-color: #dfdfdf; /* #E3E5EE; */
color: #666666;

font-weight: bold;
font-size: 11px;
font-style: normal;
text-align: left;
vertical-align: top;
}

TABLE TD.nttitle {
background-color: #dfdfdf; /* #E3E5EE; */
color: #666666;

font-weight: bold;
font-size: 11px;
font-style: normal;
text-align: left;
vertical-align: top;
/* Make titles big and chunky. */
padding-bottom: 1em;
}

TABLE TH.nttitle {
background-color: #dfdfdf; /* #E3E5EE; */
color: #666666;

font-weight: bold;
font-size: 11px;
font-style: normal;
text-align: left;
vertical-align: top;
/* Make titles big and chunky. */
padding-bottom: 1em;
}

TABLE TD.ntlabel {
background-color: #dfdfdf; /* #E3E5EE; */
color: #666666;

font-weight: bold;
font-size: 11px;
font-style: normal;
text-align: left;
vertical-align: top;
}

TABLE TH.ntlabel {
background-color: #dfdfdf; /* #E3E5EE; */
color: #666666;

font-weight: bold;
font-size: 11px;
font-style: normal;
text-align: left;
vertical-align: top;
}

TABLE TD.ntseparator {
color: #666666;

font-weight: normal;
font-size: 11px;
font-style: normal;
text-align: left;
vertical-align: top;
}

TABLE TD.nthighlight {
color: #666666;

font-weight: normal;
font-size: 11px;
font-style: normal;
text-align: left;
vertical-align: top;
}

TABLE TD.ntdead {
color: #666666;

font-weight: normal;
font-size: 11px;
font-style: normal;
text-align: left;
vertical-align: top;
}

TABLE TD.ntdefault {
color: #666666;

font-weight: normal;
font-size: 11px;
font-style: normal;
text-align: left;
vertical-align: top;
}

TABLE TD.ntwhite {
color: #666666;

font-weight: normal;
font-size: 11px;
font-style: normal;
text-align: left;
vertical-align: top;
}
/*

New Tab styles for Self Service

*/
.bgtabon {
	BACKGROUND-COLOR: #FCB340;   /* #6EA65B;  #003366*/
}
.bgtaboff {
	BACKGROUND-COLOR: #cccccc
}
.texttabon {
	COLOR: #ffffff
}
.texttaboff {
	COLOR: #000000
}
.tabon {
	PADDING-LEFT: 8px; FONT-WEIGHT: bold; FONT-SIZE: 12px; BACKGROUND-IMAGE: url(../wtlgifs/web_tab_corner.gif); COLOR: #ffffff; BACKGROUND-REPEAT: no-repeat; BACKGROUND-COLOR: #a2a2a2; /* #003366 */
}
.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(../wtlgifs/web_tab_corner.gif); 
      COLOR: #000000; 
      BACKGROUND-REPEAT: no-repeat; 
      BACKGROUND-COLOR: #cccccc
}

.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: #ffffff; /* #6EA65B;  #cccc00 */
}


.myscad-em {
  display: none;
}

img.headerImg {
  display: none;
}


/* Localized */
