/* Project: Hilleluw.com
   File: undergrad.css
   Description: Specific CSS backgrounds and colors to the undergrad site. */
#header {
	background: url("../img/header_background_undergrad.jpg") no-repeat top left;
}
#bodyContainer {
	background: url("../img/content_background_undergrad.gif") top left repeat-y;
}
#content_container {
	background: url("../img/content_background_undergrad.gif") top left repeat-y;
}

#footer {
	background: url("../img/footer_background_undergrad.jpg") no-repeat top left;
}
a, a:visited {
color: #703FA2;
}

h1 {
	color:#3A0075;
}

#UpcomingEvents h3 {
	background: url(../img/backgrounds/events-undergrad-header.gif) no-repeat top left;
}
#Announcements h3 {
	background: url(../img/backgrounds/announcements-undergrad-header.gif) no-repeat top left;
}
#UpcomingEvents, #Announcements {
	background: url(../img/backgrounds/events-undergrad-bg.gif) repeat-y;
}
#UpcomingEvents .innerFooter, #Announcements .innerFooter {
	background: url(../img/backgrounds/events-undergrad-footer.gif) no-repeat bottom left;
    height:10px;
}
#UpcomingEvents dt, #Announcements dt {
	color: #2D0059;
	padding-left:5px;
}

#UpcomingEvents dd{padding-left:6px;margin-left:0;}

#UpcomingEvents dd a, #UpcomingEvents .viewAllEvents, #Announcements a {
	color: #4A00A5!important;
}


#Page_Home___Undergrad #SignupForm label { font-weight: bold; }
#Page_Home___Undergrad #SignupForm { 	font-size: .8em; width: 220px; float: right; padding: 3px; margin: 0 0 6px 3px;}
#Page_Home___Undergrad #SignupForm .textinput { width: 130px; border: 1px solid #DDD; }
#Page_Home___Undergrad #SignupForm .required { color: red; }
#Page_Home___Undergrad .requiredNote { display: none;}
#Page_Home___Undergrad .submit { font-size: 9pt; margin: auto; }
#Page_Home___Undergrad #SignupForm select {font-size: 9pt;}
#Page_Home___Undergrad #SignupForm table {background: url(/img/backgrounds/register-undergrad-bg.gif) repeat-y; margin: 0; padding: 0; border: 0; border-collapse: collapse; width: 226px;}
#Page_Home___Undergrad #SignupForm tr {margin: 0; padding: 0;}
#Page_Home___Undergrad #SignupForm th.qfheader { text-indent: -9999px; font-size: 14px; background: url(/img/backgrounds/register-undergrad-header.gif) no-repeat; margin: 0; padding: 0;}
#Page_Home___Undergrad #SignupForm th.qfheader span { width: 226px; height: 20px; display: block;}
#Page_Home___Undergrad #SignupForm .bottom {  background: url(/img/backgrounds/register-undergrad-footer.gif) no-repeat; line-height: 3px; }
#Page_Home___Undergrad #SignupForm .bottom span {display: block; height: 3px; width: 226px;}


