/* TOC
		General
		Text
		Links
		Lists
		Formatting
		Navigation
		Layout
		Areas
		Block styles
		Block types
		Block list styles
		Forms
		Paging
		Default node properties
		Types
		Others */

/* Colors
		Light blue			#009DE0
		Red					#D3011A */



/* General */

body
{
	background-color: #E1E1E1;
	color: #000000;
	text-align: center;
}

html,
body,
input,
select,
textarea
{
	font-size: 0.9em;
	font-family: Tahoma, Verdana, Arial, Helvetica, Sans-Serif;
}

img { border: 0; }



/* Texts */

h2,
h3
{
	font-family: Arial, Helvetica, Sans-Serif;
	font-weight: normal;
	line-height: normal;
	padding-bottom: 5px;
}

h2
{
	color: #D3011A;
	font-size: 22px;
}

	.Block.Inverse h2
	{
		color: #FFFFFF;
	}

h3
{
	color: #009DE0;
	font-size: 15px;
}

	/* Messages */
		
	.Attention
	{
		color: #FF0000;
	}

		.Attention fieldset
		{
			border:solid 1px #000000;
			padding:8px;
		}
		
	/* Metadata */

	.Meta
	{
		color: #666666;
		display: block;
		font-size: .85em;
	}

	.Block.Inverse .Meta
	{
		color: #EE959F;
	}

		p.Meta
		{
			margin-bottom: 1.5em;
		}

		span.Meta.Linked
		{
			padding-bottom: 6px;
		}

		.Meta span
		{
			background-image: url( Images/Meta.Separator.png );
			background-repeat: no-repeat;
			background-position: left center;
			padding-left: 8px;
			margin-left: 3px;
		}

		.Block.Inverse .Meta span
		{
			background-image: url( Images/Meta.Separator.Inverse.png );
		}

			.Meta span.First,
			.Block.Inverse .Meta span.First
			{
				background-image: none;
				padding-left: 0;
				margin-left: 0;
			}

		.Meta a
		{
			color: #000000;
		}

			.Meta a:hover
			{
				color: #172D3B;
			}

		.Meta .Icon
		{
   		background: none;
		}

			.Meta .Icon a
			{
				background-position: left center;
				background-repeat: no-repeat;
				padding-left: 20px;
			}

			.Meta .Icon a:hover
			{
				text-decoration: none;
			}

		.Meta .Icon.Back a { background-image: url( Images/Icon.Back.png ); }
		.Meta .Icon.Pdf a { background-image: url( Images/Icon.Pdf.png ); }
		.Meta .Icon.Favorite a { background-image: url( Images/Icon.Favorite.png ); }
		.Meta .Icon.Print a { background-image: url( Images/Icon.Print.png ); }

	/* Others */

	.Small
	{
		font-size: .85em;
	}

	#Content .TextImage
	{
		left: -2px;
		margin-bottom: 5px;
		position: relative;
	}



/* Links */

a
{
	color: #D3011A;
	outline: none;
	text-decoration: none;
}

	a:hover
	{
		text-decoration: underline;
	}

	h1 a:hover,
	h2 a:hover,
	h3 a:hover
	{
		text-decoration: none;
	}



/* Lists */

.Block ol,
.Block ul
{
	padding-left: 2.5em;
}

	.Block ol  { list-style-type: decimal; }
	.Block ol ol  { list-style-type: lower-latin; }
	.Block ol ol ol  { list-style-type: decimal; }

	.Block ul  { list-style-type: disc; }
	.Block ul ul  { list-style-type: circle; }
	.Block ul ul ul { list-style-type: circle; }

ul.PageIndex
{
	border-bottom: 1px solid #999;
	border-top: 1px solid #999;
	padding: .75em 0;
	margin: 1.5em 0;
}



/* Formatting */

