/*
  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 arial
  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 END

  FILE NAME..: web_defaultmenu.css
  RELEASE....: 7.4
  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. 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;
margin: 0;
}

.leftaligntext {
text-align: left;
margin: 0;
}

.rightaligntext {
text-align: right;
margin: 0;
}

.menulisttext {
list-style: none;
}

.captiontext {
color: #047253;;
font-family: Arial, Helvetica, sans-serif;
font-weight: bold;
font-size: 90%;
font-style: italic;
text-align: left;
margin-top: 1em;
}

.skiplinks {
display: none;
}

.pageheaderlinks {
color: #00704a;
font-family: Arial, Helvetica, sans-serif;
font-weight: normal;
font-size: 80%;
font-style: normal;
text-align: right;
}

/* Class for Sub-menu Items                                  */
/* ========================================================  */
.pageheaderlinks2 {
/*color: #db5621;
font-family: arial,Arial Narrow,  helvetica, sans-serif;
font-size: 90%;
/*text-align: justify;
text-align: right;
float: right;
margin: 60px 0 0 0;
}


.pagebodylinks {
color: #00704a;
font-family: Arial, Helvetica, sans-serif;
font-weight: normal;
font-size: 80%;
font-style: normal;
text-align: center;
}

.gotoanchorlinks {
color: #00704a;
font-family: Arial, Helvetica, sans-serif;
font-weight: normal;
font-size: 80%;
font-style: normal;
text-align: left;
}

.pagefooterlinks {
color: #00704a;
font-family: Arial, Helvetica, sans-serif;
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: #00704a;
font-family: Arial, Helvetica, sans-serif;
font-weight: normal;
font-size: 80%;
font-style: normal;
text-align: right;
margin-bottom: 5px;
}

.menuheadertext {
color: #00704a;
font-family: Arial, Helvetica, sans-serif;
font-weight: normal;
font-size: 90%;
font-style: normal;
text-align: left;
}

.menulinktext {
color: #00704a;
font-family: Arial, Helvetica, sans-serif;
font-weight: bold;
font-style: normal;
}

.menulinkdesctext {
color: black;
font-family: Arial, Helvetica, sans-serif;
font-weight: normal;
font-size: 70%;
font-style: normal;
text-align: left;
}

.normaltext {
color: #047253;
font-family: Arial, Helvetica, sans-serif;
font-weight: normal;
font-size: 90%;
font-style: normal;
text-align: left;
}

.infotext {
color: #047253;
font-family: Arial, Helvetica, sans-serif;
font-weight: normal;
font-size: 90%;
font-style: normal;
text-align: left;
}

.errortext {
color: #047253;
font-family: Arial, Helvetica, sans-serif;
font-weight: bold;
font-size: 90%;
font-style: normal;
text-align: left;
}

.warningtext {
color: #047253;
font-family: Arial, Helvetica, sans-serif;
font-weight: bold;
font-size: 90%;
font-style: normal;
text-align: left;
}

.multipagemsgtext {
color: #047253;
font-family: Arial, Helvetica, sans-serif;
font-weight: normal;
font-size: 80%;
font-style: normal;
text-align: left;
}

.releasetext {
color: #cdcdcd;
font-family: Arial, Helvetica, sans-serif;
font-weight: bold;
font-size: 80%;
font-style: normal;
text-align: left;
text-transform: uppercase;
}

.requiredmsgtext {
color: #047253;
font-family: Arial, Helvetica, sans-serif;
font-weight: normal;
font-size: 70%;
font-style: normal;
text-align: left;
}

.fieldlabeltext {
color: #047253;
font-style: normal;
text-align: left;
}

.fieldlabeltextinvisible {
display: none;
}

.fieldrequiredtext {
color: #047253;
font-family: Arial, Helvetica, sans-serif;
font-weight: normal;
font-size: 90%;
font-style: normal;
text-align: left;
}

.fieldformattext {
color: #047253;
font-family: Arial, Helvetica, sans-serif;
font-weight: normal;
font-size: 70%;
font-style: normal;
text-align: left;
}

.fielderrortext {
color: #047253;
font-family: Arial, Helvetica, sans-serif;
font-weight: normal;
font-size: 70%;
font-style: normal;
text-align: left;
}

/* ANCHORS (LINKS)                                          */
/* ======================================================== */
a:link, a:visited, a:active{
	color:#1e6b52;
	text-decoration:none;
	}

a:hover{
	color:#1e6b52;
	text-decoration:underline;
	}


/* ANCHOR Definitions for Home Page MenuItems class.        */
/* ======================================================== */
A.menulinktext {
font-family:  arial,Arial Narrow, helvetica, sans-serif;
font-weight: bold;
font-size: 100%;
font-style: normal;
color:#00704a;
text-decoration: none;
}


A.submenulinktext {
font-family:  arial,Arial Narrow, helvetica, sans-serif;
font-weight: bold;
font-size: 100%;
font-style: normal;
text-transform: none;
color:#00704a;
text-decoration: none;
}

A.submenulinktext:hover {
background-color: #FFCC00;
font-family:  arial,Arial Narrow, helvetica, sans-serif;
font-weight: bold;
font-size: 100%;
font-style: normal;
text-align: justify;
text-transform: none;
color: #db5621;
text-decoration: none;
}

A.submenulinktext:visited {
font-family:  arial,Arial Narrow, helvetica, sans-serif;
font-weight: bold;
font-size: 100%;
font-style: normal;
text-transform: none;
color:#7ca588;
text-decoration: none;
}

A.submenulinktext:visited:hover {
background-color: #FFCC00;
font-family:  arial,Arial Narrow, helvetica, sans-serif;
font-weight: bold;
font-size: 100%;
font-style: normal;
text-align: justify;
text-transform: none;
color: #7ca588;
text-decoration: none;
}

A.submenulinktext2 {
font-weight: normal;
font-size: 100%;
color:#00704a;
text-decoration:none;
}

A.submenulinktext2:hover {
font-weight: normal;
font-size: 100%;
color:#006633;
text-decoration:underline;
}

A.submenulinktext2:visited {
font-family:  arial,Arial Narrow, helvetica, sans-serif;
font-weight: normal;
font-size: 100%;
font-style: normal;
color:#006633;
text-decoration: none;
}

A.submenulinktext2:visited:hover {
font-family:  arial,Arial Narrow, helvetica, sans-serif;
font-weight: normal;
font-size: 100%;
text-decoration:underline;
color:#006633;
}



/* BODY                                                     */
/* ======================================================== */
BODY {
background-color: #ffffff;
color: black;
font-family: Arial, Helvetica, sans-serif;
font-style: normal;
text-align: left;
/* BROWSER CONSIDERATION - Override browser settings for BODY margin */
margin-top: 0%;
margin-left: 1%;
margin-right: 2%;

background-repeat: repeat-x;
}
BODY.campuspipeline {
background-color: #FFFFFF;
color: black;
font-family: Arial, Helvetica, sans-serif;
font-style: normal;
text-align: left;
/* BROWSER CONSIDERATION - Override browser settings for BODY margin */
margin-top: 6px;
margin-left: 1%;

/*margin-right: -6px;*/
background-image: none;
background-repeat: no-repeat;
}
BODY.previewbody {
background-color: #FFFFFF;
color: black;
font-family: Arial, Helvetica, sans-serif;
font-weight: normal;
font-size: 90%;
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, Helvetica, sans-serif;
font-weight: normal;
font-size: 90%;
font-style: normal;
text-align: left;
margin-left: 1%;
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;
}

DIV.pageheaderdiv1 {
text-align: left;
margin-top: 8%;
margin-left: 0px;
border-bottom: 0px solid;
border-left: 0px solid;
border-right: 0px solid;
border-top: 0px solid;
display: none;
}

DIV.pageheaderdiv2 {
text-align: right;
margin-top: 5px;
margin-right: 10px;
position: absolute;
top: 0px;
right: 0px;
float: right;
display: none;
}



/* Class for BANNER SEARCH Form text and button controls     */
/* ========================================================  */
DIV.headerlinksdiv2 {
color: #000000;
font-family: Arial, Helvetica, sans-serif;
font-weight: bold;
font-size: 90%;
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;
background-color:white;
}

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:  90%;
}

