﻿/*
* jQuery UI CSS Framework
* Copyright (c) 2009 AUTHORS.txt (http://jqueryui.com/about)
* Dual licensed under the MIT (MIT-LICENSE.txt) and GPL (GPL-LICENSE.txt) licenses.
*/

/* states and images */
.ui-icon { display: block; text-indent: -99999px; overflow: hidden; background-repeat: no-repeat; }


/* Overlays */
.ui-widget-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

/*
* jQuery UI CSS Framework
* Copyright (c) 2009 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=Verdana&fwDefault=normal&fsDefault=10px&cornerRadius=&bgColorHeader=1b0d0d&bgTextureHeader=03_highlight_soft.png&bgImgOpacityHeader=75&borderColorHeader=1b0d0d&fcHeader=1b0d0d&iconColorHeader=1b0d0d&bgColorContent=ffffff&bgTextureContent=01_flat.png&bgImgOpacityContent=75&borderColorContent=1b0d0d&fcContent=1b0d0d&iconColorContent=1b0d0d&bgColorDefault=1b0d0d&bgTextureDefault=02_glass.png&bgImgOpacityDefault=75&borderColorDefault=1b0d0d&fcDefault=555555&iconColorDefault=888888&bgColorHover=dadada&bgTextureHover=02_glass.png&bgImgOpacityHover=75&borderColorHover=999999&fcHover=212121&iconColorHover=454545&bgColorActive=ffffff&bgTextureActive=02_glass.png&bgImgOpacityActive=65&borderColorActive=aaaaaa&fcActive=212121&iconColorActive=454545&bgColorHighlight=fbf9ee&bgTextureHighlight=02_glass.png&bgImgOpacityHighlight=55&borderColorHighlight=fcefa1&fcHighlight=363636&iconColorHighlight=2e83ff&bgColorError=fef1ec&bgTextureError=02_glass.png&bgImgOpacityError=95&borderColorError=cd0a0a&fcError=cd0a0a&iconColorError=cd0a0a&bgColorOverlay=aaaaaa&bgTextureOverlay=01_flat.png&bgImgOpacityOverlay=0&opacityOverlay=30&bgColorShadow=aaaaaa&bgTextureShadow=01_flat.png&bgImgOpacityShadow=0&opacityShadow=30&thicknessShadow=8px&offsetTopShadow=-8px&offsetLeftShadow=-8px&cornerRadiusShadow=8px
*/

/* Component containers
----------------------------------*/
.ui-widget-content  
{    
    background: #ffffff;  
}

/* Interaction states
----------------------------------*/

/* Interaction Cues
----------------------------------*/

/* Icons
----------------------------------*/

/* states and images */
.ui-dialog .ui-icon-closethick
{ 
    width: 12px; 
    height: 12px; 
    background-image: url(/images/dialog_CloseX.png); 
}

.ui-state-hover .ui-icon
{
    background-image: url(/images/icon_close_x_over.png); 
}



/* positioning */
/* Deleted all background icon positioning */

/* Misc visuals
----------------------------------*/

/* Corner radius */
/* Delete all corner radius */

/* Overlays */
.ui-widget-overlay 
{ 
    background: #000000; 
    opacity: .40; 
    filter:Alpha(Opacity=40);
}

/* Accordion
----------------------------------*/
/* Deleted all accordion */

/* Datepicker ----------------------------------*/
/* Deleted all date picker */

/* with multiple calendars */
/* Deleted all multi-date picker */

/* RTL support */
/* Deleted all date picker rtl */

/* IE6 IFRAME FIX (taken from datepicker 1.5.3 */
/* Deleted all date picker ie6 fix */

/* Dialog ----------------------------------*/
.ui-dialog 
{ 
    position: absolute;  
    width: 300px; 
    overflow: hidden;
	border-width: 10px;
    border-color: #333333;  
    border-style: solid;
    
}

.ui-dialog .ui-dialog-titlebar 
{         
    background-color: Transparent;
}

.ui-dialog .ui-dialog-titlebar-close 
{    
    position: absolute;
    top: 10px;  
    right: 10px;
    z-index: 1000;

}
.ui-dialog .ui-dialog-titlebar-close span
{
    display: block;
    margin: 0px;
 
   
}

.ui-dialog .ui-dialog-content 
{ 
    border: 0;  
    background: none; 
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 0px;
}

.ui-draggable .ui-dialog-titlebar { cursor: move; }

/* Progressbar ----------------------------------*/
/* Deleted progress bar styling */
/* Resizable ----------------------------------*/
/* Deleted resizable styling */
/* Slider ----------------------------------*/
/* Deleted slider styling */

/* Tabs ----------------------------------*/
/* Deleted tabl styling */


.ui-dialog .ui-dialog-title
{
    display: none;
}