html, body
{
	background: #FFF url(Images/Background.gif) left 100px repeat-x;
	color: #717171;
	text-align: center;
}

body, select, input, textarea
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

h1, h2, h3, h4
{
	font-size: 1em;
}

a
{
	color: #0164b7;
	outline: none;
}

img { border: none; }
input:focus { outline: none; }


.Container { position: relative; }

.beta {
	position: absolute;
	z-index: 999;
	height: 48px;
	width: 47px;
	left: 362px;
	top: 40px;
	font-weight: bold;
	font-style: italic;
	font-size: 1px;
	color: #fff;
	font-family: Arial;
	background: url( 'Images/beta.png' );
		
}

/* Misc */
.Opacity75
{
	opacity: .75;
	filter: alpha( opacity=75 );	
}

.Opacity50
{
	opacity: .5;
	filter: alpha( opacity=50 );	
}

.Opacity100
{
	opacity: 1;
	filter: alpha( opacity=100 );	
}

.Overlay
{
	z-index: 999; 
	position: absolute; 
	top: 0; 
	right:0; 
	bottom: 0; 
	left: 0; 
	height: 100%; 
	width: 100%; 
}


/* Tagcloud */
.One { font-size: 1em; }
.Two { font-size: 1.2em; }
.Three { font-size: 1.4em; }
.Four { font-size: 1.6em; }
.Five { font-size: 1.8em; }
.Six { font-size: 2em; }
.Seven { font-size: 2.2em; }
.Eight { font-size: 2.4em; }
.Nine { font-size: 2.6em; }



/* Form elements */

label, select, input, textarea { vertical-align: middle; }
option { padding-right: 8px; }



/* Slider */

.SliderButtons { float: right; margin-right: .5em; margin-top: -1.7em; }
.SliderButtons button { font-weight: bold; font-size: .8em; padding: .1em .5em; }



/* Headings */

