/*

	Stylesheet for Jobkanaal

	Media:      screen, projection
	Copyright:  Netlash <http://www.netlash.com>
	Author:     Yoni De Beule <yoni@netlash.com>

*/

body, form, ol, ul, dl, li, dt, dd, td, th ,tr, h1, h2, h3, h4, h5, h6, p, pre, blockquote, address { margin: 0;padding: 0;}
ol, ul { list-style: none;}
img { border:0;}
fieldset { margin: 0;padding: 0;border: 0;}
input, select, textarea { font-size: 100%;vertical-align: middle;}
table { border-collapse: collapse;border-spacing: 0;empty-cells: show;}
th { text-align: left;}
a:focus { overflow: hidden;}

body {
	background: #c9c9c9 url(../images/background.png) repeat-y top center;
	color: #333;
	font-size: 62.5%;
	font-family: Arial, sans-serif;
	line-height: 1.5;
}

/*
	Typography and text styles
*/

p {
	font-size: 1.1em;
	padding: 0 0 8px 0;
}

strong, th, thead td, h1, h2, h3, h4 {
	font-weight: 700;
}

strong.big, b.big {
	font-size: 1.5em;
	color: #e40084;
}

h1, h2, h3 {
	line-height: 1.1;
	font-family: Helvetica, Arial, sans-serif;
}

h1 a, h2 a, h3 a, h4 a {
	border: 0;
}

h1 {
	font-size: 2.5em;
	padding: 0 0 12px 0;
}

h2 {
	font-size: 2.5em;
	padding: 0 0 12px 0;
}

h3 {
	font-size: 1.6em;
	padding: 0 0 12px 0;
}

h4 {
	font-size: 1.2em;
	padding: 0 0 12px 0;
}

/* Links */

a { text-decoration: none;border-bottom: 1px solid #7f7f7f;color: #000;}
a:link { border-color: #7f7f7f;color: #000;}
a:visited { border-color: #999;color: #333;}
a:hover, a:active { border-color: #e40084;color: #e40084;}

/* Defaults */

li {
	font-size: 1.1em;
}

li li, li p, td td, th td, td th, blockquote p, blockquote q {
	font-size: 1em;
}

.content ul,
.content ol {
	padding: 0 0 12px 24px;
}

.content li {
	padding-bottom: 2px;
}

.content ul {
	list-style-image: url(../images/list.png);
}

.content ol {
	list-style-type: decimal;
}

.content ul ul,
.content ol ul,
.content ol ol {
	padding-bottom: 0;
}

.content ol ol {
	list-style: upper-roman;
}

.content ol ol ol {
	list-style: lower-roman;
}

ol.reset,
ul.reset {
	margin: 0;
	padding: 0;
	list-style: none;
}

code {
	font-family: Consolas, Monaco, "Courier New", monospace;
	line-height: 1.15;
}

pre {
	padding: 6px 12px;
	background: #f4f4f4;
	margin: 0 0 12px;
}

small {
	font-family: Arial, sans-serif;
	font-size: 1em;
}

q {
	font-size: 1.5em;
}

blockquote {
	padding: 0 0 0 12px;
	font-size: 1.5em;
	line-height: 1.3em;
}

blockquote p {
	text-indent: -0.6em;
	padding: 0;
}

blockquote p:after {
	content: "\0000a0 \00201D";
}

blockquote p:before {
	content: "\00201C \0000a0";
}

em {
	font-style: italic;
}

sub, sup {
	line-height: 0;
}

hr {
	border: none;
	border-top: 1px solid #ddd;
	padding: 0;
}

div.hr {
	border-bottom: 1px solid #ddd;
	margin: 12px 0 24px;
}

div.hr hr {
	display: none;
}

table {
	border-top: 1px solid #eee;
	width: 100%;
	margin-bottom: 24px;
}

td, th {
	border-bottom: 1px solid #eee;
	padding: 4px;
	font-size: 1.1em;
	vertical-align: top
}

th {
	font-weight: 700;
	background: #f4f4f4;
}

/* Image classes */

img.alignLeft {
	float: left;
	padding: 0 10px 10px 0;
}

img.alignRight {
	float: right;
	padding: 0 0 10px 10px;
}

a.linkedImage {
	border: 0;
	display: block;
	font-size: 11px;
	color: #f4f4f4;
}

a.linkedImage img {
	display: block;
}

/* Sticky footer */

html, body, #topWrapper {
	height: 100%;
}

body > #topWrapper {
	height: auto;
	min-height: 100%;
}

#content {
	padding-bottom: 58px;
}

#bottomWrapper {
	position: relative;
	margin-top: -34px;
	height: 34px;
	clear: both;
}

