body, html {
  margin: 0;
  padding: 0;
  min-height: 105%;
  min-width: 1040px;
  width: 100%;
}

body {
  /* This is the main background.*/
  background: transparent url('/images/bg1.jpg') scroll repeat-x left top;
}

#topbar {
  width: 100%;
  background: transparent url('/images/topbar.png') scroll repeat-x left top;
  height: 110px;
}

#mainWrapper {
  position: relative;
  min-height: 100%;
  height: auto;
  width: 100%;
  background: transparent url('../images/leftbar.png') scroll repeat-y left top;
}

#logo {
  position: absolute;
  width: 500px;
  height: 108px;
  left: 70px;
  top: 8px;
  background: transparent url('/images/logo_es.png') scroll no-repeat left top;
}

.infobox_top {
  height: 21px;
  width: 821px;
  position: relative;
  margin-top: 15px;
  left: 200px;
  background: transparent url('../images/infobox_top.png') scroll no-repeat left top;
}

.infobox {
  width: 821px;
  height: auto;
  background: transparent url('../images/infobox_middle.png') scroll repeat-y left top;
  left: 200px;
  position: relative;
}

.infobox_bottom {
  height: 31px;
  width: 821px;
  position: relative;
  left: 200px;
  background: transparent url('../images/infobox_bottom.png') scroll no-repeat left top;
}

.arabesque_large {
  width: 242px;
  height: 318px;
  background: transparent url('../images/arabesque_large.png') scroll no-repeat left top;
  position: absolute;
  top: -15px;
  left: 600px;
  z-index: 10;
}

#inputbox {
  height: 33px;
  position: absolute;
  top: 110px;
  left: 80px;
  width: 460px;
}

#inputfield {
  height: 29px;
  padding: 0;
  width: 350px;
  font-size: 28px;
  float: left;
}

#inputbutton {
  float: left;
  width: 87px;
  height: 33px;
  margin-left: 6px;
  background: transparent url('/images/button.png') scroll no-repeat left top;
  color: #ffffff;
  font-family: Times, serif;
  font-size: 20px;
  text-align: center;
  border: none;
  cursor: hand;
  cursor: pointer;
}

#resultbar {
  width: 500px;
  position: relative;
  left: 75px;
  top: 220px;
}

table.results_table {
	width:100%;
	height:100px;
	border-collapse: collapse;
}

tr.result_row {
	width:100%;
}

table.results_table td {
	background: transparent;
}

td.src_info {

}

td.dest_info {
}

td.src_data {
	font-family: Times, serif;
  font-size: 36px;
  padding-left: 0px;
  top: 27px;
  
}

span.src_word {
	font-family: Times, serif;
  font-size: 34px;
  padding-left: 0px;
  top: 27px;
}

span.src_word a {
	text-decoration: none;
	color:white;
}
span.src_word a:hover {
	text-decoration: underline;
}

span.dest_word {
	font-size:30pt; 
	font-family: Traditional Arabic;
	font-weight: bolder;
}

span.dest_word_magnify {
	font-size:60pt; 
	font-family: Traditional Arabic;
	font-weight: bolder;
}

span.dest_word a {
	text-decoration: none;
	color: white;
}
span.dest_word a:hover {
	text-decoration: underline;
}

td.dest_data {
	font-family: Times, serif;
  font-size: 36px;
  padding-right: 20px;
  top: 27px;
}

#latinInfo {
  top: 21px;
  left: 15px;
}

#arabicInfo {
  top: 21px;
  right: 20px;
}

#audioButton {
  top: 27px;
  right: 78px;
}


#arabicResult {

}

.arabicFnBox {
	position: fixed;
  width: 153px;
  height: 115px;
  padding-top: 12px;
  padding-left: 10px;
  top: 60px;
  right: -100px;
  background: transparent url('/images/fnbox_large.png') scroll no-repeat left top;
  z-index:100;
}

.latinFnBox {
	width: 148px;
  height: 60px;
  position: fixed;
  padding-top: 12px;
  padding-left: 10px;
  top: 50px;
  background: transparent url('../images/fnbox_small.png') scroll no-repeat left top;
  display: none;
  z-index:100;
}

.FnBoxRow {
  width: 100%;
  clear: both;
  position: relative;
  top: -14px;
}

.latinFnBox .FnBoxRow {
  left: -6px;
  top: -7px;
}

.floatLeft {
  float: left;
  position: relative;
  left: -4px;
}

a img {
  border: none;
}

#resultbar img {
  cursor: pointer;
}

#menus {
  background: transparent url('/images/white-pixel.png') scroll repeat top left;
  width: 113px;
  padding: 5px 0 10px 10px;
  position: absolute;
  top: 142px;
  left: 30px;
}

#menulist {
  list-style: none;
  padding: 0;
  margin: 0;
}

#menulist li {
  display: block;
  margin: 5px 0 10px 0;
  padding: 0 0 0 10px;
  color: #ffffff;
  font-family: serif;
  font-size: 16px;
  background: transparent url('/images/arrow.gif') scroll no-repeat center left;
}

#menulist li div {
  background: transparent url('/images/line.png') scroll no-repeat bottom left;
}

#menulist li.selected {
  background: transparent;
  color: #ff0000;
}

#menulist li a, #menulist li a:hover, #menulist li a:visited, #menulist li a:hover:visited {
  color: white;
  text-decoration: none;
}

#menulist li.selected a, #menulist li.selected a:hover, #menulist.selected li a:visited, #menulist.selected li a:hover:visited {
  color: red;
  text-decoration: none;
}

#arabesque {
  background: transparent url('/images/arabesque.png') scroll no-repeat top left;
  width: 59px;
  height: 78px;
  position: absolute;
  display: none;
}

.label1 {
position: absolute; top: 77px; left: 80px; font-size: 28px; color: white;
}

.label2 {
position: absolute; left: 80px; top: 190px; font-size: 28px; color: white;
}


span.nonFound {
	font-family: Arial;
	color:white;
	font-size: 15pt;
}

span.nonFound_ar {
	font-family: Traditional Arabic;
	color:white;
	font-size: 17pt;
}

div.noHits {
	position:relative;
	text-align: center;
	background: white;
}

SPAN.ARABIC_ARIAL
{
	 font-family:'Arial Unicode MS';
   font-size:30pt;
   border-width:0px;
   valign:middle;
}


SPAN.ARABIC_COURIER
{
	 font-family:'Courier New';
   font-size:30pt;
   border-width:0px;
   valign:middle;
}


SPAN.ARABIC_TRADITIONAL
{ 
	 font-family:'Traditional Arabic';
   font-size:30pt;
   border-width:0px;
   valign:middle;
}

SPAN.ARABIC_TAHOMA
{
	 font-family:'Tahoma';
   font-size:30pt;
   border-width:0px;
   valign:middle;
}


span a {
	text-decoration: none;
	color: white;
	font-weight: bold;
}

#floatLayer {
  position: absolute;
  display:none;
  text-align:center;
  padding:0px;  
  border:1px solid #666666; 
  height:170px; 
  width:420px; 
  background:  #000000;  
  vertical-align: center; 
  moz-opacity:80%; 
  filter: alpha(opacity=80);
  opacity:.8;
  z-index:1000;
  font-size:40pt;
}

div.suggestions {
	position: relative;
	margin-top: 40px;
	margin-left: 10px;
}

span.suggestion a {
	color:white;
	font-family: Arial;
	font-size:12pt;
}
span.suggestion a:hover {
	color:white;
	text-decoration: underline;
}

.feedback {
	position: relative;
	color:white;
	top:260px;
	left:85px; 
	font-size:14pt;
}