@charset "utf-8";
/* CSS Document */

/* SELECTBOX
----------------------------------------------------------------------------------------------------*/

.selectBox-dropdown{width:220px;padding-right:40px;position:relative;border:solid 1px #aaa;line-height:1.5;text-decoration:none;color:#000;outline:none;vertical-align:middle;background-image:url(/images/forms/text-background.png);background-repeat:repeat-x;-moz-box-shadow:0 1px 0 rgba(255, 255, 255, .75);-webkit-box-shadow:0 1px 0 rgba(255, 255, 255, .75);box-shadow:0 1px 0 rgba(255, 255, 255, .75);-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;display:inline-block;cursor:default;height: 35px;}


.selectBox-dropdown:focus,.selectBox-dropdown:focus .selectBox-arrow{border-color:#4E91C0;}
.selectBox-dropdown:focus{-moz-box-shadow:0 0 4px #81BFEA;-webkit-box-shadow:0 0 4px #81BFEA;box-shadow:0 0 4px #81BFEA;}
.selectBox-dropdown.selectBox-menuShowing{-moz-border-radius-bottomleft:0;-moz-border-radius-bottomright:0;-webkit-border-bottom-left-radius:0;-webkit-border-bottom-right-radius:0;border-bottom-left-radius:0;border-bottom-right-radius:0;}
.selectBox-dropdown .selectBox-label{width:100%;display:inline-block;white-space:nowrap;/*overflow:hidden;*/padding:4px 5px 3px;}
.selectBox-dropdown .selectBox-arrow{position:absolute;top:0;right:0;width:23px;height:100%;background:url(/images/forms/jquery.selectBox-arrow.gif) 50% center no-repeat #eee;-moz-border-radius:0 4px 4px 0;border-left:solid 1px #aaa;}
.selectBox-dropdown-menu{position:absolute;z-index:99999;max-height:200px;border:solid 1px #BBB;background:#FFF;-moz-box-shadow:0 2px 6px rgba(0, 0, 0, .2);-webkit-box-shadow:0 2px 6px rgba(0, 0, 0, .2);box-shadow:0 2px 6px rgba(0, 0, 0, .2);overflow:auto;}
.selectBox-inline{width:250px;outline:none;border:solid 1px #BBB;background:#FFF;display:inline-block;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;overflow:auto;}
.selectBox-inline:focus{border-color:#666;}
.selectBox-options,.selectBox-options li,.selectBox-options li a{list-style:none;display:block;cursor:default;margin:0;padding:0;}
.selectBox-options li a{line-height:1.5;white-space:nowrap;overflow:hidden;background:6px center no-repeat;color:#221F1F;padding:0 .5em;}
.selectBox-options li.selectBox-hover a{background-color:#EEE;text-decoration:none;}
.selectBox-options li.selectBox-disabled a{color:#888;background-color:transparent;}
.selectBox-options li.selectBox-selected a{background-color:#C8DEF4;}
.selectBox-options .selectBox-optgroup{color:#666;background:#EEE;font-weight:700;line-height:1.5;white-space:nowrap;padding:0 .3em;}
.selectBox-dropdown.selectBox-disabled .selectBox-arrow{opacity:.5;filter:alpha(opacity=50);border-color:#666;}
.selectBox-inline.selectBox-disabled .selectBox-options a{background-color:transparent !important;}
.selectBox.selectBox-disabled,.selectBox-inline.selectBox-disabled{color:#888 !important;}