.button-ok {
  width: 38px;
  height: 27px;
	padding: 0;
  margin: 0;
  border: 0;
  text-indent: -1000em;
  overflow: hidden;
  cursor: pointer;
  background: url("img/b-ok.gif") left top no-repeat;
  border-radius: 5px;
}

.button-delete {
  width: 22px;
  height: 22px;
	padding: 0;
  margin: 0;
  border: 0;
  text-indent: -1000em;
  overflow: hidden;
  cursor: pointer;
  background: url("img/i-delete.gif") left top no-repeat;
  border-radius: 5px;
}

.button-delete-blue {
  width: 22px;
  height: 22px;
	padding: 0;
  margin: 0;
  border: 0;
  text-indent: -1000em;
  overflow: hidden;
  cursor: pointer;
  background: url("img/ib-delete.gif") left top no-repeat;
  border-radius: 5px;
}

.pre-wrapped {
    font-size: 9pt;
    width: 100%;
    white-space: pre-wrap;
    white-space: -moz-pre-wrap;
    white-space: -pre-wrap;
    white-space: -o-pre-wrap;
    word-wrap: break-word;
}


.result .result-tag {
  width: 35px;
  font-style: italic;
  vertical-align: top;
  font-size: 90%;
}

.advchosen-list {
width: 580px;
line-height: 150%;
}

.advchosen-list div.item {
 float: left;
 width: 400px;
 padding-right: 10px;

}

.advchosen-list div.value {
 float: right;
 width: 170px;
 text-align: right;
 font-size: 90%;

}


.qualifiers-list {
width: 250px;
line-height: 150%;
}

.qualifiers-list div.item {
 float: left;
 width: 170px;
 padding-right: 10px;

}

.qualifiers-list div.value {
 float: right;
 width: 50px;
 text-align: right;
 font-size: 90%;

}


.formernavig ul {
width: 100%;
margin: 0px;
padding: 0px;
list-style-type: none;
}

.formernavig ul li{
display: inline;
padding-right: 7px;
}

.qs-form div.qs-wraplong {
float: left;
width: 500px;
border: 1px solid #5990A2;
background: url("img/qs-bg4.png") left bottom no-repeat;
border-radius: 5px;
}



.adv-form div.qs-wrap {

width: 400px;
border: 1px solid #5990A2;
background: url("img/qs-bg4.png") left bottom no-repeat;
border-radius: 5px;
}


.adv-form label {

width: 100px;
padding-top: 7px;
}

.adv-form input.text {

width: 380px;
height: 27px;
font-size: 110%;
line-height: 1.8;
border: none;
background-color: transparent;
   border-radius: 5px;
}

.adv-form input.submit {

width: 53px;
height: 27px;
 border-radius: 5px;
}



table.border {

                width: 98%;
                border: none;
                border-collapse: collapse;

}
table.border tr {
        height: 35px;
}
table.border tr.tr_small {
        height: 0px;
}
table.border th {
        font-size: 80%;
	border-width: 0px 2px 0px 0px;
	padding: 0px 8px 1px 1px;
	border-style: solid;
	border-color: #dddddd;
        color: white;
	background-color: #3d77d7;
        vertical-align: top;
        text-align: center;
}
table.border td {
	border-width: 2px 0px 0px 0px;
	padding: 1px 0px 1px 0px;
	border-style: solid;
	border-color: #dddddd;
	background-color: white;
        vertical-align: top;
	color: gray;
}
table.border td.bottom {
	border-width: 0px;
	padding: 3px 0px 5px 0px;
	font-size: 90%;
        background-color: #f5f5f5;
}
table.border td from{
	vertical-align: top;
}

.border td.nazev {
           width: 400px;
}
.LS_order {
text-indent: 4px;
}
.LS_Title {
width: 350px;
}
.LS_Author {}
.LS_Hcount {
    text-align: left;
}

.LS Service {}
.LS_checkbox {
    text-align: center;
}
.LS_year {
  width: 90px;
  text-align: center;
}

.meshTree
{width: 100%;}

.meshTree ul {
    list-style: none;
}
.meshTree tr {
    vertical-align:  top;
}
.meshTree .tnum {
    font-family: Courier New, monospace;
    font-size: 10px;
    margin-right:  20px;
}

.meshTree .qual {
    font-family: Courier New, monospace;
    font-size: 10px;
    margin-right:  5px;
}


.meshTree dt
{background-color: whitesmoke;}

.meshTree dd
{margin-left: 0px;}

.record-display-title
{width: 100%;}

.record-display-title dt
{background-color: whitesmoke;
 line-height: 150%;
 padding-left: 5px;
 color: Grey; 
}

.record-display-title dd
{margin-left: 70px;
 line-height: 150%;}

.heading {
    font-size: 120%;
}
.heading-title {
    font-size: 110%;
}
.changelog {
    width: 100%;
}

.changelog dt {
    background-color: whitesmoke;
}

.changelog dd {
 margin-left: 100px;
 margin-top: 5px;}


.changelog dd ul {
 width: 100%;
 list-style: none;
 margin-left: 20px;
  margin-top: 5px;
}

