
#rawjson {
    display: none;
}


.superlong {
    height:10000em;
}

img.tiny {
    width:150px;
}

img.tiny_sq {
    height:150px;
    width:150px;
}

img.heroshot {
    height:300px;
    width:300px;
}



img.small {
    width:300px;
}
img.normal {
    width:600px;
}

#psrlist {
	padding:0;
}
#psrlist li {
	float: left;
	border: solid 1px gray;
	margin:5px;
	list-style: none;
	height: 360px;
    width: 300px;
    overflow: hidden;
}

#psrlist li.psrbreak {
	margin-left: -1px;
	margin-right: -4px;
	border: solid 1px black;
    width: 0;
}
#psrlist li .psr {
	font-weight: bold;
}

#psrlist li a {
	text-decoration:none;
}

#psrlist li a:hover {
	text-decoration:underline;
}

.obsinfo_menu {
	margin-left:0.5em;
}

#psrlist img {
    display: inline-block;
}

.pulseblock {
    float:left;
    border: solid 1px gray;
    margin: 1px 1px 1px 1px;
    padding: 1px 1px 1px 1px;

}



.placeholder {
    width: 150px;
    height: 150px;
    display: inline-block;
    background-color: gray;
}

.heroplaceholder {
    width: 300px;
    height: 300px;
    display: inline-block;
    background-color: gray;
}

.search {
    font-weight: bold;
    padding: 3px;
    padding-bottom:4px;
    margin-left:8px;
    border: solid 1px black;
}


.opttitle {
    font-weight: bold;
}


.inline {
    display: inline;
}
#psr {
    display: inline;
}

#block {
    float:left;
    clear: both;
}

#xtra,
#fstack,
#sum {
    border: solid 1px gray;
    margin: 1px 1px 1px 1px;
    padding: 1px 1px 1px 1px;
    float:left;
    clear: both;
}
#xtra {
    clear:none;
}

#top {
}

#bottom {
    clear:both;
}

#tags {
    display: inline;
    padding: 0;
    margin:0;
}


#tagbox {
    display: inline;
}

#othertags,
#psrtags,
#thistags {
    display: inline-block;
}

#controls,
#data {
    display: inline-block;
    float:left;
    border: solid 1px gray;
    margin: 1px 1px 1px 1px;
    padding: 1px 1px 1px 1px;
    min-width: 36em;
}


.imgcontainer {
    position: relative;
    text-align: center;
    color: black;
    display: inline-block;
}

.imglabel {
    position: absolute;
    top: 8px;
    left: 16px;
}

h3 {
    clear:both;
    margin-bottom:0.2em;
    margin-top:0.6em;
}

span.ver {
	font-size: x-small;
}

.infotable table {
    border-collapse: collapse;
}
.infotable table td {
    font-size:small;
    border: solid 1px gray;
}


div.tags {
}


.tag {
    font-size:small;
    font-family:monospace;
    background-color: lightgreen;
    margin-left :1px;
    margin-right :1px;
    border: solid 1px green;
    border-radius:3px;
}

.othertag {
    background-color: lightgray;
    border-color: gray;
    color: gray;
}

.psrtag {
    background-color: lightblue;
    border-color: blue;
    color: blue;
}

.tagx {
    cursor:pointer;
    padding-left:1px;
    padding-right:1px;
}

.tagx:hover {
    color:red;
}


.ui-tooltip {
    font-size:small;
    padding:3px;
    box-shadow: 0 0 5px #aaa;
    background-color:lightyellow;
}



table.pedtable {
  border: 1px solid #1C6EA4;
  background-color: #EEEEEE;
  width: 100%;
  text-align: left;
  border-collapse: collapse;
}
table.pedtable td, table.pedtable th {
  border: 1px solid #AAAAAA;
  padding: 3px 2px;
}
table.pedtable tbody td {
  font-size: 13px;
}
table.pedtable tr:nth-child(even) {
  background: #D0E4F5;
}
table.pedtable thead {
  background: #1C6EA4;
  background: -moz-linear-gradient(top, #5592bb 0%, #327cad 66%, #1C6EA4 100%);
  background: -webkit-linear-gradient(top, #5592bb 0%, #327cad 66%, #1C6EA4 100%);
  background: linear-gradient(to bottom, #5592bb 0%, #327cad 66%, #1C6EA4 100%);
  border-bottom: 2px solid #444444;
}
table.pedtable thead th {
  font-size: 15px;
  font-weight: bold;
  color: #FFFFFF;
  border-left: 2px solid #D0E4F5;
}
table.pedtable thead th:first-child {
  border-left: none;
}

table.pedtable tfoot {
  font-size: 14px;
  font-weight: bold;
  color: #FFFFFF;
  background: #D0E4F5;
  background: -moz-linear-gradient(top, #dcebf7 0%, #d4e6f6 66%, #D0E4F5 100%);
  background: -webkit-linear-gradient(top, #dcebf7 0%, #d4e6f6 66%, #D0E4F5 100%);
  background: linear-gradient(to bottom, #dcebf7 0%, #d4e6f6 66%, #D0E4F5 100%);
  border-top: 2px solid #444444;
}
table.pedtable tfoot td {
  font-size: 14px;
}
table.pedtable tfoot .links {
  text-align: right;
}
table.pedtable tfoot .links a{
  display: inline-block;
  background: #1C6EA4;
  color: #FFFFFF;
  padding: 2px 8px;
  border-radius: 5px;
}
