/*
$Id: wcsu_defaultapp.css 861 2014-04-09 21:31:29Z johnsonj $
$URL: https://w-themisto.wcsu.local/svn/banner/8/wtlweb/branches/Upgrade-Spring2014/htm/wcsu_defaultapp.css $
*/

/* 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.
*/

p {
font-size: 1.0em;
font-weight: normal;
margin: 0px;
padding: 0px;
}

/* 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 {
}
.rightaligntext {
	text-align: right;
}
.menulisttext {
	list-style: none;
}
.captiontext {
	font-weight: bold;
	font-style: italic;
	margin-top: 1em;
}
.skiplinks {
	display: none;
}
.pageheaderlinks {
	color: #FFFFFF;
	text-align: right;
	float: right;
}

/* Make sure that links on WCSU banner can be seen */
span.pageheaderlinks a.submenulinktext2 {
    color:white;
}

span.pageheaderlinks a.submenulinktext2:hover {
    color:white;
}

/* Class for Sub-menu Items                                  */
/* ========================================================  */
.pageheaderlinks2 {
	color: #CED5EA;
	text-align: justify;
}
.pagebodylinks {
	text-align: center;
}
.gotoanchorlinks {
}
.pagefooterlinks {
	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 {
	text-align: right;
	margin-bottom: 5px;
}
.menuheadertext {
}
.menulinktext {
	color: #0F2167;
	font-weight: bold;
}
.menulinkdesctext {
}
.normaltext {
}
.infotext {
}
.errortext {
	font-weight: bold;
}
.warningtext {
	font-weight: bold;
}
.multipagemsgtext {
}
.releasetext {
	font-weight: bold;
	text-transform: uppercase;
}
.requiredmsgtext {
}
.fieldlabeltext {
}
.fieldlabeltextinvisible {
	display: none;
}
.fieldrequiredtext {
}
.fieldformattext {
}
.fielderrortext {
}

.wcsuclearfloat {
    clear:both;
}


/* ANCHORS (LINKS)                                          */
/* ======================================================== */
A:link {
	color:#0000ff;
	text-decoration:none;
}
A:visited {
	color:#660099;
	text-decoration:none;
}
A:active {
	color:#990000;
}
A:hover {
	color:#990000;
	text-decoration:underline;
}
/* ANCHOR Definitions for Home Page MenuItems class.        */
/* ======================================================== */
A.menulinktext {
	font-weight: bold;
	color:#0000ff;
	text-decoration: none;
}
A.submenulinktext {
	font-weight: bold;
	text-transform: none;
	color:#0000ff;
	text-decoration: none;
}
A.submenulinktext:hover {
	background-color: #1E2B83;
	font-weight: bold;
	text-align: justify;
	text-transform: none;
	color: #FFFFFF;
	text-decoration: none;
}
A.submenulinktext:visited {
	font-weight: bold;
	text-transform: none;
	color:#660099;
	text-decoration: none;
}
A.submenulinktext:visited:hover {
	background-color: #1E2B83;
	font-weight: bold;
	text-align: justify;
	text-transform: none;
	color: #FFFFFF;
	text-decoration: none;
}
A.submenulinktext2 {
	color:#0000ff;
	text-decoration:none;
}
A.submenulinktext2:hover {
	color:#990000;
	text-decoration:underline;
}
A.submenulinktext2:visited {
	color:#660099;
	text-decoration: none;
}
A.submenulinktext2:visited:hover {
	text-decoration:underline;
	color:#990000;
}
/* BODY                                                     */
/* ======================================================== */
BODY {
	font-family: "Lucida Grande", Verdana, sans-serif;
	font-size: 12px;
	color: #666;
	line-height: 20px;
	-webkit-text-size-adjust: none;
	/* BROWSER CONSIDERATION - Override browser settings for BODY margin */
margin:0px;
	/* background-image: url(/wcsugifs/wcsu_bg.png); */
	/* background-repeat:repeat-x; */
}
BODY.campuspipeline {
	background-color: #FFFFFF;
	/* 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;
	margin-left: 2%;
	margin-right: 2%;
	/* Override the background image in the main BODY */
background-image: none;
}
BODY.validationbody {
	background-color: #FFFFFF;
	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 {
}
DIV.headerwrapperdiv {
    margin-left: 0px;
    margin-top: 0px;
    width:100%;
    background-color: #00457a;
}
DIV.headerwrapperdiv p.rightaligntext {
	/* margin-top: -90px; */
}
DIV.headerwrapperdiv p.rightaligntext a, DIV.headerwrapperdiv p.rightaligntext a:hover {
	color:white
}
DIV.pageheaderdiv1 {
    /* margin-top: 15%; */
/* WCSU title graphic */
background-color: #00457a;
    height: 40px;
    background-image: url(/wcsugifs/wcsu_bannerweb-title-small.png);
    background-repeat: no-repeat;
    width: 963px;
    margin: 0px auto 0px auto;
    padding: 10px 10px 0px 10px;
}
DIV.pageheaderdiv2 {
	text-align: right;
	margin-top: 5px;
	margin-right: 10px;
	position: absolute;
	top: 20px;
	right: 0px;
	float: right;
	display: none;
}
DIV.headerlinksdiv {
	margin-right: 0%;
	/* margin-top: -51px; */
}
/*  IE hack */
/*
DIV.headerlinksdiv {
	*margin-top: -58px;
	margin-top: -58px/;
}
*/

DIV.headerlinksdiv2 { 
	/* position:relative; */ 
	/* float: right; */
	/* right: -112%; */ 
	top:-44px;}
/*  IE hack */
/*
DIV.headerlinksdiv2 {
*top: -48px;  
top: -48px;  
}
*/

DIV.headerlinksdiv2 form {
	color:white;
	width:240px; 
}
#keyword_in_id {
	width: 100px;
	height: 15px;
	padding: 5px 10px 5px 25px;
	border: 0;
	font-size: 11px;
	color: #999;
	margin: 0;
	background-color:white;
	-moz-border-radius: 12px;
	border-radius: 12px;
	-webkit-border-radius:12px;
	background-image: url(/wcsugifs/wcsu_search.png);
	background-position:5px 5px;
	background-repeat:no-repeat;
}
/* Class for BANNER SEARCH Form text and button controls     */
/* ========================================================  */
DIV.headerlinksdiv2 {
	font-weight: bold;
	text-transform: none;
	margin-top: 12px;
}
DIV.bodylinksdiv {
	text-align: center;
	margin-top: 1%;
}
DIV.footerlinksdiv {
	text-align: center;
}
DIV.backlinkdiv {
	text-align: right;
	margin-top: -40px;
}
DIV.pagetitlediv {
	margin-top:40px;
/*	margin-left:10px Why? */
}
DIV.infotextdiv {
}
DIV.pagebodydiv {

}

DIV.wcsugridbar {
    width:80%;
    margin-left:10%;
}

DIV.wcsugridbarleft {
    float:left;
    text-align:left;
    width:33%;
}

DIV.wcsugridbarctr {
    float:left;
    text-align:center;
    width:34%;
}

DIV.wcsugridbarright {
    float:left;
    text-align:right;
    width:33%;
}

DIV.pagefooterdiv {
	width:983px;
	margin:0px auto 10px auto;
	text-align: right;
	border: 0px;
	margin-top: 0px;
}
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;
}

