
/* ------------------------ GENERAL ------------------------ */

body {
	width:						700px;
}


/* ------------------------ FORM ------------------------ */

div.select-pair, div.select-pair-left {
	width:						330px;
}

div.select-pair div.select, div.select-pair-left div.select {
	width:						280px;
}

div.select-pair div.select select, div.select-pair-left  div.select select {
	width:						280px;
}

div.select-pair-right {
	width:						320px;
}

div.select-pair-right div.select {
	width:						280px;
}

div.select-pair-right div.select select {
	width:						280px;
}


/* ------------------------ POSSIBILITY TO HIDE SEARCH-FORM ------------------------ */

#search-form-switch {
	width:						698px;
}


/* ------------------------ PARAMETERS ------------------------ */

div.param-pair {
	width:						210px;
}
	
div.param-select {
	width:						190px;
}

div.param-select select {
	width:						190px;
}

#param-data {
	width:						400px;
}

#param-data div.select {
	width:						350px;
}

#param-data div.select select {
	width:						350px;
}

#param-trait-trait {
	width:						350px;
}

#param-trait-trait div.select {
	width:						300px;
}

#param-trait-trait div.select select {
	width:						300px;
}

#param-trait-min, #param-trait-max, #param-trait-enum {
	width:						150px;
}

#param-trait-min div.text, #param-trait-max div.text  {
	width:						100px;
}

div.fulltext div.text {
	width:						650px;
}

div.fulltext div.text input {
	width:						650px;
}



#query-field input {
	width:						630px;
}


/* ------------------------ RESULTS ------------------------ */

table.result-table {
    width:						670px;
}


/* ------------------------ DETAILS ------------------------ */

#header {
	width:						650px;
}

#logo {
	left:						635px;
}

div.itemtable {
	width:						470px;
}

#tabs {
	width:						690px;
}

table.tabvalues {
    width:						660px;
}
