/*

     black  = '#000000'
     white  = '#ffffff'
     grey1  = '#46494c'
     grey2  = '#c6c9cc'
     grey3  = '#e3e6ea'
     red    = '#CC4444'
     green  = '#66AA66'
     blue   = '#89b8df'
     orange = '#f08900'
     blr_light_blue = '#B2C4D8'
	 blr_dark_blue = '#004C85'

ICLR logo (top.gif) at the top of the home page only.
Bus LR logo (buslr.gif) on every page please. 
Colour used:  Pantone 2945 EC. Font Futura Md BT. The gif itself has been manipulated in fireworks with an effect put on it.

*/

html {
    height: 100%;
}

body { 
    background-color: white;
    color: #46494c; /* dark grey */
    margin: 4em;
    padding: 0;
    height: 100%;
    font-family: Futura, Sans-Serif;
    font-weight: normal;
    font-size: 90%;
}


h2 {
  color:#004C85;
}

#iclr_logo {
	background-color:white;
}

p.registration {
		font-size:80%;
}

#footer {
    background-color: #B2C4D8;  /* blr light blue */
    text-align: center;
    font-size:90%;
    bottom: 0; 
    left: 0px; 
    width: 100%;
    padding: .5em;
}


.report_short {
	width: 95%;
	font-size:90%;
}
.report_admin {
	width: 95%;
	font-size:90%;
}
ol.reports {
	width: 95%;
	font-size:90%;
  /*background-color:#BFE4FF */;
}

/*
ol.reports li.even {
  background-color:#BFE4FF;
}
ol.reports li.odd {
  background-color:#80C9FF;
}
*/


table.search_summary {
	font-size:90%;
	font-weight:bold;
}
table.search_summary td {
	padding-right:1em;
}

li h4 {
	margin-top: 2em;
  margin-bottom:0em;
}

table.case-details {
  margin-top: .75em
  margin-bottom:0em;
	font-family: Arial, Sans-Serif;
	font-size:90%;
}

.catch_words {
  margin-top:.5em;
  margin-bottom:0em;
}

table.reports {
	width: 95%;
	font-size:90%;
	white-space:nowrap; /* prevent most cells from wrapping */
}

table.reports td {
  vertical-align:top;
}

/* for accessibilty compliance */
summary, caption {
	display:none;
}

table.reports th {
	text-align:left;
	font-weight:bold;
	border-bottom: 1px solid black;
}


#case_name {
	white-space:normal; /* prevent most cells from wrapping */
	width:40%;
}

.highlight {
  color: red;
}

.img_right {
	display:block;
}

.pagebreak {
	display: block;
	background-color:#e3e6ea;
	text-align:right;
	padding-top: 2em;
	padding-bottom: 1em;
	padding-right:3em;
}


.atom { 
    text-align:center;
}


