/* stylesheet voor Holland Casino */
/* Macaw febrari 2010 */

@import url(/HCSite/Presentation/Design/StandardScheme/CSS/Common.css);

@media screen
{
	
	.HollandCasinoYellow, h1 {color: #FFC311;}
	
	.MainPageHeader	h1.PageTitle
	{
		background: Transparent url(../image/flagYellow.gif) no-repeat left top;
	}
	.SubNavTitel
	{
		color: #ffc311;
	}
	.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_yellow.png) no-repeat 13px 5px;
	}
	
	.MainContent 
	{
		padding: 0 0 10px 0;
		border-bottom: 4px double #FFC311;
	}
	
	.PageIntro a
	{
		color: #FFC311 !important;
	}
	
	
	

	.SubNav li .Out a:hover
	{
		color: White;
		background: Transparent url(../image/subNavSelBgYellow.png) no-repeat left center;
	}
	.SubNav li .Sel
	{
		background: transparent url(../image/subNavSelBgYellow.png) no-repeat left center;
	}

	/* gewone TextSnippet*/
	.TextSnippetTitleArea
	{
		color: #FFC311;
		background: Black;
	}
	.TextSnippetContentArea .yellow a
	{
		background: transparant url(../Image/link_arrow_small_yellow.png) no-repeat 9px center;
	}
	.TextSnippetContentArea .yellow a:hover
	{
		color: #FFC311;
	}
	.SnippetMoreInfo a
	{
		color: #FFC311;
		padding: 0 0 0 10px;
		background: transparent url(../Image/link_arrow_small_yellow.png) no-repeat 1px center;
	}
	.SnippetMoreInfo a:hover
	{
		color: Black;
		background: #FFC311 url(../Image/link_arrow_small_Black.png) no-repeat 1px center;
	}
	/* eind gewone textsnippet*/
	
	/*Inverted TextSnippet*/
	.InvertedTextSnippet
	{
		background:#FFC311 !important;
		margin: 0 0 10px 0;
	}
	.InvertedTextSnippetTitleArea
	{
		color: Black;
		background: #FFC311;
		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.yellow a
	{
		padding: 0 0 0 10px;
		color: #FFC311;
		background: transparent url(../Image/link_arrow_small_yellow.png) no-repeat 1px center;
	}
	.InvertedTextSnippetContentArea.yellow a:hover
	{
		color: Black;
		background: #FFC311 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_yellow.png) no-repeat 10px center;
	}
	.InvertedSnippetMoreInfo a:hover
	{
		background: #FFC311 url(../Image/link_arrow_small_Black.png) no-repeat 10px center;
	}	
	/*End Inverted TextSnippet*/
	
	
	/*links zonder pijltje*/
	.ContentField.yellow .PageIntro a,
	.ContentField.yellow .NewsListingText p a
	{
		color: #FFC311;
	}
	.ContentField.yellow .PageIntro a:hover,
	.ContentField.yellow .NewsListingText p a:hover
	{
		color: Black !important;
		background: #FFC311;
	}
		
	/*links met pijltje*/
	.ContentField.yellow .NewsListingText>a
	{
		color: #FFC311;
		padding: 0 0 0 10px;
		background: transparent url(../Image/link_arrow_small_yellow.png) no-repeat 1px center;
	}
	.ContentField.yellow .NewsListingText>a:hover
	{
		color: Black;
		background: #FFC311 url(../Image/link_arrow_small_Black.png) no-repeat 1px center;
	}
	
	/* snippet 4 images*/
	.ColumnContainer4k.yellow
	{
		color: #FFC311;
	}
	/**/

}

@media print
{
}

