/*
 * OntoWiktionary v1.0 (2011-08-01).
 *
 * Christian M. Meyer and Iryna Gurevych: OntoWiktionary - Constructing
 * an Ontology from the Collaborative Online Dictionary Wiktionary, in
 * M. T. Pazienza and A. Stellato (Eds.): Semi-Automatic Ontology
 * Development: Processes and Resources, (to appear), Hershey, PA:
 * IGI Global.
 *
 * Please visit our homepage for more information:
 * http://www.ukp.tu-darmstadt.de/data/lexical-resources/
 *
 * OntoWiktionary is based on Wiktionary, and therefore available under
 * the Creative Commons Attribution/Share-Alike License (CC-BY-SA).
 * http://creativecommons.org/licenses/by-sa/3.0/
 *
 */
@CHARSET "UTF-8";

body {
	font-family: Liberation Serif, Georgia, Times New Roman, Times, Serif;
	height: 100%;
}

h1 {
  margin: 10px;
}
#configuration {
  background: #eee;
  font-family: Verdana, Sans-Serif;
  font-size: 15px;
  margin: 10px;
  padding: 5px;
}
#navForm,
#relationNav {
  font-family: Verdana, Sans-Serif;
  font-size: 15px;
  margin: 10px;
  padding: 5px;
}
#results {
  min-height: 200px;
  margin: 10px;
  padding: 5px;
}
#searchResHeader {
  font-family: Verdana, Sans-Serif;
  font-size: 15px;
}
#copyright {
  background: #eee;
  font-family: Verdana, Sans-Serif;
  margin: 10px;
  padding: 5px 5px 0px;
}
#copyright p {
  padding: 0px 0px 5px;
  margin: 0px;
  font-size: 13px;
}

table#conceptTable {
	border: 1px solid black;
	padding: 0px;
	margin: 0px;
	border-collapse: collapse;
}

tr#headerRow {
	font-size: 13px;
	border-bottom: 1px solid black;
	background-color: #F0DF99;
}
tr#headerRow td {
	padding: 0px;
}

tr#headerRow th{
	margin: 0px;
	padding: 3px;
	text-align: center;
	border-left: 1px solid black;
	font-size: 13px;
}

th#conceptIdHeader{
	width: 120px;
}
table#headerLexicTable {
	padding: 0;
	border-collapse: collapse;
	width: 100%;
}


.lexicId {
	width: 130px;
	border: none;
}

.lemma {
	width:180px;
}

table#conceptTable td {
	padding: 0px;
	height: 100%;
}

table#conceptTable tr {
	height: 100%;
	width: 100%;
}


table#conceptTable table.conceptIdTable {
	padding: 0px;
	height: 100%;
	width: 120px;
}



table#conceptTable table.lexicTable {
	padding: 0px;
	margin: 0px;
	border-collapse: collapse;
	width: 100%;
	height: 100%;
}

table#conceptTable table.lexicTable td {
	border: none;
	border-left: 1px solid black;
	margin: 0px;
	padding: 3px;
	vertical-align: top;
}

a.relationLink {
	font-size: 14px;
	color: #000000;
	text-decoration: underline;
}

a.relationHeadLink {
	color: #000000;
	text-decoration: underline;
}


a.lemmaLink {
	color: #000000;
	text-decoration: underline;
}


tr.evenRow {
	border-bottom: 1px solid black;
	background-color: #FFF7D6;
}

tr.unevenRow {
	background-color: #FFFFFF;
	border-bottom: 1px solid black;
}

#notifications {
	margin-left: 10px;
	font-weight: bold;
}

.hidden {
  visibility: hidden;
  position: absolute;
  height: 0px;
}

