/*---------------------------------------------------------------------------*/
/* LOGON definitions                                                         */
/*---------------------------------------------------------------------------*/
#logonmain {
    position: relative;   /* positions content on top of distance */
    text-align: left;     /* horizontal centering hack for IE */
    margin: 0 auto;       /* required */
    clear: left;          /* required */
    height: 400px;        /* required - background image height */
    top: 100px;		  	  /* required - Apparently needs to be (height - 200px)/2 */
    width: 425px;         /* required - background image width */
    background-image: url(../../pics/branding/logon.backdrop.png?rand=20250808071405);
    background-repeat: no-repeat;
    background-position: center center;   
}

#logonmain .invalid {
	position: absolute;
	top: 90px;
	left: 25px;
	min-height: 70px;
	width: 375px;
}

#logoncontent {	
	position: relative;
    width: 375px;
    height: 150px;
    top: 180px;
    left: 25px;
}

#logoncontent label {
    width: 120px;
    text-align: right;
    margin-right: 10px;
}

#logoncontent .blurb {
    padding-left: 120px;
    margin-left: 10px;
    padding-bottom: 5px;
}

#logoncontent .element {
    width: 375px;
}

#logonmain .logonfooter {
	width: 400px;
    position: absolute;
    bottom: -20px;
    padding: 0 10px 0 10px;
    zoom: 1;		   /* zoom fix for escaping floats bug on IE */
}

#logonmain .copycenter {
    color: #999999;
    text-align:center;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    top: -1.3em;
    width: 250px;
}

/*---------------------------------------------------------------------------*/
/* CO-BRANDING Definitions                                                   */
/* -- these address HTML <table> and <td> tags                               */
/* -- images are hard-coded into the JSPs; the assumption is that they're    */
/* --   never replaced because they use generic names and can be styled via  */
/* --   the Branding GUI by uploading replacement images of the same name    */
/*---------------------------------------------------------------------------*/
.logonTableContainer {
	position: absolute;
	top: 0;
	left: 0;
	margin-left: 10px; 
	margin-top: 15px; 
	width: 405px; 
	height: 70px; 
}

.logonTable {
	margin:10px 0 0 10px;;
}

.logonLogo {
	padding-right: 0px;
	padding-bottom: 8px;
}

.logonPipe {
	display:none;
}

.logonLogo img {
	width:172px;
}

.logonTitle {
	color: #63666A; 
	font-size: 14px !important; 
	font-family: Tahoma,Arial,Helvetica,Sans-serif;
	padding-bottom: 11px;
}


.environment {
	color: #FF0000; 
	font-size: 14px !important; 
	font-family: Tahoma,Arial,Verdana,Geneva,'MS Sans Serif',sans-serif !important;
	padding-bottom: 9px;
}

.popupTableContainer {	
	border-collapse: collapse;
	height: 70px;
}

.popupTable {	
	border-collapse: collapse;
	margin-left: 10px;	
}

.popupLogo {
	padding-right: 0px;
	padding-bottom: 8px;	
}
.popupLogo img {
	width:172px;
}

.popupPipe {
	padding-right: 9px;
	padding-bottom: 8px;
}

.popupTitle {
	color: #444444; 
	font-size: 14px !important; 
	font-family: Tahoma,Arial,Tahoma,Helvetica,Sans-serif; !important;
	padding-bottom: 9px;
}