/*
	Page structure and layout
*/

.container {
	width: 970px;
	margin: 0 auto;
}

/*
	Header
*/

#header {
	background: url(../images/wood.png);
	width: 970px;
	height: 171px;
	position: relative;
}

	/* Logo */

	#header h1, #header h2 {
		width: 179px;
		height: 40px;
		background: url(../images/sprite.png) no-repeat 0 -560px;
		text-indent: -9999px;
		float: left;
		padding: 0;
		margin-left: 30px;
	}

	#header h1 a, #header h2 a {
		width: 100%;
		height: 100%;
		display: block;
		overflow: hidden;
		border: 0;
	}

	/* Extra navigation */

	#extraNavigation {
		height: 59px;
		width: 970px;
	}

	#extraNavigation ul {
		float: right;
		padding: 5px 5px 5px 0;
	}

	#extraNavigation li {
		float: left;
		height: 20px;
		overflow: hidden;
		padding: 0 10px;
		background: url(../images/sprite.png) no-repeat 0 -530px;
	}

	#extraNavigation li.firstChild {
		background: none;
	}

	#extraNavigation li a {
		float: left;
		padding-left: 22px;
		color: #fff;
		border: 0;
		text-transform: uppercase;
		font-weight: 700;
		line-height: 20px;
	}

		#extraNavigation li a:link,
		#extraNavigation li a:visited {
			color: #fff;
		}

		#extraNavigation li a:hover,
		#extraNavigation li a:active {
			color: #e40084;
		}

	#extraNavigation li#contactNavigation a {
		padding-left: 22px;
		background: url(../images/sprite.png) no-repeat 0 3px;
	}

	#extraNavigation li#sitemapNavigation a {
		padding-left: 22px;
		background: url(../images/sprite.png) no-repeat 0 -27px;
	}

	/* Meta navigation */

	#metaNavigation {
		clear: both;
		padding-top: 52px;
		height: 20px;
		overflow: hidden;
	}

	#metaNavigation li {
		float: left;
		padding-right: 5px;
	}

	#metaNavigation li a {
		float: left;
		padding: 1px 10px 0 10px;
		color: #e40084;
		background: #fff;
		border-bottom: 1px solid #ababab;
		text-transform: uppercase;
		font-weight: 700;
		line-height: 18px;
	}

		#metaNavigation li a:link,
		#metaNavigation li a:visited {
			color: #e40084;
			background: #fff;
			border-color: #ababab;
		}

		#metaNavigation li a:hover,
		#metaNavigation li a:active {
			color: #fff;
			background: #e40084;
			border-color: #9f005c;
		}

	#metaNavigation li#homeNavigation a {
		padding-left: 25px;
		background-image: url(../images/sprite.png);
		background-repeat: no-repeat;
		background-position: 5px -57px;
	}

	#metaNavigation li#homeNavigation a:hover,
	#metaNavigation li#homeNavigation a:active {
		background-position: 5px -207px;
	}

	#metaNavigation li#loginNavigation a {
		padding-left: 25px;
		background-image: url(../images/sprite.png);
		background-repeat: no-repeat;
		background-position: 5px -85px;
	}

	#metaNavigation li#loginNavigation a:hover,
	#metaNavigation li#loginNavigation a:active {
		background-position: 5px -235px;
	}

	/* Header actions */

	#headerActions {
		width: 700px;
		height: 202px;
		position: absolute;
		overflow: hidden;
		top: 30px;
		left: 255px;
	}

	#headerActionsWrapper {
		width: 720px;
		height: 202px;
	}

	#headerActions .headerAction {
		float: left;
		width: 220px;
		height: 200px;
		overflow: hidden;
		margin-right: 20px;
		border-bottom: 2px solid #ccc;
		position: relative;
	}

	#headerActions a,
	#headerActions a img {
		display: block;
		width: 220px;
		height: 200px;
		border: 0;
	}

	a.headerActionIcon {
		display: block;
		width: 220px;
		height: 200px;
		background: url(../images/header_action_hover.png);
		position: absolute;
		top: 0;
		left: 0;
		text-indent: -9999px;
		overflow: hidden;
	}

	a.headerActionIcon:hover,
	a.headerActionIcon:active {
		background-position: 0 -200px;
	}