/* MESSAGES                                                 */
/* Use these classes to highlight various degrees           */
/* of infotext                                              */
/* ======================================================== */
	
.message {
	padding: 10px 15px 10px 40px;
	margin: 10px 0;
	font-weight: bold;
	overflow: hidden;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	}

.message p {
	padding: 0;
	width: 93%;
	float: left;
	}
	
.message.errormsg {
	border: 1px solid #e9c59b;
	background: #ffecce url(/wcsugifs/wcsu_error.gif) 12px 12px no-repeat;
	color: #e3302c;
	}
	
.message.success {
	border: 1px solid #bfde84;
	background: #edfbd8 url(/wcsugifs/wcsu_success.gif) 12px 12px no-repeat;
	color: #508600;
	}
		
.message.info {
	border: 1px solid #bbdbe0;
	background: #ecf9ff url(/wcsugifs/wcsu_info.gif) 12px 12px no-repeat;
	color: #0888c3;
	}
	
.message.warning {
	border: 1px solid #e5e181;
	background: #fefde2 url(/wcsugifs/wcsu_warning.gif) 12px 12px no-repeat;
	color: #666;
	}
	
.message .close {
	display: block;
	float: right;
	width: 16px;
	height: 16px;
	background: url(/wcsugifs/wcsu_close.png) 0 0 no-repeat;
	margin-top: 2px;
	cursor: pointer;
	-moz-opacity: 0.7;
	opacity: 0.7;
	}
	
