/* used on teh sighting_report.php  */

div.olMap {
    cursor: default;
    margin: 0 !important;
    padding: 0 !important;
    z-index: 0;
}
.smallmap {
    border: 1px solid #CCCCCC;
    height: 600px;
    width: 100%;
	margin: 0 0 20px 0;
}

#mapcontrol_wrapper {
	margin: 10px 0 5px 0;
}

.control_active {
	/*width: 45px;*/
	color: white;
	background: #4575B4;
}

.pure-form legend .sublegend{
	font-size: 0.8em;
	font-weight: normal;
}

.pure-form legend{
	font-size: 1.6em;
	font-weight: bold;
}

.callout_box {
	background: #ffffff;
	color: #363636;
	width: auto;
	margin: 10px;
	padding: 10px;
    /*-moz-box-sizing: border-box;*/
    border: 1px none;
    border-radius: 0.3em 0.3em 0.3em 0.3em;
    box-shadow: 1px 1px 2px #000000;
}

.callout_box em{
	font-size: 1.1em;
}

.upload_messages {
	display: none;
}

.bansimage  {
margin: 20px;
border: solid 1px #000000;
	-moz-box-shadow: 3px 3px 4px #000000;
	-webkit-box-shadow: 3px 3px 4px #000000;
	box-shadow: 3px 3px 4px #000000;
max-width: 65%;
padding: 0;
}
.bansimage img {
	margin: 0;
	padding: 0;
	width: 100%;
}


#entry_form_area {
 /* a wrapper around all the form stuff */
 padding: 25px;

}

.pure-control-group {
	margin: 15px;
}

.pure-control-group label {
    /*font-style: italic;*/
    font-size: 1.0em;
}
		
.pure-control-group input {
	width: 43.333%;
}

.pure-control-group textarea {
	width: 63.333%;
}

.pure-u-1-3 {
    width: 23.333%;
}
		
/* ----------- Layout ------------------------- */

/* column container */
.colmask {
	position:relative;	/* This fixes the IE7 overflow hidden bug */
	clear:both;
	float:left;
	width:100%;			/* width of whole page */
	overflow:hidden;		/* This chops off any overhanging divs */
}
/* common column settings */
.colright,
.colmid,
.colleft {
	float:left;
	width:100%;			/* width of page */
	position:relative;
}
.col1,
.col2,
.col3 {
	float:left;
	position:relative;
	padding:0 0 1em 0;	/* no left and right padding on columns, we just make them narrower instead 
					only padding top and bottom is included here, make it whatever value you need */
	overflow:hidden;
}


/* 3 Column settings */
.threecol {
	background:#292929;		/* right column background colour */
	
}
.threecol .colmid {
	right:25%;			/* was 25% - width of the right column */
	background:#C4C4C4;		/* center column background colour */
	
}
.threecol .colleft {
	right:50%;			/* width of the middle column */
	background:#7D7D7D;	/* left column background colour */
}
.threecol .col1 {
	width:46%;			/* width of center column content (column width minus padding on either side) */
	left:102%;			/* 100% plus left padding of center column */
}
.threecol .col2 {
	width:21%;			/* Width of left column content (column width minus padding on either side) */
	left:31%;			/* width of (right column) plus (center column left and right padding) plus (left column left padding) */
}
.threecol .col3 {
	width:21%;			/* Width of right column content (column width minus padding on either side) */
	left:85%;			/* Please make note of the brackets here:
					(100% - left column width) plus (center column left and right padding) plus (left column left and right padding) plus (right column left padding) */
}