/*
	Content
*/

#content {
	background: url(../images/header.png) no-repeat;
}

#usabilityLink {
	padding: 0 15px 8px 0;
}

#usabilityLink p {
	padding: 0;
}

#usabilityLink a {
	height: 17px;
	width: 40px;
	background: url(../images/sprite.png) no-repeat 0 -500px;
	text-indent: -9999px;
	float: right;
	border: 0;
	overflow: hidden;
}

#usabilityLink a:hover,
#usabilityLink a:active {
	background-position: -199px -500px;
}

	/* General */

	#leftColumn .mod,
	#rightColumn .mod {
		margin-bottom: 15px;
		background: #f5f5f5;
		clear: both;
	}

	#leftColumn .mod blockquote,
	#rightColumn .mod  blockquote {
		padding: 10px 10px 10px 15px;
	}

	#leftColumn .mod blockquote p,
	#rightColumn .mod  blockquote p {
		padding: 0;
	}

	.woodBackground {
		background: url(../images/wood.png) center;
		color: #fff;
	}

	.woodBackground a {
		color: #fff;
		border-color: #b5a397;
	}

		.woodBackground a:link,
		.woodBackground a:visited {
			color: #fff;
			border-color: #b5a397;
		}

		.woodBackground a:hover,
		.woodBackground a:active {
			color: #e40084;
			border-color: #e40084;
		}

	.darkBackground {
		background: #ddd;
	}

	.darkBackgroundBox {
		padding: 6px;
		margin-bottom: 12px;
		background: #ddd;
	}

	a.button {
		float: right;
		padding: 1px 10px 0 20px;
		color: #e40084;
		text-transform: uppercase;
		border-bottom: 1px solid #ababab;
		background: #f5f5f5 url(../images/sprite.png) 5px -115px;
	}

		a.button:link,
		a.button:visited {
			color: #e40084;
			background: #f5f5f5 url(../images/sprite.png) 5px -115px;
		}

		a.button:hover,
		a.button:active {
			color: #fff;
			background: #e40084 url(../images/sprite.png) 5px -266px;
		}

	a.altButton {
		float: left;
		padding: 1px 10px 0 20px;
		color: #fff;
		text-transform: uppercase;
		border-bottom: 1px solid #666;
		background: #aaa url(../images/sprite.png) 5px -265px;
	}

		a.altButton:link,
		a.altButton:visited {
			color: #fff;
			background: #aaa url(../images/sprite.png) 5px -265px;
		}

		a.altButton:hover,
		a.altButton:active {
			color: #fff;
			background: #666 url(../images/sprite.png) 5px -265px;
		}

	.alternatingFileList {
		background: url(../images/alternating_background.png);
	}

	.alternatingFileList li {
		height: 40px;
		width: 235px;
		float: left;
		overflow: hidden;
	}

	.alternatingFileList li a {
		display: block;
		border: 0;
		font-weight: 700;
	}

		#leftColumn .alternatingFileList li a {
			padding: 11px 10px 11px 55px;
		}

		#rightColumn .alternatingFileList li a {
			padding: 11px 10px 11px 45px;
		}

	#leftColumn .alternatingFileList li.htmlIcon a { background: url(../images/sprite.png) no-repeat 15px -340px;}
	#leftColumn .alternatingFileList li.pdfIcon a { background: url(../images/sprite.png) no-repeat 15px -380px;}
	#leftColumn .alternatingFileList li.docIcon a { background: url(../images/sprite.png) no-repeat 15px -420px;}
	#leftColumn .alternatingFileList li.pptIcon a { background: url(../images/sprite.png) no-repeat 15px -460px;}

	#rightColumn .alternatingFileList li.htmlIcon a { background: url(../images/sprite.png) no-repeat 5px -340px;}
	#rightColumn .alternatingFileList li.pdfIcon a { background: url(../images/sprite.png) no-repeat 5px -380px;}
	#rightColumn .alternatingFileList li.docIcon a { background: url(../images/sprite.png) no-repeat 5px -420px;}
	#rightColumn .alternatingFileList li.pptIcon a { background: url(../images/sprite.png) no-repeat 5px -460px;}

	.alternatingDateList li {
		padding-bottom: 5px;
		overflow: hidden;
		clear: both;
	}

	.alternatingDateList li span.dateNumber {
		width: 42px;
		height: 26px;
		float: left;
		font-size: 1.454em;
		line-height: 1.1;
		font-weight: 700;
		text-align: center;
		cursor: pointer;
	}

		#leftColumn .alternatingDateList li span.dateNumber {
			padding: 14px 3px 0 10px;
			background: url(../images/sprite.png) no-repeat 15px -300px;
		}

		#rightColumn .alternatingDateList li span.dateNumber {
			padding: 14px 3px 0 0;
			background: url(../images/sprite.png) no-repeat 5px -300px;
		}

	.alternatingDateList li span.dateDescription {
		padding: 7px 5px 0 0;
		float: left;
		line-height: 1.2;
		cursor: pointer;
	}

		#leftColumn .alternatingDateList li span.dateDescription {
			width: 175px;
		}

		#rightColumn .alternatingDateList li span.dateDescription {
			width: 185px;
		}

	.meta {
		color: #999;
	}

	/* Left Column */

	#leftColumn .mod .ft {
		width: 235px;
		height: 5px;
		background: url(../images/sprite.png) no-repeat 0 -610px;
		font-size: 0;
		line-height: 0;
	}

	#leftColumn .bd p {
		padding: 5px 5px 5px 15px;
	}

	#leftColumn .content ul {
		padding: 5px 5px 5px 30px;
	}

	#leftColumn .hd h3 {
		padding: 5px 5px 3px 15px;
	}

	#leftColumn .bd h4 {
		padding: 5px 5px 3px 15px;
		text-transform: uppercase;
	}

		/* Navigation */

		#navigation {
			border-top: 2px solid #acacac;
		}

		#navigation li {
			width: 235px;
			float: left; /* IE6 needs this float */
		}

		#navigation li a {
			display: block;
			padding: 5px 5px 5px 15px;
			background: url(../images/navigation.png) no-repeat bottom;
			border: 0;
			font-weight: 700;
			text-transform: uppercase;
			color: #333;
		}

			#navigation li a:link,
			#navigation li a:visited {
				color: #333;
			}

			#navigation li a:hover,
			#navigation li a:active {
				color: #e40084;
			}

		#navigation li.selected {
			background: #ddd;
		}

		#navigation li.selected ul {
			padding-bottom: 20px;
		}

		#navigation li.selected a {
			color: #e40084;
			background: none;
		}

		#navigation li.selected a:link,
		#navigation li.selected a:visited,
		#navigation li.selected a:hover,
		#navigation li.selected a:active {
			color: #e40084;
		}

		#navigation li.selected li a {
			padding: 0 5px 0 35px;
			text-transform: none;
			color: #333;
			background: url(../images/sprite.png) no-repeat 25px -705px;
			overflow: hidden;
		}

			#navigation li.selected li a:link,
			#navigation li.selected li a:visited {
				color: #333;
			}

			#navigation li.selected li a:hover,
			#navigation li.selected li a:active {
				color: #e40084;
			}

		#navigation li.selected ul ul {
			padding-bottom: 5px;
		}

		#navigation li.selected li.selected a {
			color: #666;
		}

			#navigation li.selected li.selected a:link,
			#navigation li.selected li.selected a:visited {
				color: #666;
			}

			#navigation li.selected li.selected a:hover,
			#navigation li.selected li.selected a:active {
				color: #e40084;
			}

		#navigation li.selected li.selected li a {
			padding: 0 5px 0 45px;
			color: #333;
			background: url(../images/sprite.png) no-repeat 35px -705px;
		}

			#navigation li.selected li.selected li a:link,
			#navigation li.selected li.selected li a:visited {
				color: #333;
			}

			#navigation li.selected li.selected li a:hover,
			#navigation li.selected li.selected li a:active {
				color: #e40084;
			}

		#navigation li.selected li.selected li.selected a {
			color: #666;
		}

			#navigation li.selected li.selected li.selected a:link,
			#navigation li.selected li.selected li.selected a:visited {
				color: #666;
			}

			#navigation li.selected li.selected li.selected a:hover,
			#navigation li.selected li.selected li.selected a:active {
				color: #e40084;
			}

	/* Middle column */

	#breadcrumb {
		border-bottom: 1px solid #bebebe;
		margin-bottom: 12px;
		width: 460px;
		overflow: hidden;
		color: #999;
	}

	#breadcrumb p {
		width: 460px;
		overflow: hidden;
		padding: 3px;
	}

	ul.bigList li {
		font-size: 1.4545em;
	}

	#middleColumn h1,
	#middleColumn h2,
	#middleColumn h3 {
		color: #e40084;
	}

	#middleColumn .mod .ft {
		border-bottom: 1px solid #bebebe;
		margin-bottom: 24px;
	}

	#partners {
		padding-top: 24px;
		font-weight: 700;
		text-align: center;

		border-top:1px solid #BEBEBE;
	}

	#partners p {
		clear: both;
	}

	#partners ul {
		padding-bottom: 24px;
	}

	#partners li {
		float: left;
		border-left: 1px solid #dedede;
	}

		#partners li.firstChild {
			border: 0;
		}

	#partners li a {
		width: 100px;
		height: 50px;
		text-indent: -9999px;
		float: left;
		padding: 0;
		border: 0;
		overflow: hidden;
	}

	#partners #partnersVnvo a {
		background: url(../images/partner_vnvo.png) no-repeat;
	}

	#partners #partnersUnizo a {
		background: url(../images/partner_unizo.png) no-repeat;
	}

	#partners #partnersVerso a {
		background: url(../images/partner_verso.png) no-repeat;
	}

	#partners #partnersvkw a {
		background: url(../images/partner_vkw.png) no-repeat;
	}

	#partners #partnersGent a {
		background: url(../images/partner_gent.png) no-repeat;
	}

	#partners #partnersVo a {
		background: url(../images/partner_vo.png) no-repeat;
	}

	#printPartners {
		display: none;
	}

	#newsMore {
		margin-top: -10px;
		margin-bottom: 20px;
	}

	.tableDate {
		font-weight: 700;
	}

	.tableDate, .tableExtra {
		white-space: nowrap;
		width: 100px;
	}

		/* Calendar */

		#calendar {
			padding-bottom: 24px;
		}

			#calendar .options {
				border-bottom: 1px solid #afafaf;
				padding: 12px 0;
				margin-bottom: 10px;
			}

			#calendar .bottomOptions {
				padding: 18px 0;
				margin-bottom: 16px;
			}

				#calendar #prevMonth,
				#calendar #prevMonthBottom {
					color: #999;
					text-transform: uppercase;
					font-size: 11px;
					width: 158px;
					padding-right: 20px;
					background: url(../images/calendar/previous.png) no-repeat center right;
					border: 0;
					font-weight: 700;
					float: left;
					text-align: right;
					line-height: 12px;
				}

				#calendar .options h3 {
					color: #000;
					text-transform: uppercase;
					font-size: 11px;
					width: 158px;
					width: 104px;
					float: left;
					text-align: center;
					line-height: 12px;
					padding: 0;
				}

				#calendar #nextMonth,
				#calendar #nextMonthBottom {
					color: #999;
					text-transform: uppercase;
					font-size: 11px;
					width: 158px;
					padding-left: 20px;
					background: url(../images/calendar/next.png) no-repeat center left;
					border: 0;
					font-weight: 700;
					float: left;
					text-align: left;
					line-height: 12px;
				}

			#calendarIndex {
				padding-bottom: 10px;
				border-bottom: 1px solid #afafaf;
			}

				#calendarIndex img {
					padding-right: 12px;
				}

			#calendar li {
				border-bottom: 1px solid #ccc;
			}

				#calendar .dateDate {
					width: 54px;
					float: left;
					color: #999;
					text-transform: uppercase;
					text-align: center;
					font-weight: 700;
					font-size: 11px;
					line-height: 11px;
					padding: 11px 0 9px 0;
				}

				#calendar li.today .dateDate {
					color: #000;
				}

					#calendar .dateDate strong {
						display: block;
						text-align: center;
						font-size: 18px;
						line-height: 16px;
					}

				#calendar li ul {
					width: 406px;
					float: left;
				}

					#calendar li li {
						border-bottom: 1px solid #e9e9e9;
						text-transform: uppercase;
						font-weight: 700;
						font-size: 10px;
						padding: 18px 0 14px 36px;
					}

					#calendar li li.lastChild {
						border: 0;
					}

					#calendar li li.christian {
						color: #b3072a;
						background: url(../images/calendar/christianity_icon.png) no-repeat 0 10px;
					}

					#calendar li li.jewisch {
						color: #008eb1;
						background: url(../images/calendar/jewish_icon.png) no-repeat 0 10px;
					}

					#calendar li li.hinduism {
						color: #f8cd0a;
						background: url(../images/calendar/hinduism_icon.png) no-repeat 0 10px;
					}

					#calendar li li.muslism {
						color: #789b27;
						background: url(../images/calendar/islam_icon.png) no-repeat 0 10px;
					}

					#calendar li li.chinese {
						background: url(../images/calendar/chinese_icon.png) no-repeat 0 10px;
					}

					#calendar li li.buddhism {
						background: url(../images/calendar/buddhism_icon.png) no-repeat 0 10px;
					}

		/* Magazines */

		.magazinesFloat {
			width: 285px;
			float: left;
		}

		.magazinesInfoFloat {
			width: ;
		}

	/* Right column */

	#rightColumn .mod .ft {
		width: 235px;
		height: 5px;
		background: url(../images/sprite.png) no-repeat 0 -660px;
		font-size: 0;
		line-height: 0;
	}

	#rightColumn .bd p {
		padding: 5px 5px 5px 10px;
	}

	#rightColumn .content ul {
		padding: 5px 5px 5px 25px;
	}

	#rightColumn .hd h3 {
		padding: 5px 5px 3px 10px;
	}

	#rightColumn .bd h4 {
		padding: 5px 5px 3px 10px;
		text-transform: uppercase;
	}

		/* Tv grid thumb */

		.tvGridThumb {
			width: 235px;
			overflow: hidden;
			background: #000;
		}

		.tvGridThumb li {
			float: left;
			width: 78px;
			height: auto;
		}

		.tvGridThumb li a {
			display: block;
			border: 0;
			width: 78px;
			height: 42px;
			overflow: hidden;
		}

		.tvGridThumb li a:hover,
		.tvGridThumb li a:active {
			opacity: 0.85;
			-moz-opacity: 0.85;
			filter: alpha(opacity=85);
		}

		.tvGridThumb li img {
			width: 78px;
			height: auto;
			display: block;
		}

		.tvGridThumb li.bigTvThumb {
			width: 235px;
		}

		.tvGridThumb li.bigTvThumb a {
			width: 235px;
			height: auto;
		}

		.tvGridThumb li.bigTvThumb img {
			width: 235px;
			display: block;
		}

	/* Counter */

	.counter {
		color: #373737;
		font-weight: 700;
	}

	.counter ul {
		list-style: none;
		padding: 0 5px 0 10px !important;
	}

		.counter ul li {
			width: 31px;
			height: 44px;
			font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
			font-size: 38px;
			font-weight: 500;
			color: #FFF;
			float: left;
			text-align: center;
			padding: 0;
			margin-right: 3px;
			line-height: 1.1;
		}

		.counter ul li.number {
			background: url(../images/counter.png) no-repeat 0 0;

		}

		.counter ul li.person {
			background: url(../images/counter.png) no-repeat 0 -65px;
		}

	/* Social links */

	.socialLinks ul {
		list-style: none;
		padding: 5px 5px 5px 0 !important;
	}

		.socialLinks ul li {
			background: url(../images/social_links_bg.png) no-repeat 0 bottom;
			padding: 8px 0 4px 10px !important;
		}

			.socialLinks ul li a {
				display: block;
				width: 32px;
				height: 32px;
				border: none;
				float: left;
				margin-right: 4px;
				text-indent: -9999px;
			}

			.socialLinks ul li p {
				float: left;
				padding: 0 0 5px 0 !important;
			}

			.socialLinks ul li.linkedin a {
				background: url(../images/social_links_icons.png) no-repeat 0 0;
			}

			.socialLinks ul li.facebook a {
				background: url(../images/social_links_icons.png) no-repeat 0 -62px;
			}

			.socialLinks ul li.twitter a {
				background: url(../images/social_links_icons.png) no-repeat 0 -124px;
			}
			
	/* Diversity form */
	
	#diversityForm {
		padding: 12px 0;
	}
	
	#diversityForm input.inputSubmit {
		background: #C30080 url(../images/sign_icon.png) no-repeat 4px 4px;
		padding-left: 24px;
	}
	
	/* Forwardform */
	
	.signedPlus {
		background: url(../images/signed_plus_bg.png) no-repeat 0 0;
		padding: 0 0 36px 72px;
		line-height: 1.3;
	}
	
		.signedPlus span {
			font-weight: 700;
			color: #C30080;
		}
	
	#forwardForm input.inputSubmit {
		background: #C30080 url(../images/forward_icon.png) no-repeat 4px 4px;
		padding-left: 32px;
	}

