/* Sections: */

.section-info {
    vertical-align: top;
    text-align: justify;
}

.section-image img {
    width: 128px;
    height: 96px;
    border: none;
}

.copyright-section-image img {
    width: 128px;
    height: 96px;
    border: 2px;
    border: solid 2px red;
}

.section-title {
    font-weight: bold;
    font-family: sans-serif;
}


/* Sequence: */

.sequence-section {    
    margin-bottom: 15px;
}

.sequence-commands tr td img {
    border: none;
}

.sequence-commands-link {
    cursor: pointer;
    text-decoration: underline;
}

.perfor {
    height: 12px;
    background-image: url(../skins/main/images/perfor.gif);
    background-repeat: repeat-x;
}

.sequence-commands {
    width: 100%;
}


/* Highlight search ters in found section description: */

.search-term {
    background-color: yellow;
    font-weight: bold;
}

/*
.search-morph {
    background-color: #FFFFDD;
    background-color: yellow;
    font-weight: bold;
}
*/

.synonym-highlighted {
    background-color: 	#FFC0CB;
    font-weight: bold;
}

.login-info {
    text-align: left;
}

.relevance-text {
	text-align: center;
    vertical-align: top;
    font-size: 10pt;
    font-weight: bold;
}

.still{
    border: solid 2px black;
}
