/*
	DSD Login Page CSS
	Version: 1.0
	Date: 2013-10-10
*/

#sessionTimeoutDialog {
font-family:Arial,Helvetica,sans-serif;
font-size:8pt;
min-width:1195px;
white-space:nowrap;
background-color: white;
}

#loginFieldsContainer 
{
	font-size: 9pt;

}	

#loginFieldsContainer p
{
	margin: 0px;
	padding: 0px;

}	

#messageConfirmationDialog
{
	overflow: hidden;

}	

#messageConfirmationDialog table
{
    display: table;
    border-collapse: separate;
    border-spacing: 2px;
    border-color: grey;
	font-size: 8pt;
	height: 100%;
}

#messageConfirmationDialog td
{
	font-size: 9pt;

}	
#messageConfirmationDialog th
{
	padding: 2px 4px;;
	
}	

div.sessionTimeout {
    font-size: 8pt!important;
	
}

div.loginFieldsContainer {
    font-size: 9pt!important;
	margin: 0px!important;
	padding: 0px!important;
	
}



p
{
	margin: 0px;
	padding: 0px;
}

#mainContainer
{
	margin-top: 100px;
	margin-left: auto;
	margin-right: auto;
	width: 511px;
	min-height: 259px;
	border: 0px solid white;
}

#logo
{
	background-image: url('../images/dsd_login_logo.png');
	height: 50px;
	width: 200px;
	margin-bottom: 20px;
	margin-left: 18px;
	margin-top: 5px;
}

#loginContainer
{
	background-image: url('../images/dsd_login_container.png');
	background-repeat: no-repeat;
	margin-left: auto;
	margin-right: auto;
	width: 511px;
	min-height: 259px;
	border: 0px solid red;
}

#loginFieldsContainer
{
	margin-left: 53px;
	margin-top: 5px;
	width: 293px;
	height: 238px;
	float: left;
	display:inline-block;
	border: 0px solid yellow;	
}

#userNametxt
{
	margin-left: 24px;
	margin-top: 24px;
	color: #454545;
	border: 0px solid yellow;
}

#passwordtxt
{
	margin-left: 24px;
	margin-top: 8px;
	color: #454545;
	border: 0px solid yellow;
}		

.txtfldContainer
{
	margin-left: 24px;
	margin-top: 5px;
	min-height: 40px;
	border: 0px solid blue;
}

.txtfld
{
	height: 36px;
	width: 220px;
	border-radius: 5px;
	padding-left: 5px;
	margin: 0px;
	
}	

#rememberchk
{
	margin-left: 16px;
	margin-top: 27px;
	color: #454545;
	border: 0px solid yellow;
}	


#loginbtn, .loginbtn
{
	background-image: url('../images/dsd_login_button.png');
	height: 38px;
	margin-left: 11px;
	width: 96px;
	color: #ffffff;
	border: 0px solid yellow;
}

#sideLinksContainer
{
	margin-left: 0px;
	margin-top: 5px;
	float: left;
	width: 150px;
	height: 238px;
	display:inline-block;
	border: 0px solid white;	
}

#moreInfo
{	
	margin-top: 130px;
	height: 35px;
	width:145px;
	font-size: 12px;
	color: white;
	border: 0px solid white;
}

#moreInfoIcon
{
	height: 24px;
	width: 24px;
	float: left;
	margin-left: 15px;
	background-repeat: no-repeat;
	padding-right: 8px;
	background-image: url('../moreInfo.png');
}

#forgotPassword
{	
	margin-top: 190px;
	height: 35px;
	width:145px;
	font-size: 11px;
	color: white;
	border: 0px solid white;
}

#passwordIcon
{
	height: 24px;
	width: 24px;
	float: left;
	margin-left: 15px;
	background-repeat: no-repeat;
	padding-right: 8px;
	background-image: url('../images/dsd_login_forgotpassicon.png');
}

#needHelp
{	
	margin-top: 0px;
	height: 35px;
	width:145px;
	font-size: 12px;
	color: white;
	border: 0px solid white;
}

#moreInfo:hover, #forgotPassword:hover, #needHelp:hover
{
	cursor: pointer;
	cursor: hand;
	color: #cacccd;
}

#helpIcon
{
	height: 24px;
	width: 24px;
	float: left;
	margin-left: 15px;
	background-repeat: no-repeat;
	padding-right: 8px;
	background-image: url('../helpIcon.png');
}

/* a:hover, a:visited, a:link, a:active
{
    text-decoration: none;
	color: #ffffff;
} */

div.messages ul
{
	margin-top:0px;
	margin-bottom:0px;
}

div.messages_wrapper
{
	text-align: left;
	margin-bottom: 20px;
}

div.messages
{
	border: 1px solid #cbcbb8;
	background-color: white;
	color: black;
	padding-left: 5px;
	padding-right: 5px;	
}

div.messages ul
{
	margin-top: 0px;
	margin-bottom: 0px;
}

#forgotPassword .std_anchor_text
{
	color: white;
}

.loginErrorMsg 
{
	color: red;
    padding-left: 70px;
    font-size: 10pt;
}