
html, body
{
	margin:0;
	padding:0;
	background-color:#fff;
	font-family: Tahoma, Arial, sans-serif;
	font-size:100.01%; /* Fix for IE resizing */
	
}

#divLogo {
	z-index: 1;
	width: 580px;
	margin:auto;
	text-align:center;
}

#divContent,
#divFacMainMenu
{
	width:580px;
	margin:auto;	/* Center this division */
	 /* border:thin solid red;  */
}


#divContent UL
{
	list-style-position: outside;
	list-style-type: none;
}

#divContent UL LI
{
}

#divContent UL LI A
{
}
#divContent UL LI A:hover
{
	background-color:#FFFF99;
}

#divContent P
{
	font:Helvetica, sans-serif;
	size:1em;
	
}

#divContent p.pName	/* Show User name */
{
	padding:0px;
	font-size: 1em;
	margin:1em 0 0 0;
}

#divContent p.pTerm	/* Show User name */
{
/*	margin:-1em 0 1em 0; */
	padding:0;
	font-size: 1em;
}

#tblSchedule,
#tblSchedule TD
{
	font-size:12px;		/* 	was .85 em; */
	border-collapse:collapse;
}

#tblSchedule table
{	
	padding:0px;
	margin:0px;
	width:100%;
}

#tblSchedule TR	/* Individual Row */
{
}

#tblSchedule TD.tdCallNumber
{
	padding-right:1em;
}

#tblSchedule TD.tdCourseNumber
{
}

#tblSchedule TD.tdTitle
{
	font-size:1em
}

#tblSchedule TD.tdHours
{
	text-align:right;
}

#tblSchedule TD.tdTime
{
	padding-left:1em;
}

#tblSchedule TD.tdDays
{
	padding: 0px .5em;
}

#tblSchedule TD.tdBuilding
{
}

#tblSchedule TD.tdInstructor
{
}

#tblSchedule TD.tdCampus
{
}

#tblSchedule TD.tdTerm
{
}

#tblSchedule TD.tdDates
{
}

#tblSchedule TD.tdNotes
{
text-align:center;
}

#tblSchedule TR.trSummary /* Final row in table containing total hours */
{
	vertical-align:baseline;
	height:1.5em;
}

#tblSchedule TD.tdTotalHoursText /* Contains text describing total hours */
{
	text-align:right;
}

#tblSchedule TD.tdTotalHours /* Contains the actual total hours */
{
	font-weight:bold;
	text-align:right;
}

#tblSchedule TR.trShaded
{
	background-color:#c0c0c0;
}

#tblSchedule TR.trEndOfGroup
{
height:1.75em;
}

#tblSchedule TR TD A
{
	text-decoration:none;
	color:#000;
	cursor:help;
}

#tblSchedule TR TD A:hover
{
	background-color:#FFFFCC;
}

#divBanner,
#divFacBanner
{
	width: 580px;
	margin:auto;
	text-align:center;
}

#divBanner H1,
#divFacBanner H1
{	
	width:580px;
	margin-top:10px;
	padding:45px 0px 20px 0px;
	*padding:44px 0px 20px 0;
	background-image:url(/WebEncore/Images/webstu_banner_blank.gif);
	background-repeat:no-repeat;
	color:#EEEEEE;
	font-family:Georgia, "Times New Roman", Times, serif;
	text-align:center;
	font-size:2em;
}

#divFacBanner H1
{
	background-image:url(/WebEncore/Images/webfac_banner_blank.gif);
}

#divMenuButtons
{
	margin:0 auto;
	width:300px;
	clear:left;
	text-align:center;
}

#divNotes
{
	border:0px solid #000;
	width:80%;
	margin:10px auto;
	padding:5px;
}

#divMenuButtons UL
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: center;
}

#divMenuButtons UL LI
{
	width:100px;
	height:25px;
	background-image:url(/WebEncore/Images/100x25std.gif);
	background-repeat:no-repeat;
	text-align:center;
	font-size:1em;
	float:left;
	padding-right:2.5px;
	padding-top:2px;
}

#divMenuButtons  ul li a
{
	text-decoration: none;
	color: #fff;
}

#divMenuButtons ul li a:hover
{
	cursor:hand;
 	background-color: #990000;
	color:#FFFF00;
}

#divInformationalMessage, 
#divErrorMessage		
{
	width:85%;
	margin:0 auto;
	margin:3px 0px;
	padding:3px;
}

#divInformationalMessage /* Used to display an informational message */
{
	border:medium double #0000ff;
	color:#0000ff;
}

#divErrorMessage		/* Used to display an error message */
{
	border:thick solid #990000;
	color:#990000;
}

.btnStudentMenu
{
	width:280px;
	height:25px;
	color:#990000;
	background-color:#fff;
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:600;
}

#olSurvey LI
{
	margin-bottom:2em;
}

#divFacMainMenu H2
{
	background-color:#990000;
	text-align:left;
	padding:3px;
	margin-top:3px;
	color:#ffffff;
	font-size:1.5em;
	font-variant:small-caps;
}

#divFacMainMenu UL
{
	list-style-image: none;
	list-style-type: none;
	margin:-1.3em 0 1.5em 0;
	border:medium solid #990000;
	*border:0;
}

#divFacMainMenu UL LI
{
	padding-bottom:.2em;
	margin-left:-40px;
	*margin-left:0px;
}

#divFacMainMenu UL LI A
{
	padding:3px;
	text-decoration:none;
	color:#990000;
}

#divFacMainMenu UL LI A:hover
{
	background-color:#990000;
	color:#ffffff;
}

/* Styles for the Student Identification Messages */
div#divStudentNumberReminder
{
	border:5px double #900;
	width:45%;
	padding:.5em;
	font-weight:bold;
	color:#900;
	font-variant:small-caps;

}

div#divAllContent
{
min-width:575px;
max-width:575px;
margin-left:auto;
margin-right:auto;
width:575px;	/* Stupid IE */
}

div#divOrientationRequired
{
border:3px solid black;
background-color:#ff3;
}

body#bodyAdmitStatus table#tblAdmit tr 
{
	vertical-align:top;
}

body#bodyAdmitStatus table#tblAdmit td.tdLabel
{
	width:15em;
	text-align:right;
}

body#bodyAdmitStatus table#tblAdmit td.tdValue
{
	border-top:1px solid #900;
	padding-bottom:.5em;
}

ul#ulCollege 
{
	list-style-type:none;
}

ul#ulCollege li
{
	margin-left:-2em;
}
/* Admission Status */
td.tdLabel,
td.tdValue
{
vertical-align:top;
}
span.admitRecvDate
{
margin-left:1em;
font-variant:small-caps;
}

