/* CSS Document */

.calendarTable{
	border-collapse:collapse;
	background-image:url(../images/calendar_bg.gif);
	background-repeat:no-repeat;
}

.calendarLink{
	font-weight:bold;
	font-size:9px;
	color:#EB2500;
}

.calendarLink a{
	font-weight:bold;
	font-size:9px;
	color:#EB2500;
}

.calendarDay{
	font-family:tahoma,arial,helvetica;
	font-size:9px;
	color:#000000;
	height:20px;
}

.calendarCurrentDay{
	font-family:tahoma,arial,helvetica;
	font-size:9px;
	color:#EB2500;
	height:20px;
}

.calendarHeader {
	font-family:tahoma,arial,helvetica;
	font-size:9px;
	color:#EB2500;
	height:20px;
}

.calendarMonthHeader {
	font-family:tahoma,arial,helvetica;
	font-size:12px;
	color:#FFFFFF;
	height:20px;
}

.calendarTitle {
	font-family:tahoma,arial,helvetica;
	font-size:12px;
	font-weight:bold;
	color:#EB2500;
	line-height:30px;
}

.eventsHeader{
	background-color:#45426D;
	color:#FFFFFF;
	font-weight:bold;
	font-size:11px;
	padding-left:5px;
}

.eventItem{
	color:#44416C;
	font-size:12px;
}

.eventItem a:hover{
	text-decoration:underline;
}

.footer
{
	font-family:tahoma,arial,helvetica;
	font-size:12px;
	color:#FFFFFF;
	margin-right:15px;
}

.footer a
{
	font-family:tahoma,arial,helvetica;
	font-size:12px;
	color:#FFFFFF;
}


.linkListItemBlue {
	color:#000000;
	padding-left:15px;
}

.linkListItemBlue a{
	color:#000000;
	font-weight:normal;
}

.linkListItemBlue div.listLinkItem {
	padding-left:15px;
	background-image:url(../images/business_list_arrows.gif);
	background-position:left top;
	background-repeat:no-repeat;
}

.linkListItemGreen {
	color:#000000;
	padding-left:15px;
}

.linkListItemGreen div.listLinkItem {
	padding-left:15px;
	background-image:url(../images/careers_list_arrows.gif);
	background-position:left top;
	background-repeat:no-repeat;
}


.linkListItemGreen a{
	color:#000000;
	font-weight:normal;
}

.linkListItemRed {
	color:#000000;

}

.linkListItemRed div.listLinkItem {
	padding-left:15px;
	background-image:url(../images/ppwfc_list_arrows.gif);
	background-position:left top;
	background-repeat:no-repeat;
}

.linkListItemRed a {
	color:#000000;
	font-weight:normal;
}

.linkListItemYellow {
	color:#000000;
}

.linkListItemYellow div.listLinkItem {
	padding-left:15px;
	background-image:url(../images/youth_list_arrows.gif);
	background-position:left top;
	background-repeat:no-repeat;
}

.linkListItemYellow a{
	color:#000000;
	font-weight:normal;
}

.linkListItemHome {
	color:#000000;
	padding-left:15px;
	background-image:url(../images/home_list_arrows.gif);
	background-position:left center;
	background-repeat:no-repeat;
}
.linkListItemHome a{
	color:#44416C;
}

.search{
	color:#44416C;
	font-weight:800;
}

.subheader{
	font-family:tahoma,arial,helvetica;
	font-size:12px;
	font-style:italic;
	color:#FFFFFF;
	margin-left:15px;
}

.subheaderLink
{
	font-family:tahoma,arial,helvetica;
	font-size:12px;
	color:#FFBE00;
	margin-right:15px;
}

.listHeader{
	font-weight:bold;
}

.listTableHeader{
	padding-left:40px;
	height:15px;
	font-size:14px;
}

.listDescription{

}

.listLinkRed{
	font-size:11px;
	
}

.listLinkBlue{
	font-size:11px;
}

.listLinkYello{
	font-size:11px;
}

.listLinkGreen{
	font-size:11px;
	color:#006633;
}

