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

