

table, caption {
    font-size: inherit;
    font-weight: inherit;
    font-style: inherit;
    font-variant: inherit;
    /* margin: inherit; */
}

input, select, textarea, button {
    border: 1px solid;
    font-family: inherit;
    font-size: inherit;
    line-height: normal;
    font-variant: normal;
    text-transform: none;
}

input, button {
/* border-color: #666666; */
}

input:hover, input:focus {
    border-color: black;
    background-color: #efefef;
}

a {
    color: #314eb5;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

.abstract {
    font-style:italic;
    color:#666666;
}


.results {
   /* padding: 1.5em; */
    text-align: left;
    margin-top: 0.5em;
    padding: 0 0.5em;
    min-height: 500px;
}

.results table {
   border-collapse:collapse;
   margin: 0;
   /* width:100%; */
}

/*
.resultitem:hover div.itemtitle {
    border: 1px solid #e4e5e6;
    background-color: #e4e5e6;
}
*/

.resultitem>td {
    border-top:1px solid #E7E7DF;
}

.resultitem:first-child>td {
    border-top:none;
}

.resultitem>td {
    vertical-align: top;
    padding-bottom: 1.5em;
	padding-top:0.5em;
}

/*
.selected .thumbnail {
    border-color: #aa3310;
}
*/

/*.selected .itemtitle {
    background-color:#d2ddf7;
}
*/
.floatRight {
    float:right;
    background-color:#eeffd6;
    padding: 0.5em 1em;
    text-align:right;
    border: 1px solid #7ba84e;
}

.itemProperties {
    padding-top: 1.5em;
    font-size: 90%;
}

.itemProperties td {
    vertical-align:top;
	padding: 0.5em;
}

.itemProperties td:first-child {
    font-weight:bold;
    padding-right: 1em;
	width:150px;
	color:gray;
	text-transform: uppercase;
}

.itemProperties td:first-child+td {
    padding-right: 1em;
	width:500px;
	border-bottom: 1px solid lightgray;
}

.itemProperties tr:hover {
    background-color: #FAFAF0;
}

.searchHeader {
    text-align: center;
    margin: 1.5em 0;
}

.searchHeader form {
    margin:0;
}

.resultStats {
    float:right;
    color: gray;
    font-size:90%;
}

.paging {
    float: left;
}

.resultBar>div {
    vertical-align: text-bottom;
}

.resultBar {
    background-color:#ddddd5;
    border-top: 1px solid #C4C4DD;
    height:2.6em;
    /* margin-top: 1em; */
    padding: 4px 0.5em;;
    text-align:center;
}

.resultBar:first-child {
    background-color:#E7E7DF;
    border-bottom: 1px solid #C4C4DD;
    border-top: none;
}

.alternateFormats {
    font-size:80%;
    margin-bottom:0.5em;
}
.itemtitle {
	/*background-color:#F5F5EF;*/
	padding-top:4px;
    padding-bottom:2px;
    padding-left:5px;
    padding-right:2px;
    margin-bottom:5px;
    border-bottom: 2px solid lightgray;
    font-size: 1.25em;
    text-transform: uppercase;
    color: darkgray;
}
.itemDetails {
    margin-left: 3em;
}

.actions {
	float:right;
    margin-right:15px;
}

.actions>a {
    font-size:90%;
    font-variant:small-caps;
}

.thumbnail {
    border : 1px solid #CCCCCC;
    width: 100px;
    height: 100px;
    padding: 1px;
    background-repeat:no-repeat;
    background-position:center;
}

.smallThumbnail {
    border : 1px solid #CCCCCC;
    width: 35px;
    height: 35px;
    margin-right: 1px;
    margin-bottom: 1px;
}

.mediumThumbnail {
    border : 1px solid #CCCCCC;
    width: 60px;
    height: 60px;
    padding: 1px;
}

.thumbnailListItem {
    display: block;
    float: left;
    text-align: center;
    width: 120px;
    height: 135px;
    overflow:hidden;
}

.thumbnailListItem:hover {
    overflow:visible;
}

.thumbnailCell {
    text-align: center;
}

.detailsCell {
	width:100%;
}

.version {
    font-size:80%;
}

.objectType {
    text-align: center;
    font-variant:small-caps;
    font-weight:bolder;
}

.error {
    margin: 0.5em;
    white-space:pre;
}

#overviewMap {
    border: 1px solid #888888;
    margin: 5px 2px 2px 10px;
}

#map { 
	height: 20em; 
	width: 30em;
	float:right;
	padding: 1em;
	border: 1px solid #87CEEB;
}

path:hover {
    stroke: #777700;
}

.codemirrorFrame {
    background-color: white;
    border: 1px solid;
    border-radius:5px;
}

.properties td:first-child {
    border:none;
}

.properties td {
    border-left: 1px solid black;
    padding: 2px;
    margin: 1px;
    background-color:#efefef;
}

.pageNumber {
    background-color:#f5f5f5;
    border: 1px solid #c0c0c0;
    padding: 0 2px;
    margin: 0 1px;
    text-decoration:none;
}

.pageNumber:hover {
    background-color:#ffffff;
    border-color: #5070c0;
    text-decoration:none;
}

.icon {
    background-image:url(../../apollo/images/tilapia-base-sprite.png);
    width:20px;
    height:20px;
    cursor:pointer;
    display:inline-block;
    vertical-align:top;
}

.view_off {
    background-position: 0 -850px;
}

.view_on {
    background-position: 0 -750px;
}

.icon {
    background-image:url(../../apollo/images/tilapia-base-sprite.png);
    width:20px;
    height:20px;
    cursor:pointer;
    display:inline-block;
    vertical-align:top;
}

.view_off {
    background-position: 0 -850px;
}

.view_on {
    background-position: 0 -750px;
}
