/*
	RichFaces - Picklist
*/

.rf-pick-src-cptn, .rf-pick-tgt-cptn {
    color: #000000;
    font-family: Arial,Verdana,sans-serif;
    font-size: 11px;
    font-weight: normal;

    margin-bottom: 5px;
}

.rf-pick-hdr {
    background: none repeat scroll 0 0 #E1E1E2;
    color: #000000;
}

.rf-pick-btn{
	width:22px;
	height:22px;
	margin-top: 6px;
	margin-left: 11px;
	margin-right: 8px;
	border: none;
	background-color: transparent;
	background-repeat: no-repeat;
	/* hide button label */
	color: transparent; /* Fix for Firefox */
    padding: 0 0 0 22px !important; /* Fix for Internet Explorer */
    overflow: hidden;
}
.rf-pick-add-all {
	background-image: url("/webportal/image/forall/formbutton_rightright.png");
}
.rf-pick-add-all:hover {
	background-image: url("/webportal/image/forall/formbutton_rightright_over.png");
}

.rf-pick-add {
	background-image: url("/webportal/image/forall/formbutton_right.png");
}
.rf-pick-add:hover {
	background-image: url("/webportal/image/forall/formbutton_right_over.png");
}

.rf-pick-rem{
	background-image: url("/webportal/image/forall/formbutton_left.png");
}
.rf-pick-rem:hover{
	background-image: url("/webportal/image/forall/formbutton_left_over.png");
}

.rf-pick-rem-all{
	background-image: url("/webportal/image/forall/formbutton_leftleft.png");
}
.rf-pick-rem-all:hover{
	background-image: url("/webportal/image/forall/formbutton_leftleft_over.png");
}
