
/********************* Normal page **********************/

body
{
	margin-top: 0px;
	padding: 0px;
	background-color: #FFFFEE;
	border-left : 0px;
}

ul {
	display: inline;
	margin: 0;
	padding: 0;
}

td
{
  	font-size: 12px;
	font-family: Arial, Arial, Helvetica, sans-serif;
}

input
{
  	font-size: 12px;
	font-family: Arial, Arial, Helvetica, sans-serif;
}

textarea
{
  	font-size: 12px;
	font-family: Arial, Arial, Helvetica, sans-serif;
}

.textborder {
	border: 1px solid black;
	padding: 20px;
}


select
{
  	font-size: 12px;
	font-family: Arial, Arial, Helvetica, sans-serif;
}

/********************* Options Menu **********************/

#menu_main_options ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
}

/*--- Main ---*/

#menu_main_options a
{
	display: block;
	color: #000000;
	background-color: #F4E8A1;
	width: 120px;
	height: 18%;
	font-family: Arial, Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 3px;
	text-decoration: none;
	border-top: 1px solid #C0C0C0;
	border-left: 1px solid #C0C0C0;
	border-right: 1px solid #808080;
	border-bottom: 1px solid #808080;
	font-weight: normal;
}

/*--- After Rollover ---*/

#menu_main_options a:hover
{
	background-color: #666699;
	color: #66FF99;
	border-top: 1px solid #808080;
	border-left: 1px solid #808080;
	border-right: 1px solid #C0C0C0;
	border-bottom: 1px solid #C0C0C0;
}

/*--- NO SPACE between the Rows's Menus ---*/

#menu_main_options li 
{ 
	margin: 0; 
}

/******************************************************/


