body {
	margin: 0;
	padding: 0;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 90%;
	/* background-color: #DBDEE9; */
	/* background-color: #000000; */
}
h1.lesson {
	font-size: 130%;
	margin-top: 13px;
	margin-bottom: 17px;
	margin-right: 17px;
	text-align: center;
}
h2.lesson {
	font-size: 100%;
	/* background-color: #DBDEE9; */
	/* background-color: #036; */
   /* background-image: url(lessons_wordlist/images/grad_bg.jpg); background-repeat: no-repeat; */
   background-image: url(lessons_wordlist/images/grad_bg.jpg);
   /* color: #FFF; */
   border-top: 1px solid #DBDEE9;
   border-bottom: 1px solid #DBDEE9;
	padding: 3px 5px 5px 12px;
	margin: 0px 0px 0px 0px;
	font-weight : bold;
}
.note {
   font-size: 12px;
   padding: 3px 6px 3px 6px;
   /*border: 1px solid #A9A9A9;
   background-color : #D8BFD8; */
   text-align: center;
   margin: 0 20px 0 20px;
   
   
   border: 1px solid #AA9500;
	background-color: #FFDC00;
   
}
.picker {
	text-align: center;
	padding-right: 4px;
}
.picker ul {
	list-style: none;
	margin: 0;
	padding: 0;
	margin-top: 32;
}
.picker li {
	padding: 5px 0px 5px 0px;
	text-align: center;
	background-color: #FFF;
	text-decoration: none;
	width: 100%;
}
.picker li a {
	display: block;
	padding: 5px 0px 5px 0px;
	width: 100%;
	text-align: center;
}
.picker li a:hover {
	background-color: #9DABC8;
	color: #fff;
}
.picker_title {
	font-size: 110%;
	text-align: center;
	background-color: #7387B0;
	color: #FFF;
}
/* .picker_item {
	display: absolute;
	top: -20px;
	left: 35px;
}
*/
.picker_item_trans {
	padding: 5px 0px 5px 0px;
	background-color: #DBDEE9; 
	text-align: center; 
}
.details img {
   width: 254px;
   height: 254px;
}
.details .emphasis, .details .word_forms, .details .sample_sentence {
   padding: 4px 10px 8px 10px;
}
.details .emphasis {
   color: black;
	font-weight: bolder;
   font-size: 120%;
   text-align: center;
	border-bottom: 1px dotted #333;
}
.details .word_forms {
   color: gray;
	border-bottom: 1px dotted #333;
}
.details .sample_sentence {
   color: black;
}
.biglink {
   font-weight: boder;
	background-color: #9DABC8;
	padding: 0 4px 0 4px;
        border-top: 2px solid #D7DDEA;
        border-right: 2px solid #637395;
        border-bottom: 2px solid #637395;
        border-left: 2px solid #D7DDEA;
        margin-bottom: 4px;
        }
/* --------------------------*/
.vocabulary_list {
	line-height: 1.6;
	background-color: #FFF;
	text-align: center;
	margin: 0 10px 0 0;
}
.vocabulary_list li.vocabulary {
	display: inline;
	border-right: dotted;
	border-width: 1px;
	border-color: #4C4D5E;
	/* white-space: nowrap; */
}
.vocabulary_list li.vocabulary_last {
	display: inline;
}
.vocabulary_list a.vocabulary {
	display: inline;
	padding: 0px 3px 0px 8px;
}
.vocabulary_list .vocabulary_last .picker_item_trans {
	background-color: #ECEFF4;
}
table.paragraph_table {
	width: 100%
}
table.paragraph_table td {
	width: 33%;
	vertical-align: top;
}
/* _______________________________ */

