/* Style the tab */
div.tab {
	overflow: hidden;
	border: 1px solid #ccc;
	background-color: #f1f1f1;
}

/* Style the buttons inside the tab */
div.tab button {
	background-color: inherit;
	float: left;
	border: none;
	outline: none;
	cursor: pointer;
	padding: 14px 16px;
	transition: 0.3s;
}

/* Change background color of buttons on hover */
div.tab button:hover {
	background-color: #ddd;
}

/* Create an active/current tablink class */
div.tab button.active {
	background-color: #ccc;
}

/* Style the tab content */
.tabcontent {
	display: none;
	padding: 6px 12px;
	border: 1px solid #ccc;
	border-top: none;
}

#fpForm {
	font-family: Helvetica, sans-serif;
	padding-top: 0px;
	
}
td{
	vertical-align: top;
	padding:2px;
}

@media only screen and (min-width: 768px) {
	#fpForm {
		width: auto;
		height:auto;
		padding:2px;
		margin: 0px auto 0px;
		
	}
}

#fpheader {
	margin-top:10px;
	background-color: #eee;
	min-height: auto;
	border:1px solid #999;
}

#fpobservers {
	margin-top:10px;
	background-color: #eee;
	min-height: auto;
	border:1px solid #999;
}

#fplistobservers {
	margin-bottom: 50px;
}

#fpaddspecies {
	margin-top:10px;
	background-color: #eee;
	min-height: auto;
	border:1px solid #999;
}

#fplistspecies {
	margin-bottom: 50px;
}

#dvOptions{
	margin-top:10px;
	background-color: #eee;
	min-height: auto;
	text-align: right;
}
#fpForm .frmLabel {
	padding-left: 10px;
	width: auto;
	height: 25px;
	font-weight: bold;
	float: left;
	display: inline-block;
	*display: inline;
}

.frmLabelShort {
	padding-left: 10px;
	width: 15%;
	height: 25px;
	font-weight: bold;
	float: left;
	display: inline-block;
	*display: inline;
}
.frmLabelTiny {
	padding-left: 10px;
	width: 15%;
	height: 25px;
	font-weight: bold;
	float: left;
	display: inline-block;
	*display: inline;
}

#fpForm .frmInput {
	width: auto;
	max-width:inherit;
	display: inline-block;
	*display: inline;
	height: auto;
	min-height: 25px;
	height: auto;
	vertical-align: top;
}

.frmTextLine {
	margin-bottom: 5px;
}

#fpForm input {
	width: 98%;
	border: 1px solid #f00;
}

#fpForm select {
	width: 100%;
	border: 1px solid #f00;
}

.InputSmall {
	width: 50%;
	border: 1px solid #f00;
}
.Input100 {
	width: 100%;
	max-width:inherit;
	border: 1px solid #f00;
}
.Input100textarea {
	width: 99%;
	max-width:inherit;
	border: 1px solid #f00;
}

#frmTextShort {
	width: 15%;
	display: inline-block;
}

#frmTextLong {
	width: auto;
	display: inline-block;
}

@media only screen and (min-width: 768px) {
	#fpForm .InputSmall {
		width: 25%;
		border: 0px solid #f00;
	}
	#fpForm input {
		border: 0px solid #f00;
	}
	#fpForm select {
		border: 0px solid #f00;
	}
}

@media only screen and (min-width: 768px) {
	/* For desktop */
	#fpForm .frmLabel {
		width: 45%;
	}
	#fpForm .frmlabelShort {
		width: 10%;
	}
	#fpForm .frmInput {
		width: 50%;
	}
	#fpForm .InputSmall {
		width: 75%;
	}
	#fpForm .InputSmaller{
		width:50%;
	}
	#fpForm select {
		width: 75%;
	}
	#fpForm textarea {
		width: 75%;
	}
}

#fpForm td {
	border: 1px solid #999;
	font-size:0.9em;
}

#fpForm th {
	border: 1px solid #999;
	
}
#fpForm table {
	border-collapse: collapse;
	border: 1px solid #999;
}
#l2vetdata input[type=checkbox]{
	padding-left:20px;
	width:20px;
}
#l2vetdata_tools input[type=checkbox]{
	width:20px;
}
.smlButton{
	width:20px;
	max-width:20px;
	height:20px;
}

.clsRedButton{
	color:#f00;
	font-weight:bold;
}

#mediaAdd .InputSmall {
	width: 50%;
	border: 1px solid #999;
}
#mediaAdd .Input100 {
	width: 100%;
	max-width:inherit;
	border: 1px solid #999;
}
#mediaAdd .Input100textarea {
	width: 99%;
	max-width:inherit;
	border: 1px solid #999;
}
#mediaAdd .Input100textareaTall {
	width: 99%;
	height:150px;
	max-width:inherit;
	border: 1px solid #999;
}
#div_map{
	margin-top:10px;
	background-color: #eee;
	min-height: 250px;
	border:1px solid #999;
}