.links
{
   font-size: 12px;
   font-family: Arial, Arial, Helvetica, sans-serif;
   color: #000000;
   text-decoration:none;
   A:hover { text-decoration: underline; color: #02546F; }
   hover { font-weight : bold; }
}

.attributes_abbreviation
{
  	font-size: 12px;
	font-family: Arial, Arial, Helvetica, sans-serif;
    color: #66AA66;
}

.attributes_gender
{
  	font-size: 12px;
	font-family: Arial, Arial, Helvetica, sans-serif;
    color: #66AA66;
}

.attributes_location
{
  	font-size: 12px;
	font-family: Arial, Arial, Helvetica, sans-serif;
    color: #995555;
}

.attributes_context
{
  	font-size: 12px;
	font-family: Arial, Arial, Helvetica, sans-serif;
    color: #995555;
}

.attributes_other
{
  	font-size: 12px;
	font-family: Arial, Arial, Helvetica, sans-serif;
	font-style: italic;
    color: #888888;
}

.information_block
{
  	font-size: 12px;
    color: black;
	border : 1px solid;
	border-color : black;
	padding : 10px; 
	background-color : #EEEEEE;
}

.error_block
{
  	font-size: 20px;
    color: #FFFFFF;
	border : 3px solid;
	border-color : black;
	padding : 10px; 
	background-color : red;
}

A:link { text-decoration: none }
A { text-decoration: none }
A:hover { text-decoration: none; color: #FF0000; }

.h1
{
	font-weight: bold;
	font-size: 14px;
	color: #000000;
	margin-bottom: 5px;
}

.h2
{
	font-weight: bold;
	font-size: 12px;
	color: 000000;
}


.askpaco_related_words
{
	border-spacing: 3px;
   	border-top: #FFFFFF 2px solid;
   	border-left: #FFFFFF 2px solid;
   	border-bottom: #8F8D76 2px solid;
   	border-right: #8F8D76 2px solid;
	border-collapse: separate;
	background-color: #FFFFDD;
  	color: #9B9BAF;
  	padding-left: 10px;
  	padding-right: 10px;
}

.askpaco_related_words th
{
  	color: #0000FF;
}

.searchtable
{
	background-color: #FFFDE6;
    color: #000000;
  	border-color: #000000;
  	border-top: 1px solid;
   	border-left: 1px solid;
  	border-right: 1px solid;
   	border-bottom: 1px solid;
   	border-width: 0px;
}
 
.basic_table {
   	background-color : #FFFDE6;
   	font-family : Arial, Arial, Helvetica, sans-serif;
   	font-size : 12px;
   	font-weight : normal;
   	color: #000000;
   	border-top: #DDDDDD 1px solid;
    border-left: #DDDDDD 1px solid;
}

.basic_table_cell {
   	background-color : #FFFDE6;
   	font-family : Arial, Arial, Helvetica, sans-serif;
   	font-size : 12px;
   	font-weight : normal;
   	color: #000000;
   	border-bottom: #DDDDDD 1px solid;
    border-right: #DDDDDD 1px solid;
    padding-left: 3px;
    padding-right: 3px;
}

.type_button
{
	background-color: #EEEEFF;
  	color: #EEEEFF;
  	border-color: #9B9BAF;
  	border-top: 1px solid;
    border-left: 1px solid;
  	border-right: 1px solid;
    border-bottom: 1px solid;
}

.type_button_over
{
	background-color: #FFFDC9;
  	color: #FF0000;
  	border-color: #FF0000;
  	border-top: 1px solid;
    border-left: 1px solid;
  	border-right: 1px solid;
    border-bottom: 1px solid;
}


/********************* Main results grid **********************/

.results_div {
}

.grid_header_text
{
	font-weight: bold;
	font-size: 13px;
	color: #000000;
    margin: 0px 0px 10px 0px;
}

.grid_table_results {
	border-collapse: separate;
	background-color: #FFFDE6;
}

.grid_header_cell_results {
   	background-color : #F4E8A1;
	font-family: Arial, Arial, Helvetica, sans-serif;
   	font-size : 13px;
   	font-weight : bold;
   	color: #113387;
   	border-bottom: #9B9BAF 1px solid;
    border-right: #9B9BAF 1px solid;
    padding-left: 3px;
    padding-right: 3px;
}

.grid_cell_results_0_0 {
   	background-color : #FFFDE6;
   	font-family : Arial, Arial, Helvetica, sans-serif;
   	font-size : 11px;
   	font-weight : normal;
   	color: #000000;
   	border-bottom: #DDDDDD 1px solid;
    border-right: #DDDDDD 1px solid;
    padding-left: 3px;
    padding-right: 3px;
}

.grid_cell_results_0_1 {
   	background-color : #FFFDE6;
   	font-family : Arial, Arial, Helvetica, sans-serif;
   	font-size : 11px;
   	font-weight : normal;
   	color: #000000;
   	border-bottom: #DDDDDD 1px solid;
    border-right: #DDDDDD 1px solid;
    padding-left: 3px;
    padding-right: 3px;
}

.grid_cell_results_1_0 {
   	background-color : #EFEDD6;
   	font-family : Arial, Arial, Helvetica, sans-serif;
   	font-size : 11px;
   	font-weight : normal;
   	color: #000000;
   	border-bottom: #DDDDDD 1px solid;
    border-right: #DDDDDD 1px solid;
    padding-left: 3px;
    padding-right: 3px;
}

.grid_cell_results_1_1 {
   	background-color : #EFEDD6;
   	font-family : Arial, Arial, Helvetica, sans-serif;
   	font-size : 11px;
   	font-weight : normal;
   	color: #000000;
   	border-bottom: #DDDDDD 1px solid;
    border-right: #DDDDDD 1px solid;
    padding-left: 3px;
    padding-right: 3px;
}

.grid_cell_results_h_0 {
   	background-color : #F4E8A1;
   	font-family : Arial, Arial, Helvetica, sans-serif;
   	font-size : 11px;
   	font-weight : normal;
   	color: #113387;
   	border-bottom: #9B9BAF 1px solid;
    padding-left: 3px;
    padding-right: 3px;
}

.grid_cell_results_h_1 {
   	background-color : #F4E8A1;
   	font-family : Arial, Arial, Helvetica, sans-serif;
   	font-size : 11px;
   	font-weight : normal;
   	color: #113387;
   	border-bottom: #9B9BAF 1px solid;
    border-right: #9B9BAF 1px solid;
    padding-left: 3px;
    padding-right: 3px;
}

.cell_conjugation_forms {
	padding-left: 15px;
    padding-top: 8px;
    padding-bottom: 8px;
}

.grid_cell_example_0
{
	background-color: #FFFDF0;
  	color: #000066;
    padding-left: 10px;
    padding-right: 3px;
    text-align: left; 
}

.grid_cell_example_1
{
	background-color : #FFFDF0;
   	color: #000066;
  	border-bottom: #DDDDDD 1px solid;
   	border-right: #DDDDDD 1px solid;
   	padding-left: 10px;
   	padding-right: 3px;
   	text-align: left; 
}


/*******************************************************/


.link_words
{
   color: #000000;
   text-decoration:none;
   a:hover: { text-decoration: underline; color: #02546F; }
   /* hover { font-weight : bold; } */
}

.buttons
{
	color: #000000;
	background-color: #ffffff;
	text-decoration:none
}

.nothing
{
}

/********************* Suggestion dropdown *******************/

#autocomplete 			{  position: absolute;  border: 1px solid;  overflow: hidden;}
#autocomplete ul		{  margin: 0;  padding: 0;  list-style: none;}
#autocomplete li		
{  
	white-space: pre;  padding: 0px;  cursor: default;
	font-size: 11px;
	font-family: Arial, Arial, Helvetica, sans-serif;
}

#autocomplete 			{  border-color:#CCC}
#autocomplete li		{  background: #fff;  color: #000;}
#autocomplete li.selected 	{  background: #EEEDC9;  color: #000;}
.infomenu 			{  border-color:#CCC; background-color:#EEE;}
.dropdownlink a:hover 		{  background-color:#FFFFF0;}


