#content {
	margin-right: 25px;
	width: 720px;
	top: -45px;
}

#left-sidebar {
	margin-left: 25px;
	top: -45px;
}

#menu-left1 .menu{
	padding-left: 0;
	padding-top: 0;
}

#menu-left1 ul.menu li{
	padding-bottom: 0;
	background: #E7F2D3;
}
#menu-left1 ul.menu li ul {
	background: url("../images/design/div-menu.png") repeat-x  left top #F5F2F0;
}
#menu-left1 ul.menu li ul li {
	background: none;
}
#menu-left1 ul.menu li ul {
	padding-top: 0;
}

.sidebar-block ul.menu li.first a {
	background: url("../images/design/div-menu.png") repeat-x scroll left top transparent;
}

.sidebar-block ul.menu li span.empty-link{
	display: block;
	padding: 10px 13px 8px 13px;
	background: url('../images/design/div-menu.png') top left repeat-x;
	color: #000;
	font-size: 90%;
	text-transform: uppercase;
	font-weight: bold;
	text-decoration: none;
}


#map{
	width: 720px;
	height: 400px;
}

h1 a.edit img{
	vertical-align: middle;
}

#content .select2-choices{
	padding: 0;
}
.select2-results li {
	padding: 0;
	text-align: left;
}
a.select2-choice, a.select2-choice *{
	text-decoration: none;
	color: #000;
}


#content table th, #content table td {
	padding-right: 5px;
	padding-left: 5px;
}

#editForm select{
	min-width: 100px;
}

#content .gallery-multiple-upload img{
	margin: 0;
	max-width: 460px;
	height: auto;
}
#content .gallery-multiple-upload .copy_link{
	vertical-align: middle;
	cursor: pointer;
	margin: 2px;
}

#content .gallery-multiple-upload table th, 
#content .gallery-multiple-upload table td{
	padding: 2px;
}

#content .gallery-multiple-upload table .image{
	text-align: center;
}

.gallery-multiple-upload .input_date{
	width: 100px;
}
.gallery-multiple-upload select{
	min-width: 100px;
}
.gallery-multiple-upload .copy_link{
	float: left;
}
.gallery-multiple-upload .delete_link{
	float: right;
	margin: 3px 5px 0 0 !important;
	cursor: pointer;
}
.gallery-multiple-upload select.input_species,
.gallery-multiple-upload select.input_author,
.gallery-multiple-upload select.input_trap,
.gallery-multiple-upload select.input_trap_model{
	min-width: 160px;
}

.gallery-multiple-upload .submit{
	margin-top: 30px;
	text-align: center;
}

.gallery-multiple-upload .delete_all{
	float: right;
	margin: 10px 20px 0 0;
	font-weight: bold;
}

.listFilterFormGallery select, .listFilterForm select{
	min-width: 100px;
}


/* Styles for rotateTableCellContent plugin*/
table div.rotated {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  white-space: nowrap;
  margin-top: 5px;
}


table th.tdRotated a.orderRotated{
	display: block;
	float: right;
}
 
thead th {
  vertical-align: top;
}
 
table .vertical {
  white-space: nowrap;
}



.submit input, input.submit{
	cursor: pointer;
}

#content #map p, #content #map img{
	padding: 0;
	margin: 0;
}
#content #map table, #content #map th, #content #map td, #content #map .item{
	border: 0;
}


#content .exportButton{
	float: right;
}


.galleryImage{
	display: inline-block;
	float: left;
	width: 150px;
	margin: 10px;
	text-align: center;
}
#content .galleryImage img{
	margin: 0;
}


#content p.error{
	padding: 20px 20px;
	font-size: 120%;
	border: #f00 4px solid;
}

.gallery_edit_image .inputDesc{
	display: block;
	font-size: 90%;
}

.galleryImage .galleryImageDesc{
	display: none;
}

.fancybox-title .galleryImageDate{
	display: inline-block;
	float: right;
}