/* Floating Console */
#editConsole								{ width: 250px; }
.editmenuTitleBar							{ background: #00498c; height: 20px; text-transform: uppercase; font-weight: bold; cursor: move; }
.editdiv									{ background: #ffffff url(/Corporate/UI/img/bg-console.gif) no-repeat 100% 100%; border: #00498c solid 1px; margin: 2px; padding: 2px; }
.editdiv a									{ font: normal 11px/15px verdana,arial; text-decoration: none; color: #666; display: block; width: 100%; padding: 2px; }
.editdiv p.info								{ font: normal 11px/15px verdana,arial; padding: 2px; }
.editdiv a:hover							{ background: #00498c; color: #fff; }
.SortAnchorshown							{ display: inline; }
.SortAnchorhidden							{ display: none; }
#channelItemSorter							{ position: relative; }
#channelItemSorter div.iframe				{ position: absolute; top: -21px; left: 200px; background: #fff; border: #00498c solid 1px; margin: 2px; padding: 2px; }
#channelItemSorter div.iframe div			{ border: #00498c solid 1px; }

.edit select								{ width: 220px; display: block; margin-bottom: -15px; }
.edit input									{ width: 210px; display: block; margin-bottom: -15px; }
.edit										{ padding: 5px; }