
/* l.aspx styles */
#login
{
	margin-left: 200px;
	margin-right: 100px;
	margin-top: 20px;	
}
#loginGreenHeading
{
	color: darkgreen;
}
#loginGreenHeading hr
{
	color: Green;
	height: 1px;
}
#login h1
{
	font-size: 8pt;
	font-weight: bold;
	margin-top: 0px;
}
#login h2
{
	font-size: 8pt;
	font-weight: bold;
	color: Red;
}
.loginUserLoginRight
{
	padding-bottom: 0px;
	margin-top:-17px;
	margin-left:150px;
	
}
.loginUserLoginLeft
{
	margin-top:2px;
	width:90px;
	padding-left:50px;
	text-align:right;
	font-weight:normal;
}
.LoginButton
{

   /* position:relative;
	border: 1px solid gray;
	top:-11px;
	left:115px;*/   
	font-size: 12px;
	
}

.ForgottenPasswordButton
{

    /*position:relative;
    border: 1px solid gray;
	top:-30px;
	left:-60px;*/
	font-size: 12px;
	float:left;
	/*margin-top:-17px;*/
	margin-left:10px;
}

SPAN.LoginEnvironment
{
color:green;
}
p.MainBodyText
{
	height:40px;
	margin: auto;
	width: 950px;
	text-align: center;
	color: #002060;
	font-weight: bold;
	font-size: 13pt;
}
p.UserDetails
{
	color: #002060;
	font-weight: bold;
	font-size: 13pt;
	padding:0px;
	margin:0px;
}
body
{
	background-color:white;
}
img.QESLogo
{
	float: right;	
}

.VersionInfo
{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	padding-left:70px;

}

.LoginPageTable
{
	font-family: Arial, Verdana, Helvetica, sans-serif;

}

.Username, .Password
{
	margin: 2px 0px 0px 10px;
}

.LoginTable tr
{
	border:1px solid;
	padding:0px;
	margin:0px;
	height:20px;
}

.TwoFactorLabel
{	
	font-size:11pt;	
}

.passwordSuccess 
{
	color: green; !important
}


/* Front Page Report Problem */

.ReportIssueDatePicker
{
	background-color: transparent;
	border: 0px;
	background-image: url(../images/calendar_icon.gif);
	width: auto;
	background-repeat: no-repeat;
	width: 27px;
	cursor: pointer;
	margin-left: 5px;
}

.frontPageIssues
{
    font-size: 12px;
    font-weight: bold;
}

.ReportIssuesHeader
{
    background: red;
    color: White;
    font-size: 18px;
    font-weight: bold;
    font-family: Calibri;
    width: 500px;
    margin-left: auto;
    margin-right: auto;
}

.ReportIssuesHeaderTitle
{
    padding-left: 6px;
    padding-right: 5px;
}

.ReportIssuesTableInfo
{
    font-size: 14px;
    font-family: Calibri;
    font-weight: bold;
    text-align: left;
    margin-left: auto;
    margin-right: auto;
}

.ReportIssuesTableDetail
{
    font-size: 14px;
    font-family: Calibri;
    font-weight: bold;
    text-align: left;
    margin-left: auto;
    margin-right: auto;
}

.ReportIssuesTableDetailTextBox
{
    width: 275px;
    height: 80px;
    white-space: normal;
    border-color: Black;
    border-width: thin;
    border-style: solid;
}

.ReportIssuesTableDetailTextBoxBrowser
{
    width: 275px;
    height: 20px;
    white-space: normal;
    border-color: Black;
    border-width: thin;
    border-style: solid;
}

.ReportIssuesTableInfoTextBoxesLeft
{
    border-color: Black;
    border-width: thin;
    border-style: solid;
    width: 130px;
    /*margin-right: 10px;
    margin-left: 15px;*/
}

.ReportIssuesTableInfoTextBoxesRight
{
    border-color: Black;
    border-width: thin;
    border-style: solid;
    width: 100px;
}

.ReportIssuesCancel
{
}

.ReportIssueSubmit
{
}