* { padding: 0; margin: 0; }

  .lightBackground  { background: #FFEFD5 }
  .darkBackground   { background: #7B797B }

body {
 	font-family: Arial, Helvetica, sans-serif;
 	font-size: 13px;
 	margin-left: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-top: 0;	
	padding: 0px; 
}

/******** Banner ********/

.bannerTable { 
	background: #7B797B;	 
	width: 100%;
	height: 400px;	
	top: 0;	
}

.MstDiv {
	top: 0;		
	width:770px;
	margin: 0 auto;
}

.MstDivUsr{
	visibility: hidden;
	top: 0;
}

/******** Banner Image ********/
table.MstTblTop {		
		background: #CCC url('') no-repeat 0px 0px;		
		width:770px;
		height: 70px;
		margin-top: 0;	
}

/******** Banner Image at left ********/
td.MstTdSep {	
	background-image: url() ;		
	
}

/******** Image at the right most top corner ********/

td.MstTdLogo {	
	background-image: url() ;
}

td.LTopBar
{
	visibility: hidden;	
}


/******** Customization for SES pages ********/

#container { 	
	margin: 0 auto;
 	width: 770px; 	
 	padding: 0px; 
}

#header {
 	 
}

#content{ 

}
#footer { 

}

#error{
	font-weight:bold;
	
}

#message{
color:red;
font-weight:bold;
padding-top:32px;
padding-left:64px;
}

#formtable{
margin-top:50px;
margin-left:50px;
font-weight:bold;
font-size: 85%;
}

/******** SES page text alignment********/

#ses_enable_subtitle{
	position: relative;	
	font-size: 125%;	
	right: 220px;	
}


#ses_lbl_login{
	
}

#ses_login_input{
	
}

#ses_lbl_loginId{	
	text-align: left;	
}

#ses_lbl_password{		
	text-align: left;	
}

#ses_lbl_cnfPassword{
	text-align: left;
}

#ses_lbl_fgtPwdQue1{
	text-align: left;

}

#ses_lbl_fgtPwdQue2{
	text-align: left;
}

#ses_lbl_fgtPwdQue3{
	text-align: left;
}


#ses_lbl_fgtPwdAns1{
    
}

#ses_lbl_fgtPwdAns2{
    
}

#ses_lbl_fgtPwdAns3{
    
}

#ses_preAuth_subtitle{
	position: relative;
	font-weight:bold;	
	font-size: 125%;
	right: 150px;	
}

#ses_lbl_preAuthQue1{
	text-align: left;

}

#ses_lbl_preAuthQue2{
	text-align: left;
}

#ses_lbl_preAuthQue3{
	text-align: left;
}

/******** Customization for SES buttons ********/

#enable_Submit{

}

#enable_Reset{

}


/******** Customization for RSA pages ********/

.Login
{
	margin: 0 auto;
	position: relative;
	text-align: center;	
	width: 700px;
	top: 60px;
}

.Login #user { 
	visibility: hidden;
}


.Login #password { 
	visibility: hidden;
}

.Login #btn_logon { 
	display:none;
	}


table.mastTable{	
	width: 500px;
}

table.formTable{
	
	width: 500px;
	background-color: #FFFFFF;	
	top: 50;
	margin-left:50px;
}

table.AZErrorTable{
	position: relative;
	width: 400px;
	background-color: #FFFFFF;

}

table.logonFailedTable{
	
	width: 400px;
	background-color: #FFFFFF;
		
}

.LoginField
{
	position: relative;
	display: inline;
	float: left;
	font-size: 8pt;
	top: 0;
	left: 40;
	margin-top: 2px;
}


#forgotPassword{
	visibility: visible;	
	color: #191970;
	text-align :center;
}

.line{	
	background-image: url('');		
	width: 400px;	
	height: 40px;	
}

.submitButton{
	background: url(/public/images/btn_login.gif) no-repeat ;
	width: 75px;
	height: 21px;	
	border-top: none;
	border-left: none;
	border-right: none;	
	border-bottom: none; 
	 
}
  
#btn_logon{
	background: url(/public/images/btn_login.gif) no-repeat ;
	width: 75px;
	height: 21px;	
	border-top: none;
	border-left: none;
	border-right: none;	
	border-bottom: none; 
	
}

#logonFailed_error{
	text-align: center;
}

#closeWindow{
				
	background: url(/public/images/btn_closebrowser.gif) no-repeat ;
	width: 160px;
	height: 21px;	
	border-top: none;
	border-left: none;
	border-right: none;	
	border-bottom: none;

}

/******** Footer ********/

#Resolution{
	visibility: hidden;
}

#LBottomBar{
	visibility: hidden;
}

/******** Footer Copyright ********/
#Copyright{
	visibility: hidden;
}

/******** Logout page ********/
.logOut_table{	
	width: 100%;
}

.logout_message{
	color: #003082;
	font-size: 8pt;	
	font-weight: bold;
	font-family: Verdana;
	position: relative;
	display: inline;
	float: left;	
	left: 50;	
	width: 700px;
}

.logOut_image{
	background: url(/public/images/title_log_out.gif) no-repeat;			
	height: 38px;
	width: 150px;	
}

.title_rule{
	background-image: url(/public/images/title_rule.gif);		
	width: 400px;	
	height: 40px;
}

.closeWindow{
				
	background: url(/public/images/btn_closebrowser.gif) no-repeat ;
	width: 160px;
	height: 21px;	
	border-top: none;
	border-left: none;
	border-right: none;	
	border-bottom: none;
	
}

#logout_closeWindow{
	background: url(/public/images/btn_closebrowser.gif) no-repeat ;
	width: 160px;
	height: 21px;	
	border-top: none;
	border-left: none;
	border-right: none;	
	border-bottom: none;
}
	
#logout_Submit{
	background: url(/public/images/btn_login.gif) no-repeat ;
	width: 75px;
	height: 21px;	
	border-top: none;
	border-left: none;
	border-right: none;	
	border-bottom: none; 
}

/******** Font Customization ********/

.FieldText {
	font-family:arial,helvetica;
	font-size: 80%;
	font-weight: normal;
	color: Black;
}

.FormSmallTagFont {
	font-family: sans-serif, serif, monospace;
	font-weight: bold;	
	color: Black;
}
.SectionHeader {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: Black;
}   
.PageTitle {
	font-family:  sans-serif, serif, monospace;
	font-size: 120%;
	font-weight: bold;
	color: Black;
}  
.DMSTreeFont {
    font-family: sans-serif, serif, monospace;
    font-size: 100%;
    font-weight: bold;
    color: #000080;
 }
 .FormTextFont {
	font-family: sans-serif, serif, monospace;
	font-size: 110%;
	font-weight: normal;
	color: Black;
}
.WarningFont {
    font-family: sans-serif, serif, monospace;    
    font-weight: normal;
    color: red;
}

.hdline_error{
	
}

.RequiredFieldFont {
    font-family: sans-serif, serif, monospace;
    font-size: 100%;
    font-weight: normal;
    color: red;
}
.SmallLinkFont {
    font-family: sans-serif, serif, monospace;
    font-size: 90%;
    font-weight: normal;
    color: #191970;
   }
 
 .FormTitleForUsersToAddFont{
    font-family: sans-serif, serif, monospace;
    font-size: 110%;
    font-weight: normal;
    color: red;
} 
.FormTitleFont {
	font-family: sans-serif, serif, monospace;
	font-size: 150%;
	font-weight: normal;
	color: Black;
}
