html {
  height: 100%;
  margin: 0;
  padding: 0;
}
body {
  height: 100%;
  margin: 0;
  padding: 0;
}

body.withlogo {
  background: white url('../images/logobg.png') scroll no-repeat center 80%;
}

body.withoutlogo {
  background: white;
}

table {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  border-collapse: collapse;
}

form {
  margin: 0;
  padding: 0;
}

#covering {
  width: 100%;
  height: 100%;
  background-color: black;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
}

#inputrow1 {
  width: 475px;
  position: relative;
  left: 50%;
  margin-left: -237px;
}

#language-options {
  margin: 2px 0 0 30px;
  
}

#source_languages {
  padding: 0 3px;
  
  vertical-align: top;
  
}

#destination_languages {
  padding: 0 3px;
  
}

#checkBoxes {
}

#destination_languages table {
  width: 100%;
}

.label {
  font-family: sans-serif;
  font-weight: bold;
  font-size: 16px;
  color: #1A689D;
}

.blocked {
  display: block;
}

#checkBoxes table tr td, #checkBoxes table tr {
  padding: 0;
  margin: 0;
}

.textarea2 {
  width: 370px;
}

.textarea2_centered {
  display: block;
  width: 370px;
  
}

.bodySB {
  font-size: 12px;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: normal;
}

#flags {
  position: absolute;
  top: -15px;
  left: 10px;
}

#search-box, #search-box-cap,
#search-box-plug {
  width: 550px;
  position: relative;
}

#login-box-cap,
#login-box-row2, #login-box-plug {
  width: 350px;
  position: relative;
  margin: 0;
  padding: 0;
}

#search-box-cap, #search-box-row2,
#search-box-plug {
  margin: 0;
  padding: 0;
}

#search-box-row2 {
  background: white url('../images/sb_r2_bg.png') scroll repeat-x left top;
  position: relative;
  width: 528px;
  margin-left: 11px;
}

#login-box-row2 {
  width: 278px;
  margin: 0;
  padding: 0 30px 0 30px;
  border-left: 6px solid #000033;
  border-right: 6px solid #000033;
  clear: both;
  background: white;
}

#search-box {
  top: 4px;
  left: 50%;
  margin-left: -275px; /*search-box width divided by -2*/
  position: relative;
  display: block;
}

#login-box {
  top: 150px;
  position: absolute;
  left: 50%;
  margin-left: -175px;
  display: none;
}

#search-box-plug, #search-box-plug-bl-corner,
#search-box-plug-middle, #search-box-plug-br-corner {
  height: 26px;
}
	

#login-box-plug, #login-box-plug-bl-corner,
#login-box-plug-middle, #login-box-plug-br-corner,
#login-box-cap, #login-box-ul-corner,
#login-box-ur-corner {
  height: 23px;
}

#search-box-cap, #search-box-ul-corner,
#search-box-ur-corner, #search-box-cap-middle {
  height: 25px;

}

#login-box-plug, #login-box-plug-bl-corner,
#login-box-plug-middle, #login-box-plug-br-corner,
#login-box-cap, #login-box-ul-corner,
#login-box-ur-corner, #login-box-cap-middle,
#search-box-plug, #search-box-plug-bl-corner,
#search-box-plug-middle, #search-box-plug-br-corner,
#search-box-cap, #search-box-ul-corner,
#search-box-ur-corner, #search-box-cap-middle {
  float: left;
}

#search-box-cap-middle, #search-box-plug-middle {
  width: 498px; /* search-box width minus 52px */
}

#login-box-cap-middle {
  border-top: 6px solid #000033;
  font-size:11pt;
  font-size:11pt;
}

#login-box-plug-middle {
  border-bottom: 6px solid #000033;
  font-size:11pt;
}

#login-box-cap-middle, #login-box-plug-middle {
  width: 304px; /* login-box width minus 46px */
  background: white;
  height: 17px;
}

#search-box-plug-bl-corner, #search-box-plug-br-corner,
#search-box-ul-corner, #search-box-ur-corner {
  width: 26px;
}

#login-box-plug-bl-corner, #login-box-plug-br-corner,
#login-box-ul-corner, #login-box-ur-corner {
  width: 23px;
}

#search-box-plug-bl-corner {
  background: transparent url('../images/sb_bl_corner.png') scroll no-repeat left top;
}

#login-box-plug-bl-corner {
  background: transparent url('../images/login-ll-corner.gif') scroll no-repeat left top;
}

#search-box-plug-middle {
  background: transparent url('../images/sb_bm.png') scroll repeat-x left top;
}