p.lesson {
	margin-left : 20px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-right: 17px;
}
.banner {
	background-color: #7387B0;
}
.main_title {
    background-image: url(lessons_wordlist/images/menu_bg.gif);
	border-bottom: 1px solid #333;
}
.main_title, .main_title_2 {
	text-align: center;
	/*background-color: #7387B0;*/
	/* background-color: #B37F26; */
	color: black;
	font-size: 130%;
	width: 100%;
	padding-top: 4px;
	padding-bottom: 6px;
}
.main_title_3 {
	text-align: center;
	font-size: 120%;
	width: 100%;
	padding-top: 8px;
	padding-bottom: 10px;
   border-bottom: 1px dashed #7387B0;
   font-weight: bold;
}
.menu, .menu .translate {
	color: #FFFFFF;
	font-size: 12px;
	white-space: nowrap;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-style: normal;
}
.menu a, .menu a .translate {
	color: #000000;
	text-decoration: none;
}
.menu a:visited, .menu a:visited .translate {
	color: #000000;
}
.menu a:hover, .menu a:hover .translate {
	color: #FFFFFF;
	text-decoration: none;
}
.menu a:active, .menu a:active .translate {
	text-decoration: none;
}
/* _______________________________ */
a {
	color: #000080;
	text-decoration: none;
}
a:visited {
	color: #800080;
}
a:active {
	color: #FF0000;
	text-decoration: none;
}
a:hover {
	color: #FF0000;
	text-decoration: underline;
}
.correct {
	/* GreenYellow */
	/*background-color: #ADFF2F;*/
	/* color : green; */
	/*font-weight: bold;*/
	font-style: italic;
}
.incorrect {
	/* Tomato */
	/*background-color: #FF6347;*/
	/* color : red;*/
	font-style: italic;
}
.noun {
	/* Blue */
	color: #0000FF;
	font-weight: bold;
}
.verb {
	/* Black */
	color: #000000;
	font-weight: bolder;
}
.pronoun {
	/* green */
	color: #008000;
	font-weight: bold;
}
.article {
	/* red */
	color: #FF0000;
	font-weight: bold;
}
.adverb {
	/* BlueViolet */
	color: #8A2BE2;
	font-weight: bold;
}
.preposition {
	/* Orange */
	color: #FF8C00;
	font-weight: bold;
}
.adjective {
	/* Fuchsia */
	color : #FF00FF;
	font-weight : bold;
}
.q_picture {
	/* width: 254;
	height: 254;*/
	width: 127px;
	height: 127px;
	vertical-align: middle;
}
.q_text {
	color: black;
}
.quiz {
}
.answers {
	list-style-type: upper-alpha;
}
.resp {
}
.translate {
	font-style : italic;
   color : #99A2C5;
	padding-left : 6px;
	margin-left : 6px;
}
.translate_style_override {
	margin: 4em;
   text-align: center;
}
.translate_style_override .translate {
	font-style : normal;
   color : #9DABC8;
}
.translate_style_override a {
   text-align: center;
   font-size: 150%;
}
.ignore {
}
.copyright {
	background-color: #9DABC8;
	margin: 0;
	border: 0;
	font-size: 9pt;
	width: 100%;
	text-align: center;
	margin: 2px;
}
/* --------------------------- */
.lessonheader {
	background-color: #9DABC8;
	border: 0;
	margin: 0;
	padding: 0;
	height: 68px;
}
#lessonlist {
        background-image: url(lessons_wordlist/images/menu_bg.gif);
        /* border-bottom: 1px solid #333; */
        font-size: 90%;
}
#lessonlist ul {
        margin: 0; /*removes indent IE and Opera*/
        padding: 3px 0px 3px 0px; /*removes indent Mozilla and NN7*/
        list-style-type: none; /*turns off display of bullet*/
        font-family: Arial, Helvetica, sans-serif;
        font-size: 90%;
        text-align: center;
}
#lessonlist li {             
        display: inline;
        line-height: 2.25;
}
#lessonlist a {
        border-top: 2px solid #D7DDEA;
        border-right: 2px solid #637395;
        border-bottom: 2px solid #637395;
        border-left: 2px solid #D7DDEA;
        /*padding: 3px 6px 3px 5px;*/
        padding: 3px 8px 3px 7px;
}
#lessonlist a:link, #lessonlist a:visited {
        color: #000;
        text-decoration: none;
}
#lessonlist a:hover {
	color: #FFF;
	font-weight: bolder;
}
#uberlink a:link, #uberlink a:visited, #uberlink a:hover {
        /* border-top: 2px solid #AA9500;
        border-right: 2px solid #FEF191;
        border-bottom: 2px solid #FEF191;
        border-left: 2px solid #AA9500;
        background-color: #FFDC00; */
        
         border-top: 2px solid #946B94;
      	border-right: 2px solid #FDE3FD;
      	border-bottom: 2px solid #FDE3FD;
      	border-left: 2px solid #946B94;
         
      	background-color: #D8BFD8;
        color: #333;
}

