/* ISSelectReplacement Styles */

.ISSelect  { color: #333; background: #fff; width: 300px; height: 200px; float: left; overflow: auto; border: solid 1px #7f9db9 }
.ISSelect ul, .ISSelect li  { color: #666; list-style: none; margin: 0; padding: 0 }
.ISSelect li  { color: #666; cursor: default; padding-top: 2px; padding-bottom: 2px; padding-left: 4px; border-top: 1px solid #fff; border-bottom: 1px solid #fff }
.ISSelect li.ISSelectGroup  { color: #666; padding-left: 0 }
.ISSelect input  { color: #333; margin-right: 5px }
.ISSelectGroup li { color: #666; padding-left: 20px }
.ISSelect .ISSelectOptionHover  { color: #333; background: #efefef }
.ISSelectGroup div  { color: #333; font-style: italic; font-weight: bold; padding-left: 4px }
.ISSelect li.ISSelectGroup  { color: #333; background: transparent; padding-bottom: 0; border-top: 0 none; border-bottom: 0 none }
.ISSelect .SelectedRow  { color: #fff; background: #316ac5; border-top: 1px solid #316ac5; border-bottom: 1px solid #316ac5 }

.RTL .ISSelect  { color: #333; float: right }