/*User Selectable Styles*/
    
	/*Text styles*/
	.normal{font-weight:normal}
    .bold{font-weight:bold}
  
  h1{color:#069;font-size:200%;font-weight:normal}
  .Heading2,h2{color:#069;font-size:150%;font-weight:normal}
  .Heading3,h3{color:#069;font-size:130%;font-weight:normal}
  .Heading4,h4{color:#75ad1b;font-size:130%;font-weight:normal}
  .Heading5,h4{color:#75ad1b;font-size:100%;font-weight:bold}

  	/*Messages*/
	.note {background: #dfd; padding: 1em; border-top: 1px #bdb dotted; border-bottom: 1px #bdb dotted;display:block}
	.important {background: #ffd; padding: 1em; border-top: 1px #ddb dotted; border-bottom: 1px #ddb dotted;display:block}
	.warning {background: #fdd;color:#666 !important; padding: 1em; border-top: 1px #dbb dotted; border-bottom: 1px #dbb dotted;display:block}
	
	/*Positioning*/
	.float_left {float:left;display:inline;margin-right:1em;margin-bottom:0.15em}
	.float_right {float:right;display:inline;margin-left:1em;margin-bottom:0.15em}
	.center {text-align:center;margin:0.5em auto}  
	.centerclear{text-align:center;margin:0.5em auto;} 
	.nofloat{float:none}
	
	/*Misc*/
	.green{color:#76AF19}/*Used for split colouring headings*/ 
  
/*Style pdf links */
a.pdf{padding-right: 18px;background: transparent url(http://www.redbridge.gov.uk/images/16_16/pdf.gif) no-repeat center right}
/*Bigger text */
.BiggerText{font-size:116.7%}

blockquote{float:right;font-family:verdana,arial,helvetica,sans serif;font-size:1.25em;background:none;width:150px;border-top:#069 3px solid;border-bottom:#069 3px solid;margin:1em;padding:1em;color:#319CCE;}

/*** Generic Styles ****/

/*standard styles*/
body .columnheader{color:#000000;background-color:#daf3d9;font-weight:bold;padding:5px}
body .eventsboxbg{background-color:#fff5fc;}

/* Table Styles */
/* Overall table style */
table.ImmTS_Default {background-color: #FFFFFF; border-collapse: collapse;padding:0px} 
/* Cell padding and spacing styles */ 
table.ImmTS_Default th, table.ImmTS_Default td {padding:2px;margin:2px;} 
/* Table border style */  
table.ImmTS_Default, table.ImmTS_Default th, table.ImmTS_Default td {border:solid 2px #069}
 /* Apply style to header cells */                                      
table.ImmTS_Default th {background-color: #069;color:#FFFFFF;padding: 4px;text-align:left}  
/* Apply style to data cells */
table.ImmTS_Default td {background-color:#FFF;vertical-align:top}

/* Mulberry table style */
table.ImmTS_Mulberry {background-color:#FFF;border-collapse:collapse;padding:0px}
/* Cell padding and spacing styles */
table.ImmTS_Mulberry th, table.ImmTS_Mulberry td {padding:5px;margin:2px}
/* Table border style */  
table.ImmTS_Mulberry, table.ImmTS_Mulberry th, table.ImmTS_Mulberry td {border:solid 2px #82C517}
 /* Apply style to header cells */                                      
table.ImmTS_Mulberry th {background-color:#82C517;color:#FFF;padding:4px;text-align:left}  
/* Apply style to data cells */
table.ImmTS_Mulberry td {background-color:#FFF;vertical-align:top}
