/* SELECTOR (FILTER INTERFACE) */ 

.selector {
    width: 428px;
    float: left;
} 

.selector select {
    width: 200px;
    height: 7em;
} 

.selector-available, .selector-chosen {
    float: left;
    width: 200px;
    text-align: center;
    margin-bottom: 5px;
} 

.selector-available h2, .selector-chosen h2 {
    border: 1px solid #ccc;
	font-size:11px;
	font-weight:bold;
	margin:0;
}

.selector .selector-available h2 {
    background: white url(/site/legacy_admin/img/nav-bg.gif) bottom left repeat-x;
    color: #666;
}

.selector .selector-chosen h2 {
    background: #7CA0C7 url(/site/legacy_admin/img/default-bg.gif) repeat-x scroll left top;
    color: #666;
}

.selector .selector-filter {
    background: white;
    border: 1px solid #ccc;
    border-width: 0 1px;
    padding: 3px;
    color: #999;
    font-size: 10px;
    margin: 0;
    text-align: left;
}

.selector .selector-chosen .selector-filter {
    padding: 4px 2px;
}

.selector .selector-available input {
    width: 130px;
} 

.selector ul.selector-chooser {
    float: left;
    width: 22px;
    height: 50px;
    background: url(/site/legacy_admin/img/chooser-bg.gif) top center no-repeat;
    margin: 4em 3px 0 3px;
    padding: 0;
} 


.selector-chooser li {
    margin: 0;
    padding: 3px;
    list-style-type: none;
	font-size:0px;
	line-height:14px;
} 
.selector select {
    margin-bottom: 5px;
    margin-top: 0;
} 
.selector-add, .selector-remove {
    width: 16px;
    height: 16px;
    display: block;
    text-indent: -3000px;
} 
.selector-add {
    background: url(/site/images/selector-add.gif) top center no-repeat;
    margin-bottom: 2px;
} 
.selector-remove {
    background: url(/site/images/selector-remove.gif) top center no-repeat;
}

a.selector-chooseall, a.selector-clearall {
    display: block;
    width: 6em;
    text-align: left;
    margin-left: auto;
    margin-right: auto;
    font-weight: bold;
    color: #666;
    padding: 3px 0 3px 18px;
	font-size:11px;
}

a.selector-chooseall:hover, a.selector-clearall:hover {
    color: #036;
	text-decoration:none;
}

a.selector-chooseall {
    width: 7em;
    background: url(/site/images/selector-addall.gif) left center no-repeat;
	text-decoration:none;
}

a.selector-clearall {
    background: url(/site/images/selector-removeall.gif) left center no-repeat;
	text-decoration:none;
}

/* STACKED SELECTORS */ 
.stacked {
    float: left;
    width: 500px;
} 

.stacked select {
    width: 480px;
    height: 10.1em;
}
 
.stacked .selector-available, .stacked .selector-chosen {
    width: 480px;
}

.stacked .selector-available {
    margin-bottom: 0;
}
 
.stacked .selector-available input {
    width: 442px;
}
 
.stacked ul.selector-chooser {
    height: 22px;
    width: 50px;
    margin: 0 0 3px 40%;
    background: url(/site/admin/img/chooser_stacked-bg.gif) top center no-repeat;
}

.stacked .selector-chooser li {
    float: left;
    padding: 3px 3px 3px 5px;
}

.stacked .selector-chooseall, .stacked .selector-clearall {
    display: none;
}
 
.stacked .selector-add {
    background-image: url(/site/images/selector_stacked-add.gif);
}
 
.stacked .selector-remove {
    background-image: url(/site/images/selector_stacked-remove.gif);
}
