/* ui_elements.css */

.btn {
	display: block;
	position: relative;
	overflow: hidden;
}

.btn img {
	position: absolute;
	top: 0;
	left: 0;
}

.btn:hover {
	background: transparent;
}

/* buttons */

.jumpButtons .btn {
	width: 314px;
	height: 69px;
}

.jumpButtons .btn:hover img {
	left: -314px;
}

.search .btn {
	width: 33px;
	height: 28px;
}

.search .btn:hover img {
	top: -30px;
}

.btn.print {
  width: 33px;
  height: 28px;
  float: right;
}

.btn.print:hover img {
  top: -30px;
}

.userTools .btn {
	width: 33px;
	height: 28px;
}

.userTools .btn:hover img {
	top: -30px;
}

.filterResults .btn {
	width: 14px;
	height: 22px;
	margin-left: 11px;
}

.filterResults .btn:hover img {
	top: -23px;
}

.promoLeft .btn {
	width: 263px;
	height: 85px;
}

.promoLeft .btn:hover img {
	top: -86px;
}

.advisorLogin .btn {
	width: 33px;
	height: 28px;
}

.advisorLogin .btn:hover img {
	top: -30px;
}

.learnMore .btn {
	width: 231px;
	height: 65px;
	margin-bottom: 10px;
}

.learnMore .btn:hover img,
.learnMore:hover .btn img {
	top: -66px;
}

.learnMore:hover .learnLink {
	text-decoration: underline;
}

/* popout buttons */
	
.popout .h .btn {
	width: 680px;
	height: 79px;
}

.popout .h .btn:hover img {
	top: -80px;
}

	.popout .h .actions .btn {
		width: 24px;
		height: 28px;
		float: left;
		margin-left: 6px;
	}
	
	.popout .h .actions .btn:hover img {
		top: -29px;
	}
	
	/* folder tree icons */
	
	.fileTree .btn {
		height: 22px;
	}
	
	.fileTree .editItem .btn {
		width: 18px;
		margin-right: 6px;
	}
	
	.fileTree .deleteItem {
		width: 14px;
		margin-right: 9px;
	}
	
	.fileTree .moveToFolder {
		width: 21px;
		margin-right: 14px;
	}
	
	.fileTree .moveFile {
		width: 16px;
		margin-right: 0;
	}
	
	.fileTree .btn:hover img {
		top: -23px;
	}

/* restyle submit button */

.sbp dd {
  position: relative;
}

.sbn dt {
  position: relative;
}

.searchOption .submit {
  position: absolute;
  top: 0;
  left: 0;
  background: url("../images/button_search.gif") no-repeat 0 0;
  display: block;
  margin: 0;
  padding: 0;
  border: 0;
  width: 62px;
  height: 28px;
  overflow: hidden;
  text-indent: 62px;
  cursor: pointer;
}

.searchOption .submit:hover {
  background-position: 0 -30px;
}

.sbn .submit {
  top: 24px;
}

.advisorLogin .go {
  position: relative;
}

.advisorLogin .go input {
  position: absolute;
  top: 0;
  left: 0;
  background: url("../images/button_go.gif") no-repeat 0 0;
  display: block;
  margin: 0;
  padding: 0;
  border: 0;
  width: 33px;
  height: 28px;
  overflow: hidden;
  text-indent: 33px;
  cursor: pointer;
}

.advisorLogin .go input:hover {
  background-position: 0 -30px;
}

/* login/logout form */

.loginForm {

}

.loginForm dl {
  margin-bottom: 10px;
}

.loginForm dt {
  float: left;
  width: 50px;
  margin-right: 10px;
}

.loginForm dd {
  float: left;
  width: 200px;
  position: relative;
}

.loginForm dd .txt {
  border: 1px solid #ccc;
  width: 100%;
}

.loginForm .submit {
  position: absolute;
  top: 0;
  left: 0;
  background: url("../images/button_submit.gif") no-repeat 0 0;
  display: block;
  margin: 0;
  padding: 0;
  border: 0;
  width: 62px;
  height: 28px;
  overflow: hidden;
  text-indent: 62px;
  cursor: pointer;
  font-size: 400px;
}

.loginForm .submit:hover {
  background-position: 0 -30px;
}

/* secure buttons */

.inputBtns {
  position: relative;
  height: 26px;
}

.inputBtns input {
  display: block;
  border: 0;
  margin: 0;
  padding: 0;
  width: 62px;
  height: 28px;
  overflow: hidden;
  text-indent: 62px;
  cursor: pointer;
  position: absolute;
  top: 0;
  font-size: 400px;
}

.inputBtns .submit {
  background: url("../images/button_submit.gif") no-repeat 0 0;
  left: 0;
}

.inputBtns .cancel {
  background: url("../images/button_cancel.gif") no-repeat 0 0;
  left: 66px;
}

.inputBtns input:hover {
  background-position: 0 -30px;
}