/*
* AtAppStore Overrides to the jquery-ui-1.8.xx.custom.css
* NOTE: we only override the MINIMAL amount to get our "White Album" look 
* NOTE: when a new major version of jquery comes out (e.g. >= 1.9.x), these may need to change
*/

/*
* jQuery UI CSS Framework
* Copyright (c) 2010 AUTHORS.txt (http://jqueryui.com/about)
* Dual licensed under the MIT (MIT-LICENSE.txt) and GPL (GPL-LICENSE.txt) licenses.
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=%20Arial,Trebuchet%20MS,%20Tahoma,%20Verdana,%20sans-serif&fwDefault=bold&fsDefault=0.9em&cornerRadius=4px&bgColorHeader=f6a828&bgTextureHeader=12_gloss_wave.png&bgImgOpacityHeader=35&borderColorHeader=e78f08&fcHeader=ffffff&iconColorHeader=ffffff&bgColorContent=ffffff&bgTextureContent=03_highlight_soft.png&bgImgOpacityContent=100&borderColorContent=dddddd&fcContent=545454&iconColorContent=222222&bgColorDefault=f6f6f6&bgTextureDefault=02_glass.png&bgImgOpacityDefault=100&borderColorDefault=cccccc&fcDefault=ff9900&iconColorDefault=ef8c08&bgColorHover=fdf5ce&bgTextureHover=02_glass.png&bgImgOpacityHover=100&borderColorHover=fbcb09&fcHover=c77405&iconColorHover=ef8c08&bgColorActive=ffffff&bgTextureActive=02_glass.png&bgImgOpacityActive=65&borderColorActive=fbd850&fcActive=545454&iconColorActive=ef8c08&bgColorHighlight=ffe45c&bgTextureHighlight=03_highlight_soft.png&bgImgOpacityHighlight=75&borderColorHighlight=fed22f&fcHighlight=363636&iconColorHighlight=228ef1&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
*/


/* Component containers
----------------------------------*/
.ui-widget { font-family: Arial, Trebuchet MS, Tahoma, Verdana, sans-serif; font-size: 1em; }
.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button { font-family: Arial, Trebuchet MS, Tahoma, Verdana, sans-serif; font-size: 1em; }
.ui-widget-content { border: 1px solid #dddddd; background: #ffffff url(images/ui-bg_highlight-soft_100_ffffff_1x100.png) 50% top repeat-x; color: #545454; }
.ui-widget-content a { color: #FF9900; }

/* Accordion containers
* from a tip on http://helpdesk.objects.com.au/javascript/how-to-avoid-scrollbars-when-using-jquery-accordion
* to avoid distracting horizontal scrollbar on the new battleship version of OCD
* ARG: although this got rid of the scollbar, it failed to render the initial expanded section, forcing user to click header twice to repaint properly. Kill it.
* AHA! ended up pulling the <div class="formrow">...</div> into the battleship logic; all tight now; don't need this but keep this here for reference (commented out)
----------------------------------
.ui-accordion .ui-accordion-content { padding: 1em 2.2em; border-top: 0; margin-top: -2px; position: relative; top: 1px; margin-bottom: 2px; overflow: visible !important; display: none; zoom: 1; }
*/

/* Interaction states
----------------------------------*/

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default { border: 1px solid #cccccc; background: #f6f6f6 url(images/ui-bg_glass_100_f6f6f6_1x400.png) 50% 50% repeat-x; font-weight: bold; color: #ff9900; }
.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited { color: #ff9900; text-decoration: none; }
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active { border: 1px solid #fbd850; background: #ffffff url(images/ui-bg_glass_65_ffffff_1x400.png) 50% 50% repeat-x; font-weight: bold; color: #545454; }
.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited { color: #545454; text-decoration: none; }


/* JQuery Sortable used by Parameters/PriorizeProject.ascx
----------------------------------*/
#prioritizeNotYetStartedSortable { list-style-type: none; margin: 0; padding: 0; width: 100%; }
#prioritizeNotYetStartedSortable li { margin: 0 3px 3px 3px; padding: 0.4em; padding-left: 0.5em; height: 72px; cursor: move; }

#prioritizeInProgressSortable { list-style-type: none; margin: 0; padding: 0; width: 100%; }
#prioritizeInProgressSortable li { margin: 0 3px 3px 3px; padding: 0.4em; padding-left: 1.5em; height: 72px; cursor: move; }

#prioritizeCompletedSortable { list-style-type: none; margin: 0; padding: 0; width: 100%; }
#prioritizeCompletedSortable li { margin: 0 3px 3px 3px; padding: 0.4em; padding-left: 1.5em; height: 72px; cursor: move; }



#rs2Sortable1, #rs2Sortable2, #rs2Sortable3, #rs2Sortable4 { list-style-type: none; margin: 0; padding-top: 5px; padding-bottom: 5px; width: 100%; background: #eeeeee; }
#rs2Sortable1 li, #rs2Sortable2 li, #rs2Sortable3 li, #rs2Sortable4 li { margin: 0 3px 3px 3px; padding: 0.4em; padding-left: 0.5em; cursor: move; }
#rs2Sortable1 .rs2SortableBreak, #rs2Sortable2 .rs2SortableBreak, #rs2Sortable3 .rs2SortableBreak, #rs2Sortable4 .rs2SortableBreak  { background: #f6f6f6 url("images/ui-bg_hash_100_f6f6f6_8x400.png") repeat-x scroll 50% 50%; }
.rs2SortableOnHold { background: #f6f6f6 url("images/ui-bg_doublehash_100_f6f6f6_8x400.png") repeat-x scroll 50% 50% rgb(246, 246, 246); }

.rs2SortableOnTime, .rs2SortableRunningLate  { width: 25px; border: solid 1px; text-align: center; }
.rs2SortableRunningLate { background-color: Red; }


/* JQuery Sortable used by Parameters/ParameterPusher.ascx
----------------------------------*/
#parmPusherSortable { list-style-type: none; margin: 0; padding: 0; width: 100%; }
#parmPusherSortable li { margin: 0 3px 3px 3px; padding: 0.4em; padding-left: 0.5em; height: 24px; cursor: move; }
#parmPusherSortable .ui-state-disabled { color: #000000; opacity: 1.0; filter:Alpha(Opacity=100);  }