/* HEADERS                                                  */
/* Do not set font-size for headers - defer to browser.      */
/* ======================================================== */
/* H1 is reserved for Page Header */
H1 {
color: #00704a;
font-family: Arial, Helvetica, sans-serif;
font-weight: bold;
font-style: normal;
margin-top: 0px;
font-size:0%;
}

/* H2 is reserved for Page Title */
H2 {
color: #00704a;
font-family: Arial, Helvetica, sans-serif;
font-weight: normal;
font-style: normal;
margin:4px 0;
}

/* Horizontal Rule for Menu Section                         */
/* ======================================================== */
HR {
color: #00704a;
text-align: left;
vertical-align: top;
margin-top: -10px;
HEIGHT="4"
}
HR.pageseprator {
color: #00704a;
text-align: left;
vertical-align: top;
}


/* FORM CONTROLS                                            */
/* ======================================================== */
INPUT {

color: black;
font-family: Arial, Helvetica, sans-serif;
font-weight: normal;
font-size: 80%;
font-style: normal;
}

TEXTAREA {
background-color: #FFFFFF;
color: black;
font-family: Arial, Helvetica, sans-serif;
font-weight: normal;
font-size: 90%;
font-style: normal;

}

SELECT {
background-color: #FFFFFF;
color: black;
font-family: Arial, Helvetica, sans-serif;
font-weight: normal;
font-size: 90%;
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;
background: none !important;
}

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: #00704a;
color: white;
font-family: Arial, Helvetica, sans-serif;
font-weight: bold;
font-size: 90%;
font-style: normal;
text-align: left;
vertical-align: top;
}

