/*************************************  Import SCHOOL LISTING ***************************/
@import "school-listing.css";
@import "bookmark.css";

/*** this block is no longer used -- see style.css ********
body { background-color: #fff; color: #333; }

body, p, ol, ul, td {
  font-family: verdana, arial, helvetica, sans-serif;
  font-size:   13px;
  line-height: 18px;
}

pre {
  background-color: #eee;
  padding: 10px;
  font-size: 11px;
}

a { color: #000; }
a:visited { color: #666; }
a:hover { color: #fff; background-color:#000; }
*** this block is no longer used -- see style.css ********/


.fieldWithErrors {
  padding: 2px;
  background-color: red;
  display: table;
}

#errorExplanation {
  width: 400px;
  border: 2px solid red;
  padding: 7px;
  padding-bottom: 12px;
  margin-bottom: 20px;
  background-color: #f0f0f0;
}

#errorExplanation h2 {
  text-align: left;
  font-weight: bold;
  padding: 5px 5px 5px 15px;
  font-size: 12px;
  margin: -7px;
  background-color: #c00;
  color: #fff;
}

#errorExplanation p {
  color: #333;
  margin-bottom: 0;
  padding: 5px;
}

#errorExplanation ul li {
  font-size: 12px;
  /* list-style: square; */
}

div.uploadStatus {
  margin: 5px;
}

div.progressBar {
  margin: 5px;
}

div.progressBar div.border {
  background-color: #fff;
  border: 1px solid grey;
  width: 100%;
}

div.progressBar div.background {
  background-color: #333;
  height: 18px;
  width: 0%;
}

input, textarea, select {
  background: #ffe;
  padding: 2px 5px 2px 2px;
  border-top: solid 1px #999;
  border-left: solid 1px #999;
  border-right: solid 1px #111;
  border-bottom: solid 1px #111;
  font-size: 10pt;
  font-family: verdana, arial, helvetica, sans-serif;
}
.no-input-styles input{
  padding: 0px; 
}
.submit {
  background: #eee;
  border-right: solid 2px #111;
  border-bottom: solid 2px #111;
}
.submit:hover {
  background: #efffef;
}

input:focus, textarea:focus, select:focus {
  background: #e5eef9;
  padding: 2px 5px 2px 2px;
  border: solid 1px #999;
  font-size: 10pt;
  font-family: verdana, arial, helvetica, sans-serif;
}
.eval-comments {
  overflow:auto;
  background: #e5eef9;
  padding:10px;
  /* border: 1px dashed #555; */
  text-align: left;
}
.small {
  font-size: 10px;
}

.paging-bar {
  padding: 3px 5px 3px 5px;
  background: #efffef;
  border: 1px solid #6ccc7e;
  margin: 10px 0 10px -5px;
  /* height: 20px; */
}
.paging {
  /* float: right;  */
  position: relative;
  width: 550px;
}
.paging-text {
  width: 250px;
  float: left; 
  position: relative;
}
.home-main-img {
  float: right;
  border: 1px solid #777;
  margin: -5px -5px 3px 3px;
}

.home-main-left h2{
  line-height: 25px;
  padding: 0px 10px 0px 0;
  font-size: 18px;
  font-weight: bold;
  color: #777;
  border-bottom: 1px solid #777;
}
.home-main-left h2 a{
  text-decoration:none;
  color: #777;
}

.home-main-right {
  /* padding: 0 0 30px 10px; */
}
.home-main-right li strong a{
  text-decoration: none;
}
.home-main-right dl dt, .home-main-right dl dd {
  line-height: 32px;
}
#submit-school {
  background: #555;
}

.travel-log-body {
  border-bottom: 1px solid #999;
  margin-bottom: 20px;
  padding: 0 5px 15px 5px;
}
.sitemap-cities-right {
  float:right;
  width:350px;
  height:100px;
  padding: 15px;
  margin: 30px 20px 0 15px;
  border: solid 1px #3c83d2;
  background: #e5eef9;
}
.sitemap-cities-left {
  height: 200px;
  overflow: auto;
  padding: 0 20px 0 20px;
  background: #f1f1f1;
}
h2.wide {
  border-top: solid 1px #555;
  padding-top: 10px;
}
.travel-log-entry {
  border: 1px solid #999;
  margin: 10px 5px 20px 5px;
  padding: 5px;
  background: #f1f1f1;
  line-height: 24px;
}
.travel-log-entry .snippet{
  padding: 10px;
  border: solid 1px #cfdfcf;
  background: #efffef;
}
.school-search .sort-by{
  float:right;
  position:absolute;
  right:0px;
  width:200px;
  border-top:1px solid #aaa;
  border-bottom:1px solid #555;
  border-left:1px solid #aaa;
  padding: 10px;
  z-index:100;
  background: #f5f5f5;
}
.recommended-tl {
  float:right;
  position:absolute;
  top: 950px;
  right:0px;
  width:125px;
  border-top:1px solid #aaa;
  border-bottom:1px solid #555;
  border-left:1px solid #aaa;
  padding: 10px;
  z-index:-10px;
  background: #f5f5f5;
  font-size:11px;
}

.school-search .right-block{
  float:right;
  position:absolute;
  right:0px;
  width:135px;
  border-top:1px solid #aaa;
  border-bottom:1px solid #555;
  border-left:1px solid #aaa;
  padding: 10px;
  z-index:100;
  background: #f5f5f5;
  font-size: 11px;
}

.school-search .top-200{
  top: 200px;
}
.school-search .top-500{
  top: 500px;
}
.school-search .top-800{
  top: 700px;
}

