/* CSS Document */

#openairPageTemplate {
	font-size: 100%;
}

ul.block_listing {
	list-style-type:none;
	margin-left:10px;
}
#Content ul.block_listing li {
	background:none;
	display:block;
	list-style-image:none;
	padding:5px 10px 5px 10px;
	font-weight:bold;

}

/*.row select.multiple {*/
	/*height:200px;*/

/*}*/
/*.row select.select {*/
	/*width:300px;*/
	/*vertical-align:top;*/
/*}*/
.note {
	color:#666666;
}
.loading_message {
	background-image:url(/ukgwa/20260303063953oe_/https://uk-air.defra.gov.uk/images/small_loading.gif);
	background-position:left;
	background-repeat:no-repeat;
	padding-left:18px;
	visibility:hidden;
}
.grey_box {
	margin-top:15px;
	margin-bottom: 15px;
	padding:10px;
	font-weight:bold;
	background-color:#dff0d8;
}

/*
#Content .helpInfo p {
	margin:0px;
	margin-top:10px;
}
*/
.helpInfo .helpButton {
	position:absolute;
	right:0px;
	top:0px;
	z-index:500;
}

.createButton {
	padding:5px;
}
.lastrow {
	margin-top:20px;
	padding-top:10px;
	border-top:1px solid #999999;
}
#submit {
	float:left;
}
#submit_loading  {
	float:left;
	width:160px;
	margin-top:10px;
	color:#003366;
	font-weight:bold;
	margin-left:10px;
	
}

/*a.actionButton:link,
a.actionButton:visited {
	background-image:url(/ukgwa/20260303063953oe_/https://uk-air.defra.gov.uk/images/icon_refresh_small.png);
	background-repeat:no-repeat;
	background-position:left top;
	padding-left:20px;
}
a.actionButton:hover, 
a.actionButton:active {
		
}*/
/* Help  
---------------------------- */
/*.helpInfo {
	border:1px solid #3286D6;
	background-color:#D6E3F7;
	padding:7px;
	margin-top:5px;	
	margin-bottom:10px;
	display:none;
	position:relative;
	z-index:100;
}

a.helpLink:link, 
a.helpLink:visited {
	background-image:url(/ukgwa/20260303063953oe_/https://uk-air.defra.gov.uk/images/icon_help.png);
	background-repeat:no-repeat;
	background-position:left top;
	padding-left:20px;
	display: block;
	margin-top: 10px;
}
a.helpLink:hover, 
a.helpLink:active {
		
}*/

/* Form validation errors */
.redborder {
  background-color:#FFEAEA;
  border:1px solid #FF0000;
  margin-bottom:6px;
  padding:1px 12px 0;
}

/* Fullscreen Loading 
---------------------------- */
.fullscreen {
  position: fixed;
  top:0px;
  left:0px;
  background:rgba(0,0,0,0.5);
  width:100%;
  height:100%;
  z-index:998;
}
.fullscreen-loading {
  background:#FFF;
  border-radius:5px;
  border:5px solid  #000;
  z-index:999;
  width:400px;
  min-height:100px;
  opacity:1;
  position:absolute;
  left: 50%;
  top:50%;
  margin-top:-100px;
  margin-left: -250px;
  padding:20px 30px 20px 30px;
}
.fullscreen-loading-glow-normal {
  box-shadow:0px 0px 15px #FFF;
}
.fullscreen-loading-glow-error {
  box-shadow:0px 0px 15px #FF0000;
}
.loading_large { float:left;margin-right:10px;margin-bottom:10px; }

.title_block{
	display: block;
	margin-bottom: 10px;
	margin-top: 10px;
}


