/*
	This style sheet defines the classes used
	by the login and "change password" pages.
*/

.changePasswordExplanation {
	font-size: 8pt;
	width: 400px;
	text-align: justify;
}

.loginFormContainer {
	opacity: 0.9;
	margin: auto;
	padding: 2px;
	border-spacing: 0px;
	border-style: solid;
	border-width: 2px;
	border-color: #304060;
	background-color: #eeeeee;
	font-size: 8pt;
	font-weight: bold;
}

.loginFooter {
	height: 20px;
	background-color: #304060;
	text-align: center;
}

.loginHeader {
	font-size: 11pt;
	color: #000065;
	text-align: center;
}

input.loginSubmit {
	background-color: #88dd88;
	background-image: url(../../images/gradientColor.jsp?startColor=cceecc&endColor=88dd88&width=1&height=15);
	background-position: left top;
	background-repeat: repeat-x;
	border-top    : 1px solid #eeeeee;
	border-right  : 1px solid #333333;
	border-bottom : 1px solid #111111;
	border-left   : 1px solid #cccccc;
	color: #000000;
	font-size: 8pt;
	font-weight: bold;
	margin: 4px;
	padding: 2px 12px 2px 12px;
	text-decoration: none;
	height: 20px;
	width: 120px;
}

input.loginSubmitHover {
	background-color: #99ee99;
	background-image: url(../../images/gradientColor.jsp?startColor=ddffdd&endColor=99ee99&width=1&height=15);
	background-repeat: repeat-x;
	border-bottom : 1px solid #222222;
	border-left   : 1px solid #dddddd;
	border-right  : 1px solid #444444;
	border-top    : 1px solid #ffffff;
	color: #000000;
	font-size: 8pt;
	font-weight: bold;
	height: 20px;
	margin: 4px;
	padding: 2px 12px 2px 12px;
	text-decoration: underline;
	width: 120px;
}

input.loginSubmitPressed {
	background-color: #88dd88;
	background-image: url(../../images/gradientColor.jsp?startColor=88dd88&endColor=cceecc&width=1&height=15);
	background-position: left bottom;
	background-repeat: repeat-x;
	border-top    : 1px solid #111111;
	border-right  : 1px solid #cccccc;
	border-bottom : 1px solid #eeeeee;
	border-left   : 1px solid #333333;
	color: #000000;
	font-size: 8pt;
	font-weight: bold;
	margin: 4px;
	padding: 2px 12px 2px 12px;
	text-decoration: underline;
	height: 20px;
	width: 120px;
}

input.loginReset {
	background-color: #dd8888;
	background-image: url(../../images/gradientColor.jsp?startColor=eecccc&endColor=dd8888&width=1&height=15);
	background-repeat: repeat-x;
	background-position: left top;
	border-top    : 1px solid #eeeeee;
	border-right  : 1px solid #333333;
	border-bottom : 1px solid #111111;
	border-left   : 1px solid #cccccc;
	color: #000000;
	margin: 4px;
	padding: 2px 12px 2px 12px;
	font-size: 8pt;
	font-weight: bold;
	text-decoration: none;
	height: 20px;
	width: 120px;
}

input.loginResetHover {
	background-color: #ee9999;
	background-image: url(../../images/gradientColor.jsp?startColor=ffdddd&endColor=ee9999&width=1&height=15);
	background-repeat: repeat-x;
	border-bottom : 1px solid #111111;
	border-left   : 1px solid #dddddd;
	border-right  : 1px solid #444444;
	border-top    : 1px solid #ffffff;
	color: #000000;
	font-size: 8pt;
	font-weight: bold;
	height: 20px;
	margin: 4px;
	padding: 2px 12px 2px 12px;
	text-decoration: underline;
	width: 120px;
}

input.loginResetPressed {
	background-color: #dd8888;
	background-image: url(../../images/gradientColor.jsp?startColor=dd8888&endColor=eecccc&width=1&height=15);
	background-position: left bottom;
	background-repeat: repeat-x;
	border-top    : 1px solid #111111;
	border-right  : 1px solid #cccccc;
	border-bottom : 1px solid #eeeeee;
	border-left   : 1px solid #333333;
	color: #000000;
	margin: 4px;
	padding: 2px 12px 2px 12px;
	font-size: 8pt;
	font-weight: bold;
	text-decoration: underline;
	height: 20px;
	width: 120px;
}

input.loginChangePassword {
	background-color: #8888dd;
	background-image: url(../../images/gradientColor.jsp?startColor=ccccee&endColor=8888dd&width=1&height=15);
	background-position: left top;
	background-repeat: repeat-x;
	border-top    : 1px solid #eeeeee;
	border-right  : 1px solid #333333;
	border-bottom : 1px solid #111111;
	border-left   : 1px solid #cccccc;
	color: #000000;
	font-size: 8pt;
	font-weight: bold;
	margin: 4px;
	padding: 2px 12px 2px 12px;
	text-decoration: none;
	height: 20px;
	width: 130px;
}

input.loginChangePasswordHover {
	background-color: #9999ee;
	background-image: url(../../images/gradientColor.jsp?startColor=ddddff&endColor=9999ee&width=1&height=15);
	background-repeat: repeat-x;
	border-bottom : 1px solid #222222;
	border-left   : 1px solid #dddddd;
	border-right  : 1px solid #444444;
	border-top    : 1px solid #ffffff;
	color: #000000;
	font-size: 8pt;
	font-weight: bold;
	height: 20px;
	margin: 4px;
	padding: 2px 12px 2px 12px;
	text-decoration: underline;
	width: 130px;
}

input.loginChangePasswordPressed {
	background-color: #8888dd;
	background-image: url(../../images/gradientColor.jsp?startColor=8888dd&endColor=ccccee&width=1&height=15);
	background-position: left bottom;
	background-repeat: repeat-x;
	border-top    : 1px solid #111111;
	border-right  : 1px solid #cccccc;
	border-bottom : 1px solid #eeeeee;
	border-left   : 1px solid #333333;
	color: #000000;
	font-size: 8pt;
	font-weight: bold;
	margin: 4px;
	padding: 2px 10px 2px 10px;
	text-decoration: underline;
	height: 20px;
	width: 130px;
}