.scroll-box {
  background: #f5f5f5;
  overflow:auto;
  height: 70px;
  line-height: 22px;
}
.evaluations .evaluated {
  height: 100px;
  overflow: auto;
  padding: 5px;
  border: solid 1px #f1f1f1;
}
.evaluations .evaluate {
  padding: 5px;
  margin-bottom: 10px;
  border: solid 1px #f1f1f1;
}

.evaluations .header {
  font-size: 20px;
  line-height: 25px;
  font-weight: bold;
  padding: 0 0 5px 0;
  margin: 0 0 5px 0;
  border-bottom: solid 1px #aaa;
}
img.top {
  vertical-align:text-top;
}

.edih-white {
  color: #fff;
  background: #fff;
}
.edih-white a{
  color: #fff;
  text-decoration: none;
  background: #fff;
}
.edih-white a:hover{
  color: #fff;
  background: #fff;
}

.flash {
  color: #0f0;
}
/***************************************************  MEDICAL DICTIONARY **************************************************/
#medical-dictionary-index {  line-height: 25px; }
#medical-dictionary-index a {  color:#399dcf; }
.medical-dictionary-related { float:right;width:200px; }
.medical-dictionary-related a {  font-size: 11px;}


/************************************************* multiple choice ************************************************/
div.multi-choice-answers {
  padding: 5px;
  margin-bottom: 10px;
}
span.multi-choice-answer {
  padding: 2px;
  line-height: 27px;
}

.spanish-level-score {
  padding: 10px 5px;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  border: solid 1px #00a;
  margin: 10px;
}

div.alert-outer {
  border: solid 1px #ddd;
}
div.alert-inner {
  background:url('http://123teachme.com/icons/silk/asterisk_orange.png') no-repeat center left;
  padding: 10px 10px 10px 20px;
  margin: 5px 10px;
}
.conjugation-img, .conjugation-img img {
  position:absolute;
  width:1px;
  height:1px;
  overflow:hidden;
}

div#spanish-conversation {
  text-align: center;
  width:100%;
  vertical-align: baseline;
/* 
  position:absolute;
  left: 0;
  bottom: 0;
*/
  background: #fffc09;
  border-top: solid 1px #000;
  padding-bottom: 5px;
  color: #000;
  opacity:0.80;filter: alpha(opacity=80); -moz-opacity: 0.80;
}

div#nulengua-schools-page {
  position: absolute;
  top: 20px;
  right: -10px;
  border: solid 2px #a00000;
  background: #fdcdce;
  padding: 15px;
  z-index: 5;
  font-size: 10px;
  width: 250px;
}
div#nulengua-schools-page h2 {
  padding: 0;
  font-weight: bold;
  font-size: 13px;
}

div#spanish-resources {
  position: absolute;
  top: 1160px;
  right: -10px;
  border: solid 2px #3c83d2;
  background: #e5eef9;
  padding: 5px;
  z-index: 5;
  font-size: 10px;
  width: 170px;
}
div#spanish-resources h2 {
  margin-bottom: -2px;
  padding: 0;
  font-weight: bold;
  font-size: 11px;
}
div#spanish-resources ul {
  margin: 0 0 0 0;
  list-style: none;
   list-style-image: url(http://static.123teachme.com/images/li-bullet.gif);  
}
div#spanish-resources ul li {
  background-image: none;
  font-size: 10px;
  margin: 0 0 0 15px;
  padding: 0 0 0 0;
}


.spanish-form {
  position:absolute;
  left: -650px;
  width: 200px;
}

.edih-knil {
  position: absolute;
  left: -500px;
  width: 250px;
}

/******************* scinfo_verbs *********************/
.cabTiempo1, .cabTiempo0 {
  font-weight: bold;
  font-size: 120%;
  border-bottom: 1px dotted #999;
  margin-top: 20px;
}
.cabTiempoINT {
  padding-left: 10px;
  background: url(http://static.123teachme.com/images/silk_icons/arrow_turn_right.png) no-repeat;
}
.negrita {
  color: #000;
  background:#6ccc7e; /* 6e80cd; */
  padding: 10px;
  /* border: solid 1px #3e509d; */
  border: solid 1px #3c9c4e;
}

img.img-border { /* used by google gadget screenshot */
  border: solid 1px #aaa;
}

fieldset.green {
  border: solid 1px #1c7c2e;
}
fieldset.green legend {
  font-weight: bold;
  color: #1c7c2e; 
}

fieldset.yellow-grad, div fieldset.yellow-grad {
  border: solid 1px #eFcE01;
  background: #F8F47A url(http://static.123teachme.com/images/yellow-grad.jpg);
  padding: 0 10px 5px 10px;
}
fieldset.yellow-grad legend{
  border: solid 1px #eFcE01;
  background: #F8F47A url(http://static.123teachme.com/images/yellow-grad.jpg);
  font-weight: bold;
  padding: 5px 10px 5px 10px;
}
fieldset.yellow-grad a, fieldset.yellow-grad a:hover{
  color: #484600;
  background: transparent;
}

fieldset.yellow {
  background: #faec4e;
  border: solid 1px #dacc2e;
}
fieldset.yellow legend {
  background: #faec4e;
  border: solid 1px #dacc2e;
  font-weight: bold;
  color: #555;
}

fieldset.blue {
  border: solid 1px #3c83d2;
}
fieldset.blue legend {
  font-weight: bold;
  color: #1c63b2;
}

/*** translated sentences ***/
.translated-sentence-pair {
  margin: 8px 0px;
  border-top: 1px dotted #aaa;
  padding: 5px 0px;
}
.translated-sentence-pair .english-sentence {
  color: #096d9f;
}



/*
hungry mutt light green: #deead5
soft yellow: #ffe
soft blue: #e5eef9
soft lime green: #efffef
soft grey: #f1f1f1
*/


