/* CSS Document */

h1
{
	font-size: 2em;
	color: #003333;
	background: none;
	font-weight: bold;
	margin: 0 0 0 15px;
}

h2
{
	font-size: 1.3em;
	color: #003333;
	font-weight: 100;
	margin: 0 0 0 15px;
}

h3
{
	font-size: 1.3em;
	color: #003333;
	font-weight: Bold;
}

h4
{
	font-size: 1em;
	color: #003333;
	font-weight: Bold;
	margin: 0 0 5px 0;
}


.text{
	color: #000;
}

.textsmall{
	font-size: 80%;
	color: #000;
}

.smallheading{
	font-size: 100%;
	color: #000;
	font-weight: bold;

}

.question{
	font-size: 100%;
	color: #000;
	font-weight: bold;
}

#main ul{
	padding: 0;
	margin: 0;
	margin-left: 50px;
}

#main ul li{
	color: #000;
	padding-bottom: 5px;
}

#box {
	
	float: right;
	padding: 19px 40px 0 0;
	width: 250px;
	margin: 0;
}

#box2 {
	
	float: left;
	padding: 20px 0 0 0;
	width: 200px;
	margin: 0;
}

#box3 {
	
	float: right;
	padding: 20px 30px 0 0;
	width: 230px;
	margin: 0;
}




#greyfillbox {background: transparent; margin:0; margin-bottom:20px;}

.greyfillboxtop, .greyfillboxbottom {display:block; background:transparent; font-size:1px;}
.greyfillboxb1, .greyfillboxb2, .greyfillboxb3, .greyfillboxb4 {display:block; overflow:hidden;}
.greyfillboxb1, .greyfillboxb2, .greyfillboxb3 {height:1px;}
.greyfillboxb2, .greyfillboxb3, .greyfillboxb4 {background:#F1CCCC; border-left:1px solid #F1CCCC; border-right:1px solid #F1CCCC;}
.greyfillboxb1 {margin:0 5px; background:#F1CCCC;}
.greyfillboxb2 {margin:0 3px; border-width:0 2px;}
.greyfillboxb3 {margin:0 2px;}
.greyfillboxb4 {height:2px; margin:0 1px;}

.greyfillboxcontent {
	
	display:block;  
	background-color: #F1CCCC;
	border:0 solid #F1CCCC; border-width:0 1px; padding: 10px;
}

.greyfillboxcontent a:hover{
			font: 100% Verdana, Arial, Helvetica, sans-serif;
			color: #3399CC;
			/*font-weight: bold;*/ /*problem in IE*/
			text-decoration: none;
}


.greyfillboxcontent ul{
  list-style: none;
	margin: 0;
	padding: 0;	
}

.greyfillboxcontent ul li{
	background-repeat: no-repeat;
	background-position: 0 0;
	padding: 0 0 5px 0;
	margin-top: 0;

}

.greyfillboxcontent a:link, .greyfillboxcontent a:visited, .greyfillboxcontent a:active{
			font: 100% Verdana, Arial, Helvetica, sans-serif;
			color: #3399CC;
				
}

TABLE   { 
border-collapse: collapse;
border: 1px solid #999; 
}

TD{
border: 1px solid #999; 
}

/*cells of the Irish Road safety in context table*/
.safetycell_head {
	width: 99px;
	text-align: center;
	font-weight: bold;
	vertical-align: top;
}

.safetycell {
	text-align: center;
}

/*cells of the Table 3. All Road Casualties in 2004 Classified Inside and Outside Built-Up Areas */
.casualtiescell_head {
	width: 61px;
	text-align: center;
	font-weight: bold;
	vertical-align: top;
}

.casualtiescell {
	text-align: center;
}

/*faq*/
.backtop {text-align: right;
	margin: 0 0 25px 0;
}

.activeoffence {
 font-weight: bold;
}

/*full offence table*/

.fulloffencetable_head{
	font-weight: bold;
	text-align: center;
	}

.fulloffencetable_cell{}

/*footer*/

.footer_img_left{ margin: 0 0 0 85px;}
.footer_img_right{ margin: 0 0 0 85px;}

/*print*/

#printnotice {
	float: right;
	padding: 0;
	
	margin: 0;
}

#printnotice a{
	font-size: 0.8em;
	color: red;
}

#printericon {
	text-align: center;
	vertical-align: middle;
	border: 0;
}

/*BR clear= all deprecated in html*/

.brclear {
	clear: both;
}


/*admin */

.addnewfile {
	float: right;
	padding: 0;
	
	margin: 0;
	clear: both;
}

.sectionselect { width: 140px; }

.message { margin: 5px 0 2px 25px;}