#search-box-plug-br-corner {
  background: transparent url('../images/sb_br_corner.png') scroll no-repeat left top;
}

#login-box-plug-br-corner {
  background: transparent url('../images/login-lr-corner.gif') scroll no-repeat left top;
}

#search-box-cap-middle {
  background: transparent url('../images/sb_md_bg.png') scroll repeat-x left top;
}

#search-box-ul-corner {
  background: transparent url('../images/sb_ul_corner.png') scroll no-repeat left top;
}

#login-box-ul-corner {
  background: transparent url('../images/login-ul-corner.gif') scroll no-repeat left top;
}

#search-box-ur-corner {
  background: transparent url('../images/sb_ur_corner.png') scroll no-repeat left top;
}

#login-box-ur-corner {
  background: transparent url('../images/login-ur-corner.gif') scroll no-repeat left top;
}

#search-box-row2-middle {
  overflow:visible;
  padding-bottom: 6px;
  height: auto;
  width: 539px;
  background: transparent url('../images/sb_r_shadow.png') scroll repeat-y right top;
}

#search-box-row2-wrapper {
  clear: both;
  height: auto;
  width: 550px;
  background: transparent url('../images/sb_l_shadow.png') scroll repeat-y left top;
}

#menubar {
  top: 2px;
  width: 650px;
  height: 14px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  position: relative;
  left: 50%;
  margin-left: -325px;
  z-index:100;
}

#menubar-left {
  float: left;
}

#menubar-right {
  float: right;
}

#logo, #search-box-content {
  position: relative;
}
#search-form{
 position: absolute;

}

#search-box-content {
  top: 6px;
}

#logo {
  width: 228px;
  height: 73px;
  margin-left: -114px;
  left: 50%;
  background: transparent url('../images/logo.png') scroll no-repeat left top;
}

.button {
  border: none;
  color: black;
  cursor: hand;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-weight:bold;
}

.button_small {
  background: transparent url('../images/submit.png') scroll no-repeat left top;
  width: 95px;
  height: 26px;
}

.button_large {
  background: transparent url('../images/button.gif') scroll no-repeat left top;
  width: 182px;
  height: 34px;
  display: block;
 
  font-size: 13px;
}

#site-wrapper {
  margin: 0;
  padding: 0;
  background: transparent url('../images/bg.png') scroll repeat-x left top;
  height: 100%;
  width: 100%;
}

#landing_images {
  top: 15px;
  width: 832px;
  left: 50%;
  position: relative;
  margin-left: -399px;
  overflow: hidden;
}

.landing_image {
  padding: 120px 130px 0px 30px;
  width: 140px;
  height: 191px;
  float: left;
  margin: 0;
  color: #ea7900;
  font-family: Arial, sans-serif;
  font-weight: bold;
  font-size: 16px;
  position:relative;
  
}

#welcome {
  background: transparent url('../images/welcome-en.png') scroll no-repeat left top;
}

#why {
  background: transparent url('../images/why-en.png') scroll no-repeat left top;
  margin-left: -34px;
}

#how {
  background: transparent url('../images/how-en.png') scroll no-repeat left top;
  margin-left: -34px;
}

#welcome-small {
  background: transparent url('../images/welcome-small-en.png') scroll no-repeat left top;
}

#why-small {
  background: transparent url('../images/why-small-en.png') scroll no-repeat left top;
  margin-left: -34px;
}

#how-small {
  background: transparent url('../images/how-small-en.png') scroll no-repeat left top;
  margin-left: -34px;
}

#login-box-heading {
  height: 42px;
  table-layout: fixed;
  width: 100%;
}

#login-box-right {
  text-align: right;
  width: 40%;
  vertical-align: bottom;
  font-family: Arial, sans-serif;
  font-weight: bold;
  font-size: 13px;
}

#login-box-left {
  text-align: left;
  background: transparent url('../images/logo-small.png') scroll no-repeat left top;
  width: 60%;
}

.red-spacer {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 6pt;
  font-size:1pt;
  background: red;
  position:relative;	
}

#login-form {
  margin: 12px 0 0 0;
  width: 100%;
  table-layout: auto; 
  font-family: Arial, sans-serif;
  font-size: 12px;
}

.login_form_left {
  text-align: right;
  width: 40%;
}

.login_form_right {
  text-align: left;
  width: 60%;
}

#login-form-button {
  margin-top: 6px;
}

#close-box {
  padding-right: 18px;
  position: absolute;
  top: 0;
  right: 0;
  margin-right: 10px;
  margin-top: -9px;
  color: #999999;
  font-family: Arial, sans-serif;
  font-size: 12px;
  height: 15px;
}