.message .close.hover {
	-moz-opacity: 1;
	opacity: 1;
	}

/* HEADERS                                                  */
/* Do not set font-size for headers - defer to browser.      */
/* ======================================================== */
/* H1 is reserved for Page Header */
/* WCSU does not display the H1 element */
H1 {
	color: #FFFFFF;
	font-weight: bold;
	margin-top: 0px;
	font-size:0%;
	display: none;
}
/* H2 is reserved for Page Title */
H2 {
}
/* Horizontal Rule for Menu Section                         */
/* ======================================================== */
HR {
	color: #CCCC33;
	vertical-align: top;
	margin-top: -10px;
HEIGHT=2px
}
HR.pageseprator {
	color: #003366;
	vertical-align: top;
}
/* FORM CONTROLS                                            */
/* ======================================================== */
INPUT {
}
TEXTAREA {
	background-color: #FFFFFF;
}
SELECT {
	background-color: #FFFFFF;
}
/* 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;
	border-collapse:collapse;
}
*/
TABLE.datadisplaytable {

	border-spacing:0;
	border-collapse:collapse;
	margin:0px 5px 10px 0px;
}

table.datadisplaytable table { border-spacing:0;
	border-collapse:collapse; }
	
TABLE.datadisplaytable td.dddefault { border:#ccc 1px solid;/* padding:2px 4px*/ }
	
.fieldOrangetextbold { font-size:14px; color:#333 }
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;*/
margin-left:10px;
}
TABLE.pageheadertable {
	margin-top: 0px;
}
TABLE.colorsampletable {
	background-color: #FFFFFF;
}
table.plaintable, table.menuplaintable, div.pagebodydiv {
	width:983px;
	margin:0px auto;
}

table.menuplaintable { margin-left:10px; }

table.menuplaintable td.mpdefault a { margin-right:-20px; }
/* TABLE HEADERS AND DATA CELLS                             */
/* ======================================================== */
TABLE TH {
	vertical-align: top;
}
TABLE TD {
	vertical-align: top;
}
.pageheadertablecell {
}
.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;
	font-weight: bold;
	vertical-align: top;
}
TABLE TH.deheader {
	background-color: #E3E5EE;
	font-weight: bold;
	vertical-align: top;
}
TABLE TD.detitle {
	background-color: #E3E5EE;
	font-weight: bold;
	vertical-align: top;
	/* Make titles big and chunky. */
padding-bottom: 1em;
}
TABLE TH.detitle {
	background-color: #E3E5EE;
	font-weight: bold;
	vertical-align: top;
	/* Make titles big and chunky. */
padding-bottom: 1em;
}
TABLE TD.delabel {
	background-color: #E3E5EE;
	font-weight: bold;
	vertical-align: top;
}
TABLE TH.delabel {
	background-color: #E3E5EE;
	font-weight: bold;
	vertical-align: top;
}
TABLE TD.deseparator {
	vertical-align: top;
}
TABLE TD.dehighlight {
	vertical-align: top;
}
TABLE TD.dedead {
	vertical-align: top;
}
TABLE TD.dedefault {
	vertical-align: top;
}
TABLE TD.dewhite {
	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;
	font-weight: bold;
	vertical-align: top;
}
TABLE TH.ddheader {
	background-color: #E3E5EE;
	font-weight: bold;
	vertical-align: top;
border:#ccc 1px solid;
padding:2px 4px;
}
TABLE TD.ddtitle {
	background-color: #E3E5EE;
	font-weight: bold;
	vertical-align: top;
	/* Make titles big and chunky. */
padding-bottom: 1em;
}
TABLE TH.ddtitle {
	background-color: #E3E5EE;
	font-weight: bold;
	vertical-align: top;
	/* Make titles big and chunky. */
padding-bottom: 1em;

	border: #ccc 1px solid;
}
TABLE TD.ddlabel {
	background-color: #E3E5EE;
	font-weight: bold;
	vertical-align: top;
}
/*
TABLE TH.ddlabel {
	background-color: #E3E5EE;
	font-weight: bold;
	vertical-align: top;
}
*/
TABLE TH.ddlabel {
	background-color: #f3f3f3;
	font-weight: bold;
	vertical-align: top;
		border:#ccc 1px solid;
/*padding:2px 4px;*/
}
TABLE TD.ddseparator {
	vertical-align: top;
}
TABLE TD.ddhighlight {
	vertical-align: top;
}
TABLE TD.dddead {
	vertical-align: top;
}
TABLE TD.dddefault {
	vertical-align: top;/*border-bottom: 1pt #BFBFBF solid; */
}

