body {
    padding: 0;
    margin: 0;
    background-image: url(../images/bodyBack.gif);
}

span {
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size:	11px;
    font-weight: normal;
    font-style:	normal;

    text-decoration: none;

    color: #666666;
}

form {
    margin: 0 auto;
    width: 870px;
}

a {
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size:	11px;
    font-weight: normal;
    font-style:	normal;

    text-decoration: underline;

    color: #666666;
}

a:hover {
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size:	11px;
    font-weight: normal;
    font-style:	normal;

    text-decoration: underline;

    color: #FF0000;
}
img {
    border: none;
}

iframe {
    background-color: #FFFFFF;
    padding: 3px 0 0 2px;
    height: 100%;
}

table  {
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size:	11px;
    font-weight: normal;
    font-style:	normal;

    text-decoration: none;

    color: #666666;
}

.floatRight { float: right; }
.floatLeft  { float: left; }
.floatNone  {
    float: none;
    text-align: left;
}

.cleaner { clear: both; }

.button {
    font-size: 11px;

}

.input {
    margin: 3px auto;
}

.page-name {
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	text-decoration: none;
	color: #21208A;
	font-weight: bold;

    margin-left: 3px;
}


/* Search input classes */
* html .search-input {
    width: 139px;
    margin: 0;
    padding: 0;
}
.search-input {
    width: 139px;
    height: 100%;

    margin: 0;
    padding: 0;
    padding-top: 3px;

    text-align: center;

    border-right: 1px solid #869CD9;

    float: left;
}

.search-input span {
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	color: #FFFFFF;
	font-weight: bold;
}


.search-input input {
    width: 130px;
    margin: 0;
    margin-bottom: 2px;
}


* html .search-content {
    /* height: 500px; */
    height: 100%;
}
.search-content {
    width: 139px;
    height: 100%;
    /* min-height: 500px; */

    margin: 0;
    padding: 0;

    overflow: hidden;

    text-align: center;

    background-color: #FFFFFF;
    border-right: 1px solid #E8E8E8;
    border-bottom: 1px solid #E8E8E8;

    float: left;
}

* html .keyword-content {
    
}

.keyword-content {
    width: 100%;
    min-height: 350px;

    margin: 0;
    padding: 0;
    padding-left: 5px;
    overflow: hidden;

    text-align: left;
}

.menu-item {
    margin: 5px 0 0 10px;
}

.menu-title {
    width: 139px;
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size:	12px;
    font-weight: bold;
    font-style:	normal;

    text-decoration: none;

    color: #666666;
    background-color: #CCCCCC;
}
.title {
    width: 100%;
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size:	12px;
    font-weight: bold;
    font-style:	normal;

    text-decoration: none;

    color: #666666;
    background-color: #CCCCCC;
}

.menu-items {
    width: 139px;
    text-align: left;
    padding-left: 3px;
    background-color: #F2F1E4;
}

.items {
    width: 100%;
    text-align: left;
    background-color: #FFFFFF;
}

.items-bottom {
    height: 9px;

    background-image: url(../images/meni_desno_sp.jpg);
    background-position: right;
    background-repeat: no-repeat;

    font-size: 3px;
}

td.item {
    padding-left: 1px;
    border-bottom: 1px solid #FFFFFF;
}

td.item a {
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size:	11px;
    font-weight: normal;
    font-style:	normal;

    text-decoration: none;

    color: #666666;
}

td.selector {
    width: 15px;

    text-align: center;
    vertical-align: top;
    border-right: 1px solid #FFFFFF;
    border-bottom: 1px solid #FFFFFF;
}

.field-name {
    width: 110px;
    float: left;
    background-color: #DEDEDE;
}

.field-name span {
    font-size: 12px;
    font-weight: bold;
}

.heading {
    width: 300px;

    padding: 1px 0 2px 5px;
    margin:5px 5px;
    font-size: 15px;
    font-weight: bold;

    background-color: #EEEEEE;
}

.heading-simple {
    width: 350px;

    padding: 1px 0 2px 5px;
    margin:5px 5px;
    font-size: 15px;
    font-weight: bold;

}
.heading-extended {
    width: 450px;

    padding: 1px 0 2px 5px;
    margin:5px 5px;
    font-size: 15px;
    font-weight: bold;
    
    background-color: #EEEEEE;

}

.heading-small {
    width: 200px;

    padding: 1px 0 2px 5px;    
    font-size: 13px;
    font-weight: bold;

    background-color: #EEEEEE;
}

