﻿/*style of the titles of the pages start*/

.pageTitleArea
{
    padding: 15px 0px 0px 40px;
    width: 100%;
    text-align: left;
}
.clear
{
    clear:both;
}
/*style of the titles of the pages end*/
/* style for Password recovery page start*/
.passwordRecoveryArea
{
    width:400px;
    margin-left:auto;
    margin-right:auto;
    height:404px;
    margin-top:30px;
}
.passwordRecoveryArea td
{
    text-align:left;
    float:left;
    margin:0px;
    padding:10px 0px 0px 0px;
    
}
.button_Create
{
	padding-right:90px;
	position:relative;
}
.passwordRecoveryArea td a:link
{
    color:#295676;
    text-decoration:underline;
    font-size:16px;
    /*padding-top: 80px;
    margin-left: 148px;*/
}
.passwordRecoveryArea td a:hover
{
    color:Orange;
}
.passwordRecoveryAreaTitleText
{
    text-align: left;
	color: #545454;
	font-size: 16px;
	font-weight:bold;
	font-family: Helvetica, sans-serif;	
}
.passwordRecoveryAreaTextboxes
{
    width:180px;  
    margin:11px 5px 5px 5px;
}
/* style for Password recovery page end*/


/* style for Login page for Password recovery area  start*/
.passwordRecoveryLoginArea 
{
    text-align:right;
    width: 290px;
    padding-top: 6px;
 /*   float:left;
    margin: 5px 0px 0px 210px;
    padding: 5px 0px 0px 0px;
*/
}
.passwordRecoveryLoginArea a:link
{  
    color :#295676;
    text-decoration:underline; 
    font-weight:bold; 
}
.passwordRecoveryLoginArea a:hover
{
    color:Orange;
}
/* style for Password recovery area for Login page end*/

/*styles for Login page start*/

.loginArea
{
    width:440px;
    margin-top: 34px;
    height:400px;
}

.loginCheckBox 
{
    margin:0px;
    text-align:left;
    padding-left:82px;
}
.loginButton
{
    padding-right: 13px;
    padding-top:15px;
}
.createUserWrapper
{
    float:left;
    margin:10px 0px 0px 5px;
    width:550px;
}
.areaHeaders
{
    font-size: 15px; 
    font-weight: bold;
}
.asterixText
{
    margin:0px;
    float:right;
    font-size: 11px;
    text-align: left;
    padding-right:10px;
}
.loginTblLeft 
{
    text-align: right; 
    height: 25px;
}

.loginTblRight
{
    text-align: left;
    padding-left: 10px;
}
.loginControlTextboxes
{
    width:215px;  
    margin:3px;
}
.loginTextbox
{
    width: 250px;
    margin:3px;
}

.notVisible
{
    visibility: hidden;
}

.loginLabels
{
    vertical-align: text-top;
}
.blueBorderRight
{
    border-right: solid 1px #566c68;
}

.create_account_button
{
    height: 30px;
    width: 200px;
    background-image: url(../images/ui/create_account.jpg);
    background-position: top left;
}
.blueBorderLeft
{
    border-left: solid 5px #566c68;
}
.loginRdoAccountType
{
    margin-left:10px;
    width:160px;
}

/*new style for login page in divs*/
.teacherUCLoginPge
{
    margin-left:85px;
    position:relative;
    clear:both;
    width:380px;
    float:left;
}
.createAccountLeft
{
    background-color:Silver;
    float:left;
    width:180px;
    height:30px;
}
.createAccountRight
{
     
     float:right;
     width:320px;
     height:30px;
}
.areaHeaders
{
    font-size: 15px; 
    font-weight: bold;
}
.asterixText2
{
    margin:0;
    float:right;
    font-size: 11px;
    text-align: left;
    margin-left:0;
    min-width:400px;
}
.createAccountOptIn
{
    float:left;
    width:500px;
    height:30px;
    background-color:Orange;
}