h2 { font-size: 1.3em; }
h2, h2 a { color: #003d71; }
h3 { font-size: 1.2em; margin: 1em 0 .5em; }

.LargeTitle
{
	font-size: 24px;
	text-transform: uppercase;
	width: 60%;
}



/* Buttons */

.SubmitButton
{
	cursor: pointer;
	font-weight: bold;
	padding: .5em 1em;
}

.SingleLineButton
{
	display: inline-block;
	height: 35px;
	background: url(Images/Button.Template.SingleLine.gif) left bottom no-repeat;
	color: #FFF !important;
	text-decoration: none;
	font-size: 1em;
	font-weight: bold;
	text-align: center;
}

.SingleLineButton.Blue
{
	background-position: left bottom !important;
}

	.SingleLineButton.Blue span
	{
		background-position: right bottom !important;
	}

.SingleLineButton.Green
{
	background-position: left top !important;
}
	
	.SingleLineButton span
	{
		display: inline-block;
		height: 27px;
		margin-left: 17px;
		padding-right: 17px;
		background-image: url(Images/Button.Template.SingleLine.gif);
		background-position: right bottom;
		background-repeat: no-repeat;
		padding-top: 8px;
		cursor: pointer;
	}
	
	.SingleLineButton.Green span
	{
		background-position: right top;
	}
	
	.SingleLineButton:hover span
	{
		text-decoration: underline;
	}

.DualLineButton
{
	display: inline-block;
	height: 48px;
	background: url(Images/Button.Template.DualLine.gif) left bottom no-repeat;
	color: #FFF !important;
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
}

.DualLineButton.Green
{
	background-position: left top;
}
	
	.DualLineButton span
	{
		display: inline-block;
		height: 40px;
		margin-left: 22px;
		padding-right: 22px;
		background: url(Images/Button.Template.DualLine.gif) right bottom no-repeat;
		padding-top: 8px;
		width: 100px;
		cursor: pointer;
	}
	
	.DualLineButton.LargeLabel
	{
		font-size: 19px;
		line-height: 30px;
		font-weight: normal;
	}
	
	.DualLineButton.Green span
	{
		background-position: right top;
	}
	
	.DualLineButton:hover span
	{
		text-decoration: underline;
	}
	
	
	
/* Global classes */

.Separator
{
	height: 5px;
	font-size: 1px !important;
	overflow: hidden;
}

.Separator.MarginTopHalf { margin-top: 8px !important; }
.Separator.MarginBottomHalf { margin-bottom: 8px !important; }
.Separator.MarginBottom { margin-bottom: 16px !important; }
.Separator.MarginTop { margin-top: 16px !important; }

.BorderRadius
{
	position: relative;
	margin-bottom: 4px;
	overflow: hidden;
	background-position: center -1px;
	background-repeat: no-repeat;
	height: 164px;
	width: 162px;
	display: block;
}

.BorderRadius.Small
{
	height: 118px;
	width: 118px;
}

.BorderRadius.Tiny
{
	height: 48px;
	width: 48px;
}

	.BorderRadius .NorthWest
	{
		position: absolute;
		left: 0;
		top: 0;
	}
	
	.BorderRadius .NorthEast
	{
		position: absolute;
		right: 0;
		top: 0;
	}
	
	.BorderRadius .SouthWest
	{
		position: absolute;
		left: 0;
		bottom: 0;
	}
	
	.BorderRadius .SouthEast
	{
		position: absolute;
		right: 0;
		bottom: 0;
	}

	.BorderRadius .Inner
	{
	}

.NavigateBackLink
{
	display: block;
	background: url(Images/Arrow.Left.gif) left center no-repeat;
	padding-left: 14px;
	margin-bottom: 2em;
	color: #0063b7;
	font-style: italic;
}



/* Tabbed box */

.TabbedBox
{
	list-style: none;
	margin: 1em 0 0 0;
	padding: 0;
	height: 3.3em;
}

	.TabbedBox li
	{
		float: left;
		display: inline;
	}
	
		.TabbedBox li .TabHeading
		{
			padding-bottom: 4px;
			font-size: 1.1em;
			margin: 0;
		}
		
			.TabbedBox li .TabHeading a
			{
				font-weight: bold;
				color: #427FAE;
				display: block;
				outline: none;
				text-decoration: none;
			}
			
			.TabbedBox li .TabHeading a:hover
			{
				text-decoration: underline;
			}
	
				.TabbedBox li .TabHeading a span
				{
					padding: 14px 19px 6px 4px;
					margin-bottom: -4px;
					display: block;
					margin-left: 15px;
				}
				
		.TabbedBox li.Active .TabHeading
		{
		}
		
			.TabbedBox li.Active .TabHeading a
			{
				background: #FFF url(Images/Tab.gif) left top no-repeat;
				color: #015095;
				text-decoration: none;
			}
			
				.TabbedBox li.Active .TabHeading a span
				{
					background: #FFF url(Images/Tab.gif) right top no-repeat;
				}
		
.TabContent .NodeDescription,
.TabContent .LynkxWebFormBody
{
	padding-top: 0;
}

.TabContent .LynkxWebFormBody
{
	padding: 1.5em;
	background: #EEE;
	color: #222;
}



/* WebForm overrides */

.LynkxWebFormButtonPrevious
{
	width: 105px !important;
}

.LynkxWebFormLegend
{
	background: url(Images/Separator.White.gif) left top repeat-x;
	margin-top: 1.5em;
}

.LynkxWebFormFooter
{
	padding: 1em !important;
	background: #EEE;
	color: #222;
}



/* Status bar */

.StatusBar
{
	height: 16px !important;
	overflow: hidden;
	position: relative;
	clear: left;
}

	.StatusBarBorder
	{
		background: url(Images/StatusBar.Border.png) left top no-repeat;
		z-index: 2;
		position: relative;
		height: 16px !important;
	}

	.StatusBarBorder div
	{
		background: url(Images/StatusBar.Border.png) right top no-repeat;
		margin-left: 7px;
		padding-right: 5px;
		font-size: .9em;
		font-weight: normal;
		line-height: 16px;
		text-align: right;
	}
	
	.StatusBarFill
	{
		position: relative;
		height: 16px !important;
		margin: -16px 0 1em 0;
	}

.MultipleColumnRow .Column span.SupporterCount
{
	display: none;
}

.ManuscriptRow .StatusBar
{
	width: 220px;
	margin-top: 5px;	
}


/* Form elements */

.TextField
{
	background: #FFF url(Images/TextField.gif) left top no-repeat;
	padding-left: 7px;
	display: inline-block;
}

	.TextField .Inner
	{
		height: 24px;
		background: #FFF url(Images/TextField.gif) right top no-repeat;
		padding-right: 7px;
		padding-top: 4px;
	}

		.TextField input
		{
			height: 18px;
			padding: 0;
			margin: 0;
			border: 0;
		}



/* Search */

.SearchForm
{
	text-align: center;
}

	.SearchForm fieldset
	{
		border: 0;
		padding: 0;
		margin: 0;
	}

		.SearchForm fieldset legend
		{
			display: none;
		}

		.SearchForm .TextField input
		{
			width: 420px;
		}

		.SearchForm .Submit
		{
			margin-top: -1px;
		}


.MainColumn .SearchResult dt,
.MainColumn .SearchResult dd
{
	clear: none;
}


/* Main layout */

.Container
{
	width: 992px;
	text-align: left;
	margin: 0 auto;
}

	.Header
	{
		height: 178px;
		background: url(Images/Background.Header.png) left bottom no-repeat;
	}
	
		.Visual
		{
			height: 116px;
			position: relative;
		}
		
			.SiteLogo
			{
				position: absolute;
				left: 0;
				top: 37px;
				display: block;
				width: 359px;
				height: 79px;
				background: #FFF url(Images/Logo.jpg) left top no-repeat;
			}
			
				.SiteLogo span
				{
					display: none;
				}
			
			.Servicemenu
			{
				position: absolute;
				font-size: .9em;
				top: 14px;
				left: 0;
			}
				
				.Servicemenu dd
				{
					margin-left: 660px;
				}
				
				.Servicemenu dt
				{
					color: #005093;
					position: absolute;
					text-align: right;
					width: 660px;
					left: 0;
				}
				
					.Servicemenu dd ul
					{
						list-style: none;
						margin: 0;
						padding: 0;
					}
					
						.Servicemenu dd ul li
						{
							margin: 0 0 0 8px;
							float: left;
						}
						
							.Servicemenu dd ul li a
							{
								color: #7a7a7a;
								border-left: 1px solid #7a7a7a;
								padding: 0 0 0 8px;
							}
							
				.Visual .SingleLineButton
				{
					float: right;
					margin-top: -8px;
					
				}
				
					.Visual .SingleLineButton span
					{
						padding-top: 10px;
						height: 25px;
					}
	
		.Mainbar
		{
			height: 62px;
			padding-left: 20px;
		}
		
			.Mainbar .Tabbar
			{
				height: 62px;
				overflow: hidden;
				float: left;
				width: 680px;
				margin: 0;
				padding: 0;
				font-size: 14px;
				font-weight: bold;
			}
			
				.Mainbar .Tabbar li
				{
					height: 42px;
					display: block;
					float: left;
					margin: 0;
					padding: 0;
				}
				
					.Mainbar .Tabbar li a
					{
						display: block;
						height: 42px;
						text-decoration: none;
						color: #427fae;
					}
					
					.Mainbar .Tabbar li a:hover
					{
						text-decoration: underline;
						color: #015095;
					}

					.Mainbar .Tabbar li.Active a
					{
						background: #FFF url(Images/Tab.gif) left top no-repeat;
						color: #015095;
						text-decoration: none;
					}
					
						.Mainbar .Tabbar li span
						{
							display: block;
							padding: 18px 25px 9px 10px;
							margin-left: 15px;
							color: #427fae;
						}

						.Mainbar .Tabbar li.Active a span
						{
							background: #FFF url(Images/Tab.gif) right top no-repeat;
							color: #015095;
						}
		
			.Mainbar .Search
			{
				width: 292px;
				float: right;
				height: 62px;
			}
			
				.Mainbar .Search .TextField
				{
					margin-left: 17px;
					margin-right: 4px;
					float: left;
				}
				
				.Mainbar .Search .TextField input
				{
					width: 164px;
					padding: 0;
					margin: 0;
					height: 16px;
					vertical-align: top;
				}
				
				.Mainbar .Search .Submit,
				.SearchForm .Submit
				{
					background: url(Images/Button.Search.gif) left top no-repeat;
					width: 61px;
					height: 23px;
					line-height: 3000px;
					text-indent: -3000px;
					border: 0;
					outline: none;
					cursor: pointer;
				}
			
	.Main
	{
		background: url(Images/Background.Main.png) left top repeat-y;
		height: 100%;						/* To prevent disappearing footer in IE */
	}
	
		.MainColumn
		{
			float: left;
			width: 639px;
			min-height: 400px;
			padding-left: 36px;
			height: 100%;
			overflow: hidden;
		}
		
			.NodeDescription,
			.NodeFlash,
			.NodeBody
			{
				padding-top: 1.5em;
			}
			
			.SiteBody .NodeDescription
			{
				padding-top: .5em;
			}
			
			.MainColumn dl
			{
				margin-top: 1em;
				line-height: 140%;
			}
				
				.MainColumn dt
				{
					float: left;
					clear: left;
					margin-right: 4px;
					color: #0564B6;
				}
				
				.TabContent dt
				{
					width: 95px;
				}
				
				.MainColumn dd
				{
					color: #003d71;
					display: block;
				}
				
				.TabContent dd
				{
				}
			
			.MultipleColumnRow
			{
				height: 100%;
				margin: 0;
				list-style: none;
				padding: 0;
			}
			
				.MultipleColumnRow li
				{
					margin: 0;
					padding: 0;
					display: block;
					float: left;
				}
			
				.MultipleColumnRow .Column
				{
					position: relative;
					width: 147px;
					float: left;
					margin: 1em .5em 0;
				}
				
				.MultipleColumnRow .Column.Manuscript
				{
				}
				
					.MultipleColumnRow .Column div
					{
						border: 3px solid #EEE;
						-moz-border-radius: 6px;
						-webkit-border-radius: 6px;
						border-radius: 6px;
						background-color: #FFF;
					}
					
						.MultipleColumnRow .Column div div
						{
							border: 0;
							-moz-border-radius: 0;
							-webkit-border-radius: 0;
							border-radius: 0;
							background-color: transparent;
						}
					
						.MultipleColumnRow .Column div .BorderRadius
						{
							-moz-border-radius: 6px 6px 0 0;
							-webkit-border-radius: 6px 6px 0 0;
							border-radius: 6px 6px 0 0;
						}
					
						.MultipleColumnRow .Column div div
						{
							height: 34px;
						}
					
						.MultipleColumnRow .Column.Manuscript div div
						{
							height: 44px;
						}
						
							.MultipleColumnRow .Column div div div,
							.MultipleColumnRow .Column.Manuscript div div div
							{
								height: auto;
							}
					
					.MultipleColumnRow .Column div:hover
					{
						border-color: #DDD;
					}
				
					.MultipleColumnRow .Column a.BorderRadius
					{
						background-position: center -1px;
						width: auto;
						height: 118px;
						border: 4px solid #FFF;
						border-bottom: 0;
					}
					
						.MultipleColumnRow .Column h4,
						.MultipleColumnRow .Column span
						{
						}
					
						.MultipleColumnRow .Column a h4
						{
							text-decoration: none;
						}
						
						.MultipleColumnRow .Column a:hover h4
						{
							text-decoration: underline;
						}
					
						.MultipleColumnRow .Column h4
						{
							margin: 4px 4px 0;
						}
						
						.MultipleColumnRow .Column span
						{
							margin: 0 4px;
							display: block;
						}
					
					.MultipleColumnRow .Column .Info
					{
						margin-top: 4px;
						padding: 4px;
						background: #F6F6F6;
						height: auto !important;
					}
					
			.SliderControlRow
			{
				width: 639px;
				overflow: auto;
			}
					
						.MainColumn .Column.BlueDetails .Info .Label
						{
							color: #0164B7;
						}
						
						.MainColumn .Column .Info .StatusBar
						{
							margin-top: 4px;
						}
			
			.MainColumn .GreenDetails h2,
			.MainColumn .GreenDetails h3,
			.MainColumn .GreenDetails a,
			.MainColumn .GreenDetails .Label
			{
				color: #63b02e;
			}
			
			.MainColumn .GreenDetails a.Dark
			{
				color: #336816;
			}
			
			.MainColumn .BlueDetails h2,
			.MainColumn .BlueDetails h3,
			.MainColumn .BlueDetails a,
			.MainColumn .BlueDetails .Label
			{
				color: #5297d0;
			}
			
			.MainColumn .BlueDetails a.Dark
			{
				color: #0164b7;
			}
			
			.MainColumn .GreenDetails .SingleLineButton,
			.MainColumn .GreenDetails .DualLineButton
			{
				background-position: left top;
			}
			
			.MainColumn .GreenDetails .SingleLineButton span,
			.MainColumn .GreenDetails .DualLineButton span
			{
				background-position: right top;
			}
		
			.MainColumn .Separator
			{
				background-image: url(Images/Separator.White.gif);
			}

			.MainColumn .BorderLeft
			{
				background: url(Images/Separator.White.gif) left top repeat-y;
			}

			.MainColumn .BorderRight
			{
				background: url(Images/Separator.White.gif) right top repeat-y;
			}
		
		.SideColumn
		{
			float: right;
			width: 292px;
			overflow: hidden;
			background: url(Images/RightColumnGreenBackground.png) left top repeat-y;
			color: #FFF;
			position: relative;
		}
		
				.SideColumn h2
				{
					color: #FFF;
					padding: 1em 0 .5em;
					margin: 0 1.5em;
					background-position: left bottom;
					background-repeat: repeat-x;
					width: 183px;
				}
				
				.SideColumn ul
				{
					margin: 0 2em;
					padding: 0;
					list-style: none;
				}
				
					.SideColumn li
					{
						margin: .5em 0 0;
						padding: 0 0 0 10px;
						background: url(Images/Bullet.Blue.gif) left 4px no-repeat;
					}
					
				.SideColumn h3
				{
					font-weight: bold;
					font-size: 1em;
					margin: 0;
				}
				
					.SideColumn h3 a
					{
						color: #FFF;
						text-decoration: underline;
					}
					
					.SideColumn h3 a:hover
					{
						text-decoration: none;
					}
					
					.SideColumn a.Readmore
					{
						text-decoration: underline;
						font-style: italic;
					}
		
			.SideColumn .BluePart
			{
				background: url(Images/RightColumnBlueBackground.png) left top repeat-y;
			}
			
				.SideColumn .BluePart h2
				{
					background-image: url(Images/Separator.Blue.gif)
				}
			
				.SideColumn .BluePart .Inner
				{
					background: url(Images/RightColumnBlueBackgroundInner.png) left top no-repeat;
					padding-bottom: 4em;
					min-height: 250px;
				}
				
					.SideColumn .BluePart a.Readmore
					{
						color: #9ffe6e;
					}
		
			.SideColumn .GreenPart
			{
			}
			
				.SideColumn .GreenPart h2
				{
					background-image: url(Images/Separator.Green.gif)
				}
			
				.SideColumn .GreenPart .Inner
				{
					padding-top: 10px;
					min-height: 440px;
					background: url(Images/RightColumnGreenBackgroundInner.png) left top no-repeat;
					padding-bottom: 2em;
				}
				
					.SideColumn .GreenPart a.Readmore
					{
						color: #285185;
					}
		
	.Footer
	{
		background: url(Images/Background.Footer.png) left top no-repeat;
		padding: 62px 40px 20px;
		line-height: 160%;
	}
	
		.Footermenu
		{
			margin: 0;
			padding: 0;
			list-style: none;
		}
		
		.Footer ul,
		.Footer dl
		{
			float: left;
			width: 20%;
		}
		
		.Footer dl
		{
			width: 18%;
		}
		
			.Footer ul ul,
			.Footer dl ul
			{
				float: none;
				width: auto;
			}
			
			.Footer dl ul
			{
				list-style: none;
				margin: 0;
				padding: 0;
			}
			
				.Footer dl li
				{
					margin: 0 0 0 1px;
					padding: 0;
				}
				
					.Footer dl ul a
					{
						background: url(Images/Bullet.FooterItem.gif) left 4px no-repeat;
						padding-left: 8px;
					}
					
				.Footer dt,
				.Footer dt a
				{
					color: #04549b;
					font-weight: bold;
				}
		
			.Footer a
			{
				color: #1b76c9;
				font-weight: bold;
				text-decoration: none;
			}
			
			.Footer dl a
			{
				font-weight: normal;
			}
			
			.Footer a:hover
			{
				text-decoration: underline;
			}
			
			.Footer a.Readmore
			{
				color: #8f8f8f;
				text-decoration: underline;
				font-style: italic;
			}
			
			

/* Etalage */
.Etalage
{
	clear: both;
	margin-bottom: 10px;
}

.Etalage h1
{
	font-size: 18px;
	border-top: 1px solid #eee;
	padding: 5px;
}

/* Genre cload */
.Cloud { clear: both; width: 400px; padding: 0px 5px 20px 5px; }
.Cloud a { display: inline-block; position: relative; margin: 0 10px; text-decoration: none; color: #999; font-weight: bold; line-height: 1.8em; }
.Cloud a:hover{ text-decoration: underline; }
.Cloud .One { font-size: 13px; }
.Cloud .Two { font-size: 15px;  }
.Cloud .Three { font-size: 17px; }
.Cloud .Four { font-size: 19px; }
.Cloud .Five { font-size: 20px; }
.Cloud .Six { font-size: 21px; }
.Cloud .Seven { font-size: 23px; }
.Cloud .Eight { font-size: 24px; }
.Cloud .Nine { font-size: 26px; }



/* Instruction */
.Instruction
{
	margin: 1em 0 2em;
	padding: 10px;
	background: #FFFFDD;
	border: 2px solid #FFDD33;
	color: #000;
	font-weight: bold;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
}




/* ManuscriptDetail */

.ManuscriptDetail
{
	float: left;
	width: 270px;
}

	.ManuscriptDetail h3
	{
		font-size: 1.1em;
		margin: 0 0 1em;
		font-weight: normal;
	}

	.ManuscriptDetail .StatusBar,
	.SearchResult .StatusBar
	{
		margin-top: 5px;
		width: 220px;
	}


/* Paging */

.Paging
{
	height: 2em;
	font-size: .8em;
	height: 100%;
}

	.Paging .PagingDescription
	{
		font-size: 1.2em;
		float: left;
		padding: .3em 0 0;
	}
	
	.Paging ul
	{
		float: right;
		padding: 0;
		list-style: none;
	}
	
		.Paging li
		{
			float: left;
			margin: 1px;
			padding: 0;
			display: block;
		}
		
			.Paging li a,
			.Paging li span
			{
				display: block;
				border: 1px solid #0564b6;
				padding: .2em 0;
				width: 3em;
				text-align: center;
				text-decoration: none;
				color: #0564b6;
				border-radius: 4px;
				-moz-border-radius: 4px;
				-webkit-border-radius: 4px;
			}
			
			.Paging li span
			{
				font-weight: bold;
				background: #5d9937;
				border-color: #5d9937;
				color: #FFF;
				padding-bottom: .3em;
			}
			
			.Paging li a:hover
			{
				background: #f3ffeb;
				border-color: #5d9937;
				color: #5d9937;
				font-weight: bold;
				text-decoration: underline;
			}
			
			.Paging li.Previous a,
			.Paging li.Next a
			{
				width: auto;
				border: 0;
				margin: 1px;
				padding: .2em;
				background: transparent;
				color: #0564b6;
				font-weight: bold;
			}

			.Paging li.Previous a:hover,
			.Paging li.Next a:hover
			{
				text-decoration: underline;
				color: #5d9937;
			}



/* TransactionsTable */

.TransactionsTable
{
	width: 100%;
	border: 1px solid #CCC;
	-moz-border-radius: 4px 4px 0 0;
	-webkit-border-radius: 4px 4px 0 0;
	border-radius: 4px 4px 0 0;
}

	.TransactionsTable th
	{
		padding: 4px;
		background: #EEE;
		color: #333;
	}
	
	.TransactionsTable td
	{
		padding: 4px;
		background: #F6F6F6;
		border-top: 1px solid #CCC;
		color: #333;
	}
	
	.TransactionsTable .Odd td
	{
		background: #FEFEFE;
	}
	
	.TransactionsTable .Even td
	{
	}



/* Reacties */

ol.Comments  
{
	list-style-type: none; 
	margin: 0; 
	padding: 0; 
}
	ol.Comments li 
	{ 
		margin: 0 0 1.5em;
		padding: 0 1em 1.5em;
		background: url(Images/Separator.White.gif) left bottom repeat-x;
		height: 100%;
	}

.Comment-top 
{ 
	color: #0564B6;
	margin-bottom: .5em;
}

	.Comment-top a.Commentor 
	{ 
		color: #015095; 
		font-weight: bold;
	}
	
	.Comment-top .Date
	{
		font-weight: bold;
	}

.Comment-Body  
{
	float: left;
	width: 90%;
}

.Comment-Form  
{
}

#Comment-Field  
{
	width: 100%; 
	margin: 0px; 
	height: 120px; 
	border: 1px solid #ABBEDE; 
}



/* Search filter */

.SearchFilter
{
}

	.SearchFilter fieldset
	{
		border: 0;
	}

		.SearchFilter legend
		{
			display: none;
		}
		
		.SearchFilter .Field
		{
			float: left;
			margin: 0 18px 14px 0;
		}
		
			.SearchFilter .Field label
			{
				display: block;
				color: #0564b6;
				margin-bottom: 4px;
			}
			
			.SearchFilter .Field select
			{
				color: #003b71;
			}
			
			.SearchFilter .CheckboxField label
			{
				display: inline-block;
				margin: 0 0 0 4px;
			}


/* Video */
.VideoContainer
{
	margin: 0 auto;
	width: 456px;
}



/* iPaper */

.iPaperToolbar
{
	background: #F6F6F6;
	padding: 4px;
}

	.ToolbarSection
	{
		float: left;
		border-right: 1px solid #999;
		border-left: 1px solid #FFF;
		padding: 0 8px;
		height: 26px;
		line-height: 26px;
		margin: 0;
	}
	
		.ToolbarSection a
		{
			font-size: .9em;
		}
		
		.ToolbarSection img
		{
			margin-right: .5em;
		}
		
		.ToolbarSection .button
		{
			width: 25px;
			margin-left: 2px;
		}
	
	.ToolbarSection.First
	{
		border-left: 0;
	}
	
	.ToolbarSection.Last
	{
		border-right: 0;
	}
	
		.ToolbarSection *
		{
			vertical-align: middle;
		}
	
	.ToolbarIcon
	{
	}
	
		.ToolbarIcon img
		{
			margin-top: 5px;
			margin-right: 0;
		}



/* Greybox styles */

#GB_overlay 
{ 
	position: absolute;
   top: 0; 
   left: 0;
   right: 0;
   bottom: 0;
   margin: auto; 
   z-index: 100000; 
   background: #FFF;
   opacity: .8;
   filter: alpha(opacity=80);
}

#GB_frame
{
	width: 100%;
	border: 0; 
	border-top: 2px solid #EEE;
	margin: 0; 
	padding: 0; 
	overflow: auto; 
	white-space: nowrap; 
}

#GB_window 
{ 
	position: absolute; 
	width: 400px; 
	height: 400px; 
	left: 0; 
	top: 0; 
	font-size: 1px; 
	overflow: visible; 
	z-index: 150000; 
	background: #fff; 
	border: 0;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	padding-bottom: 8px;
   border: 2px solid #0564B6;
}

#GB_caption 
{ 
	padding: 8px 20px 8px 10px; 
	color: #0564B6; 
	font-size: 14px; 
	font-weight: bold; 
	text-align: left; 
	font-weight: bold; 
	white-space: nowrap; 
	border-bottom: 2px solid #CCC;
}

#GB_close 
{ 
	float: right; 
	margin: 8px 10px 0 0; 
	color: #020051; 
	font-weight: bold; 
	font-size: 12px; 
	cursor: pointer; 
}

/* carousel */
#MarketingBlockCarousel
{
	overflow: hidden;
	padding: 0;
	border: 3px solid #EEE;
}
.carousel, .carousel .carousel-wrap 
{
	border:0 none;
	margin:0;
}
#MarketingBlockCarousel li.MarketingBlock
{
	position: relative;
}
#MarketingBlockCarousel .offset
{
	padding-left: 165px;
}
#MarketingBlockCarousel .NodeImage img
{
   margin: 0px 15px 15px 0;
	float: left;
}
#MarketingBlockCarousel .carousel-wrap 
{
	display:inline-block;
	vertical-align:middle;
	width:633px;
	border-bottom: 3px solid #EEE;
	padding-bottom: 20px;
}
.IE #MarketingBlockCarousel .carousel-wrap 
{
	display:inline;
}

#MarketingBlockCarousel ul.MarketingBlockCarousel 
{
	margin:0;
	padding:0;
}

#MarketingBlockCarousel ul.MarketingBlockCarousel li.MarketingBlock 
{
	display:inline;
	float:left;
	height:170px;
	overflow:hidden;
	width:613px;
	padding: 10px;
}

#MarketingBlockCarousel ul.MarketingBlockCarousel li.MarketingBlock h4
{
	font-size: 1.3em;
	margin-bottom: 1em;
	color: #5297D0;
}

#MarketingBlockCarousel .carousel-control 
{
	display: none;
}

#MarketingBlockCarousel .disabled, .carousel .disabled:hover 
{
	cursor:default;
	opacity:0.1;
}

#MarketingBlockCarousel .carousel-pagination
{
	width:633px;
	height: 23px;
	background: #EEE;
}

#MarketingBlockCarousel .carousel-pagination a
{
	display: inline;
	padding: 4px 12px;
	float: left;
	overflow: hidden;
	background-color: #DDD;
	color: #717171;
	cursor: pointer;
	margin-right: 2px;
}

#MarketingBlockCarousel .carousel-pagination a.active,
#MarketingBlockCarousel .carousel-pagination a.active:hover
{
	background-color: #48F;
	font-weight: bold;
	color: #FFF;
}

#MarketingBlockCarousel .carousel-pagination a:hover
{
	background-color: #CCC;
}

.PublishedNotification {
	margin: 30px 0px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	width: 100%;
	background: url('Images/HighlightBlockBackground.png') left top no-repeat;
	padding-top: 1.25em !important;
}
.PublishedNotification span {
	width: auto;
}