﻿




body
{
    background-image: url('../images/NewErp/bg.jpg');
    background-repeat: repeat-x;
}

.Ticket 
{
    background-color: #FFFFFF;
}



.Web2 
{
    background-color: #FFFFFF;
}


.Web2Bold 
{
    font-weight:bolder
}


.Web2BoldHigh 
{
    font-weight:bolder;
    font-size:   small;
    
}

.Web2Small
{
    background-color: #FFFFFF;
    font-size : small;
    font-style :  oblique;
}


.Web2Attention
{
    background-color: #FFFFFF;
    font-weight:bolder;
    color : Red;
  
    
}


.module
{
	border:1px solid #c6e1f2;
	background:#dff3ff;
	padding:1.2em;
	color:#333;	
}

.module:hover {
    border:1px solid #c6e1f2;
    background:  ff6600;
}


.Hyperlink  
{
     
     font-style:italic;
     font-size:11px;
     cursor:hand;
     text-decoration:underline;
     color:Navy;     
     
     
     
}



.top
{
	height: 14px;
	width: 900px;
}
.middleLeft 
{
	float: left;
	width: 20px;
	height: 27px;
}
.middleCenter 
{
	float: left;
	width: 860px;
	height: 27px;
	background-image: url(Images/middleCenter.gif);
}
.middleRight 
{
	float: left;
	width: 20px;
	height: 27px;
}
.tickerLines 
{	
	width: 860px;
	position: relative;
	top: 7px;
	font: normal 12px Arial, Verdana, Helvetica;
	color: #080808;
	/* ellipsis definitions for longer text */
	overflow: hidden;
	white-space: nowrap;
	/*text-overflow: ellipsis;*/
}



#qsfexWrapper
{
	position: relative;
	height: 264px;
	width: 454px;
	
	background: transparent url('../images/ErpLogin/background.gif') repeat-x top left;	
}


#qsfexLoginPanel
{
	
	width: 454px;
	height: 73px;
	
	overflow: visible;
	
	background: transparent url('../images/ErpLogin/login-field.gif') no-repeat top left;
}


#qsfexLoginPanel fieldset
{
	background: none;
	border: 0;
	padding-top: 35px;
}

#qsfexLoginPanel fieldset legend
{
	display: none;
}



.qsfexFieldWrapper
{
	width: 245px;
	height: 30px;
	float: left;
	margin: 2px 0 0;
	margin-left:77px;
}

* html .qsfexFieldWrapper
{
	overflow: hidden;
}

.qsfexFieldWrapper label
{
	color: #242424;
	float: left;
	width: 75px;
	font: normal 13px/25px Arial, sans-serif;
	color: #fff;
}

.qsfexFieldWrapper input
{
	width: 165px;
	background: #fff;
	border: 1px solid #454545;
	float: left;
	padding: 2px 0 1px 2px;
	height: 20px;
	line-height: 19px;
}

* html .qsfexFieldWrapper
{
	margin-left: 3px;
}



.qsfexErrorMessage
{
	position: absolute;
	top: 218px;
	left: 0;
	
	width: 400px;
	height: 38px;
	line-height: 38px;
	
	font-size: 12px;
	font-weight: bold;
	text-align: left;
	padding-left: 51px;
	
	background: transparent url('../images/ErpLogin/error-bg.gif') no-repeat top left;
}


.qsfexSignIn
{
	background: transparent url('../images/ErpLogin/enter-button.gif') no-repeat center center;
	text-indent: -9999px;
	font-size: 0;
	line-height: 0;
	height: 25px;
	width: 118px;
	
	position: absolute;
	top: 180px;
	left: 174px;
}


#qsfexDecoration
{
	height: 1px;
	line-height: 1px;
	font-size: 1px;
	background-color: #727272;
	border-top: 1px solid #8d8d8d;
		width: 454px;
	
	
	margin: 0;
}




#qsfexLoginMessage
{
	
	height: 54px;
	font: normal 18px/50px Arial, sans-serif;
	color: #fff;
	padding-left: 56px;
	margin: 18px 0;
	text-align:left;
	background: transparent url('../images/ErpLogin/login-sign.gif') no-repeat center left;
}

