div.searchbox input {
    display: block;
    width: 280px;
    padding: 6px;
}

div.searchbox .ui-menu {
    width: auto;
}

#listForPlace #map {
	float: right;
	margin: 5px 0 15px 15px;	
}

.pagination {
    clear: both;
}

div.paginateButtons {
	clear: both;
	padding: 7px 5px;	
}

div.paginateButtons.top {
	border-bottom: none;
	border-top: 1px solid #ccc;	
}

h1 .h1-project-info {
    display: block;
    font-size: 90%;
    margin-bottom: 0.3em;
}

h1 .h1-details {
    display: block;
    font-size: 150%;
    margin-bottom: 1em;
}

h2 {
    font-size: 115%;
    color: #006dba;
    clear: both;
}

#searchform {
    border: 1px solid #ddd;
    padding: 15px;
}

#searchform label {
    margin-top: 10px;
    display: block;
}

#searchform input {
    display: block;
    width: 280px;
    padding: 6px;
}

#searchform input.button {
    margin-top: 1.5em;
    font-size:18px;
    font-family:Arial;
    font-weight:normal;
    -moz-border-radius:6px;
    -webkit-border-radius:6px;
    border-radius:6px;
    border:1px solid #337fed;
    padding:6px 28px;
    text-decoration:none;
    background:-moz-linear-gradient( center top, #2b7fd9 12%, #2c6fdb 93% );
    background:-ms-linear-gradient( top, #2b7fd9 12%, #2c6fdb 93% );
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#2b7fd9', endColorstr='#2c6fdb');
    background:-webkit-gradient( linear, left top, left bottom, color-stop(12%, #2b7fd9), color-stop(93%, #2c6fdb) );
    background-color:#2b7fd9;
    color:#ffffff;
    display:inline-block;
    text-shadow:1px 1px 1px #1570cd;
    -webkit-box-shadow:inset 1px 1px 0px 0px #97c4fe;
    -moz-box-shadow:inset 1px 1px 0px 0px #97c4fe;
    box-shadow:inset 1px 1px 0px 0px #97c4fe;
}
#searchform input.button:hover {
     background:-moz-linear-gradient( center top, #2c6fdb 12%, #2b7fd9 93% );
     background:-ms-linear-gradient( top, #2c6fdb 12%, #2b7fd9 93% );
     filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#2c6fdb', endColorstr='#2b7fd9');
     background:-webkit-gradient( linear, left top, left bottom, color-stop(12%, #2c6fdb), color-stop(93%, #2b7fd9) );
     background-color:#2c6fdb;
 }
#searchform input.button:active {
      position:relative;
      top:1px;
  }

#entry #entry-properties {
    max-width: 60%;
    margin-bottom: 2em;
}

#entry tr.prop th, #entry tr.prop td {
    vertical-align: top;
    padding: 9px 6px;
    background: none;
    border-bottom: 1px solid #ddd;
    line-height: 150%;
}

#entry tr.prop  div.source table, #entry tr.prop div.source td {
    border: none;
    width: auto;
    margin: 0;
    padding: 0;
    font-weight: normal;
}

#entry tr.prop div.source td {
    padding-right: 2px;
}

#entry ul.info-links {
    list-style: none;
    margin: 1em 0 0 0;
    padding: 0;
}

#entry ul.info-links li {
    position: relative;
    margin-left: 13px;
}

#entry ul.info-links li:before {
    position: absolute;
    left: -13px;
    top: -2px;
    content: "\00BB";
    font-size: 150%;
    font-weight: bold;
    color: #ccc;
    line-height: 100%;
}

#entry-options a,
#entry-options a:link,
.info a,
.info a:link,
.pBody a,
.pBody a:link,
.dialog a,
.dialog a:link,
.list td a,
.list td a:link {
	font-weight: normal;
	color: #223bcb;	
}

#entry-options a:visited,
.info a:visited,
.pBody a:visited,
.dialog a:visited,
.list td a:visited {
	color: #551a8b;
}

#entry .representation {
	width: 250px;
    float: left;
    margin: 0 15px 10px 0;
}

#entry .representation p {
    margin: 0;
    padding: 0;
}

#entry .representation-image {
	text-align: center;
    padding-bottom: 15px;
}

#entry #representations {
	float: left;	
}

#entry #entry-options {
	clear: left;
	float: left;	
}

#entry #entry-options a {
	clear: left;
	float: left;	
}