TABLE TH.deheader {
background-color: #00704a;
color: white;
font-family: Arial, Helvetica, sans-serif;
font-weight: bold;
font-size: 90%;
font-style: normal;
text-align: left;
vertical-align: top;
}

TABLE TD.detitle {
background-color: #00704a;
color: white;
font-family: Arial, Helvetica, sans-serif;
font-weight: bold;
font-size: 90%;
font-style: normal;
text-align: left;
vertical-align: top;
/* Make titles big and chunky. */
padding-bottom: 1em;
}

TABLE TH.detitle {
background-color: #00704a;
color: white;
font-family: Arial, Helvetica, sans-serif;
font-weight: bold;
font-size: 90%;
font-style: normal;
text-align: left;
vertical-align: top;
/* Make titles big and chunky. */
padding-bottom: 1em;
}

TABLE TD.delabel {
background-color: #00704a;
color: white;
font-family: Arial, Helvetica, sans-serif;
font-weight: bold;
font-size: 90%;
font-style: normal;
text-align: left;
vertical-align: top;
}

TABLE TH.delabel {
background-color: #00704a;
color: white;
font-family: Arial, Helvetica, sans-serif;
font-weight: bold;
font-size: 90%;
font-style: normal;
text-align: left;
vertical-align: top;
}

TABLE TD.deseparator {
color: #00704a;
font-family: Arial, Helvetica, sans-serif;
font-weight: normal;
font-size: 90%;
font-style: normal;
text-align: left;
vertical-align: top;
}

TABLE TD.dehighlight {
color: #00704a;
font-family: Arial, Helvetica, sans-serif;
font-weight: normal;
font-size: 90%;
font-style: normal;
text-align: left;
vertical-align: top;
}

TABLE TD.dedead {
color: black;
font-family: Arial, Helvetica, sans-serif;
font-weight: normal;
font-size: 90%;
font-style: normal;
text-align: left;
vertical-align: top;
}

TABLE TD.dedefault {
color: white;
font-family: Arial, Helvetica, sans-serif;
font-weight: normal;
font-size: 90%;
font-style: normal;
text-align: left;
vertical-align: top;
}

TABLE TD.dewhite {
color: black;
font-family: Arial, Helvetica, sans-serif;
font-weight: normal;
font-size: 90%;
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: #E3E5EE;
color: black;
font-family: Arial, Helvetica, sans-serif;
font-weight: bold;
font-size: 90%;
font-style: normal;
text-align: left;
vertical-align: top;
}

TABLE TH.ddheader {
background-color: #E3E5EE;
color: black;
font-family: Arial, Helvetica, sans-serif;
font-weight: bold;
font-size: 90%;
font-style: normal;
text-align: left;
vertical-align: top;
}

TABLE TD.ddtitle {
background-color: #E3E5EE;
color: black;
font-family: Arial, Helvetica, sans-serif;
font-weight: bold;
font-size: 90%;
font-style: normal;
text-align: left;
vertical-align: top;
/* Make titles big and chunky. */
padding-bottom: 1em;
}

TABLE TH.ddtitle {
background-color: #E3E5EE;
color: black;
font-family: Arial, Helvetica, sans-serif;
font-weight: bold;
font-size: 90%;
font-style: normal;
text-align: left;
vertical-align: top;
/* Make titles big and chunky. */
padding-bottom: 1em;
}