/*
	Footer
*/

	#footer {
		background: #c9c9c9 url(../images/footer.png) no-repeat;
		padding: 2px 10px 5px 10px;
		color: #fff;
	}

	#footer a {
		color: #fff;
		border-color: #ac9790;
	}

		#footer a:link,
		#footer a:visited {
			color: #fff;
			border-color: #ac9790;
		}

		#footer a:hover,
		#footer a:active {
			color: #fff;
			border-color: #fff;
		}

	#footer ul {
		background: url(../images/wood.png);
		width: 950px;
		padding: 5px 0 7px 0;
		text-align: center;
		border-bottom: 2px solid #000;
	}

	#footer li {
		display: inline;
		padding: 0 5px;
	}

/*
	Column system
*/

#leftColumn {
	width: 235px;
	padding-right: 20px;
	float: left;
}

#middleColumn {
	width: 460px;
	padding: 71px 20px 20px 0;
	float: left;
}

#wideMiddleColumn {
	width: 715px;
	float: left;
}

#innerWideMiddleColumn {
	width: 695px;
	padding-right: 20px;
	overflow: hidden;
}

#rightColumn {
	width: 235px;
	padding-top: 71px;
	float: left;
}

.twoColumnWrapper {
	width: 460px;
	overflow: hidden;
}

