/*  
filename:		helpers.css
created:		29/06/2007
author:			christian hall (cha@1508.css)
description:	indeholder hjælpe styles til kriseinfo.dk
*/

/* -- site helpers -- */


/* -- generic helpers -- */
.hlpHorisontalList li{display: inline; float: left; }
.hlpInlineList li{ display: inline }
.hltNoFloat{ float: none; display: block;}
.hlpFlLeft{ float: left; display: inline; }
.hlpFlRight{ float: right; display: inline; }
.hlpClearAll{ clear: both; }
.hlpNoMargin{ margin:0; }
.hlpNoMarginRight { margin-right: 0px; }
.hlpNoPadding{ padding:0 0 0 0; }
.hlpBlock { display: block; }
.hlpNoBorder, a.hlpNoBorder { border:0 none; }
.hlpNoBorderTop { border-top:0 none; }
.hlpClearLeft{ clear: left; }
.hlpFullWidth { width: 100%}
.hlpNoBG { background: none; }
div.hlpNoDisplay { display: none; }
.hlpNoMarginTop { margin-top: 0px; }