
/*****************************************************************************
# * Trubiquity GmbH                 email: learnmore@trubiquity.com          *
# * Landteilstr. 31,                                                         *
# * 68163 Mannheim, Germany                                                  *
# ****************************************************************************
#
#   Project:    TRUFUSION PORTAL
#   Filename:   $RCSfile: portallogin.css,v $
#   Author:     $Author: nd $
#   Date:       $Date: 2010/03/26 16:01:34 $
#   Revision:   $Revision: 1.6 $
#
# ****************************************************************************
# *                                                                          *
# * Documentation: Stylesheet for the portal without the menu                *
# * =============                                                            *
# *                                                                          *
# ****************************************************************************/ 


body{
  background-color : #FFFFFF;
  background-image : url("../gfx/TFEPortalLogo.png");  
  background-repeat : no-repeat;
  padding: 0pt;
  margin: 0pt;
}

a{
  color : #E27C06;
}

/** style of the titel for the loginpage */
.titel{
  
  font-family: tahoma, arial, sans-serif ;
  font-size: 15pt ;
  font-weight : bold ;
  font-style : normal ;
  color: black ;
  text-align : center;
  
}

/** labels for the text field**/
.label{
  font-family: tahoma, arial, sans-serif ;
  font-size: 8pt ;
  font-weight : bold;
  font-style : normal ;
  text-align : right;
  color: #005991 ;
}

/** button sign in on the login page **/
#buttonlogin {
  text-align : left;
}

/** define the position of the sign in button **/
.buttonLogin{
	padding-left : 70px;
}

/** Style of the error messages for the login**/
.errormessage{
  /*  Text in the table list  */
  font-family: tahoma, arial, sans-serif ;
  font-size: 10pt ;
  font-weight : bold;
  font-style : normal ;
  color: red ;
  text-align : center;
}

/** Style of the messages for the login**/
.message{
  /*  Text in the table list  */
  font-family: tahoma, arial, sans-serif ;
  font-size: 10pt ;
  font-weight : bold;
  font-style : normal ;
  color: black;
  text-align : center;
}

/** for the flag**/
.flag{
  cursor : pointer;
}

/** displayed text to show the result of an request **/
.textresult{
  /*  Text in the table list  */
  font-family: tahoma, arial, sans-serif ;
  font-size: 10pt ;
  font-weight : normal;
  font-style : normal ;
  color: black ;
  text-align : center;
}

/** size of input field of the login page **/
.inputlong{
  width : 200px;
}

.addbutton{
	background-color: #005991;
	border: 1px solid #005991;
	width: 120pt;
    height: 17pt;
	padding: 0px 2px 0px 2px;
	vertical-align: middle;	
	text-align: center;
	cursor: pointer;
	background-repeat: no-repeat;
	background-position: 0% 0%;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	color:        #fff;
}

/** displayed text in the buttons **/
.textbutton{
  /* font-family: tahoma, arial, sans-serif ;
  font-size: 10pt ;
  font-weight : normal;
  font-style : normal ;
  color: black ;
  text-align : center;*/

background-color: #005991;
border: 1px solid #005991;
width: 90pt;
padding: 0px 2px 0px 2px;
vertical-align: middle;	
text-align: center;
cursor: pointer;
background-repeat: no-repeat;
background-position: 0% 0%;
-moz-border-radius: 2px;
-webkit-border-radius: 2px;
color:        #fff;


}

/** displayed text in the buttons **/
.textbuttonForModifydata{
  /* font-family: tahoma, arial, sans-serif ;
  font-size: 10pt ;
  font-weight : normal;
  font-style : normal ;
  color: black ;
  text-align : center;*/

background-color: #005991;
border: 1px solid #005991;
width: 150pt;
padding: 0px 2px 0px 2px;
vertical-align: middle;	
text-align: center;
cursor: pointer;
background-repeat: no-repeat;
background-position: 0% 0%;
-moz-border-radius: 2px;
-webkit-border-radius: 2px;
color:        #fff;


}


