@import url("../common/commonStyles.css");
@import url("../common/adStyles.css");
@import url("../common/preferencesAndPagingStyle.css");

td#thePage { /*overided*/
	background-color: #fdf4bd;
}
h2 { /*overided*/
  margin: 0 15px 0 8%;
}
div#paging {
  background-image: url(../pictures/padTop.jpg);
  height: 63px;
}
div#pagingCopy {
  background-image: url(../pictures/padBottom.jpg);
  height: 81px;
}
div#countPerPage {
  margin-right: 15px;
}
select#selectList {
	border: 3px groove white;
	margin: 0 3px;
	background-color: #fdf4bd;
	text-align:center;
}
div#sentences {
	background-color: #fdf4bd;
	background-image: url(../pictures/padMiddle.jpg);
	background-repeat: repeat-y;
    width: 870px;
	margin: 30px auto;
	border: none;
}
div.sentence {
  margin: 0 15px 1% 8%;
  padding-bottom: 10px;
  text-align: left;
  border: none;
  border-bottom: 0px solid #663300;
}

a.sound img {
  padding: 2px 3px 10px 0;
  float: left;
  border: 0px solid white;
}
div.sentence form, span.hintLabel, span.hintLabelPref {
  margin: 0;
  text-align: left;
  font-size: 16px;
  font-weight: bold;
  font-style: italic;
  font-family: "Times New Roman", Times, serif;
  color: #663300;
}

span.hintLabel {
  padding: 0;
  margin-left: 5px;
  text-align: right;
  text-decoration: underline;
  visibility: visible;
}
input.text, input.check, span.hintText {
  border: none;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  color: #004080;
  }
input.text {
  margin: 0 2px 2px 10px;
  border: none;
  border-bottom: 1px dotted #333333;
  background-color: #fdf4bd;
  width: 570px; 
}
input.check {
  margin: 0 0 0 5px;
}

span.hintText {
  margin: 0 0 0 87px;
  visibility:hidden;
}
a.hint:hover span.hintText {
  cursor: help;
  visibility:visible;
  text-decoration: none;
}
a.hint, a.hint:hover  {
  margin:0;
  padding:0;
  cursor: help;
  visibility:hidden;
  text-decoration: none;
}