.twoColumn {
	width: 480px;
}

.twoColumnFloat {
	width: 220px;
	float: left;
	padding-right: 20px;
}


/*
	Dialog boxes
*/

.dialogBox {
 	padding: 10px;
 	margin-bottom: 10px;
 	background: #f4f4f4;
 	color: #666;
 }

.dialogSucces {
	background: #e4f0d8;
	color: #2c5301;
}

.dialogError {
	background: #fbe3e4;
	color: #8a1f11;
}

.dialogNotice {
	background: #fff6bf;
	color: #514721;
}

/* Pagination */

.pagination-wrap {
	width: 100%;
	overflow: hidden;
}

.pagination {
	float: left;
	position: relative;
	left: 50%;
}

.pagination ul {
	padding: 18px 0;
	overflow: hidden;
	position: relative;
	left: -50%;
}

.pagination li {
	float: left;
	list-style: none;
	margin: 0 5px 0 0;
	text-decoration: none;
	padding: 0;
	line-height: 15px;
	font-size: 12px;
	text-align: center;
}

.pagination li span {
	float: left;
	display: block;
	padding: 4px 5px;
	color: #ccc;
	min-width: 12px;
}

.pagination li.currentpage span {
	font-weight: 700;
	color: #000;
}

.pagination li.selected span {
	padding: 4px 5px;
	font-weight: 700;
	color: #000;
}

