You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

jquery-ui-1.8.16.custom.css 19KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362
  1. /*
  2. * jQuery UI CSS Framework 1.8.16
  3. *
  4. * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
  5. * Dual licensed under the MIT or GPL Version 2 licenses.
  6. * http://jquery.org/license
  7. *
  8. * http://docs.jquery.com/UI/Theming/API
  9. */
  10. /* Layout helpers
  11. ----------------------------------*/
  12. .ui-helper-hidden { display: none; }
  13. .ui-helper-hidden-accessible { position: absolute !important; clip: rect(1px 1px 1px 1px); clip: rect(1px,1px,1px,1px); }
  14. .ui-helper-reset { margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none; }
  15. .ui-helper-clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
  16. .ui-helper-clearfix { display: inline-block; }
  17. /* required comment for clearfix to work in Opera \*/
  18. * html .ui-helper-clearfix { height:1%; }
  19. .ui-helper-clearfix { display:block; }
  20. /* end clearfix */
  21. .ui-helper-zfix { width: 100%; height: 100%; top: 0; left: 0; position: absolute; opacity: 0; filter:Alpha(Opacity=0); }
  22. /* Interaction Cues
  23. ----------------------------------*/
  24. .ui-state-disabled { cursor: default !important; }
  25. /* Icons
  26. ----------------------------------*/
  27. /* states and images */
  28. .ui-icon { display: block; text-indent: -99999px; overflow: hidden; background-repeat: no-repeat; }
  29. /* Misc visuals
  30. ----------------------------------*/
  31. /* Overlays */
  32. .ui-widget-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
  33. /*
  34. * jQuery UI CSS Framework 1.8.16
  35. *
  36. * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
  37. * Dual licensed under the MIT or GPL Version 2 licenses.
  38. * http://jquery.org/license
  39. *
  40. * http://docs.jquery.com/UI/Theming/API
  41. *
  42. * To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault="Lucida%20Grande",%20Arial,%20Verdana,%20sans-serif&fwDefault=bold&fsDefault=1em&cornerRadius=4px&bgColorHeader=1d2d44&bgTextureHeader=01_flat.png&bgImgOpacityHeader=35&borderColorHeader=1d2d44&fcHeader=ffffff&iconColorHeader=ffffff&bgColorContent=eeeeee&bgTextureContent=03_highlight_soft.png&bgImgOpacityContent=100&borderColorContent=dddddd&fcContent=333333&iconColorContent=222222&bgColorDefault=f8f8f8&bgTextureDefault=02_glass.png&bgImgOpacityDefault=100&borderColorDefault=ddd&fcDefault=555&iconColorDefault=1d2d44&bgColorHover=ffffff&bgTextureHover=01_flat.png&bgImgOpacityHover=100&borderColorHover=ddd&fcHover=333&iconColorHover=1d2d44&bgColorActive=f8f8f8&bgTextureActive=02_glass.png&bgImgOpacityActive=100&borderColorActive=1d2d44&fcActive=1d2d44&iconColorActive=1d2d44&bgColorHighlight=f8f8f8&bgTextureHighlight=04_highlight_hard.png&bgImgOpacityHighlight=100&borderColorHighlight=ddd&fcHighlight=555&iconColorHighlight=ffffff&bgColorError=b81900&bgTextureError=08_diagonals_thick.png&bgImgOpacityError=18&borderColorError=cd0a0a&fcError=ffffff&iconColorError=ffd27a&bgColorOverlay=666666&bgTextureOverlay=08_diagonals_thick.png&bgImgOpacityOverlay=20&opacityOverlay=50&bgColorShadow=000000&bgTextureShadow=01_flat.png&bgImgOpacityShadow=10&opacityShadow=20&thicknessShadow=5px&offsetTopShadow=-5px&offsetLeftShadow=-5px&cornerRadiusShadow=5px
  43. */
  44. /* Component containers
  45. ----------------------------------*/
  46. .ui-widget { font-family: \\\"Lucida Grande\\\", Arial, Verdana, sans-serif; font-size: 1em; }
  47. .ui-widget .ui-widget { font-size: 1em; }
  48. .ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button { font-family: \\\"Lucida Grande\\\", Arial, Verdana, sans-serif; font-size: 1em; }
  49. .ui-widget-content { border: 1px solid #dddddd; background: #eeeeee; color: #333333; }
  50. .ui-widget-content a { color: #333333; }
  51. .ui-widget-header { border: 1px solid #1d2d44; background: #1d2d44; color: #ffffff; font-weight: bold; }
  52. .ui-widget-header a { color: #ffffff; }
  53. /* Interaction states
  54. ----------------------------------*/
  55. .ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default { border: 1px solid #ddd; background: #f8f8f8; font-weight: bold; color: #555; }
  56. .ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited { color: #555; text-decoration: none; }
  57. .ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus { border: 1px solid #ddd; background: #ffffff; font-weight: bold; color: #333; }
  58. .ui-state-hover a, .ui-state-hover a:hover { color: #333; text-decoration: none; }
  59. .ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active { border: 1px solid #1d2d44; background: #f8f8f8; font-weight: bold; color: #1d2d44; }
  60. .ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited { color: #1d2d44; text-decoration: none; }
  61. .ui-widget :active { outline: none; }
  62. /* Interaction Cues
  63. ----------------------------------*/
  64. .ui-state-disabled { cursor: default !important; }
  65. /* Icons
  66. ----------------------------------*/
  67. /* states and images */
  68. .ui-icon { display: block; text-indent: -99999px; overflow: hidden; background-repeat: no-repeat; }
  69. /* states and images */
  70. .ui-icon { width: 16px; height: 16px; }
  71. .ui-icon-closethick { background-image: url(../img/actions/delete.png); }
  72. /* Misc visuals
  73. ----------------------------------*/
  74. /* Corner radius */
  75. .ui-corner-all, .ui-corner-top, .ui-corner-left, .ui-corner-tl { -moz-border-radius-topleft: 4px; -webkit-border-top-left-radius: 4px; -khtml-border-top-left-radius: 4px; border-top-left-radius: 4px; }
  76. .ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr { -moz-border-radius-topright: 4px; -webkit-border-top-right-radius: 4px; -khtml-border-top-right-radius: 4px; border-top-right-radius: 4px; }
  77. .ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl { -moz-border-radius-bottomleft: 4px; -webkit-border-bottom-left-radius: 4px; -khtml-border-bottom-left-radius: 4px; border-bottom-left-radius: 4px; }
  78. .ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br { -moz-border-radius-bottomright: 4px; -webkit-border-bottom-right-radius: 4px; -khtml-border-bottom-right-radius: 4px; border-bottom-right-radius: 4px; }
  79. /* Overlays */
  80. .ui-widget-overlay { background: #666666; opacity: .50;filter:Alpha(Opacity=50); }
  81. .ui-widget-shadow { margin: -5px 0 0 -5px; padding: 5px; background: #000000; opacity: .20;filter:Alpha(Opacity=20); -moz-border-radius: 5px; -khtml-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px; }/*
  82. * jQuery UI Resizable 1.8.16
  83. *
  84. * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
  85. * Dual licensed under the MIT or GPL Version 2 licenses.
  86. * http://jquery.org/license
  87. *
  88. * http://docs.jquery.com/UI/Resizable#theming
  89. */
  90. .ui-resizable { position: relative;}
  91. .ui-resizable-handle { position: absolute;font-size: 0.1px;z-index: 99999; display: block; }
  92. .ui-resizable-disabled .ui-resizable-handle, .ui-resizable-autohide .ui-resizable-handle { display: none; }
  93. .ui-resizable-n { cursor: n-resize; height: 7px; width: 100%; top: -5px; left: 0; }
  94. .ui-resizable-s { cursor: s-resize; height: 7px; width: 100%; bottom: -5px; left: 0; }
  95. .ui-resizable-e { cursor: e-resize; width: 7px; right: -5px; top: 0; height: 100%; }
  96. .ui-resizable-w { cursor: w-resize; width: 7px; left: -5px; top: 0; height: 100%; }
  97. .ui-resizable-se { cursor: se-resize; width: 12px; height: 12px; right: 1px; bottom: 1px; }
  98. .ui-resizable-sw { cursor: sw-resize; width: 9px; height: 9px; left: -5px; bottom: -5px; }
  99. .ui-resizable-nw { cursor: nw-resize; width: 9px; height: 9px; left: -5px; top: -5px; }
  100. .ui-resizable-ne { cursor: ne-resize; width: 9px; height: 9px; right: -5px; top: -5px;}/*
  101. * jQuery UI Selectable 1.8.16
  102. *
  103. * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
  104. * Dual licensed under the MIT or GPL Version 2 licenses.
  105. * http://jquery.org/license
  106. *
  107. * http://docs.jquery.com/UI/Selectable#theming
  108. */
  109. .ui-selectable-helper { position: absolute; z-index: 100; border:1px dotted black; }
  110. /*
  111. * jQuery UI Autocomplete 1.8.16
  112. *
  113. * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
  114. * Dual licensed under the MIT or GPL Version 2 licenses.
  115. * http://jquery.org/license
  116. *
  117. * http://docs.jquery.com/UI/Autocomplete#theming
  118. */
  119. .ui-autocomplete { position: absolute; cursor: default; }
  120. /* workarounds */
  121. * html .ui-autocomplete { width:1px; } /* without this, the menu expands to 100% in IE6 */
  122. /*
  123. * jQuery UI Menu 1.8.16
  124. *
  125. * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
  126. * Dual licensed under the MIT or GPL Version 2 licenses.
  127. * http://jquery.org/license
  128. *
  129. * http://docs.jquery.com/UI/Menu#theming
  130. */
  131. .ui-menu {
  132. list-style:none;
  133. padding: 2px;
  134. margin: 0;
  135. display:block;
  136. float: left;
  137. }
  138. .ui-menu .ui-menu {
  139. margin-top: -3px;
  140. }
  141. .ui-menu .ui-menu-item {
  142. margin:0;
  143. padding: 0;
  144. zoom: 1;
  145. float: left;
  146. clear: left;
  147. width: 100%;
  148. }
  149. .ui-menu .ui-menu-item a {
  150. text-decoration:none;
  151. display:block;
  152. padding:.2em .4em;
  153. line-height:1.5;
  154. zoom:1;
  155. }
  156. .ui-menu .ui-menu-item a.ui-state-hover,
  157. .ui-menu .ui-menu-item a.ui-state-active {
  158. font-weight: normal;
  159. margin: -1px;
  160. }
  161. /*
  162. * jQuery UI Button 1.8.16
  163. *
  164. * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
  165. * Dual licensed under the MIT or GPL Version 2 licenses.
  166. * http://jquery.org/license
  167. *
  168. * http://docs.jquery.com/UI/Button#theming
  169. */
  170. .ui-button { display: inline-block; position: relative; padding: 0; margin-right: .1em; text-decoration: none !important; cursor: pointer; text-align: center; zoom: 1; overflow: visible; } /* the overflow property removes extra width in IE */
  171. .ui-button-icon-only { width: 2.2em; } /* to make room for the icon, a width needs to be set here */
  172. button.ui-button-icon-only { width: 2.4em; } /* button elements seem to need a little more width */
  173. .ui-button-icons-only { width: 3.4em; }
  174. button.ui-button-icons-only { width: 3.7em; }
  175. /*button text element */
  176. .ui-button .ui-button-text { display: block; line-height: 1.4; }
  177. .ui-button-text-only .ui-button-text { padding: .4em 1em; }
  178. .ui-button-icon-only .ui-button-text, .ui-button-icons-only .ui-button-text { padding: .4em; text-indent: -9999999px; }
  179. .ui-button-text-icon-primary .ui-button-text, .ui-button-text-icons .ui-button-text { padding: .4em 1em .4em 2.1em; }
  180. .ui-button-text-icon-secondary .ui-button-text, .ui-button-text-icons .ui-button-text { padding: .4em 2.1em .4em 1em; }
  181. .ui-button-text-icons .ui-button-text { padding-left: 2.1em; padding-right: 2.1em; }
  182. /* no icon support for input elements, provide padding by default */
  183. input.ui-button { padding: .4em 1em; }
  184. /*button icon element(s) */
  185. .ui-button-icon-only .ui-icon, .ui-button-text-icon-primary .ui-icon, .ui-button-text-icon-secondary .ui-icon, .ui-button-text-icons .ui-icon, .ui-button-icons-only .ui-icon { position: absolute; top: 50%; margin-top: -8px; }
  186. .ui-button-icon-only .ui-icon { left: 50%; margin-left: -8px; }
  187. .ui-button-text-icon-primary .ui-button-icon-primary, .ui-button-text-icons .ui-button-icon-primary, .ui-button-icons-only .ui-button-icon-primary { left: .5em; }
  188. .ui-button-text-icon-secondary .ui-button-icon-secondary, .ui-button-text-icons .ui-button-icon-secondary, .ui-button-icons-only .ui-button-icon-secondary { right: .5em; }
  189. .ui-button-text-icons .ui-button-icon-secondary, .ui-button-icons-only .ui-button-icon-secondary { right: .5em; }
  190. /*button sets*/
  191. .ui-buttonset { margin-right: 7px; }
  192. .ui-buttonset .ui-button { margin-left: 0; margin-right: -.3em; }
  193. /* workarounds */
  194. button.ui-button::-moz-focus-inner { border: 0; padding: 0; } /* reset extra padding in Firefox */
  195. /*
  196. * jQuery UI Dialog 1.8.16
  197. *
  198. * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
  199. * Dual licensed under the MIT or GPL Version 2 licenses.
  200. * http://jquery.org/license
  201. *
  202. * http://docs.jquery.com/UI/Dialog#theming
  203. */
  204. .ui-dialog { position: absolute; padding: .2em; width: 300px; overflow: hidden; }
  205. .ui-dialog .ui-dialog-titlebar { padding: .4em 1em; position: relative; }
  206. .ui-dialog .ui-dialog-title { float: left; margin: .1em 16px .1em 0; }
  207. .ui-dialog .ui-dialog-titlebar-close { position: absolute; right: .3em; top: 50%; width: 19px; margin: -10px 0 0 0; padding: 1px; height: 18px; background-color: #EEE;}
  208. .ui-dialog .ui-dialog-titlebar-close span { display: block; margin: 1px; }
  209. .ui-dialog .ui-dialog-titlebar-close:hover, .ui-dialog .ui-dialog-titlebar-close:focus { padding: 0; }
  210. .ui-dialog .ui-dialog-content { position: relative; border: 0; padding: .5em 1em; background: none; overflow: auto; zoom: 1; }
  211. .ui-dialog .ui-dialog-buttonpane { text-align: left; border-width: 1px 0 0 0; background-image: none; margin: .5em 0 0 0; padding: .3em 1em .5em .4em; }
  212. .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset { float: right; }
  213. .ui-dialog .ui-dialog-buttonpane button { margin: .5em .4em .5em 0; cursor: pointer; }
  214. .ui-dialog .ui-resizable-se { width: 14px; height: 14px; right: 3px; bottom: 3px; }
  215. .ui-draggable .ui-dialog-titlebar { cursor: move; }
  216. /*
  217. * jQuery UI Slider 1.8.16
  218. *
  219. * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
  220. * Dual licensed under the MIT or GPL Version 2 licenses.
  221. * http://jquery.org/license
  222. *
  223. * http://docs.jquery.com/UI/Slider#theming
  224. */
  225. .ui-slider { position: relative; text-align: left; }
  226. .ui-slider .ui-slider-handle { position: absolute; z-index: 2; width: 1.2em; height: 1.2em; cursor: default; }
  227. .ui-slider .ui-slider-range { position: absolute; z-index: 1; font-size: .7em; display: block; border: 0; background-position: 0 0; }
  228. .ui-slider-horizontal { height: .8em; }
  229. .ui-slider-horizontal .ui-slider-handle { top: -.3em; margin-left: -.6em; }
  230. .ui-slider-horizontal .ui-slider-range { top: 0; height: 100%; }
  231. .ui-slider-horizontal .ui-slider-range-min { left: 0; }
  232. .ui-slider-horizontal .ui-slider-range-max { right: 0; }
  233. .ui-slider-vertical { width: .8em; height: 100px; }
  234. .ui-slider-vertical .ui-slider-handle { left: -.3em; margin-left: 0; margin-bottom: -.6em; }
  235. .ui-slider-vertical .ui-slider-range { left: 0; width: 100%; }
  236. .ui-slider-vertical .ui-slider-range-min { bottom: 0; }
  237. .ui-slider-vertical .ui-slider-range-max { top: 0; }/*
  238. * jQuery UI Tabs 1.8.16
  239. *
  240. * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
  241. * Dual licensed under the MIT or GPL Version 2 licenses.
  242. * http://jquery.org/license
  243. *
  244. * http://docs.jquery.com/UI/Tabs#theming
  245. */
  246. .ui-tabs { position: relative; padding: .2em; zoom: 1; } /* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
  247. .ui-tabs .ui-tabs-nav { margin: 0; padding: .2em .2em 0; }
  248. .ui-tabs .ui-tabs-nav li { list-style: none; float: left; position: relative; top: 1px; margin: 0 .2em 1px 0; border-bottom: 0 !important; padding: 0; white-space: nowrap; }
  249. .ui-tabs .ui-tabs-nav li a { float: left; padding: .5em 1em; text-decoration: none; }
  250. .ui-tabs .ui-tabs-nav li.ui-tabs-selected { margin-bottom: 0; padding-bottom: 1px; }
  251. .ui-tabs .ui-tabs-nav li.ui-tabs-selected a, .ui-tabs .ui-tabs-nav li.ui-state-disabled a, .ui-tabs .ui-tabs-nav li.ui-state-processing a { cursor: text; }
  252. .ui-tabs .ui-tabs-nav li a, .ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-selected a { cursor: pointer; } /* first selector in group seems obsolete, but required to overcome bug in Opera applying cursor: text overall if defined elsewhere... */
  253. .ui-tabs .ui-tabs-panel { display: block; border-width: 0; padding: 1em 1.4em; background: none; }
  254. .ui-tabs .ui-tabs-hide { display: none !important; }
  255. /*
  256. * jQuery UI Datepicker 1.8.16
  257. *
  258. * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
  259. * Dual licensed under the MIT or GPL Version 2 licenses.
  260. * http://jquery.org/license
  261. *
  262. * http://docs.jquery.com/UI/Datepicker#theming
  263. */
  264. .ui-datepicker { width: 17em; padding: .2em .2em 0; display: none; }
  265. .ui-datepicker .ui-datepicker-header { position:relative; padding:.2em 0; }
  266. .ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next { position:absolute; top: 2px; width: 1.8em; height: 1.8em; }
  267. .ui-datepicker .ui-datepicker-prev-hover, .ui-datepicker .ui-datepicker-next-hover { top: 1px; }
  268. .ui-datepicker .ui-datepicker-prev { left:2px; }
  269. .ui-datepicker .ui-datepicker-next { right:2px; }
  270. .ui-datepicker .ui-datepicker-prev-hover { left:1px; }
  271. .ui-datepicker .ui-datepicker-next-hover { right:1px; }
  272. .ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span { display: block; position: absolute; left: 50%; margin-left: -8px; top: 50%; margin-top: -8px; }
  273. .ui-datepicker .ui-datepicker-title { margin: 0 2.3em; line-height: 1.8em; text-align: center; }
  274. .ui-datepicker .ui-datepicker-title select { font-size:1em; margin:1px 0; }
  275. .ui-datepicker select.ui-datepicker-month-year {width: 100%;}
  276. .ui-datepicker select.ui-datepicker-month,
  277. .ui-datepicker select.ui-datepicker-year { width: 49%;}
  278. .ui-datepicker table {width: 100%; font-size: .9em; border-collapse: collapse; margin:0 0 .4em; }
  279. .ui-datepicker th { padding: .7em .3em; text-align: center; font-weight: bold; border: 0; }
  280. .ui-datepicker td { border: 0; padding: 1px; }
  281. .ui-datepicker td span, .ui-datepicker td a { display: block; padding: .2em; text-align: right; text-decoration: none; }
  282. .ui-datepicker .ui-datepicker-buttonpane { background-image: none; margin: .7em 0 0 0; padding:0 .2em; border-left: 0; border-right: 0; border-bottom: 0; }
  283. .ui-datepicker .ui-datepicker-buttonpane button { float: right; margin: .5em .2em .4em; cursor: pointer; padding: .2em .6em .3em .6em; width:auto; overflow:visible; }
  284. .ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current { float:left; }
  285. /* with multiple calendars */
  286. .ui-datepicker.ui-datepicker-multi { width:auto; }
  287. .ui-datepicker-multi .ui-datepicker-group { float:left; }
  288. .ui-datepicker-multi .ui-datepicker-group table { width:95%; margin:0 auto .4em; }
  289. .ui-datepicker-multi-2 .ui-datepicker-group { width:50%; }
  290. .ui-datepicker-multi-3 .ui-datepicker-group { width:33.3%; }
  291. .ui-datepicker-multi-4 .ui-datepicker-group { width:25%; }
  292. .ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header { border-left-width:0; }
  293. .ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header { border-left-width:0; }
  294. .ui-datepicker-multi .ui-datepicker-buttonpane { clear:left; }
  295. .ui-datepicker-row-break { clear:both; width:100%; font-size:0em; }
  296. /* RTL support */
  297. .ui-datepicker-rtl { direction: rtl; }
  298. .ui-datepicker-rtl .ui-datepicker-prev { right: 2px; left: auto; }
  299. .ui-datepicker-rtl .ui-datepicker-next { left: 2px; right: auto; }
  300. .ui-datepicker-rtl .ui-datepicker-prev:hover { right: 1px; left: auto; }
  301. .ui-datepicker-rtl .ui-datepicker-next:hover { left: 1px; right: auto; }
  302. .ui-datepicker-rtl .ui-datepicker-buttonpane { clear:right; }
  303. .ui-datepicker-rtl .ui-datepicker-buttonpane button { float: left; }
  304. .ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current { float:right; }
  305. .ui-datepicker-rtl .ui-datepicker-group { float:right; }
  306. .ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header { border-right-width:0; border-left-width:1px; }
  307. .ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header { border-right-width:0; border-left-width:1px; }
  308. /* IE6 IFRAME FIX (taken from datepicker 1.5.3 */
  309. .ui-datepicker-cover {
  310. display: none; /*sorry for IE5*/
  311. display/**/: block; /*sorry for IE5*/
  312. position: absolute; /*must have*/
  313. z-index: -1; /*must have*/
  314. filter: mask(); /*must have*/
  315. top: -4px; /*must have*/
  316. left: -4px; /*must have*/
  317. width: 200px; /*must have*/
  318. height: 200px; /*must have*/
  319. }/*
  320. * jQuery UI Progressbar 1.8.16
  321. *
  322. * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
  323. * Dual licensed under the MIT or GPL Version 2 licenses.
  324. * http://jquery.org/license
  325. *
  326. * http://docs.jquery.com/UI/Progressbar#theming
  327. */
  328. .ui-progressbar { height:2em; text-align: left; }
  329. .ui-progressbar .ui-progressbar-value {margin: -1px; height:100%; }