/* stylesheet voor Holland Casino */
/* Macaw febrari 2010 */

@import url(/HCSite/Presentation/Design/StandardScheme/CSS/Common.css);

@media screen
{
	.HollandCasinoBlue {color: #0790F2;}
	
	.MainPageHeader	h1.PageTitle
	{
		background: Transparent url(../image/flagBlue.gif) no-repeat left top;
	}
	.SubNavTitel
	{
		color: #0790f2;
	}
	.SubNav li .Out a
	{
		background: transparent url(../image/link_arrow_big_blue.png) no-repeat 13px 5px;
	}

	.SubNav li .Out a:hover
	{
		color: White;
		background: Transparent url(../image/subNavSelBgBlue.png) no-repeat left center;
	}
	
	.SubNav li .Sel
	{
		background: transparent url(../image/subNavSelBgBlue.png) no-repeat left center;
	}
	
	.MainContent
	{
		padding: 0 0 10px 0;
		border-bottom: 4px double #0790F2;
	}
	
	.PageIntro a
	{
		color: #0790F2 !important;
	}
	

	.ContentField.blue .NewsListingText a
	{
		color: #0790F2;
	}	
	.ContentField.blue .NewsListingText a:hover
	{
		color: Black;
		background-color: #0790F2;
	}

	/*gewone textsnippet*/
	.TextSnippetTitleArea
	{
		color: #0790F2;
		background: Black;
	}
	.TextSnippetContentArea .blue a
	{
		background: transparant url(../Image/link_arrow_small_blue.png) no-repeat 9px center;
	}
	.TextSnippetContentArea .blue a:hover
	{
		color: #0790F2;
	}	
	.SnippetMoreInfo a
	{
		color: #0790F2;
		background: transparent url(../Image/link_arrow_small_Blue.png) no-repeat 1px center;
	}
	
	.SnippetMoreInfo a:hover
	{
		color: Black;
		background: #0790F2 url(../Image/link_arrow_small_Black.png) no-repeat 1px center;
	}
	/*end gewone textsnippet */
	
	/*Inverted TextSnippet*/
	.InvertedTextSnippet
	{
		background:#0790F2 !important;
		margin: 0 0 10px 0;
	}
	.InvertedTextSnippetTitleArea
	{
		color: Black;
		background: #0790F2;
		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.blue a
	{
		padding: 0 0 0 10px;
		color: #0790F2;
		background: transparent url(../Image/link_arrow_small_blue.png) no-repeat 1px center;
	}
	.InvertedTextSnippetContentArea.blue a:hover
	{
		color: Black;
		background: #0790F2 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_blue.png) no-repeat 10px center;
	}
	.InvertedSnippetMoreInfo a:hover
	{
		background: #0790F2 url(../Image/link_arrow_small_Black.png) no-repeat 10px center;
	}
	/* end inverted textsnippet */
	
	/* snippet 4 images*/
	.ColumnContainer4k .blue
	{
		color: #0790F2;
	}
}

@media print
{
}