TABLE TD.ddlabel {
background-color: #E3E5EE;
color: black;
font-family: Arial, Helvetica, sans-serif;
font-weight: bold;
font-size: 90%;
font-style: normal;
text-align: left;
vertical-align: top;
}

TABLE TH.ddlabel {
background-color: #E3E5EE;
color: black;
font-family: Arial, Helvetica, sans-serif;
font-weight: bold;
font-size: 90%;
font-style: normal;
text-align: left;
vertical-align: top;
}

TABLE TD.ddseparator {
color: black;
font-family: Arial, Helvetica, sans-serif;
font-weight: normal;
font-size: 90%;
font-style: normal;
text-align: left;
vertical-align: top;
}

TABLE TD.ddhighlight {
color: black;
font-family: Arial, Helvetica, sans-serif;
font-weight: normal;
font-size: 90%;
font-style: normal;
text-align: left;
vertical-align: top;
}

TABLE TD.dddead {
color: black;
font-family: Arial, Helvetica, sans-serif;
font-weight: normal;
font-size: 90%;
font-style: normal;
text-align: left;
vertical-align: top;
}

TABLE TD.dddefault {
color: black;
font-family: Arial, Helvetica, sans-serif;
font-weight: normal;
font-size: 90%;
font-style: normal;
text-align: left;
vertical-align: top;
padding: 4px 20px 4px 5px;
/*border-bottom: 1pt #BFBFBF solid; */
}

TABLE TD.ddnontabular {
color: black;
font-family: Arial, Helvetica, sans-serif;
font-weight: normal;
font-size: 90%;
font-style: normal;
text-align: left;
vertical-align: top;
}

TABLE TD.ddwhite {
color: black;
font-family: Arial, Helvetica, sans-serif;
font-weight: normal;
font-size: 90%;
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, Helvetica, sans-serif;
font-weight: normal;
font-size: 90%;
font-weight: bold;
}

TABLE TD.plheader {
font-family: Arial, Helvetica, sans-serif;
font-weight: normal;
font-size: 90%;
font-weight: bold;
}

TABLE TH.pllabel {
font-family: Arial, Helvetica, sans-serif;
font-weight: normal;
font-size: 90%;
font-weight: bold;
}

TABLE TD.plseparator {
font-family: Arial, Helvetica, sans-serif;
font-weight: normal;
font-size: 90%;
font-weight: normal;
}

TABLE TD.plhighlight {
font-family: Arial, Helvetica, sans-serif;
font-weight: normal;
font-size: 90%;
font-weight: normal;
}

TABLE TD.pldead {
font-weight: normal;
}

TABLE TD.pldefault {
font-family: Arial, Helvetica, sans-serif;
font-weight: normal;
font-size: 90%;
font-weight: normal;
}

TABLE TD.plwhite {
font-family: Arial, Helvetica, sans-serif;
font-weight: normal;
font-size: 90%;
font-weight: normal;
}

TABLE TD.plheadermenulinks {
font-family: Arial, Helvetica, sans-serif;
font-weight: normal;
font-size: 100%;
font-weight: normal;
/*background-color:#CED5EA;*/
}


/* MENU PLAIN TABLE HEADERS AND DATA CELLS                  */
/* ======================================================== */
TABLE TD.mptitle {
color: #00704a;
font-family: Arial, Helvetica, sans-serif;
font-weight: bold;
font-size: 90%;
font-style: normal;
text-align: left;
vertical-align: top;
}

TABLE TD.mpheader {
color: #00704a;
font-family: Arial, Helvetica, sans-serif;
font-weight: bold;
font-size: 90%;
font-style: normal;
text-align: left;
vertical-align: top;
}

TABLE TH.mplabel {
color: #00704a;
font-family: Arial, Helvetica, sans-serif;
font-weight: bold;
font-size: 90%;
font-style: normal;
text-align: left;
vertical-align: top;
}

TABLE TD.mpwhite {
color: black;
font-family: Arial, Helvetica, sans-serif;
font-weight: normal;
font-size: 90%;
font-style: normal;
text-align: left;
vertical-align: top;
}

TABLE TD.mpdefault {
color: black;
font-family: Arial, Helvetica, sans-serif;
font-weight: normal;
font-size: 90%;
font-style: normal;
text-align: left;
vertical-align: top;
}

