/* stylesheet voor Holland Casino */
/* Macaw febrari 2010 */

@import url(/HCSite/Presentation/Design/StandardScheme/CSS/Common.css);

@media screen
{
	.HollandCasinoPurple {color: #B8009E;}
	
	.MainPageHeader	h1.PageTitle
	{
		background: Transparent url(../image/flagPurple.gif) no-repeat left top;
	}	
	.SubNavTitel
	{
		color: #b8009e;
	}
	.SubNav li .Out a
	{
		display: block;
		color: #EEEEEE;
		text-decoration: underline;
		width: 100%;
		height: 100%;
		padding: 1px 0 0 26px;
		background: transparent url(../image/link_arrow_big_purple.png) no-repeat 13px 5px;
	}

	.SubNav li .Out a:hover
	{
		color: White;
		background: Transparent url(../image/subNavSelBgPurple.png) no-repeat left center;
	}
	
	.SubNav li .Sel
	{
		background: transparent url(../image/subNavSelBgPurple.png) no-repeat left center;
	}
	
	.MainContent 
	{
		padding: 0 0 10px 0;
		border-bottom: 4px double #B8009E;
	}
	
	.PageIntro a
	{
		color: #B8009E;
	}
	
	/* gewone textsnippet*/
	.TextSnippetTitleArea
	{
		color: #B8009E;
		background: Black;
	}
	.TextSnippetContentArea .purple a
	{
		background: transparant url(../Image/link_arrow_small_purple.png) no-repeat 9px center;
	}
	.TextSnippetContentArea .purple a:hover
	{
		color: #B8009E;
	}	
	.SnippetMoreInfo a
	{
		padding: 0 0 0 10px;
		color: #B8009E;
		background: transparent url(../Image/link_arrow_small_purple.png) no-repeat 1px center;
	}
	.SnippetMoreInfo a:hover
	{
		color: Black;
		background: #B8009E url(../Image/link_arrow_small_Black.png) no-repeat 1px center;
	}
	/* end gewone textsnippet*/
	
	/*Inverted TextSnippet*/
	.InvertedTextSnippet
	{
		background:#B8009E !important;
		margin: 0 0 10px 0;
	}
	.InvertedTextSnippetTitleArea
	{
		color: Black;
		background: #B8009E;
		padding: 6px 8px 1px 8px;
		font-family: Trebuchet MS;
		text-transform: uppercase;
		font-size: 14px;
	}
	.InvertedTextSnippetContentArea
	{
		color: Black !important;
		background: White;
		width: 196px;
		margin: 10px 8px 8px 8px;
		padding: 8px 8px 12px 12px;
		border-top: 1px solid #D0D0D0;
	}
	.InvertedTextSnippetContentArea p
	{
		color: Black !important;
		padding: 2px 0 2px 0;
	}	
	.InvertedTextSnippetContentArea.purple a
	{
		padding: 0 0 0 10px;
		color: #B8009E;
		background: transparent url(../Image/link_arrow_small_purple.png) no-repeat 1px center;
	}
	.InvertedTextSnippetContentArea.purple a:hover
	{
		color: Black;
		background: #B8009E url(../Image/link_arrow_small_black.png) no-repeat 1px center;
	}	
	.InvertedSnippetMoreInfo a
	{
		padding: 0 0 0 10px;
		background: Black url(../Image/link_arrow_small_purple.png) no-repeat 10px center;
	}
	.InvertedSnippetMoreInfo a:hover
	{
		background: #B8009E url(../Image/link_arrow_small_Black.png) no-repeat 10px center;
	}	
	/*End Inverted TextSnippet*/
	
	.ContentField.purple .PageIntro a
	{
		color: #B8009E;
	}
	.ContentField.purple .PageIntro a:hover
	{
		color: Black !important;
		background: #B8009E;
	}	
	
	.ContentField.purple .NewsListingText a
	{
		padding: 0 0 0 10px;
		color: #B8009E;
		background: transparent url(../Image/link_arrow_small_purple.png) no-repeat 1px center;
	}
	.ContentField.purple .NewsListingText a:hover
	{
		color: Black;
		background: #B8009E url(../Image/link_arrow_small_Black.png) no-repeat 1px center;
	}
	
	/* snippet 4 images*/
	.ColumnContainer4k .pruple
	{
		color: #B8009E;
	}
}

@media print
{
}