.pagination li a:link,
.pagination li a:visited {
	float: left;
	display: block;
	padding: 3px 4px;
	border: 1px solid #ddd;
	text-decoration: none;
	min-width: 12px;
}

li.ellipsis {
	margin: 0;
}

li.ellipsis span {
	color: #000;
}

.pagination li a:hover,
.pagination li a:active {
	background: #eee;
	border: 1px solid #bbb;
	color: #000;
}

.nextpage, .previouspage {
	font-size: 11px;
}

.pagination li.nextpage {
	margin-left: 10px;
}

.pagination li.previouspage {
	margin-right: 15px;
}

/* Forms */

label {
	font-family: Arial, sans-serif;
	display: block;
	padding: 4px 0;
}

input, select, option {
	font-size: 1.1em;
	font-family: Arial, sans-serif;
}

p input, p select, li input, li select {
	font-size: 1em;
}

input.input-text, input.inputText, input.text, input.input-password, input.inputPassword, input.password, textarea {
	font-size: 12px;
	background: #fcfcfc;
	border: 1px solid #39271F;
	color: #808080;
	padding: 3px 2px 3px 6px;
	width: 200px;
	height: 18px;
	line-height: 18px;
	
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

textarea {
	line-height: 1.5;
	width: 360px;
}

input:focus, textarea:focus {
	border-color: #999;
	background: #fff;
}

@-moz-document url-prefix() {
	input[type="text"]:focus,
	input[type="password"]:focus,
	textarea:focus {
		outline: 2px solid #b6cbe5;
		-moz-outline-radius: 5px;
		fborder-color: #5d92d4;
	}
}

input.input-submit, input.inputSubmit, input.submit, button {
	color: #FFF;
	background: #C30080;
	border: none;
	padding: 6px 4px 4px 4px;
	cursor: pointer;
	overflow: visible;
	text-transform: uppercase;
}

input.input-submit:hover, input.inputSubmit:hover, input.submit:hover, button:hover {
	background: #333;
}

input.input-submit:active, input.inputSubmit:active, input.submit:active, button:active {
	background: #000;
}

input.inputCheckbox {
	float: left;
	margin: 3px 6px 3px 0;
}

select {
	width: 206px;
	display: block;
	margin: 2px 0;
}

.selectWrapper {
	float: left;
	margin: 2px 6px 2px 0;
	padding: 2px;
	white-space: nowrap;
	background: #f4f4f4;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #eee;
}

.selectWrapper label, .selectWrapper input {
	float: left;
	padding: 0;
	margin: 0 4px 0 0;
}

.selectWrapper input.input-radio {
	margin: 2px 4px 2px 0;
}

.horizontalForm input { float: left; }
.horizontalForm label { width: 160px; float: left; }

.oneLineForm p { float: left; margin-right: 18px; }

label small { color: #999; }
label.inline { display: inline; }

form p {
	padding-bottom: 16px;
}

.form-error, .formError {
	padding: 4px;
	margin: 3px 0;
	background: #fbe3e4;
	color: #8a1f11;
	display: block;
	clear: both;
}

.form-success, .formSuccess {
	padding: 4px;
	margin: 3px 0;
	background: #e4f0d8;
	color: #2c5301;
	display: block;
	clear: both;
}

/* checkboxes */

li.label_checkbox_pair {
	clear: both;
	float: none;
	position: relative;
}

li.label_checkbox_pair input {
	left: 0;
	position: absolute;
	top: 1px;
	margin: 0;
	width: auto !important; /* IE6 fix */
	background: none; /* IE6 fix */
}

li.label_checkbox_pair label {
	display: block;
	margin-left: 22px;
	padding: 0 0 3px 0;
	width: 400px;
}

	#leftColumn li.label_checkbox_pair label {
		width: 190px;
	}

/* Center anything */

.centerWidthlessWrap {
	width: 100%;
	overflow: hidden;
}

.centerWidthless {
	float: left;
	position: relative;
	left: 50%;
}

.centerWidthlessInner {
	position: relative;
	left: -50%;
}

/* General purpose classes */

.hidden { display: none;}
.block { display: block;}

.floatLeft { float: left;}
.floatRight { float: right;}

.noPadding { padding: 0;}
.paddingBottom { padding-bottom: 12px;}

.noBorder { border: none !important;}
.border { border: 1px solid #C7C7C7;}

.mute { color: #666;}
.serif { font-family: "Times New Roman", Times, Georgia, serif;}
.uc { text-transform: uppercase;}
.sC { font-variant: small-caps;}
.lC { text-transform: lowercase;}

.rc {
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.helpTxt {
	font-family: Arial, sans-serif;
	font-size: 11px;
	color: #666;
}

.clear { clear: both;}

.alignCenter { text-align: center; }

.accessibility {
	position: absolute;
	top: -9999px;
	left: -9999px;
}

/* Guillotine bug */

.guillotineBugFix {
	display: none;
}

/* Clearfix */

.clearfix:after, #header:after, #content:after, .hd:after, .bd:after, .ft:after, #navigation ul:after, #navigation li:after, ul.alternatingFileList:after, #calendar li:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	font-size: 0;
	line-height: 0;
}

/* poll */

#leftColumn .poll form, #leftColumn .poll h4 {
 padding: 5px 5px 5px 15px;
}

#leftColumn .bd h4 {
	font-size: 12px;
	text-transform: none;
	font-weight: 700;
}

