﻿#Tabs
{
    display: none;
}
#Content
{
    height: 679px;
    background: url( "/Theme/Images/WizardLayout/artwork.jpg" ) no-repeat center top;
    width: 100%;
}

div.LoginText
{
    font-size: medium;
    font-weight: bold;
    color: #000;
    text-align: center;
    width: 100%;
    padding: 3px 0px 0px 0px;
    padding-top: 5px;    
}
#LoginRegion
{
    display: none;
}
#login
{
    width: 390px;
    border: Solid 1px rgb(160,160,160);
    /*background: url('/Theme/Images/WizardLayout/LoginBox.png') no-repeat;*/
    margin-left: 40px;
    height: 181px;
    margin-top: 75px; /*opacity:0.75;*/
    z-index: 2;
    position: absolute;
}

#sendfeedback
{
    width: 390px;
    border: Solid 1px Gray;
    /*background: url('/Theme/Images/WizardLayout/LoginBox.png') no-repeat;*/
    margin-left: 500px;
    height: 191px;
    margin-top: 75px; /*opacity:0.75;*/
    z-index: 2;
    position: absolute;
}

#feedback
{
	color: rgb(90,12,90);
	font-size: small;
	text-align: center;
	font-weight: bold;
    padding: 5px 5px 5px 5px;
    width: 885px;	
}


#sendfeedbackBg
{
	position: absolute;
	z-index: 0;
	background-color: #edf1ff;
	width: 390px;
	height: 191px;
	margin-top: 75px;
	margin-left: 500px;
}

#loginBg
{
	position: absolute;
	z-index: 0;
	background-color: #edf1ff;
	width: 390px;
	height: 181px;
	margin-top: 75px;
	margin-left: 40px;
	opacity: 0.7;
	filter: alpha(opacity = 70);
	zoom: 1;
}

/*Actions Panel*/
div#Actions
{
    position: relative;
    width: 295px;
    text-align: center;
    height: 40px;
    margin-top: 10px;
}
div#Actions Input
{
    font-size: small;
    cursor: pointer;
    text-align: right;
    width: 88px;
    padding: 0px;
    margin: 8px 0px 0px 8px;
    border: none;
    height: 26px;
}
div#Actions .ButtonLabel
{
    margin-left: 30px;
}
div#Actions .Cancel
{
    background: url( '/Images/ForgotPassword.png' ) no-repeat top left;
    float: left;
    padding-left: 25px;
    font-weight: bold;
}
div#Actions .Cancel:hover
{
    color: Green;
}
div#Actions .Accept
{
    background: url( '/Images/Login.png' ) no-repeat top left;
    padding-left: 10px;
    float: right;
    font-weight: bold;
}
div#Actions .Accept:hover
{
    color: Green;
}
div.BetaSignup
{
    margin-top: 15px;
}
#jsMessage
{
    color: Maroon;
    font-weight: bold;
    text-align: center;
    margin-top: 300px;
}
div.Welcome
{
    font-size: large;
    font-weight: bold;
    color: #000;
    width: 875px;
    padding: 5px;
    margin-bottom: 10px;
    text-align:center;
}
div.WelcomeStyle
{
    color: #480466;
    font-style: italic;
}

.ExamStat
{
    width:400px;
    text-align:center;
    font-size:10pt;
    font-weight:bold;
    padding:5px;
    margin:2px;
    margin-top:10px;
    background-color:#dde7f0;
    border: Solid 2px rgb(140,140,140);
}


.ExamStat .Stat
{
    color:#4c84b5;
}
