/*
 * general html settings
 */
html, body {
  border: none;
  height: 100%;
  margin: 0;
  padding: 0;
}

body {
  background: #f3f3f3;
  font-weight: bold;  
  color: #1f405b;
}

td {
  white-space: nowrap
}

a {
  color: #1f405b;
}

a:hover {
  color: #1f405b;
}

img {
  border: 0;
}

body, input, td {
  font-family:arial, tahoma, sans-serif;
  font-size: 14px;
  font-weight: bold;
}

.isMac body,.isMac input,.isMac td {
  font-family:helvetica, arial, tahoma, sans-serif;
}

input {
  font-size: 14px; 
  color: #1f405b;
}


/*
 * special areas in login page
 */

.login {
  border: none;
}

.bodyTable {
  height: 100%;
  margin: 0;
  vertical-align: top;
}

.bodyTable {
  height: 405px;
}

.loginSpacerTop {
  height: 60px;
}

.bodyTableLeft, .bodyTableRight {
  background-color: #f3f3f3;
}

.footer, .customFooterText, .version, .customFooterText a {
  font-size: 10px;
  font-weight: normal;
}

.cookieLoginCheckbox, .cookieLoginLabel {
  font-size: 12px;
  font-weight: bold;
}

.cookieLoginLabel{
  *margin-top:7px!important;
}

.loginBoxTable td.registerPasswordLost, .error {
  font-size: 13px;
}



.logintitle, .loginBtn, .pinLoginBtn {
  font-size: 14px;
  font-weight: bold;
}

.login, .footer {
  width: 703px;
}


.loginBoxTable td.registerPasswordLost {
  border-top: 1px dotted #fff;
  padding: 8px 0 0 4px;
}


.header {
  height: 41px;
  padding-bottom: 5px;
  padding-right: 8px;
  background-color: #ffffff;

}

/* header logos for the different languages */
.logo{
  background-image: url( "../../img/login/logo.gif" );
  background-repeat: no-repeat;
  background-position: right bottom;
  height: 48px;
}

.bodyTableCenter {
/*background: url( '../../img/login/topbackground.png' );*/
/*background-repeat: repeat-x;*/
  border: 1px solid #D3D3D3;
  vertical-align: top;
}

.login {
  height: 320px;
  border: none;
  background-color: #f0f0f0;
}

.leftlogin {
  background: url( ../../img/login/sujet_imagine.png ) no-repeat;
  float: left;
  height: 308px;
  margin: 0;
  padding: 0;
  width: 317px;
}

.language {
  text-align: left;
}

.logintitle {
  color: #858d93;
  padding-top: 8px;
  text-align: left;
  width: 100%;
}

.languageSelectTd {
  padding-top: 8px;
}

.loginbox, .pinLoginbox, .newsBox  {
  background-color: #e2e3e4;
  border: 1px solid #fff;
  width: 368px;
  margin: 0;
}

.newsText {
  font-weight:normal;
}

.newsTable{
  margin: 8px;
  vertical-align: middle;
  white-space: nowrap;
  width: 360px;
}

.newsLabelTd{
   color: #858d93;
  padding-top: 8px;
  text-align: left;
  width: 100%;
}

.loginboxSpacer {
  height: 11px;
}

.loginBoxTable {
  margin: 8px;
  vertical-align: middle;
  white-space: nowrap;
  width: 360px;
}

.loginBoxTable td, .pinLoginTable td ,.newsTable td {
  padding: 5px;
}

.pinLoginTable {
  margin: 8px;
  width: 360px;
}



.pinInputTd {
  width: 100%;
}

.loginBtn, .pinLoginBtn {
  border: none;
  padding: 3px;
  background:transparent url(../../img/login/buttonbg.png) no-repeat left top;
  width: 140px;
  height: 26px;
}

.rightInputContainer {
  text-align: right;
}

.rightInputContainer input {
  float: right;
}

.rightlogin {
  float: left;
  text-align: left;
  padding-left: 8px;
  width: 360px;
}

.rightloginheader {
  width: 375px;
  padding: 0;
}

.pinlogin {
  width: 180px;
}

/* ----------------------------------*/
/* footer                            */
/* ----------------------------------*/
.footer {
  clear: both;
  height: 42px;
  padding-top: 8px;    
  text-align: left;
  background-color: #ffffff;
  font-size: 10px;
}

.subversionLogo {
}

.customFooterText {
  padding-left: 8px;
  text-align: left;
  width: 480px;
  font-size: 10px;
}

.version {
  padding-right: 8px;
  text-align: right;
}

.systemRequirements{
  padding-left: 8px;
  vertical-align:top;
  font-size:10px;
}
.customFooterText, .version, .customFooterText a {
  color: #556068;
  vertical-align: top;
}

.error {
  color: red;
  margin-top: 5px;
  white-space: normal;
}

.setCookie_true{
  margin:4px 2px 0 0;
  padding:0;
}

.sep{
  padding:0;
  height:0;
  line-height:0;
}