@charset "utf-8";
/* CSS Document */

html body.LogBdy table tbody tr td.LogCntTd table tbody tr td {
	background-color: transparent !important;
}

.Btn1DefHov {
	cursor: pointer !important;
}

.AlrtTbl {
	background-color: transparent !important;
	border: 0px !important;
}

.page {
	background-color: #FFF;
	width: 100%;
	padding-top: 50px;
	height: 100%;
	text-align: center;
	position: relative;
	display: block;
	padding-bottom: 50px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color: #666;
}
#container {
	height: 400px;
	width: 600px;
	position: relative;
	display: block;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../../images/tenant1/bgd-container.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}
#login-wrapper {
	clear: none;
	float: left;
	height: auto;
	width: auto;
	position: relative;
	visibility: visible;
	text-align: left;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 9px;
	color: #CCD8EA;
	font-weight: bold;
	font-size: 0.9em;
}
#note-wrapper {
	background-color: #1d3253;
	clear: none;
	float: none;
	width: 520px;
	position: relative;
	visibility: visible;
	text-align: center;
	font-size: 0.8em;
	background-image: url(../../images/tenant1/bgd_copyright.png);
	background-repeat: no-repeat;
	padding-top: 25px;
	padding-right: 40px;
	padding-bottom: 25px;
	padding-left: 40px;
	color: #71A0CA;
	margin-right: auto;
	margin-left: auto;
}


#splash {
	display: block;
	clear: left;
	float: left;
	height: 400px;
	width: 240px;
	background-image: url(../../images/tenant1/splash.jpg);
	background-repeat: no-repeat;
	border-right-width: 0px;
	border-right-style: none;
	border-top-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#logo-wrapper {
	clear: none;
	float: left;
	height: 100px;
	width: 360px;
	position: relative;
	visibility: visible;
	display: block;
	background-image: url(../../images/tenant1/logo.jpg);
	background-repeat: no-repeat;
	background-position: right;
}
#appName-wrapper {
	clear: none;
	float: left;
	height: 30px;
	width: 320px;
	position: relative;
	visibility: visible;
	background-image: url(../../images/tenant1/originations-logo.png);
	background-repeat: no-repeat;
	background-position: left top;
	text-align: left;
	font-weight: normal;
	padding-top: 102px;
	padding-left: 9px;
	color: #77A6D2;
	font-size: 0.8em;
}

input[type="text"], input[type="password"] {
    position: relative;
    width: 150px;
    display: block;
    height: 18px;
    border: 1px inset #2E3643;
    background-color: #FFF;
    color: #000;
}

input[type="button"] {
    width: 150px
}

input:hover {
	cursor:text;
}

#submit {
	display: block;
	width: 80px;
	height: 18px;
	float: left;
	border: 1px solid #5F6F88;
	background-image: url(../../images/tenant1/bgd-button.gif);
	background-repeat: repeat-x;
	font-weight: bold;
	color: #33445b;
}