.note {
	font-size: 14px
}
/* CSS Document */

.table_tense {
   border-collapse: collapse;
   width: 450px;
}

.table_authors {
	border-collapse: collapse;
}
.table_authors td
{border: none;
width:auto;
}

td {
    border: 1px solid blue;
	padding: 3px;
	width: 50%;
}

.lemma {
	border: 1px solid #FFF;
	margin-top: 10px;
	padding-left: 10px;
	text-align:justify;
}
.refererence_note {
	font-size: 14px;
	color: #00F;
	font-weight: normal;
}

ul {
	text-align:justify;
	padding-left: 15px;
	list-style-image: url(images/blue_bullet.png);
}
.ul.submeaning {
	list-style-image: url(images/blue_bullet.png);
	font-size: 16px;
}
h1 {
	color: #F00;
	text-align: center;
}



.li {
	font-size: 16px;
	text-align: justify;
	text-indent: -50px;
}


.grammar {
	background-color: #FFF;
	font-size: 16px;
}

.word {
	color: red;
}

.etymology {

}

.partofspeech {
	color: #00F;
	font-size: 13px;
	}
	
.ne {
  color:blue;
  font-weight:bold;
}

.abbreviation{
  color:green;
  font-weight:bold;
}

.syn_ant {
	color: #00F;
	font-weight: bolder;
	font-size: 18px;
}


.wordfamily{
	/*   
	background-repeat:no-repeat;
	background-image:url('images/derivative.png');
	padding-left:1.3em;
	*/
	
  background-color: #FFF;
}
.meaning {
	color: #930;
	font-size: 16px;
}

.meaning_list {
	color:blue;
	font-weight:bold;
	text-align:justify;
}
.tenses_reference {
	color: blue;
	font-weight:bold;
	vertical-align: top;
}

.tenses_reference_word{
	color: red;
	font-weight:bold;
	}

sub {
	vertical-align: baseline;
    position: relative;
	top: 0.2em;
	}
	
.title_cover {
	font-size:80px;
}
