/*

	Stylesheet for Civitas

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

*/

/*
	Reset
*/

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; }

/*
	General
*/

body {
	font: 300 13px Arial, sans-serif;
	line-height: 1.5;
	color: #454545;
	background: #fff url(../images/body_background.gif) repeat-x;
}

	.colorInverse { color: #fff; }
	.colorInverse a, .colorInverse a:link, .colorInverse a:visited { color: #fff; border-bottom: 1px solid #80cbeb; }
	.colorInverse a:hover, .colorInverse a:active { color: #fff; border-bottom: 1px solid #fff; }

/*
	Typography and text styles
*/

/* General */

p {
	padding: 0 0 6px 0;
}

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

strong {
	color: #000;
}

/* Headings */

h1, h2, h3 {
	line-height: 1.1;
	color: #4a529d;
}

.colorInverse h1, .colorInverse h2, .colorInverse h3 {
	color: #fff;
}

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

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

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

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

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

/* Links */

a {
	text-decoration: none;
	color: #4a529d;
	border-bottom: 1px solid #bbbdce ;
}

a:link {
	color: #4a529d;
	border-color: #bbbdce;
}

a:visited {
	color: #303869;
	border-color: #bbbdce;
}

a:hover {
	color: #42b2e1;
	border-color: #42b2e1;
}

a:active {
	color: #42b2e1;
	border-color: #42b2e1;
}

/* .content defaults */

.content ul {
	list-style: disc;
	padding: 0 0 12px 24px;
}

.content ol {
	list-style-type: decimal;
	padding: 0 0 12px 24px;
}

.content dl {
	padding: 0 0 12px 24px;
}

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

.content code {
	font-family: Monaco, "Courier New", monospace;
}

.content pre {
	font-size: 12px;
	line-height: 18px;
	background: #F5F5F5;
	margin: 0 0 12px 0;
	padding: 10px;
}

.content blockquote,
.content q {
	font-style: italic;
}

.content blockquote {
	padding: 0 0 0 24px;
	background: url(../images/blockquote.gif) no-repeat 0 0;
}

.content cite,
.content em {
	font-style: italic;
}

/*
	Sticky footer
*/

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

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

#content {
	padding-bottom: 232px;
}

#bottomWrapper {
	margin-top: -232px;
	height: 232px;
	clear: both;
	z-index: -999;
}

/*
	Page structure and layout
*/

	/* General */

	small {
		font-size: 11px;
		line-height: 1.636;
	}

	div.hr hr {
		display: none;
	}

	div.hr {
		clear: both;
		height: 4px;
		margin: 42px 0 24px 0;
		background: url(../images/hr_background.gif) no-repeat top center;
	}

		.normalCol div.hr {
			margin: 10px 0;
			background: url(../images/silver_line_background.gif) no-repeat top center;
		}

		#searchResults div.hr {
			margin: 12px 0 24px 0;
		}

	.item {
		padding: 0 0 34px 0;
	}

	a.button {
		font-size: 11px;
		font-weight: 700;
		background: #41b5ec;
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
		border-radius: 3px;
		display: block;
		padding: 2px 14px;
		color: #fff;
		border: 0;
	}

	a.button:link,
	a.button:visited {
		background: #41b5ec;
		color: #fff;
		border: 0;
	}

	a.button:hover {
		background: #3e83ab;
		color: #fff;
		border: 0;
	}

	a.button:active {
		background: #2b5c78;
		color: #fff;
		border: 0;
	}

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

	td, th {
		border-bottom: 1px solid #eee;
		font-size: 11px;
		padding: 4px;
	}

	th {
		font-weight: 700;
	}

	p.floatLeft {
		margin-right: 10px;
	}

	p.floatRight {
		margin-left: 10px;
	}

	h3.gray {
		color: #7f7f7f;
	}

	/* Header */

	#topWrapper {
		background: url(../images/header_background.gif) no-repeat top center;
	}

	#header {
		width: 844px;
		padding: 52px 0 0 0;
		height: 236px;
		margin: 0 auto;
	}

	#headerWrapper {
		float: left;
		width: 507px;
		padding: 0 38px 0 60px;
	}

	#home #header h2, #index #header h3 {
		color: #a4ddf8;
		font-size: 18px;
		font-weight: 300;
		float: left;
		padding: 48px 0 0 0;
	}

	/* Top search */

	#topSearch {
		padding-top: 46px;
		float: right;
		width: 244px;
	}

	#topSearch fieldset {
		float: right;
	}

	#header input.input-text {
		border: 1px solid #0e164b;
	}

	#header input.input-submit {
		border: 1px solid #969dc6;
		background: #3a458e;
		color: #fff;
		padding: 1px 4px;
	}

	#header input.input-submit:hover {
		border: 1px solid #969dc6;
		background: #5f6ba9;
	}

	#header input.input-submit:active,
	#header input.input-submit:focus {
		border-color: #000;
		background: #0e164b;
	}

	@-moz-document url-prefix() {
		#header input[type="text"]:focus,
		#header input[type="submit"]:focus,
		textarea:focus {
			outline: 2px solid #969dc6;
			-moz-outline-radius: 5px;
			fborder-color: #000;
		}
	}

	/* Logo */

	#home #header h1, #index #header h2 {
		width: 239px;
		height: 205px;
		background: url(../images/logo.gif) no-repeat;
		text-indent: -9999px;
		float: left;
		padding: 0;
	}

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

	/* Navigation */

	#navigation {
		float: left;
		width: 262px;
		padding: 58px 0 0 60px;
		position: relative;
	}

	#navigation li {
		display: none;
	}

	#navigation li a {
		display: block;
		width: 100%;
		height: 100%;
		overflow: hidden;
		background: url(../images/navigation_sprite.gif) no-repeat;
		border: 0;
	}

	#navigation #homeNavigation {
		display: block;
		float: left;
		height: 24px;
		width: 59px;
		text-indent: -9999px;
		overflow: hidden;
	}

		#navigation #homeNavigation a,
		#navigation #homeNavigation a:link,
		#navigation #homeNavigation a:visited {
			background-position: 0 0;
		}

		#navigation #homeNavigation a:hover,
		#navigation #homeNavigation a:active {
			background-position: -150px 0;
		}

		#navigation #homeNavigation.selected a {
			background-position: -150px 0;
		}

	#navigation #newsNavigation {
		display: block;
		float: left;
		height: 24px;
		width: 86px;
		text-indent: -9999px;
		overflow: hidden;
	}

		#navigation #newsNavigation a,
		#navigation #newsNavigation a:link,
		#navigation #newsNavigation a:visited {
			background-position: 0 -25px;
		}

		#navigation #newsNavigation a:hover,
		#navigation #newsNavigation a:active {
			background-position: -150px -25px;
		}

		#navigation #newsNavigation.selected a {
			background-position: -150px -25px;
		}

	#navigation #aboutNavigation {
		display: block;
		float: left;
		height: 24px;
		width: 117px;
		text-indent: -9999px;
		overflow: hidden;
	}

		#navigation #aboutNavigation a,
		#navigation #aboutNavigation a:link,
		#navigation #aboutNavigation a:visited {
			background-position: 0 -50px;
		}

		#navigation #aboutNavigation a:hover,
		#navigation #aboutNavigation a:active {
			background-position: -150px -50px;
		}

		#navigation #aboutNavigation.selected a {
			background-position: -150px -50px;
		}

	#navigation #libraryNavigation {
		display: block;
		float: left;
		height: 20px;
		width: 107px;
		text-indent: -9999px;
		overflow: hidden;
	}

		#navigation #libraryNavigation a,
		#navigation #libraryNavigation a:link,
		#navigation #libraryNavigation a:visited {
			background-position: 0 -75px;
		}

		#navigation #libraryNavigation a:hover,
		#navigation #libraryNavigation a:active {
			background-position: -150px -75px;
		}

		#navigation #libraryNavigation.selected a {
			background-position: -150px -75px;
		}

	#navigation #contactNavigation {
		display: block;
		float: left;
		height: 20px;
		width: 93px;
		text-indent: -9999px;
		overflow: hidden;
	}

		#navigation #contactNavigation a,
		#navigation #contactNavigation a:link,
		#navigation #contactNavigation a:visited {
			background-position: 0 -96px;
		}

		#navigation #contactNavigation a:hover,
		#navigation #contactNavigation a:active {
			background-position: -150px -96px;
		}

		#navigation #contactNavigation.selected a {
			background-position: -150px -96px;
		}

	#navigation #rssNavigation {
		display: block;
		float: left;
		height: 20px;
		width: 62px;
		text-indent: -9999px;
		overflow: hidden;
	}

		#navigation #rssNavigation a,
		#navigation #rssNavigation a:link,
		#navigation #rssNavigation a:visited {
			background-position: 0 -117px;
		}

		#navigation #rssNavigation a:hover,
		#navigation #rssNavigation a:active {
			background-position: -150px -117px;
		}

		#navigation #rssNavigation.selected a {
			background-position: -150px -117px;
		}

	#navigation #initiativesNavigation {
		display: block;
		height: 66px;
		width: 148px;
		position: absolute;
		top: 36px;
		left: 414px;
		overflow: hidden;
		float: left;
		text-indent: -9999px;
		overflow: hidden;
	}

		#navigation #initiativesNavigation a,
		#navigation #initiativesNavigation a:link,
		#navigation #initiativesNavigation a:visited {
			background-position: 0 -138px;
		}

		#navigation #initiativesNavigation a:hover,
		#navigation #initiativesNavigation a:active {
			background-position: -150px -138px;
		}

		#navigation #initiativesNavigation.selected a {
			background-position: -150px -138px;
		}

	#subNavigation {
		font-size: 13px;
		font-weight: 700;
	}

	#subNavigation li {
		width: 168px;
	}

	#subNavigation li a {
		font-size: 13px;
		display: block;
		line-height: 1.384;
		padding: 4px 0;
		border-bottom: 1px solid #d6d6d6;
		width: 168px;
	}

	#subNavigation li.selected a:link,
	#subNavigation li.selected a:visited {
		color: #454545;
	}

	#subNavigation li li {
		width: 158px;
		font-weight: 300;
		padding-left: 10px;
	}

	#subNavigation li li a {
		font-size: 12px;
		width: 158px;
	}

	#subNavigation li.selected li.selected a {
		font-weight: 700;
	}

	#subNavigation li li li {
		width: 148px;
		padding-left: 10px;
	}

	#subNavigation li li li a {
		font-size: 11px;
		width: 148px;
	}

	/* Content */

	#content {
		width: 844px;
		padding-top: 26px;
		margin: 0 auto;
	}

	.mainCol {
		float: left;
		width: 390px;
		padding-right: 36px;
		min-height: 1px;
		overflow: hidden;
	}

		.mainCol .item {
			width: 374px;
		}

	.leftMainCol {
		float: left;
		width: 374px;
		padding-right: 36px;
		min-height: 1px;
	}

		.leftMainCol .item {
			width: 374px;
		}

	.rightMainCol {
		float: left;
		width: 434px;
		min-height: 1px;
	}

		.rightMainCol .item {
			width: 434px;
		}

	.normalCol {
		float: left;
		width: 214px;
		padding-right: 6px;
		min-height: 1px;
	}

		.normalCol .item {
			width: 214px;
		}

	.smallCol {
		float: left;
		width: 168px;
		padding-right: 36px;
		min-height: 1px;
	}

		.smallCol .item {
			width: 168px;
		}

	/* Index */

	#intro {
		padding: 10px 0 10px 0;
		min-height: 162px;
		font: 500 16px "Helvetica Neue", Helvetica, Arial, sans-serif;
		line-height: 1.5;
	}

	#intro p a,
	#intro p a:visited,
	#intro p a:hover {
		font-weight: 700;
		color: #4a529d;
		border-bottom: 1px solid #c7cbe1;
	}

	#intro p a:hover,
	#intro p a:active {
		font-weight: 700;
		color: #42b2e1;
		border-bottom: 1px solid #42b2e1;
	}

	#indexEuropeSponsor {
		font: 300 11px Helvetica, Arial, sans-serif;
		line-height: 1.636;
		text-transform: uppercase;
		padding: 0;
	}

	#indexEuropeSponsor img {
		display: block;
		float: left;
		padding: 1px 10px 0 0;
	}

	#indexSlideshow {
		position: relative;
	}

	#indexSlideshowOverlay {
		width: 434px;
		height: 52px;
		background: url(../images/transparent.png);
		position: absolute;
		top: 184px;
	}

	#indexSlideshowOverlay h4 {
		color: #fff;
		padding: 17px 0 0 20px;
		float: left;
		width: 220px;
	}

	#indexSlideshowOverlay h4 a {
		color: #fff;
	}

	#indexSlideshowOverlay p {
		float: left;
		width: 194px;
		padding-top: 7px;
		font-size: 11px;
		color: #fff;
	}

	#indexSlideshowOverlay p a,
	#indexSlideshowOverlay p a:link,
	#indexSlideshowOverlay p a:visited {
		color: #fff;
		border-bottom: 1px solid #9297c2;
		display: inline;
	}

	#indexSlideshowOverlay p a:hover,
	#indexSlideshowOverlay p a:active {
		color: #fff;
		border-color: #fff;
		display: inline;
	}

	.wideBoxCheat {
		position: relative;
		width: 180px;
	}

	/* Nobox */

	.noBox {
		padding: 0 20px 18px 28px;
		width: 166px;
	}

	.purple input.input-submit {
		background: #47529b;
	}

	.purple input.input-submit:hover {
		background: #303869;
	}

	.purple input.input-submit:active,
	.purple input.input-submit:focus {
		background: #242a4f;
	}

	/* Bluebox */

	.blueBox {
		background: url(../images/blue_box_background.gif) no-repeat 2px 0;
		padding: 20px 20px 18px 28px;
		width: 166px;
		min-height: 152px;
	}

	.blueBox input.input-text {
		border: 1px solid #3888b6;
	}

	.blueBox input.input-submit {
		border: 1px solid #94d3ee;
		background: #3e83ab;
		color: #fff;
	}

	.blueBox input.input-submit:hover {
		border: 1px solid #94d3ee;
		background: #346f91;
	}

	.blueBox input.input-submit:active,
	.blueBox input.input-submit:focus {
		border-color: #30749c;
		background: #22485e;
	}

	.blueBox a.button,
	.blueBox a.button:link,
	.blueBox a.button:visited {
		border: 1px solid #94d3ee;
		background: #3e83ab;
		color: #fff;
	}

	.blueBox a.button:hover {
		border: 1px solid #94d3ee;
		background: #346f91;
	}

	.blueBox a.button:active {
		border-color: #30749c;
		background: #22485e;
	}

	/* blueLine */

	.blueLine {
		background: url(../images/blue_line_background.gif) no-repeat 4px 8px;
		padding: 28px 20px 18px 28px;
		width: 166px;
		min-height: 144px;
	}

	.blueLine h3 {
		color: #42b2e1;
	}

	/* Purplebox */

	.purpleBox {
		background: url(../images/purple_box_background.gif) no-repeat 4px 0;
		padding: 20px 20px 18px 28px;
		width: 166px;
		min-height: 152px;
	}

	.purpleBox a.button,
	.purpleBox a.button:link,
	.purpleBox a.button:visited {
		background: #fff;
		color: #594a8c;
	}

	.purpleBox a.button:hover {
		background: #ecedf5;
		color: #392f59;
	}

	.purpleBox a.button:active {
		background: #ecedf5;
		color: #493d73;
	}

	/* Blog */

	.newsarticle {
		padding: 0 0 24px 0;
		clear: both;
	}

	p.date,
	p.author {
		font-size: 11px;
		color: #999;
		line-height: 1.636;
		padding: 2px 0 15px 0;
	}

	.meta {
		padding: 6px 0 12px 0;
	}

	.meta ul {
		font-size: 11px;
		color: #666;
	}

	.meta li {
		float: left;
		padding-right: 4px;
		line-height: 19px;
	}

	.meta li a {
		float: left;
		font-size: 11px;
		font-weight: 700;
		background: #41b5ec;
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
		border-radius: 3px;
		padding: 1px 4px;
		color: #fff;
		border: 0;
		line-height: 17px;
	}

	.meta li a:link,
	.meta li a:visited {
		background: #41b5ec;
		color: #fff;
		border: 0;
	}

	.meta li a:hover {
		background: #3e83ab;
		color: #fff;
		border: 0;
	}

	.meta li a:active {
		background: #2b5c78;
		color: #fff;
		border: 0;
	}

	.meta li a i {
		float: left;
		font-style: normal;
	}

	.meta li a b {
		display: block;
		float: left;
		width: 18px;
		height: 14px;
		background: url(../images/icon_sprite.gif) no-repeat 0 1px;
		text-indent: -9999px;
		overflow: hidden;
	}

	.meta li a:link b,
	.meta li a:visited b {
		background-position: 0 1px;
	}

	.meta li a:hover b,
	.meta li a:active b {
		background-position: -18px 1px;
	}

	#rssBox p.icon {
		background: url(../images/rss.gif) no-repeat 0 4px;
		padding: 5px 0 10px 40px;
	}

	#blogArchive li {
		float: left;
		padding: 0 0 0 20px;
		background: url(../images/bullet.gif) no-repeat center left;
	}

	#blogArchive li.firstChild {
		padding: 0;
		clear: both;
		background: transparent;
	}

	.gravatar {
		padding: 0 10px 10px 0;
		display: block;
	}

	li.shareBlock {
		position: relative;
		min-width: 94px;
	}

	ul.shareList {
		position: absolute;
		top: 18px;
		left: 0;
		z-index: 999;
		width: 160px;
		background: #f8f8f8;
	}

	.meta .shareList li,
	.shareList li {
		float: none;
		padding: 0;
	}

	.meta .shareList li a,
	.shareList li a {
		display: block;
		padding: 6px 0 6px 6px;
		border-bottom: 1px solid #eee;
		height: auto !important;
		line-height: 18px;
		min-height: 18px;
		cursor: pointer;
	}

	.meta .shareList li a strong,
	.shareList li a strong {
		height: 16px;
		width: 16px;
		margin-right: 6px;
		background: #999;
		display: block;
		float: left;
		text-indent: -9999px;
		overflow: hidden;
	}

	.meta .shareList li a small,
	.shareList li a small {
		display: block;
		float: left;
		height: auto !important;
		line-height: 18px;
		min-height: 18px;
	}

	.shareList li.del a strong {
		background: url(../images/share/shareicon_delicious.gif) no-repeat center left;
	}

	.shareList li.su a strong {
		background: url(../images/share/shareicon_stumbleupon.gif) no-repeat center left;
	}

	.shareList li.digg a strong {
		background: url(../images/share/shareicon_digg.gif) no-repeat center left;
	}

	.shareList li.fb a strong {
		background: url(../images/share/shareicon_facebook.gif) no-repeat center left;
	}

	#searchResults ul {
		list-style-type: none;
		padding: 0;
		margin: 0;
	}

	/* Album */

	#album {
		width: 390px;
		overflow: hidden;
	}

		#album ul {
			width: 402px;
		}

			#album li.photo {
				width: 122px;
				height: 220px;
				float: left;
				padding-right: 12px;
			}

			#album li.photo h4 {
				padding-bottom: 4px;
			}

			#album li.photo a {
				display: block;
				border: 0;
			}

				#album li.photo img {
					width: 122px;
					height: 122px;
					display: block;
					background: #f4f4f4;
				}

			#album li.photo p {
				padding-top: 4px;
				font-size: 11px;
				color: #666;
			}

				#album li.photo strong {
					font-size: 12px;
					color: #000;
				}

			#album li.photo a.button {
				font-weight: 300;
				font-size: 9px;
				padding: 2px 3px;
			}

	#galleryImage .box {
		text-align: center;
	}

		#galleryImage .box p {
			padding-top: 6px;
		}

			#galleryImage .box a.linkedImage,
			#galleryImage .box img {
				display: inline;
			}

			#galleryImage #vote, #galleryImage a.button {
				padding: 5px 16px;
				font-size: 13px;
			}

	#topContest li {
		padding-bottom: 6px;
	}

		#topContest a.photoLink {
			width: 61px;
			height: 61px;
			float: left;
			border: 0;
			padding-right: 6px;
		}
		
			#topContest a.photoLink img {
				width: 61px;
				height: 61px;
				display: block;
				background: #000;
			}

		#topContest h4 {
			width: 99px;
			float: right;
		}

		#topContest p {
			width: 99px;
			float: right;
			color: #666;
			font-size: 6px;
		}

	#galleryImage .hr {
		margin: 20px 0 8px;
	}

	#vote {
		margin-left: 88px;
	}

	#galleryImage .a2a_dd {
		margin-left: 10px;
	}

	.contestUpload .input-submit {
		border: 1px solid #fff;
	}

	/* Footer */

	#bottomWrapper {
		background: url(../images/footer_background.gif) repeat-x 0 110px;
	}

	#partnerWrapper {
		height: 124px;
		padding-top: 60px;
		background: url(../images/footer.gif) no-repeat center 110px;
	}

	#partnerIntro {
		width: 90px;
		padding-top: 10px;
		float: left;
		text-align: right;
		font-size: 11px;
		color: #47529b;
		font-weight: 700;
	}

	#partnerLogos {
		float: left;
		padding-left: 10px;
		width: 744px;
	}

	#partnerLogos a {
		display: block;
		float: left;
		margin: 0 5px;
	}

	#partnerLogos img {
		display: block;
		float: left;
	}

	#footer, #partners {
		width: 844px;
		margin: 0 auto;
	}

	#footer ul {
		text-align: right;
		color: #999;
		font-size: 11px;
		padding: 14px 0 0 0;
		height: 34px;
	}

	#footer li {
		display: inline;
		padding-left: 10px;
		line-height: 1.636;
	}

	#footer li a {
		color: #999;
		font-weight: 700;
		border-bottom: 1px solid #ddd;
	}

	#footer li a:link,
	#footer li a:visited {
		color: #999;
		border-color: #ddd;
	}

	#footer li a:hover {
		color: #888;
		border-color: #888;
	}

	#footer li a:active {
		color: #666;
		border-color: #666;
	}

