/* Style sheet for the "Student Center" page; simply defines bacgkround
image for main sub menu. (now "Current Students")
*/

div#subMenuContainer
{
	position: absolute;
	left: 6px;
	top: 132px;
	width: 141px;
	height: 239px;
	background: transparent url(../../images/primary/studies-submenu-bg.gif) 0px 0px no-repeat;
}

div#subMenuContainer .indent
{
margin-left: 10px;
}

div#textContent h1
{
	color: #ed8500;
}
div#textContent #faculty
{
	color: #ed8500;
	font-family: georgia, times, serif;
	font-weight:bold;
	font-size:1.8em;
}

div #textContent #study
{
	color: #333333;
	font-family: helvetica, sans-serif;
	font-size:1.2em;
}

div#textContent .caption
{
	font-family: helvetica, sans-serif;
	font-size: 0.9em;
}

div#textContent p .star
{
	color:#ed8500;
	font-family: helvetica, sans-serif;
	font-weight:bold;
	font-size: 1.8em;
}

div#textContent .topNav
{
	color:#333333;
	font-family: helvetica, sans-serif;
	font-weight:bold;
	font-size:0.9em;
}

table#calendar td.border
{
 	border-bottom: #ED8500;
	border-width: 0 0 1px 0;
	border-style: none none solid none;
	padding: 5px 0 0 0;
	margin: 0 0 0 0;
}