/***********************************************************************************/
/*                                                                                 */
/*                                  CSS Document                                   */
/*                                                                                 */
/***********************************************************************************/
/*                                                                                 */

/*
Project:	Advance
Descr:		Style Sheet for different sections of the application. 
Author:     Zaheer Merchant
Date:       05/25/2007
Notes:			
*/

/*******************************| GLOBAL |********************************/
/* hide from IE mac \*/


/*******************************| GLOBAL |********************************/
/* hide from IE mac \*/
html
{
	min-height: 100%;
	margin-bottom: 1px;
	margin-left: 0px;
	margin-top: 0px;
}

/* end hiding from IE5 mac */
body
{
	background-color: #FFF;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	text-transform: inherit;
	margin-top: 0px;
	margin-left: 0px;
	margin-right:0px;
}

div#main{
	width: 800px;
    height: auto;
	margin: 0px;
}

.top_bg {
	background-image: url(/commonLogin/images/passkey_top_bg.gif);
	background-repeat:no-repeat;
}
.bottom_bg {
	background-image: url(/commonLogin/images/passkey_bottom_bg.gif);
	background-repeat:no-repeat;
}
.middle_bg {
	background-image: url(/commonLogin/images/passkey_middle_bg.gif);
	background-repeat:no-repeat;
}
.underline {
	background-image: url(/commonLogin/images/passkey_underline.gif);
	background-repeat:no-repeat;
	background-position:center;
	height:30px;
}

.pageheading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: #000000;
	text-align: center;
}

.username_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #1A54CE;
	text-align: left;
	font-weight: bold;
}

.textbox {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 175px;
	border: 1px solid #1A54CE;
}
.login_btn {
	background-image: url(/commonLogin/images/passkey_login_btn.gif);
	background-repeat:no-repeat;
}

.continue_btn {
	background-image: url(/commonLogin/images/passkey_continue_btn.gif);
	background-repeat:no-repeat;
}

a.sublink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: normal;
	color: #000000;
	text-decoration: underline;
}

a.sublink:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: normal;
	color: #000000;
	text-decoration: none;
}
.content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: normal;
	color: #000000;
}
.select_text {
	width: 175px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
}

.error_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 20px;
	font-weight:bold;
	color: #FF0000;
	text-align:center;
}