/*
	Pagination
*/

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

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

.pagination ul {
	padding: 18px 0;
	z-index: 2;
	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: 11px;
	text-align: center;
}

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

.pagination li.currentpage span {
	font-weight: 700;
	color: #fff;
	background: #000;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

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

.pagination li a:link,
.pagination li a:visited {
	float: left;
	display: block;
	padding: 3px 4px;
	text-decoration: none;
	min-width: 12px;
	font-weight: 700;
	border: 0;
}

li.ellipsis {
	margin: 0;
}

li.ellipsis span {
	color: black;
}

.pagination li.previousPage a,
.pagination li.nextPage a {
	font-weight: 300;
}

.pagination li a:hover,
.pagination li a:active {
	background: #eee;
	color: black;
}

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

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

/* Form styles */

form p,
form dd {
	clear: both;
}

legend {
	display: none;
}

label {
	font-weight: 300;
	display: block;
	padding: 4px 0;
}

input.input-text,
input.input-password {
	width: 148px;
}

textarea {
	width: 388px;
}

input.input-text,
input.input-text-error,
input.input-password,
input.input-password-error,
textarea,
textarea.input-text-error {
	font-family: Arial, sans-serif;
	font-size: 11px;
	background: #fcfcfc;
	border: 1px solid #bbb;
	padding: 2px 4px;
	color: #666;
}

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

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

input.input-radio {
	display: block;
	float: left;
	margin: 6px 6px 6px 0;
}

input.input-submit {
	color: #fff;
	background: #42b2e1;
	font-weight: 700;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	padding: 2px 14px;
	font-size: 11px;
	border: 0;
	text-align: center;
}

input.input-submit:hover {
	background: #3e83ab;
	cursor: pointer;
}

input.input-submit:active,
input.input-submit:focus {
	background: #22485e;
}

.normalCol form,
.normalCol .form {
	width: 150px;
}

.form-error {
	padding: 4px;
	margin: 3px 0;
	background: #fbe3e4;
	border: 1px solid #fbc2c4;
	color: #8a1f11;
	display: block;
}

.form-success {
	padding: 10px;
	margin-bottom: 20px;
	background: #41B5EC;
	color: #fff;
	display: block;
}

.form-success strong {
	color: #fff;
}

/* General classes */

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

.noPadding { padding: 0 !important; }
.noMargin { margin: 0 !important; }

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

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

.clear { clear: both; }

.center { text-align: center; }
.serif { font-family: "Times New Roman", Times, Georgia, serif; }
.serifSpecial { font-family: "Hoefler Text", "Palatino Linotype", "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;
}

/* Image classes */

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

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

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

a.linkedImage img {
	display: block;
}

/*
	Clearfix
*/

.clearFix:after,
.clearfix:after,
.cols:after,
.buttonHolder:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