.heading-small-clean {
    width: 200px;

    padding: 1px 0 2px 5px;    
    font-size: 12px;
    font-weight: bold;

}

.table-wrapper {
    width: 562px;
}

.table-wrapper table {
    width: 100%;
}

#header-container {
    width: 870px;
    height: 125px;

    margin: 0 auto;
    padding: 0;
}

#body-container {
    width: 870px;
    height: 500px;
    min-height: 500px;

    margin: 0 auto;
    padding: 0;

    background-color: #FFFFFF;
}

#logo-container {
    width: 170px;
    height: 125px;

    margin: 0;
    padding: 0;

    background-image: url(../images/istLogo.gif);
    background-position: top;
    background-repeat: no-repeat;

    float: left;
}

* html #header-info {
    margin: 45px 0 0 0;
    padding: 0;
}


#header-info {
    width: 700px;
    height: 25px;

    margin: 45px 0 0;
    padding: 0;

    text-align: left;

    float: left;
}

#search-controls-container {
    width: 700px;
    height: 55px;

    margin: 0;
    padding: 0;

    float: left;
}

* html #menu-container {
    height: 500px;
    width: 170px;
}
#menu-container {
    width: 170px;
    min-height: 500px;

    margin: 0;
    padding: 0;

    background-color: #E8E8E8;
    border-bottom: 1px solid #E8E8E8;
    float: left;
}

#menu {
    width: 170px;
    height: 400px;
}

#menu-content {
    width: 137px;

    margin: 0;
    padding: 0;

    overflow: hidden;

    text-align: center;
    background-color: #FFFFFF;
    border-left: 3px solid #FFFFFF;

    float: left;
}

* html #powered-by {
    width: 170px;
}
#powered-by {
    width: 170px;
    height: 150px;
    text-align: left;

    padding-left: 5px;
}

* html #content-container {
    height: 500px;
}
#content-container {
    width: 700px;
    height: 500px;

    margin: 0;
    padding: 0;

    overflow: hidden;

    background-color: #FFFFFF;

    float: left;
}

#search-buttons {
    width: 160px;

    margin: 10px 0 30px;
}

#selected-items {
    width: 160px;
    margin: 0 0 30px;
}

#recent-items {
    width: 160px;
    margin: 0 0 30px;
}

#docCount {
    font-weight: bold;
}

#foot {
    width: 870px;
    /*height: 23px;*/
    margin: 0 auto;
    padding: 0;

    background-color: #FFFFFF;

    text-align: left;
}
#left-foot {
    width: 166px;
    height: 23px;
    background-image: url(../images/left_bottom.gif);
    background-repeat: no-repeat;
    background-position: left;

    margin: 0;
    padding: 0;

    float: left;
}
#right-foot {
    width: 703px;

    margin: 0;
    padding: 0;

    background-color: #FFFFFF;
    float: left;
}

#footer-container {
    width: 870px;
    margin: 0 auto;
    text-align: left;
}

#onto-copyright a {
    text-decoration: underline;
}

#ist-copyright {
    text-align: center;
}

* html #timeline-search-container {
    height: 250px;
}
#timeline-search-container {
    height: 250px;
    background-color: #FFFFFF;
    clear: both;
}

* html #timeline-parameters-container {
    height: 100%;
    width: 562px;
}
#timeline-parameters-container {
    /*height: 255px;*/
    height: 100%;
    width: 560px;

    overflow-x: hidden;
    overflow-y: auto;


    padding: 0;
    margin: 0;
    text-align: left;

    float: left;
}

#timline-parameters-table {
    height: 255px;
    width: 100%;    

    float: left;
}

#ontology-container {
    width: 555px;
    height: 380px;

    overflow: hidden;

    padding: 0;
    padding-left: 5px;
    margin: 0;    

}

.iframe-ontology{
    background-color: #DEDEDE;
    border: 1px solid #6F6F6F;
}

.onto-hier {
    width: 180px;
    height: 100%;
    
    background-color: #FFFFFF;
    border: 1px solid #6F6F6F;    
}

#ontology-hier-container {
    width: 180px;
    height: 375px;

    overflow: hidden;
    float: left;
}

#ontology-result-container {
    width: 365px;    
    height: 375px;
    
    float: left;
}

/* legacy classes */
.stylewRight {
    width: 100%;
}

.resultHead {
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size:	11px;
    font-weight: bold;
    font-style:	normal;

    vertical-align: top;

    text-decoration: none;

    color: #666666;
    background-color: #EEEEEE;
}

td.resultItem:first-child {
    width: 30px;
}
