/*  
 * This program is free software; you can redistribute it and/or
 * modify it under the terms of the GNU General Public License
 * as published by the Free Software Foundation; under version 2
 * of the License (non-upgradable).
 * 
 * This program is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 * GNU General Public License for more details.
 * 
 * You should have received a copy of the GNU General Public License
 * along with this program; if not, write to the Free Software
 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
 * 
 * Copyright (c) 2008-2010 (original work) Deutsche Institut für Internationale Pädagogische Forschung (under the project TAO-TRANSFER);
 *               2009-2012 (update and modification) Public Research Centre Henri Tudor (under the project TAO-SUSTAIN & TAO-DEV);
 * 
 */
@CHARSET "UTF-8";
@import url('home.css');
div#login-form,  div#login-title {
    margin-top:35px;;
    width:100%;
    text-align: right;
    padding-left:80px;
}
div.xhtml_form div .form_desc {
  font-size:1.1em;
  vertical-align:middle;
  text-align: right;
  margin-bottom:25px;
  padding-left: 0px;
  
}
div#login-form .form-toolbar {
  padding-left:10%;

}
.ui-widget input {
  height:22px;
  vertical-align:top;
  width: 120px;

}
.ui-state-error, .ui-widget-content .ui-state-error, .ui-widget-header .ui-state-error {
  background-color:#fff;
  margin-top:-10px;
  padding-top:0px;
  background-image:none;
  border:0px solid #CD0A0A;
  color:#CD0A0A;
  font-weight:normal;
  font-style:italic;
  margin-left:0px;
  width:300px;

}
#connect{
    background-color:#aaa;
    color:#fff;
    margin-right:123px;
    width: 123px;
    height:40px;
    border-width:1px;
    border-collapse: collapse;
    font-weight:bold;
     -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}
#connect:hover{
    background-color:#bf6008;
    color:#fff;;
    
}
.loginHeader{
    float:right;
    width:430px;
    height:35px;
    margin-top:0px;
    margin-right:130px;
    padding-left:10px;
    padding-top:5px;
    padding-right:0px;
    /*-moz-border-radius: 10px;*/
    /*-webkit-border-radius: 10px;*/
    background-color:#eee;
    font-weight:bolder;
    text-align: center;
    color:#491d6f;
}

.hintMsg{
	direction:rtl;
	text-align:center;
	width:100%;
	font-style: normal;
	color:#888;
	font-weight:normal;
	margin-top:5px;
	font-size: 100%;

}
#forgot-password-box {
	text-align:center;
	font-style: normal;
	font-size: large;
	padding-bottom: 10px;
	
}
.loginBox{
    float:right;
    width:420px;
    height:auto;
    margin-top:10px;
    margin-right:140px;
    padding-left:10px;
    padding-top:10px;
    padding-right:0px;
     border-style:solid;
    border-width:1px;
    border-color:#391b53;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    /*
    box-shadow: 3px 3px 5px #aaa;
    */
   font-weight:bolder;
	color:#491d6f;
}
.hintLink{
    float:right;
    padding-right:15px;
     color: #0000FF;
}

A:link {
    color: #0000FF;
    font-style: normal;

    font-size:x-small;
}
A:visited {
    color: #0000FF;
    font-style: normal;

    font-size:x-small;
}
A:active {
    color: #0000FF;
    font-style: normal;
    font-size:x-small;
}
A:hover {
    color:#D00239;
    font-style: normal;
    font-size:x-small;
}
