/*
 *+------------------------------------------------------------------------+
 *| Licensed Materials - Property of IBM
 *| 
 *| IBM Cognos Products: ps
 *|	
 *| (C) Copyright IBM Corp. 2008, 2013
 *|
 *| US Government Users Restricted Rights - Use, duplication or
 *| disclosure restricted by GSA ADP Schedule Contract with IBM Corp.
 *|
 *|August 8, 2014 Modified by Julius Mamutuk
 *|Added customization on .loginPrompt, .loginPromptInputLabel, .loginPromptCaption
 *+------------------------------------------------------------------------+
*/

/* ------------- */
/* Misc. styles */
/* ------------- */

body, td, span, p, textarea, input, select, a, div
{
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	text-align:left;
}

body 
{
	overflow:auto;
	margin: 3px 3px 3px 3px;
	margin-left: 40%;
}

/* ------------- */
/* Header styles */
/* ------------- */
.loginHeader
{
}

.loginHeaderTitle 
{
    font-size:0.85em;
    font-weight:bold;
    text-align:left;
    color:#000000;
}

.loginHeaderLink
{
	padding-right: 10px; 
	font-size: 0.9em;
	position: relative;
	z-index:1;
}

.loginHeaderLink.loginClose {
	display: block;
}

.loginHeaderLinkAnchor
{
	color: blue;
}

/* ------------- */
/* Prompt styles */
/* ------------- */

.loginPrompt
{
	padding-top:10px;
	text-align: left;
	/*margin-left: 15%; /*added Aug 8, 2014*/
}

.loginPromptCaption
{
	font-size: 12px; /*font-size: 0.9em; Changed Aug 8, 2014*/
	font-family: "Arial"; /*added Aug 8, 2014 */
	color: rgb(70,70,70); /*color: #000000; Changed Aug 8,2014*/
	text-align: left;
}

.loginPromptInputLabel
{
	font-size: 12px; /*font-size: 0.9em; Changed Aug 8, 2014*/
	font-family: "Arial"; /*added Aug 8, 2014 */
	color: rgb(70,70,70); /*color: #000000;	Changed out Aug 8,2014*/
	padding-top:10px;
	text-align: left;
	/*margin-left: 15%; added Aug 8, 2014*/
}

.loginPromptInputText
{
    border-style: solid;
    border-width: 1px;
    border-color: #9FABBB;
    background-color: #FFFFFF; 
    color: #464646;
    font-size: 0.9em;
    padding-left: 4px;
    text-align: left;
	/* margin-left: 15%; added Aug 8, 2014*/
}

.loginPromptInputStaticText
{
	font-size: 0.9em;
	color: #000000;
	text-align: left;
	padding-right:10px;
}

/* ------------- */
/* Footer styles */
/* ------------- */

.loginFooter 
{
    margin-top:20px;
    height:50px;
}

.loginFooterButton 
{
    font-size: 0.8em;
}

.loginFooterButtonOver 
{
    font-size: 0.8em;
}

