@CHARSET "UTF-8";

html, body {
	font-family:Arial;
	font-size:12px;
	font-size-adjust:none;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:normal;
	background: url(../resources/images/ontos/pagebg.png);
	overflow-x: auto;
	overflow-y: auto;
}

.x-panel-header {
	background: url(../resources/images/ontos/tabs/title-bg.png);
	/*border-bottom:1px solid #FFFFFF;
	border:	1px solid #ffffff;*/
	border: 0;
}
.x-panel-body {
	border-color: #CCCCCC;	
}
.x-panel-header-text {
	color:white;
}

.x-viewport body {
	background: url(../resources/images/ontos/pagebg.png);
	/*overflow-x: auto;*/
}


.bnewdoc {
    background-image: url(../images/newdoc.gif) !important;
}

.rdf {
    background-image: url(../images/rdf.gif) !important;
}

.ont {
    background-image: url(../images/ontology.gif) !important;
}

.btextexport {
	background-image: url(../images/textexport.gif) !important;
}

/* header, footer and menu */
td.header {
	background-color: #0479C8;
	white-space: nowrap;
}

td.header img {
	cursor: pointer;
}

td.footer {
	font-size: 10;
	background-color: #0479C8;
	color: white;
	padding: 5;
}

td.footer a {
	color: white;
	text-decoration: none;
}

td.footer a:hover {
	color: white;
	text-decoration: underline;
}

td.menu	, td.menu_s {
	font-size: 11; 
	background-color: #EEEEEE; 
	text-align: center; 
	cursor: pointer;
	width: 90px;
	border-right: 2px solid white;
	padding-left: 5px;
	padding-right: 5px;
	white-space: nowrap;
	border-top: 1px solid #FFFFFF;
}

td.menu_s {
	background-color: #CDCDCC; 
}

/* fact style */
#relations-list td { padding: 2px 2px 2px 5px; font: normal 11px Arial; font-weight: bold; color: black; cursor:pointer; cursor:hand;}
#entities-list td { padding: 2px; font: normal 11px Arial; color: #63a1c4; font-weight: bold; cursor:pointer; cursor:hand;}
#relations-list .rel-selected { background-color: #dddddd; }
#entities-list .ent-selected { background-color: #dddddd; }

#relations-list a:link,#relations-list a:visited, #relations-list a:active{
	text-decoration: none;
	color:#000000;
}
#relations-list a:hover{
	text-decoration: underline;
	color:#000000;
}

/* entities style */
a.entity:link,a.entity:visited,a.entity:active{
	font:bold 12px Arial;
	text-decoration:none;
	color: #0000FF;
}
a.entity:hover{
	text-decoration:underline;
}

/*  DIAGRAM */
.node, .nodeLink{ 
	font-family: verdana;
	width:   70px;
	height:  17px;
	padding-top:1px;
	padding-bottom:1px;
	vertical-align: middle;
	text-align: center;
	position: absolute;
	cursor: hand;
	cursor: pointer;
}
.node{
	font-weight:bold;
	z-index: 20;
	font-size: 9px;
	background-image: url(../images/node.png);
	background-repeat: no-repeat;
}
.nodeLink{
	font-size: 10px;
}

/* search field */
input.searchTextField{
	height: 23px;
	font: bold 12px Arial;
	margin: 0px;
}

.search-item {
    font:normal 11px arial;
    padding:3px 10px 3px 10px;
    border:1px solid #fff;
    border-bottom:1px solid #eeeeee;
    white-space:normal;
}
.spec-search-item {
	border:1px solid #fff;
    border-bottom:1px solid #eeeeee;
}

table#combo-tbl {}
table#combo-tbl td#title {font:normal 11px arial; padding:3px 10px 3px 10px; white-space:normal;}
table#combo-tbl td#tip { font:normal 10px arial; }
table.firstFound {border-top: 2px solid black;}

.search-item h3 {
    display:block;
    font:inherit;
    font-weight:bold;
}

.search-item h3 span {
    float: right;
    font-weight:normal;
    margin:0 0 5px 5px;
    width:100px;
    display:block;
    clear:none;
}

.x-form-field-wrap .x-form-trigger{
    height:19px;
    //top:-1; 
}

