.category { text-align: center; 
            font-weight: bold; 
            border-bottom: 1px solid #336699; 
}
.group { font-weight: bold; 
         border-bottom: 1px solid #336699; 
}
.subGroup
{
    padding-left: 30px;
}

/* Category Colours */
.disaster
{
    background-color: #FFEAEA;
}

.incident
{
    background-color: #E3FBE9;
}

.natural
{
    background-color: #FFEAEA;
}

.conflict
{
    background-color: #F9F9DD;
}

.technology
{
    background-color: #D9F3FF;
}

/* OpenLayers Controls */
.olControlEditingToolbarSearch  	
{
	float: right;
	right: 0px;
	height: 30px;
	width: 210px;
	margin: 0px;
	padding: 2px 2px 2px 0px;
	background-color: #E8E8E8;
	border-left: solid 1px #999;
	border-bottom: solid 1px #999;
}
.olControlEditingToolbarSearch div	
{
	float:right;
	width:  24px;
	height: 24px;
	margin: 5px;
}
.olControlEditingToolbarResults 	
{
	float: right;
	right: 0px;
	height: 30px;
	width: 150px;
	margin: 0px;
	padding: 2px 2px 2px 0px;
	background-color: #E8E8E8;
	border-left: solid 1px #999;
	border-bottom: solid 1px #999;
}
.olControlEditingToolbarResults div
{
	float:right;
	width:  24px;
	height: 24px;
	margin: 5px;
}
	
.olControlNavigateItemActive { 
  background-image : url("../images/icons/cursor.png");
  background-color: Orange;
  background-repeat: no-repeat;
  background-position: center;
  width:  24px;
  height: 24px;
}
.olControlNavigateItemInactive { 
	background-image: url("../images/icons/cursor.png");
  background-color: #E8E8E8;
  background-repeat: no-repeat;
  background-position: center;
  width:  24px;
  height: 24px;
}
.olControlZoomWorldItemInactive { 
	background-image: url("../images/icons/globe.png");
	width:  24px;
	height: 24px;
}
.olControlZoomCanadaItemInactive { 
	background-image: url("../images/icons/lffl.png");
	width:  24px;
	height: 24px;
}
.olControlClearItemInactive { 
	background-image: url("../images/icons/clear.png");
	width:  24px;
	height: 24px;
}
.olControlZoomBoxItemActive { 
  background-image: url("../images/icons/magnifier_zoom_in.png");
  background-color: orange;
  background-repeat: no-repeat;
  background-position: center;
  width:  24px;
  height: 24px;
}
.olControlZoomBoxItemInactive { 
  background-image: url("../images/icons/magnifier_zoom_in.png");
  background-color: #E8E8E8;
  background-repeat: no-repeat;
  background-position: center;
  width:  24px;
  height: 24px;
}
.olControlAreaSelectItemActive { 
  background-image: url("../images/icons/shape_square_add.png");
  background-color: orange;
  background-repeat: no-repeat;
  background-position: center;
  width:  24px;
  height: 24px;
}
.olControlAreaSelectItemInactive{ 
  background-image: url("../images/icons/shape_square_add.png");
  background-color: #E8E8E8;
  background-repeat: no-repeat;
  background-position: center;
  width:  24px;
  height: 24px;
}

.olControlLoadingPanel {
	background-image:url(../images/progressbar.gif);
	/*position: relative;*/
    text-align: center;
	width: 400px;
	height: 20px;
	left:70px;
	bottom:30px;
	background-position:center;
	background-repeat:no-repeat;
	display: none;
}

/* Padding */
*.padding-none, h1.padding-none, h2.padding-none, h3.padding-none, h4.padding-none, h5.padding-none, h6.padding-none, p.padding-none, div.padding-none {padding:0 0 0 0 !important;}
.padding-xsmall {padding:2px;}
.padding-small {padding:5px;}
.padding-medium {padding:10px;}
.padding-large {padding:20px;}
.padding-xlarge {padding:50px;}
.padding-top-small {padding-top:5px;}
.padding-top-medium {padding-top:10px;}
.padding-top-large {padding-top:20px;}
.padding-top-xlarge {padding-top:50px;}
.padding-right-small {padding-right:5px;}
.padding-right-medium {padding-right:10px;}
.padding-right-large {padding-right:20px;}
.padding-right-xlarge {padding-right:50px;}
.padding-bottom-small {padding-bottom:5px;}
.padding-bottom-medium {padding-bottom:10px;}
.padding-bottom-large {padding-bottom:20px;}
.padding-bottom-xlarge {padding-bottom:50px;}
.padding-left-small {padding-left:5px;}
.padding-left-medium {padding-left:10px;}
.padding-left-large {padding-left:20px;}
.padding-left-xlarge {padding-left:50px;}