.BorderTop { border-top: 1px solid #CCC; }
.BorderBottom { border-bottom: 1px solid #CCC; }




/* Navigation */

ul.Navigation li { float: left; }
ul.Navigation a { text-decoration: none; }
ul.Navigation a:hover { text-decoration: underline; }



/* Layout */

#Container
{
	background: #FFF url( Images/Container.Background.png ) repeat-y left top;
	margin: 0 auto;
	text-align: left;
	width: 970px;
	padding: 0 10px 5px;
}

	/* Header */

	#Header
	{
		background-color: #FFFFFF;
		background-position: left 79px;
		background-repeat: no-repeat;
		height: 152px;
		position: relative;
	}
	
		#Header #HeaderLogoLink
		{
			left: 0;
			position: absolute;
			top: 0;
		}

		#Header #HeaderAnimation
		{
			height: 100%;
		}

		/* Service menu */

		ul.ServiceMenu,
		form.SiteSearch
		{
			position: absolute;
			right: 20px;
			text-align: right;
		}

		ul.ServiceMenu
		{
			font-size: 0.85em;
			top: 20px;
		}
		
			ul.ServiceMenu li
			{
				border-left: solid 1px #0d2233;
				padding-left: 10px;
				margin-left: 10px;
			}

				ul.ServiceMenu li.First
				{
					border-left: none;
					margin-left: 0;
				}

  			ul.ServiceMenu a
			{
				color: #0d2233;
			}

				ul.ServiceMenu li.Active a,
				ul.ServiceMenu a:hover
				{
					color: #D3011A;
					text-decoration: none;
				}

		/* Search */

		form.SiteSearch
		{
			top: 50px;
		}
		
			form.SiteSearch .SearchTextBox
			{
				border: solid 1px #112433;
				padding: 2px 2px 3px;
				vertical-align: top;
				width: 196px;
			}
		
			form.SiteSearch .SearchSubmit
			{
				margin-top: -3px;
			}

			/* SEARCH SUGGESTIONS */
         .SearchSuggestDropdown
         {
	         list-style: none;
	         overflow: auto;
	         position: absolute;	         
	         z-index: 999;
	         left: 0;
	         top: 0;
         }

				form.SiteSearch .SearchSuggestDropdown
				{
					border: 1px solid #112433;	         
					background: #f3f3f3;
					width: 200px;
				}
         
				#SearchForm .Content .SearchSuggestDropdown
				{
					border: 1px solid #ccc;	         
					background: #f3f3f3; 	         
					margin-left: 327px;
					padding-left: 2px;
					width: 198px;
				}
         
         .SearchSuggestDropdown a
         {
				display: block;
		      padding: 2px;
		      outline: none;
		      text-align: left;
		      text-transform: lowercase;
		      font-weight: normal;
		      font-size: .85em;         
         }                         
	         
	      .SearchSuggestDropdown li
	      {
				background: none;
				padding-left: 2px;
				padding-right: 2px;
	      }	
	      
         .Block ul.SearchSuggestDropdown li
         {
				background: none;
				padding-left: 2px;
				padding-right: 2px;
         }  	            
	         
	      .SearchSuggestDropdown a:focus,  
	      .SearchSuggestDropdown a:hover
	      {
				text-decoration: none;
		      background: #009DE0;
		      color: #fff;   				
	      } 
	         	        		
	/* Main menu */

	div#MainMenu
	{
		background: Transparent url( Images/MainMenu.Background.png ) repeat-x left top;
		height: 69px;
	}

		ul.MainMenu
		{
			height: 69px;
			overflow: hidden;
			position: relative;
		}

			ul.MainMenu li,
			ul.MainMenu li a
			{
				color: #666666;
			}
		
			ul.MainMenu li a
			{
				background: Transparent url( Images/MainMenuItem.Background.png ) no-repeat left top;
				display: block;
				float: left;
				height: 22px;
				padding: 11px 3px 0 2px;
				text-align: center;
				text-decoration: none;
				width: 115px;
			}
			
			ul.MainMenu li a:hover,
			ul.MainMenu li.Active a
			{
				background: Transparent url( Images/MainMenuItem.Active.Background.png ) no-repeat left top;
				color: #FFFFFF;
				font-weight: bold;
				margin-top: 0;
				text-decoration: none;
			}

			ul.MainMenu ul.SubMenu
			{
				display: none;
				left: 0;
				top: 33px;
				position: absolute;
			}

				ul.MainMenu li.Active ul.SubMenu
				{
					display: block;
				}
				
				ul.MainMenu ul.SubMenu li
				{
					border-right: 1px solid #E9F1F8;
					height: 22px;
					margin: 5px 0;
				}

				ul.MainMenu ul.SubMenu li a
				{
					height: 19px;
					padding: 3px 20px 0;
				}

				ul.MainMenu ul.SubMenu li,
				ul.MainMenu ul.SubMenu li a
				{
					background-image: none;
					color: #FFFFFF;
					font-weight: normal;
					width: auto;
				}

					ul.MainMenu ul.SubMenu li a:hover
					{
						color: #FFFFFF;
						text-decoration: underline;
					}

					ul.MainMenu ul.SubMenu li.Active a
					{
						text-decoration: underline;
					}

	/* Crumb Trail */

	#Path
	{
		padding: 5px 20px 0;
	}
	
		ul.CrumbTrail
		{
			color: #172d3b;
			font-weight: bold;
			font-size: .85em;
		}

			ul.CrumbTrail li
			{
				background: Transparent url( Images/Path.Separator.png ) no-repeat 5px center;
				padding: 3px 0 4px 18px;
			}

			ul.CrumbTrail li.First
			{
				background: none;
				padding-left: 0;
			}

				ul.CrumbTrail li.First a
				{
					background: Transparent url( Images/Path.Home.png ) no-repeat left center;
					padding-left: 24px;
				}
		
			ul.CrumbTrail a
			{
				color: #172d3b;
				padding: 3px 0 4px;
			}

   div.UserStatus
   {
      font-size:0.85em;
      float: right;
      padding: 3px 0 4px;
   }



	/* Content */

	#Content
	{
		min-height: 400px;
		padding: 20px;
	}



	/* Footer */

	#Footer
	{
		background-color: #009DE0;
		color: #FFFFFF;
		font-size: 0.85em;
		padding: 7px 0;
	}
	
		#Footer a
		{
			color: #FFFFFF;
			text-decoration: none;
		}

		#Footer a:hover
		{
			text-decoration: underline;
		}

		#Footer .FooterLogo,
		#Footer .FooterNavigation,
		#Footer .OtherMagazines
		{
			float: left;
			padding: 7px 10px;
		}

		#Footer .FooterLogo
		{
			width: 119px;
 		}

		#Footer .FooterNavigation
		{
			border-left: 1px solid #FFFFFF;
			border-right: 1px solid #FFFFFF;
			width: 530px;
		}

			#Footer .FooterMenu
			{
				height: 1.18em;
				margin-bottom: 1.18em;
			}
			
				#Footer ul.FooterMenu li
				{
					margin-right: 1em;
				}

		#Footer .OtherMagazines
		{
			width: 239px;
		}

			#Footer .OtherMagazines p
			{
				font-weight: bold;
				margin-bottom: .75em;
			}

				#Footer ul.ProductMenu
				{
					line-height: 1.4em;
					list-style: disc;
					margin-left: 1.5em;
				}

				#Footer ul.ProductMenu li
				{
					float: none;
				}



/* Areas */

#AreaDefinition
{
}

	/* One Column */
	
	#AreaDefinition.OneColumn .Area.PrimaryContent
	{
	}

	/* Two Columns */

	#AreaDefinition.TwoColumns .Area.PrimaryContent
	{
		float: left;
		width: 450px;
	}

	#AreaDefinition.TwoColumns .Area.SecondaryContent
	{
		float: right;
		width: 450px;
	}

	/* Two Columns Left */

	#AreaDefinition.TwoColumnsLeft .Area.PrimaryContent
	{
		float: left;
		width: 564px;
	}

	#AreaDefinition.TwoColumnsLeft .Area.SecondaryContent
	{
		float: right;
		width: 336px;
	}

	/* Two Columns Left Wide */

	#AreaDefinition.TwoColumnsLeftWide .Area.PrimaryContent
	{
		float: left;
		width: 720px;
	}

	#AreaDefinition.TwoColumnsLeftWide .Area.SecondaryContent
	{
		float: right;
		width: 180px;
	}

	/* Two Columns Right */

	#AreaDefinition.TwoColumnsRight .Area.PrimaryContent
	{
		float: right;
		width: 564px;
	}

	#AreaDefinition.TwoColumnsRight .Area.SecondaryContent
	{
		float: left;
		width: 336px;
	}

	/* Three Columns */

	#AreaDefinition.ThreeColumns .Area.PrimaryContent,
	#AreaDefinition.ThreeColumns .Area.SecondaryContent,
	#AreaDefinition.ThreeColumns .Area.TertiaryContent
	{
		float: left;
		width: 290px;
	}

	#AreaDefinition.ThreeColumns .Area.PrimaryContent,
	#AreaDefinition.ThreeColumns .Area.SecondaryContent
	{
		margin-right: 30px;
	}

	/* Three Columns Left */

	#AreaDefinition.ThreeColumnsLeft .Area
	{
		float: left;
	}

	#AreaDefinition.ThreeColumnsLeft .Area.PrimaryContent
	{
		width: 402px;
	}

	#AreaDefinition.ThreeColumnsLeft .Area.PrimaryContent,
	#AreaDefinition.ThreeColumnsLeft .Area.SecondaryContent
	{
		margin-right: 30px;
	}

	#AreaDefinition.ThreeColumnsLeft .Area.SecondaryContent,
	#AreaDefinition.ThreeColumnsLeft .Area.TertiaryContent
	{
		width: 234px;
	}

	/* Three Columns Right */

	#AreaDefinition.ThreeColumnsRight .Area.PrimaryContent
	{
		float: right;
		width: 402px;
	}

	#AreaDefinition.ThreeColumnsRight .Area.SecondaryContent,
	#AreaDefinition.ThreeColumnsRight .Area.TertiaryContent
	{
		float: left;
		margin-right: 30px;
		width: 234px;
	}

	/* Three Columns Skyscraper */

	#AreaDefinition.ThreeColumnsSkyscraper .Area.PrimaryContent,
	#AreaDefinition.ThreeColumnsSkyscraper .Area.SecondaryContent
	{
		float: left;
		margin-right: 30px;
	}

	#AreaDefinition.ThreeColumnsSkyscraper .Area.PrimaryContent
	{
		width: 414px;
	}

	#AreaDefinition.ThreeColumnsSkyscraper .Area.SecondaryContent
	{
		width: 336px;
	}


	#AreaDefinition.ThreeColumnsSkyscraper .Area.TertiaryContent
	{
		float: left;
		width: 120px;
	}

	/* Homepage */

	#AreaDefinition.Homepage .AreaContainer
	{
		float: left;
		width: 640px;
	}

	#AreaDefinition.Homepage .Area.PrimaryContent
	{
	}
	
	#AreaDefinition.Homepage .Area.SecondaryContent
	{
		float: right;
		width: 260px;
	}

	#AreaDefinition.Homepage .Area.TertiaryContent
	{
		float: left;
		width: 350px;
	}
	
	#AreaDefinition.Homepage .Area.QuartaryContent
	{
		float: right;
		width: 260px;
	}

	.Area
	{
		line-height: 1.5em;
	}



/* Blocks styles */

.Block
{
	margin-bottom: 20px;
	overflow: hidden;
}

.Block.FloatRight
{
	margin: 0 0 10px 15px;
	width: 196px;
}

	/* RSS Icon */

	.Block a.RssFeedIcon
	{
		position: relative;
		float: right;
	}
	
		.Block a.RssFeedIcon img
		{
			position: absolute;
			right: 6px;
			top: 6px;
		}

	.Block .Content
	{
		background: transparent url( Images/Block.Default.Background.png ) repeat-x left top;
		padding-top: 5px;
	}

		.Block.Highlight .Content,
		.Block.Inverse .Content,
		.Block.Poll .Content
		{
			background: none;
		}

	/* Highlight */

	.Block.Highlight
	{
		background: #F3F3F3 none;
		padding: 5px;
	}

	/* Inverse */
	
	.Block.Inverse
	{
		background-color: #D3011A;
		color: #FFFFFF;
		padding: 5px;
	}

	.Block.Editorial.Inverse
	{
		background-image: url( Images/Li.Inverse.png );
		background-repeat: no-repeat;
		background-position: 5px 13px;
		padding-left: 20px;
	}

	   .Block.Inverse a
	   {
		   color: #FFFFFF;
		   text-decoration: underline;
	   }

		.Block.Inverse .Body li
		{
			background: none;
		}



/* Block types */

	/* Carousel */
	
	.Block.Carousel
	{
		line-height: normal;
		padding: 0;
	}

		.Block.Carousel h2
		{
			background-color: #FFFFFF;
		}

		.Block.Carousel .Content
		{
			background: transparent url( Images/Block.Default.Background.png ) repeat-x left top;
			padding: 10px 0 15px;
		}

		/* List */

		.Block.Carousel .List
		{
			background: transparent url( Images/Block.Carousel.Background.png ) repeat-x left top;
			border-bottom-width: 0 !important;
			font-weight: bold;
			list-style: none !important;
			height: 245px;
			margin-left: 370px;
			position: relative;
		}

			.Block.Carousel .List li
			{
				background: #FFFFFF none;
				border-bottom-style: solid;
				padding-left: 0;
			}

				.Block.Carousel .List a.CarouselItemLink
				{
					background: #F8F8F8 url( Images/Li.png ) no-repeat scroll 6px 13px;
					color: #D3011A;
					display: block;
					padding-bottom: 8px !important;
					padding-left: 20px;
					padding-right: 4px;
					padding-top: 8px !important;
					text-decoration: none;
				}

			/* Active list item */

			.Block.Carousel .List li.Active 
			{
				background: #009DE0 url( Images/Li.Hover.png ) no-repeat scroll 6px 13px;
			}

				.Block.Carousel .List li.Active a.CarouselItemLink
				{
					background: none;
					color: #FFF !important;
				}

		/* Image */

		.Block.Carousel .List li div.Image
		{
			display: none;
			height: 240px;
			left: -370px;
			overflow: hidden;
			position: absolute;
			top: 0;
			width: 360px;
		}

		.Block.Carousel .List li.Active div.Image
		{
			display: block;
		}

			.Block.Carousel .List a.CarouselImageLink
			{
				display: block;
			}

			.Block.Carousel .List li div.Image a
			{
				padding: 0 !important;
			}

		/* Image caption */

		.Block.Carousel .List li div.Caption
		{
			background-color: #F3F3F3;
			border-color: #FFFFFF;
			border-style: solid;
			border-width: 1px 0;
			bottom: 5px;
			filter: alpha( opacity=75 );
			font-weight: normal;
			opacity: 0.75;
			position: absolute;
			width: 100%;
		}

			.Block.Carousel .List li div.Caption a
			{
				filter: alpha( opacity=100 );
				opacity: 1;
				padding: 5px !important;
			}

	/* Editorial */

	.Block.Editorial
	{
	}

	/* Google Ad */

	.Block.Ad
	{
		padding-bottom: 0;
	}
	
	
	
	/* Person */
   
   .Block.Person
   {
   }
   
      .Block.Person .Content fieldset
      {
         float: left;
         margin: 0 1.99% 1.5em 0;
         width: 48%;
      }

      .Block.Person .Content fieldset legend
      {
         font-weight: bold;
      }



	/* Poll */
	
	.Block.Poll
	{
	}
	
		.Block.Poll form p
		{
			margin: 2px 0;
		}

			.Block.Poll form .Radio
			{
				vertical-align: middle;
			}

			.Block.Poll form input.Radio
			{
				margin: 0 5px;
			}

   /* Search form */
   
   .Block.SearchForm .KeywordSuggestions
   {
      margin-bottom: 1.5em;
      font-style: italic;
   }

   .Block.SearchForm .KeywordHighlight
   {
      background-color: #FFFF66;
      font-weight: normal;
   }

      .Block.SearchForm .List li .Meta a
      {
         display: inline;
         padding-left: 0;
         background: none;
      }

         .Block.SearchForm .List li .Meta a:hover
         {
            text-decoration: underline;
         }

	/* Shopping cart */
	
	.Block.ShoppingCart .ShoppingCartTable
	{
		border-collapse: collapse;
		margin-bottom: 1.5em;
	}

	   .Block.ShoppingCart .ShoppingCartTable tr
	   {
		   vertical-align: top;
	   }

	   .Block.ShoppingCart .ShoppingCartTable td.OrderLineProductAction
	   {
	      padding: 6px 0 0 8px;
	   }

	   .Block.ShoppingCart .ShoppingCartTable div.OrderLineSeparator
	   {
         background-color: #CCCCCC;
         height: 1px;
	      margin: 3px 0;
	   }
 
	      .Block.ShoppingCart .ShoppingCartTable div.OrderLineSeparator hr
	      {
	         display: none;
	      }
    
      .Block.ShoppingCart .ShoppingCartTable select.Quantity option
      {
         padding-left: 2px;
      }

      .Block.ShoppingCart .ShoppingCartTable td.SelectMethod label
      {
         display: block;
      }



/* Block list styles */

.Block .List
{
	border-bottom-style: solid;
	border-top-style: solid;
	border-width: 0;
	list-style: none;
	padding-left: 0;
}

	.Block .List li
	{
		background-image: url( Images/Li.png );
		background-repeat: no-repeat;
		background-position: 2px 4px;
		border-bottom-style: dotted;
		border-width: 0;
		clear: both;
		padding-left: 24px;
	}

	.Block .List li.Last
	{
		border-bottom-style: none;
	}

	.Block.Highlight .List li
	{
		background-image: url( Images/Li.png );
	}

	.Block.Inverse .List li
	{
		background-image: url( Images/Li.Inverse.png );
	}

	/* Links */

	.Block .List a
	{
		color: #000000;
		display: block;
		padding-bottom: 3px;
		padding-top: 3px;
		text-decoration: none;
	}

	.Block .List.ShoppingCartTable a
	{
		padding-bottom: 0;
		padding-top: 0;
	}

	.Block.Inverse .List a
	{
		color: #FFFFFF;
	}

	.Block .List a:hover,
	.Block .List a:hover span
	{
		color: #D3011A;
	}

	.Block.Inverse .List a:hover,
	.Block.Inverse .List a:hover span
	{
		color: #FFFFFF;
		text-decoration: underline;
	}

	/* Light Medium Heavy */

	.Block .List.Heavy,
	.Block .List.Heavy li,
	.Block .List.Light,
	.Block .List.Light li,
	.Block .List.Medium,
	.Block .List.Medium li,
	.Block .List.White,
	.Block .List.White li
	{
		background-position: 6px 13px;
		border-width: 1px;
	}

	.Block .List.Heavy a,
	.Block .List.Light a,
	.Block .List.Medium a,
	.Block .List.White a
	{
		cursor: pointer; /* IE */
		padding-bottom: 6px;
		padding-top: 6px;
	}

   .Block .List a.LinkedDetailsFollow
   {
      padding-bottom: 0;
   }

	.Block .List.Heavy,
	.Block .List.Heavy li
	{
		border-color: #174264;
	}

	.Block .List.Light,
	.Block .List.Light li
	{
		border-color: #CCC;
	}

	.Block .List.Medium,
	.Block .List.Medium li
	{
		border-color: #D3011A;
	}

	.Block .List.White,
	.Block .List.White li
	{
		border-color: #FFFFFF;
	}

	/* Read more */

	.Block .ReadMore
	{
		margin-top: 10px;
	}

		.Block .ReadMore a
		{
			background: Transparent url( Images/Icon.ReadMore.png ) no-repeat 6px center;
			color: #D3011A;
			padding-left: 20px;
			text-decoration: none;
		}

		.Block .ReadMore a:hover
		{
			text-decoration: underline;
		}
		
		.Block.Inverse .ReadMore a
		{
			background-image: url( Images/Icon.ReadMore.Inverse.png );
			color: #FFFFFF;
		}

			.Block.Inverse .ReadMore a:hover
			{
				color: #FFFFFF;
				text-decoration: underline;
			}

		.Block.Poll .ReadMore a
		{
			background: Transparent url( Images/Li.png ) no-repeat 2px center;
		}



/* Forms */

form.Frontoffice
{
}

	form.Frontoffice td
	{
		padding: 2px 0;
	}

   /* Fields */

	form.Frontoffice input,
	form.Frontoffice select,
	form.Frontoffice textarea
	{
		border: 1px solid #CCCCCC;
		color: #666666;
	}

	form.Frontoffice input,
	form.Frontoffice textarea
	{
		padding: 2px;
	}

	form.Frontoffice input.Checkbox,
	form.Frontoffice input.Radio
	{
		background: none;
		border-width: 0;
	}

	form.Frontoffice label.Radio:hover
	{
		text-decoration: underline;
	}

   /* Button container */

	form.Frontoffice div.ButtonContainer
	{
		background: url( Images/Form.Cancel.Begin.png ) no-repeat left top;
		height: 40px;
		padding-left: 4px;
	}

   form.Frontoffice div.ButtonContainer.FloatLeft
   {
		margin: 0 8px 8px 0;
   }

	form.Frontoffice div.ButtonContainer.Submit
	{
		background: url( Images/Form.Submit.Begin.png ) no-repeat left top;
   }

		form.Frontoffice div.ButtonContainer input
		{
			background: url( Images/Form.Cancel.End.png ) repeat-x right top;
			border: none;
			color: #FFFFFF;
			cursor: pointer;
			font-weight: bold;
			padding: 12px 8px 12px 8px;
		}
		
		form.Frontoffice div.ButtonContainer.Submit input
		{
			background: url( Images/Form.Submit.End.png ) repeat-x right top;
      }

	/* Responses */
	.Response
	{
		margin-bottom: 1em;
	}



/* Paging */

.Paging
{
	color: #666666;
	height: 19px; /* IE */
	font-size: .85em;
}

	.Paging .Result
	{
		float: left;
	}

		.Paging .Result .PageNumber
		{
			font-weight: bold;
		}

	.Paging .Control
	{
		float: right;
		text-align: right;
	}

		.Paging .Control .PageLink.Current
		{
			font-weight: bold;
		}
	
	.Paging a
	{
		text-decoration: none;
	}

.Block.Inverse .Paging
{
	color: #FFFFFF;
}



/* Default node properties */

.Body
{
	margin-bottom: 1.5em;
}

	.Block .Body
	{
		margin-bottom: 0;
	}

.Description
{
	margin-bottom: 1.5em;
}

.Footer
{
	margin-top: 1.5em;
}

span.PublicationDate
{
	color: #666666;
	font-size: .8em;
	font-weight: normal;
}

	.Block.Inverse span.PublicationDate
	{
		color: #F7C0DE;
	}

.Subtitle
{
	font-style: italic;
	font-weight: bold;
	margin-bottom: 1.5em;
}



/* Node image container */

.ImageContainer
{
	background-color: #FFFFFF;
	border-color: #CCCCCC;
	border-style: solid;
	border-width: 1px;
	margin-bottom: 6px;
	padding: 2px;
}

.Block.Highlight .ImageContainer
{
	border-color: #BDD5EA;
}

.Block.Inverse .ImageContainer
{
	background-color: #FDD8ED;
	border-color: #A8015C;
}

.Block .List .ImageContainer
{
	float: right;
	margin: 0 0 5px 5px;
}

.ImageContainer.FloatLeft
{
	margin-right: 15px;
}

.ImageContainer.FloatRight
{
	margin-left: 15px;
}

.ImageContainer,
.ImageContainer a
{
	color: #666666;
	text-decoration: none;
}

	.ImageContainer p
	{
		font-size: .85em;
		line-height: 1.5em;
		padding-left: 2px;
	}



/* Type: Article */

ul.Articles
{
}

	ul.Articles li
	{
	}

		ul.Articles li .PublicationDate
		{
			color: #D3011A;
			display: inline;
			margin-right: 1em;
		}

		ul.Articles li .Description
		{
			display: inline;
		}

		ul.Articles li .Themes,
		.Themes
		{
			color: #666666;
			font-size: .85em;
		}



/* Type: FAQ */

.FaqCategory
{
	margin-bottom: 1.5em;
}

	.FaqCategory dt
	{
		margin-bottom: .5em;
	}

	.FaqCategory dd
	{
		margin: 0 .5em 1em;
	}



/* Type: Google Ad */

.Block.Ad
{
	padding-left: 0;
	padding-right: 0;
}



/* Type: Product */

.Block.Product table.ProductDetails
{
	color: #666666;
	font-size: .85em;
}

	.Block.Product table.ProductDetails th
	{
		width: 125px;
	}

.Block.Products .Price
{
	font-weight: bold;
}

.Block.Products .List .Price
{
	margin-top: .75em;
	display: block;
}



/* Type: SearchForm */

.Block.SearchForm form
{
}

	.Block.SearchForm .SearchTextBox
	{
		margin-top: 3px;
		padding-bottom: 3px;
		vertical-align: top;
		width: 196px;
	}

	.Block.SearchForm .SearchSubmit
	{
		border: none;
		padding: 0;
	}



/* Type: Sitemap */

#MainContent #SitemapList
{
	line-height: 1.5em;
}

#MainContent #SitemapList
{
	margin: 1em 0 1em 1.2em;
	padding: 0;
}

	#MainContent #SitemapList .SitemapIcon
	{ 
		vertical-align: middle; 
		margin-left: 18px;
	}

	#MainContent #SitemapList span.SitemapNodeWithChildren
	{
		font-weight: bold;
	}

#MainContent #SitemapList ul
{
	margin-left: 1.5em;
}



/* Type: Tagcloud */

.Block.Tagcloud
{
}

	.Block.Tagcloud ul.Tagcloud
	{
      list-style: none;
      padding-left: 0;
	}

	.Block.Tagcloud ul.Tagcloud li
	{
		background: none;
		float: left;
		padding-left: 0;
		margin: 5px;
	}

		.Block.Tagcloud ul.Tagcloud li.Small
		{
			font-size: .85em;
		}

		.Block.Tagcloud ul.Tagcloud li.Medium
		{
			font-size: normal;
		}

		.Block.Tagcloud ul.Tagcloud li.Large
		{
			font-size: 1.33em;
		}

		.Block.Tagcloud ul.Tagcloud li.Huge
		{
			font-size: 1.67em;
		}

	.Block.Tagcloud ul.Tagcloud a
	{
		text-decoration: none;
	}
	
		.Block.Tagcloud ul.Tagcloud li.Roze a
		{
			color: #D3011A;	
		}
			.Block.Tagcloud ul.Tagcloud li.Roze a:hover
			{
				background-color: #D3011A;
				color: #FFFFFF;	
			}
		
		.Block.Tagcloud ul.Tagcloud li.Rood a
		{
			color: #C00000;	
		}
			.Block.Tagcloud ul.Tagcloud li.Rood a:hover
			{
				background-color: #C00000;
				color: #FFFFFF;	
			}
			
		.Block.Tagcloud ul.Tagcloud li.Groen a
		{
			color: #008000;	
		}
			.Block.Tagcloud ul.Tagcloud li.Groen a:hover
			{
				background-color: #008000;
				color: #FFFFFF;	
			}
			
		.Block.Tagcloud ul.Tagcloud li.Paars a
		{
			color: #800080;	
		}
			.Block.Tagcloud ul.Tagcloud li.Paars a:hover
			{
				background-color: #800080;
				color: #FFFFFF;	
			}
			
		.Block.Tagcloud ul.Tagcloud li.Zwart a
		{
			color: #000000;	
		}
			.Block.Tagcloud ul.Tagcloud li.Zwart a:hover
			{
				background-color: #000000;
				color: #FFFFFF;	
			}

	.TagcloudTerm a:hover
	{
		color: #FFF !important;
	}



/* Others */

.AreaMaintenanceControl
{
	background-color: #EEE;
	border: 1px solid #DDD;
	padding: 4px 0 1px;
	margin: 5px 0;
}

.CanvasMaintenanceControl
{
	background-color: #FBFBFB;
	border: 1px solid #DDD;
	padding: 4px 0;
}

hr
{
	height: 1px;
	border: none;
	background-color: #CCC;
	color: #CCC;
	margin: 1em 0;
}