/* CSS Document */

/* ------ NEWS ----- */
ul.tabbed {
	margin:0;
	padding:0 0 16px 0;
	background: url(../images/blueline.gif) 0px 21px repeat-x;
}
ul.tabbed li {
	display:inline;
}
ul.tabbed li a 
{
	display:block;
	float:left;
	padding:0 7px;
	line-height:21px;
	font-size:12px;
	color:#666;
	text-decoration:none;
}
ul.tabbed li.current a, ul.tabbed li a:hover, ul.tabbed li {
	background:#0066cc;
	color:#fff;
}
span.date {
	font-size:12px;
	display:block;
	margin:6px 0 0px 0;
}
.headline {
	font-size: 14px;
	/*margin: 6px 0 20px 0;*/
	color:#0066CC;
	font-weight:bold;
	text-decoration:none;
}
#print {
	margin:6px 0 0 0;
	float: right;
	color:#0066CC;
	font-size:10px;
	line-height: 15px;
	text-align:right;
	padding: 0 15px 0 0;
	background-image:url(../images/print_button.gif);
	background-repeat:no-repeat;
	background-position:right;
}

/* ------ JOBS ----- */
.joblist a
{
	font-size:13px;
	color:#0066CC;
	font-weight:600;
	text-decoration:none;
}
.joblist a:hover
{
	font-size:13px;
	color:#0066CC;
	font-weight:600;
	text-decoration:underline;
}
.jobtitle {
	font-size: 15px;
	color:#0066CC;
	font-weight:600;
}
.jobref {
	font-size:11px;
	margin: 0 0 20px 0;
}
.jobsubtitle {
	font-weight:600;
	color:#0066CC;
}
#jobapply {
	display:block;
}
#jobapply a {
	text-decoration:none;
	padding: 3px;
	color:#666666;
	border: 1px solid #0066CC;
}
#jobapply a:hover {
	text-decoration:none;
	border: 1px solid #DC0C52;
}

/* ------ CALENDAR ----- */

.calendarClear {
	clear:both;
}
.calendarDates {
	float:left;
	color:#666666;
	width: 130px;
	padding:5px 0 5px 5px;		
	font-size:12px;
	border-right: solid 1px #ccc;		
}
.calendarDatesblue {
	float:left;
	width: 130px;
	color:#666666;
	padding:5px 0 5px 5px;		
	font-size:12px;
	border-right: solid 1px #ccc;
	background-color: #E6F0FA;
}
.calendarEvents {
	float:left;
	width:350px;
	font-size: 12px;
	padding:5px 0 5px 10px;		
}
.calendarEventsblue {
	float:left;
	width:350px;
	font-size: 12px;
	padding:5px 0 5px 10px;		
	background-color: #E6F0FA;
}
.calendarEvents a {
	color:#666666;
	font-size: 12px;
	text-decoration:none;
}
.calendarEventsblue a {
	color:#666666;
	font-size: 12px;
	text-decoration:none;
}
.calendarEvents a:hover {
	color:#666666;
	font-size: 12px;
	text-decoration:underline;
}
.calendarEventsblue a:hover {
	color:#666666;
	font-size: 12px;
	text-decoration:underline;
}

/* ------ PRESSCLIPPINGS ----- */

.pdfdownload {
	color: #0066cc;
	background-image:url(../images/icon_pdf.gif);
	background-position:left;
	background-repeat:no-repeat;
}
.pdfdownload a {
	padding: 0 0 0 25px;
	font-size:12px;
}


