/*
file: style.css 
this file defines the style of html-element
*/

body {
/* 	background-color: #ee9999; */
/*	background-image:url('../logo_textometrica.png');*/
/* 	background-repeat:repeat-x; */
	font-size: 13px;
	font-family:arial,helvetica;
}




h1 {
	margin:0px;
	font-style:italic;
	color:#003399;
	font-family:Times New Roman;
}

h2 {
	margin:0px;
	font-size:14px;
	color:#000000;
}

h3 {
	margin:0px;
	color:#000000;
}
h4 {
	margin:0px;
	color:#000000;
}

h5 {
	margin:0px;
	color:#000000;
}
h6
{
	margin:0px;
	font-size:11px;
	color:#000000;
	font-family:arial,helvetica;
	 display: inline;

}
b
{

font-weight:normal;
	}

P.title_text
{
	font-size: 12pt;
}

.cite_word
{
font-size: 14px;
font-weight:bold;
}
.table_heading_row {
	font-weight: bold;
	font-size: 10px;

}
.textometrica_table_narrow_column {
	width:45px;
}


.textometrica_table_row {
	width:800px;

}

img
{
	border-style: none;
}
a:link {color:#336699;font-size:14px;font-family:arial,helvetica;text-decoration:none}      /* unvisited link */
a:visited {color:#555555;font-size:14px;font-family:arial,helvetica;}  /* visited link */
a:hover {color:#222222;font-size:14px;font-family:arial,helvetica;}  /* mouse over link */
a:active {color:#445555;font-size:15px;font-family:arial,helvetica;}  /* selected link */

.date_test
{
text-decoration:none   /* unvisited link */
}
.menu_link
{

	color:#336699;font-size:16px;font-family:arial,helvetica;text-decoration:none   /* unvisited link */
}

.word_container {
	position:absolute;
	display:none;
/* 	background-color: #ddffdd; */
	/*background-color: blue;*/
	margin:0px;
	padding-bottom:0px;
	padding-right:7px;
	border-width:0px;
/* 	width:100%;*/
/* 	height:100%; */
	z-index:2;
	/*overflow:hidden;*/
}

.word_content_container {
	width:100%;
	height:100%;
	margin: 0px;
	padding: 0px;
	background-color: #fff;
	border-width:0px;
	border-spacing: 0px;
	border-collapse:separate;
	overflow:auto;
	position:relative;
	vertical-align:middle;
/* 	z-index:-1; */
}




.textometrica_table {
	margin:0px;
	padding:0px;
	border-width:0px;
  font-size: 11px;
  vertical-align:top;
/* 	width:100%; */
/* 	height:100%; */
	border-spacing: 3px;
	border-collapse:separate;
}

.menu_text
{
  font-size: 16px;
  font-family:arial,helvetica;
  font-style:bold;
}
