﻿/* Selectors specific to Regulations */
#regulationsLegend{
	}
	#regulationsLegend li .note{
			background-image:url("/assets/img/note.gif");
			background-position:left center;
			background-repeat:no-repeat;
			padding-left:22px;
		}

	#regulationsTable #countryColumn{
			width:15%;
		}
	#regulationsTable #detailColumn{
			width:60%;
		}
	#regulationsTable #notifiedColumn{
			width:9%;
		}
	#regulationsTable #standstillEndsColumn{
			width:15%;
		}
	.standstillExtended{
			color:#CC0000;
			font-weight:bold;
		}
#regulationsTable h3 {
	background-image:url("/assets/img/arrowLeft.gif") !important;
	background-repeat:no-repeat;
	color:#003762;
	font-size:1.0em;
	margin:0;
	padding-left:20px;
}