#close-box a, #close-box a:hover, #close-box a:visited {
  color: #999999;
  text-decoration: none;
}

#close-box a img {
  border: none;
}

#user {
  width: 200px;
}

#pass {
  width: 200px;
}

#page-heading-wrapper {
  display: block;
  position: relative;
  margin-top: 25px;
  margin-bottom: 25px;
  width: 700px;
  left: 50%;
  margin-left: -350px;
}

#page-heading {
  height: 73px;
  position: relative;
  width: 100%;
  table-layout: fixed;
}

#page-heading-left {
  background: transparent url('../images/logo.png') scroll no-repeat left top;
  width: 50%;
}

#page-heading-right {
  text-align: right;
  vertical-align: bottom;
  font-family: Arial, sans-serif;
  font-weight: bold;
  font-size: 32px;
}

#feedback-box-content {
  width: 400px;
  padding-top: 40px;
  padding-left: 150px;
  margin-left: -50px;
  font-family: Georgia;
  font-size: 16px;
  background: transparent url('../images/envelope.gif') scroll no-repeat left top;
  position:relative;

}

#feedback-form {
  margin-top: 40px;
}

.feedback_table_left {
  
  vertical-align: top;
  font-size: 13px;
  font-family: Arial, sans-serif;
}

.feedback_textfield {
  width:250px;
}

.feedback_textarea {
  width: 250px;
  height: 250px;
}

.faq_text_flow {
  width: 700px;
  position: relative;
  left: 50%;
  margin-left: -350px;
  font-family: sans-serif;
  font-size: 11pt;
  background: transparent url('../images/info.gif') scroll no-repeat right top;
}

.faq_text_flow ol {
  margin-left: 45px;
  margin-right: 130px;
}

.small_link {
  font-size: x-small;
  float: right;
  margin: 0 0 10px 10px;
}

.news_text_flow {
  width: 465px;
  padding-left: 135px;
  position: relative;
  left: 50%;
  margin-left: -350px;
  font-family: sans-serif;
  font-size: 11pt;
  background: transparent url('../images/pen.gif') scroll no-repeat left top;
}

.news_item {
  border-bottom: thin solid #333333;
  padding-top: 20px;
  padding-bottom: 20px;
}

.news_date {
  font-family: Arial, sans-serif;
  color: #777777;
  font-size: 13px;
}

.news_title {
  font-family: Times, serif;
  color: #444444;
  font-size: 32px;
  margin-top: 10px;
}

.news_content {
  font-family: Arial, serif;
  color: #333333;
  font-size: 14px;
}

#registration-box-content {
  background: transparent url('../images/id.gif') scroll no-repeat left top;
  width: 400px;
  padding-top: 40px;
  padding-left: 170px;
  margin-left: -50px;
  font-family: Georgia, Times, serif;
  font-size: 16px;
  position: relative;
}
#settings-box-content {
  width: 465px;
  padding: 0 0 30px 130px;
  margin-left: -90px;
  font-family: Georgia, Times, serif;
  font-size: 16px;
  background: transparent url('../images/figure.gif') scroll no-repeat left top;
  position: relative;
}

#settings-form {
  margin-top: 40px;
}

#settings-table {
  width: 100%;
}

#settings-table td {
  padding-top: 10px;
}

.settings_table_title {
  padding-top: 45px !important;
  font-size: 18px;
  font-weight: bold;
  border-bottom: 4px solid red;
  text-align: right;
}

.settings_table_left {
  vertical-align: top;
  font-size: 13px;
  font-family: Arial, sans-serif;
}

.settings_table_left pre {
  padding: 0;
  margin: 0;
  font-size: 13px;
  font-family: Arial, sans-serif;
}

.languages_table td {
  padding: 0 !important;
  font-family: Arial, serif;
  font-size: 13px;
}

.settings_textfield {
  width:250px;
}
#message-box-content {
  min-height: 150px;
  width: 60%;
  text-align: center;
  margin-left: 20%;
  padding-top: 60px;
  position: relative;
  font-family: Arial, sans-serif;
  font-size: 14px;
}

#error-box-content {
  min-height: 150px;
  width: 60%;
  text-align: center;
  margin-left: 20%;
  padding-top: 120px;;
  position: relative;
  font-family: Arial, sans-serif;
  font-size: 14px;
  background: transparent url('../images/error.png') scroll no-repeat center top;
}

#welcometext {
  display: inline;
  margin-left: 50px;
  font-weight: bold;
}
.errorFont {
font-size: 12px;
color: red;
}