TABLE TD.dddefault p.centeraligntext {
	padding:2px 4px;	
	margin:0px
}

TABLE TH.ddlabel p.centeraligntext { 
	padding:4px 4px;	
	margin:0px
}

TABLE TD.ddnontabular {
	vertical-align: top;
}
TABLE TD.ddwhite {
	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: bold;
}
TABLE TD.plheader {
	font-weight: bold;
}
TABLE TH.pllabel {
	font-weight: bold;
}
TABLE TD.plseparator {
}
TABLE TD.plhighlight {
}
TABLE TD.pldead {
}
TABLE TD.pldefault {
	vertical-align:bottom;
}
TABLE TD.plwhite {
}
TABLE TD.plheadermenulinks {
/*background-color:#CED5EA;*/
}
/* MENU PLAIN TABLE HEADERS AND DATA CELLS                  */
/* ======================================================== */
TABLE TD.mptitle {
	font-weight: bold;
	vertical-align: top;
}
TABLE TD.mpheader {
	font-weight: bold;
	vertical-align: top;
}
TABLE TH.mplabel {
	font-weight: bold;
	vertical-align: top;
}
TABLE TD.mpwhite {
	vertical-align: top;
}
TABLE TD.mpdefault {
	vertical-align: top;
	padding:0px 0px 10px 0px;
}
TABLE TD.indefault {
	vertical-align: top;
}
.bgtabon {
}
.bgtaboff {
}
.texttabon {
	COLOR: #ffffff
}
.texttaboff {
	COLOR: #000000
}
.tabon, .taboff {
display: block;

	height: 31px;
	left:5px;
}
.bgtabon img, .bgtaboff img {
	display:none;
}
.plaintable .pldefault .plaintable {
	width:auto;
	margin-left:10px;
}
.tabon a, .taboff a {
text-align:center;
	display: block;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	height: 25px;
	line-height: 25px;
	padding: 3px 5px 3px 5px;
	margin: 0px 10px 0px 0px;
	border-top-left-radius: 2px;
	border-top-right-radius: 2px;
	-moz-border-radius-topleft: 2px;
	-moz-border-radius-topright: 2px;
	-webkit-border-top-left-radius: 2px;
	-webkit-border-top-right-radius: 2px;
}
.tabon {
	COLOR: #000;
}
.tabon A:link {
	COLOR: #000;
	TEXT-DECORATION: none;
	background-color: #fff;
}
.tabon A:visited {
	COLOR: #000;
	TEXT-DECORATION: none;
	background-color: #fff;
}
.tabon A:active {
	COLOR: #000;
	TEXT-DECORATION: none;
	background-color: #fff;
}
.tabon A:hover {
	COLOR: #000;
	TEXT-DECORATION: none;
	background-color: #fff;
}
.taboff {
	COLOR: #000000;
	BACKGROUND-REPEAT: no-repeat;
}
.taboff A:link {
	color: #00457a;
	background-color: #CCD7E9;
}
.taboff A:visited {
	color: #00457a;
	background-color: #CCD7E9;
}
.taboff A:active {
	color: #00457a;
	background-color: #CCD7E9;
}
.taboff A:hover {
	color: #000;
	background-color: #CCD7E9;
}

.bg3 {
	BACKGROUND-COLOR: #A37C5F;
	height:1px;
}

.bg3 img { display:none; }