TABLE TD.indefault {
color: black;
font-family: Arial, Helvetica, sans-serif;
font-weight: normal;
font-size: 90%;
font-style: normal;
text-align: left;
vertical-align: top;
}

.bgtabon {
	display: none !important;
}
.bgtaboff {
	display: none !important;
}
.texttabon {
	COLOR: #00704a
}
.texttaboff {
	COLOR: #fff
}


.bg3 {
	display: none;
}

.headerwrapperdiv table.plaintable tbody tr td.pldefault div.headerlinksdiv2 form {
	margin: 0 0 0 0;
}

/* Green Bar Ribbon Navigation - Strat */

#ribbon {
background: #1e6b52;
color: #ffffff;
height: 30px;
width: 100%;
margin: 0 0 10px 0;
}

#ribbon ul {
background: #1e6b52;

list-style: none;
padding: 5px 10px;
margin: 0;
}

#ribbon li {
display: inline;
}

#ribbon a {
color: #ffffff;
vertical-align: middle;
text-decoration: none;
padding: 5px 15px;
}

#ribbon a:hover {
background: #164B3A;
padding: 5px 15px;
}

#ribbon a:active {
background: #164B3A;
}


/* Green Bar Ribbon Navigation - End */



/* Global Navigation - Top Right - Start */

.pageheaderlinks2 {
float: right;
margin: 60px 0 0 0;
}

.pageheaderlinks2 a,
pageheaderlinks2 a:visited {
color: #1e6b52!important;
float: right;
font-size: 85%;
font-weight: 600;
padding: 10px;
text-align: right;
}

.pageheaderlinks2 a:hover {
    background-color: #CCFFCC;
    text-decoration: none;
}

.pageheaderlinks a.submenulinktext2 {
color: #1e6b52;
font-weight:normal;
padding: 5px 10px;
    }

.pageheaderlinks a.submenulinktext2:hover {
color: #1e6b52;
font-weight:normal;
text-decoration:none;
background-color:#ccffcc;
}

.headerwrapperdiv p.rightaligntext {
padding: 5px 10px;
}

.headerwrapperdiv .headerlinksdiv {
height: 70px;
background:url(/wtlgifs/BlazerNET-logo.jpg) left top no-repeat;
margin:0 0 25px;
}


/* Global Navigation - Top Right - End */


/* Report Navigation  */
#StudentViewMenu {
clear: both;
padding: 30px 0 5px 0;
}

#StudentViewMenu ul {
margin: 0;
padding: 0;
}

#StudentViewMenu li {
display: inline;
}


#StudentViewMenu a,
#StudentViewMenu a:visited {
color:#1e6b52;
padding: 0 50px 0 0;
-moz-border-radius: 8px 8px 8px 8px;
border-radius: 8px 8px 8px 8px;
-webkit-border-radius: 8px 8px 8px 8px;
-moz-box-shadow: 0 0 4px #D4D4D4;
-webkit-box-shadow: 0 0 4px #D4D4D4;
box-shadow: 0 0 4px #D4D4D4;
background: url("/students/templates/uab3.0/images/slide_bg.png") repeat-x scroll center bottom #FFFFFF;
border: 1px solid #BCBCBC;
color: #007453;
display: inline-block;
padding: 4px 10px;
margin:0 25px 0 0;
}

#StudentViewMenu a:hover {
background: url("/students/templates/uab3.0/images/slide_bg.png") repeat-x scroll center bottom #ccffcc;
text-decoration:none;
color:#333333;
}

/* Student Menu Ends */




/* removes inline style for background for ie */
html body div.pagebodydiv form div {
	background:none !important;
}



html body div.pagebodydiv form table.bordertable {
	border: none;
}



/** START Edits to Override cp/content/style.css - 2011-11-23 START **/

.bg1 {
background-color: none !important;
display:none !important;
}

.bg3 {
background-color: none !important;
display:none !important;
}

.bgtabon {
background-color: none !important;
display:none !important;
}

.bgtaboff {
background-color: none !important;
display:none !important;
}

.texttabon {
color: #000000 !important;
Background-color: #ffffff !important;
}

.texttaboff {
color: #000000 !important;
Background-color: #ffffff !important;
}

td.tabon {
background: none !important;
color: #FFFFFF; 
}

td.taboff {
background: none !important;
color: #FFFFFF;
}

.ChanBoxBg {
background-image: none !important;
background-color: none !important;
}

/** END Edits to Override cp/content/style.css - 2011-11-23 END **/

