﻿/*!
 * jQuery UI CSS Framework 1.8.20
 *
 * Copyright 2012, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Theming/API
 */

/* Layout helpers
----------------------------------*/
.ms-helper-hidden { display: none; }
.ms-helper-hidden-accessible { position: absolute !important; clip: rect(1px 1px 1px 1px); clip: rect(1px,1px,1px,1px); }
.ms-helper-reset { margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none; }
.ms-helper-clearfix:before, .ms-helper-clearfix:after { content: ""; display: table; }
.ms-helper-clearfix:after { clear: both; }
.ms-helper-clearfix { zoom: 1; }
.ms-helper-zfix { width: 100%; height: 100%; top: 0; left: 0; position: absolute; opacity: 0; filter:Alpha(Opacity=0); }


/* Interaction Cues
----------------------------------*/
.ms-state-disabled { cursor: default !important; }


/* Icons
----------------------------------*/

/* states and images */
.ms-icon { display: block; text-indent: -99999px; overflow: hidden; background-repeat: no-repeat; }


/* Misc visuals
----------------------------------*/

/* Overlays */
.ms-widget-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }


/*!
 * jQuery UI CSS Framework 1.8.20
 *
 * Copyright 2012, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Theming/API
 *
 * To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Trebuchet%20MS,%20Tahoma,%20Verdana,%20Arial,%20sans-serif&fwDefault=bold&fsDefault=1.1em&cornerRadius=4px&bgColorHeader=525c66&bgTextureHeader=01_flat.png&bgImgOpacityHeader=35&borderColorHeader=525c66&fcHeader=ffffff&iconColorHeader=ffffff&bgColorContent=eeeeee&bgTextureContent=03_highlight_soft.png&bgImgOpacityContent=100&borderColorContent=dddddd&fcContent=333333&iconColorContent=222222&bgColorDefault=f6f6f6&bgTextureDefault=01_flat.png&bgImgOpacityDefault=100&borderColorDefault=cccccc&fcDefault=1c94c4&iconColorDefault=ef8c08&bgColorHover=fdf5ce&bgTextureHover=02_glass.png&bgImgOpacityHover=100&borderColorHover=fbcb09&fcHover=c77405&iconColorHover=ef8c08&bgColorActive=525c66&bgTextureActive=01_flat.png&bgImgOpacityActive=65&borderColorActive=525c66&fcActive=ffffff&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=01_flat.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
----------------------------------*/
.ms-widget { font-family: Trebuchet MS, Tahoma, Verdana, Arial, sans-serif; font-size: 1.1em; }
.ms-widget .ms-widget { font-size: 1em; }
.ms-widget input, .ms-widget select, .ms-widget textarea, .ms-widget button { font-family: Trebuchet MS, Tahoma, Verdana, Arial, sans-serif; font-size: 1em; }
.ms-widget-content { border: 1px solid #dddddd; background: #ffffff; color: #333333; }
.ms-widget-content a { color: #333333; }
.ms-widget-header { border: 1px solid #525c66; background: #525c66 url(images/ui-bg_flat_35_525c66_40x100.png) 50% 50% repeat-x; color: #ffffff; font-weight: bold; }
.ms-widget-header a { color: #ffffff; }

/* Interaction states
----------------------------------*/
.ms-state-default, .ms-widget-content .ms-state-default, .ms-widget-header .ms-state-default { border: 1px solid #cccccc; background: #f6f6f6 url(images/ui-bg_flat_100_f6f6f6_40x100.png) 50% 50% repeat-x; font-weight: bold; color: #1c94c4; }
.ms-state-default a, .ms-state-default a:link, .ms-state-default a:visited { color: #1c94c4; text-decoration: none; }
.ms-state-hover, .ms-widget-content .ms-state-hover, .ms-widget-header .ms-state-hover, .ms-state-focus, .ms-widget-content .ms-state-focus, .ms-widget-header .ms-state-focus { border: 1px solid #fbcb09; background: #fdf5ce url(images/ui-bg_glass_100_fdf5ce_1x400.png) 50% 50% repeat-x; font-weight: bold; color: #c77405; }
.ms-state-hover a, .ms-state-hover a:hover { color: #c77405; text-decoration: none; }
.ms-state-active, .ms-widget-content .ms-state-active, .ms-widget-header .ms-state-active { border: 1px solid #525c66; background: #525c66 url(images/ui-bg_flat_65_525c66_40x100.png) 50% 50% repeat-x; font-weight: bold; color: #ffffff; }
.ms-state-active a, .ms-state-active a:link, .ms-state-active a:visited { color: #ffffff; text-decoration: none; }
.ms-widget :active { outline: none; }

/* Interaction Cues
----------------------------------*/
.ms-state-highlight, .ms-widget-content .ms-state-highlight, .ms-widget-header .ms-state-highlight  {border: 1px solid #fed22f; background: #ffe45c url(images/ui-bg_highlight-soft_75_ffe45c_1x100.png) 50% top repeat-x; color: #363636; }
.ms-state-highlight a, .ms-widget-content .ms-state-highlight a,.ms-widget-header .ms-state-highlight a { color: #363636; }
.ms-state-error, .ms-widget-content .ms-state-error, .ms-widget-header .ms-state-error {border: 1px solid #cd0a0a; background: #b81900 url(images/ui-bg_diagonals-thick_18_b81900_40x40.png) 50% 50% repeat; color: #ffffff; }
.ms-state-error a, .ms-widget-content .ms-state-error a, .ms-widget-header .ms-state-error a { color: #ffffff; }
.ms-state-error-text, .ms-widget-content .ms-state-error-text, .ms-widget-header .ms-state-error-text { color: #ffffff; }
.ms-priority-primary, .ms-widget-content .ms-priority-primary, .ms-widget-header .ms-priority-primary { font-weight: bold; }
.ms-priority-secondary, .ms-widget-content .ms-priority-secondary,  .ms-widget-header .ms-priority-secondary { opacity: .7; filter:Alpha(Opacity=70); font-weight: normal; }
.ms-state-disabled, .ms-widget-content .ms-state-disabled, .ms-widget-header .ms-state-disabled { opacity: .35; filter:Alpha(Opacity=35); background-image: none; }

/* Icons
----------------------------------*/

/* states and images */
.ms-icon { width: 16px; height: 16px; background-image: url(images/ui-icons_222222_256x240.png); }
.ms-widget-content .ms-icon {background-image: url(images/ui-icons_222222_256x240.png); }
.ms-widget-header .ms-icon {background-image: url(images/ui-icons_ffffff_256x240.png); }
.ms-state-default .ms-icon { background-image: url(images/ui-icons_ef8c08_256x240.png); }
.ms-state-hover .ms-icon, .ms-state-focus .ms-icon {background-image: url(images/ui-icons_ef8c08_256x240.png); }
.ms-state-active .ms-icon {background-image: url(images/ui-icons_ef8c08_256x240.png); }
.ms-state-highlight .ms-icon {background-image: url(images/ui-icons_228ef1_256x240.png); }
.ms-state-error .ms-icon, .ms-state-error-text .ms-icon {background-image: url(images/ui-icons_ffd27a_256x240.png); }

/* positioning */

.ms-icon-close { background-position: -80px -128px; }
.ms-icon-closethick { background-position: -96px -128px; }

/* Misc visuals
----------------------------------*/

/* Corner radius */
.ms-corner-all, .ms-corner-top, .ms-corner-left, .ms-corner-tl { -moz-border-radius-topleft: 4px; -webkit-border-top-left-radius: 4px; -khtml-border-top-left-radius: 4px; border-top-left-radius: 4px; }
.ms-corner-all, .ms-corner-top, .ms-corner-right, .ms-corner-tr { -moz-border-radius-topright: 4px; -webkit-border-top-right-radius: 4px; -khtml-border-top-right-radius: 4px; border-top-right-radius: 4px; }
.ms-corner-all, .ms-corner-bottom, .ms-corner-left, .ms-corner-bl { -moz-border-radius-bottomleft: 4px; -webkit-border-bottom-left-radius: 4px; -khtml-border-bottom-left-radius: 4px; border-bottom-left-radius: 4px; }
.ms-corner-all, .ms-corner-bottom, .ms-corner-right, .ms-corner-br { -moz-border-radius-bottomright: 4px; -webkit-border-bottom-right-radius: 4px; -khtml-border-bottom-right-radius: 4px; border-bottom-right-radius: 4px; }

/* Overlays */
.ms-widget-overlay { background: black; opacity: .50;filter:Alpha(Opacity=50);  position:absolute;  }
.ms-widget-shadow { margin: -5px 0 0 -5px; padding: 5px; background: #000000 url(images/ui-bg_flat_10_000000_40x100.png) 50% 50% repeat-x; opacity: .20;filter:Alpha(Opacity=20); -moz-border-radius: 5px; -khtml-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px; }/*!
 * jQuery UI Resizable 1.8.20
 *
 * Copyright 2012, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Resizable#theming
 */
.ms-resizable { position: relative;}
.ms-resizable-handle { position: absolute;font-size: 0.1px; display: block; }
.ms-resizable-disabled .ms-resizable-handle, .ms-resizable-autohide .ms-resizable-handle { display: none; }
.ms-resizable-n { cursor: n-resize; height: 7px; width: 100%; top: -5px; left: 0; }
.ms-resizable-s { cursor: s-resize; height: 7px; width: 100%; bottom: -5px; left: 0; }
.ms-resizable-e { cursor: e-resize; width: 7px; right: -5px; top: 0; height: 100%; }
.ms-resizable-w { cursor: w-resize; width: 7px; left: -5px; top: 0; height: 100%; }
.ms-resizable-se { cursor: se-resize; width: 12px; height: 12px; right: 1px; bottom: 1px; }
.ms-resizable-sw { cursor: sw-resize; width: 9px; height: 9px; left: -5px; bottom: -5px; }
.ms-resizable-nw { cursor: nw-resize; width: 9px; height: 9px; left: -5px; top: -5px; }
.ms-resizable-ne { cursor: ne-resize; width: 9px; height: 9px; right: -5px; top: -5px;}/*!
 
/*!
 * jQuery UI Button 1.8.20
 *
 * Copyright 2012, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Button#theming
 */
.ms-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 */
.ms-button-icon-only { width: 2.2em; } /* to make room for the icon, a width needs to be set here */
button.ms-button-icon-only { width: 2.4em; } /* button elements seem to need a little more width */
.ms-button-icons-only { width: 3.4em; } 
button.ms-button-icons-only { width: 3.7em; } 

/*button text element */
.ms-button .ms-button-text { display: block; line-height: 1.4;  }
.ms-button-text-only .ms-button-text { padding: .4em 1em; }
.ms-button-icon-only .ms-button-text, .ms-button-icons-only .ms-button-text { padding: .4em; text-indent: -9999999px; }
.ms-button-text-icon-primary .ms-button-text, .ms-button-text-icons .ms-button-text { padding: .4em 1em .4em 2.1em; }
.ms-button-text-icon-secondary .ms-button-text, .ms-button-text-icons .ms-button-text { padding: .4em 2.1em .4em 1em; }
.ms-button-text-icons .ms-button-text { padding-left: 2.1em; padding-right: 2.1em; }
/* no icon support for input elements, provide padding by default */
input.ms-button { padding: .4em 1em; }

/*button icon element(s) */
.ms-button-icon-only .ms-icon, .ms-button-text-icon-primary .ms-icon, .ms-button-text-icon-secondary .ms-icon, .ms-button-text-icons .ms-icon, .ms-button-icons-only .ms-icon { position: absolute; top: 50%; margin-top: -8px; }
.ms-button-icon-only .ms-icon { left: 50%; margin-left: -8px; }
.ms-button-text-icon-primary .ms-button-icon-primary, .ms-button-text-icons .ms-button-icon-primary, .ms-button-icons-only .ms-button-icon-primary { left: .5em; }
.ms-button-text-icon-secondary .ms-button-icon-secondary, .ms-button-text-icons .ms-button-icon-secondary, .ms-button-icons-only .ms-button-icon-secondary { right: .5em; }
.ms-button-text-icons .ms-button-icon-secondary, .ms-button-icons-only .ms-button-icon-secondary { right: .5em; }

/*button sets*/
.ms-buttonset { margin-right: 7px; }
.ms-buttonset .ms-button { margin-left: 0; margin-right: -.3em; }

/* workarounds */
button.ms-button::-moz-focus-inner { border: 0; padding: 0; } /* reset extra padding in Firefox */
/*!
 * jQuery UI Dialog 1.8.20
 *
 * Copyright 2012, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Dialog#theming
 */
.ms-dialog { position: absolute; padding: .2em; width: 300px; overflow: hidden;  }
.ms-dialog .ms-dialog-titlebar { padding: .4em 1em; position: relative;  }
.ms-dialog .ms-dialog-title { float: left; margin: .1em 16px .1em 0; } 
.ms-dialog .ms-dialog-titlebar-close { position: absolute; right: .3em; top: 50%; width: 19px; margin: -10px 0 0 0; padding: 1px; height: 18px; }
.ms-dialog .ms-dialog-titlebar-close span { display: block; margin: 1px; }
.ms-dialog .ms-dialog-titlebar-close:hover, .ms-dialog .ms-dialog-titlebar-close:focus { padding: 0; }
.ms-dialog .ms-dialog-content { position: relative; border: 0; padding: .5em 1em; background: none; overflow: auto; zoom: 1; }
.ms-dialog .ms-dialog-buttonpane { text-align: left; border-width: 1px 0 0 0; background-image: none; margin: .5em 0 0 0; padding: .3em 1em .5em .4em; }
.ms-dialog .ms-dialog-buttonpane .ms-dialog-buttonset { float: right; }
.ms-dialog .ms-dialog-buttonpane button { margin: .5em .4em .5em 0; cursor: pointer; }
.ms-dialog .ms-resizable-se { width: 14px; height: 14px; right: 3px; bottom: 3px; }
.ms-draggable .ms-dialog-titlebar { cursor: move; }

.ms-dialog-titlebar {
	font-family:Arial,Trebuchet MS,Sans-Serif;
	font-size:12px;
	height: 20px; 
	background: #29323B;
	color: white;
	cursor: move;
}

.ms-dialog .ms-dialog-content {
    font-family:Arial,Trebuchet MS,Sans-Serif;
  	font-size:12px;
    color:black;
}

.ms-dialog-buttonset .ms-button-text {
    font-family:Arial,Sans-Serif;
    color:black;
    font-size:11px;
}