/*
 * jQuery UI screen structure and presentation
 * This CSS file was generated by ThemeRoller, a Filament Group Project for jQuery UI
 * Author: Scott Jehl, scott@filamentgroup.com, http://www.filamentgroup.com
 * Visit ThemeRoller.com
*/

/*
 * Note: If your ThemeRoller settings have a font size set in ems, your components will scale according to their parent element's font size.
 * As a rule of thumb, set your body's font size to 62.5% to make 1em = 10px.
 * body {font-size: 62.5%;}
*/

/*dialog*/
.ui-dialog {
	margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none;
	font-family: Arial, Verdana, sans-serif;
	font-size: 1.3em;
	background-color: #f4f0ec;
	color: #1e1b1d;
	/* border: 1px solid #CCC; */
	position: relative;
	left: 260px !important;
}

.ui-dialog-overlay {
	height:100%;
	left:0;
	position:absolute;
	top:0;
	width:100%;
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	background:#666666 url(/webimages/layout/dialog/bg.png) repeat scroll 50% 50%;
	opacity: .5;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity=50);
}

/*
.ui-resizable-handle {
	position: absolute;
	font-size: 0.1px;
	z-index: 99999;
}
.ui-resizable .ui-resizable-handle {
	display: block;
}
body .ui-resizable-disabled .ui-resizable-handle { display: none; }
body .ui-resizable-autohide .ui-resizable-handle { display: none; }
.ui-resizable-n {
	cursor: n-resize;
	height: 7px;
	width: 100%;
	top: -5px;
	left: 0px;
}
.ui-resizable-s {
	cursor: s-resize;
	height: 7px;
	width: 100%;
	bottom: -5px;
	left: 0px;
}
.ui-resizable-e {
	cursor: e-resize;
	width: 7px;
	right: -5px;
	top: 0px;
	height: 100%;
}
.ui-resizable-w {
	cursor: w-resize;
	width: 7px;
	left: -5px;
	top: 0px;
	height: 100%;
}
.ui-resizable-se {
	cursor: se-resize;
	width: 13px;
	height: 13px;
	right: 0px;
	bottom: 0px;
	background: url(/webimages/layout/dialog/icon-resize.gif) no-repeat 0 0;
}
.ui-resizable-sw {
	cursor: sw-resize;
	width: 9px;
	height: 9px;
	left: 0px;
	bottom: 0px;
}
.ui-resizable-nw {
	cursor: nw-resize;
	width: 9px;
	height: 9px;
	left: 0px;
	top: 0px;
}
.ui-resizable-ne {
	cursor: ne-resize;
	width: 9px;
	height: 9px;
	right: 0px;
	top: 0px;
}
*/

.ui-dialog-titlebar {
	/*resets*/margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none;
	padding: .5em 1.5em .5em 1em;
	color: #444;
	font-weight: bold;
	background: #ede4d4 url(/webimages/layout/dialog/texture-title.png) 0 50% repeat-x;
	border-bottom: 1px solid #cdc3b7;
	/*font-size: 1em;*/
	font-size: 12px;
	position: relative;
}
.ui-dialog-title {}
.ui-dialog-titlebar-close {
	/*resets*/margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none;
	background: url(/webimages/layout/dialog/icon-close.gif) 0 0 no-repeat;
	position: absolute;
	right: 8px;
	top: .7em;
	width: 11px;
	height: 11px;
	z-index: 100;
}
.ui-dialog-titlebar-close-hover, .ui-dialog-titlebar-close:hover {
	background: url(/webimages/layout/dialog/icon-close-hover.gif) 0 0 no-repeat;
}
.ui-dialog-titlebar-close:active {
	background: url(/webimages/layout/dialog/icon-close.gif) 0 0 no-repeat;
}
.ui-dialog-titlebar-close span {
	display: none;
}
.ui-dialog-content {
	margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.4; text-decoration: none; font-size: 12px; list-style: none;
	color: #1e1b1d;
}
.ui-dialog-content p {
	padding: 5px 10px 5px 10px;
	margin: 0px;
}
.ui-dialog-buttonpane {
	position: absolute;
	right: 5px;
	bottom: 0;
	height: 27px;
	text-align: left;
	/*border-top: 1px solid #e0cfc2;
	background: #f4f0ec;*/
}

/* .ui-dialog-buttonpane button {
	background: url("/webimages/layout/dialog/bt-02.gif") no-repeat;
	border: none;
	width: 136px;
	cursor: pointer;
	text-align: center;
	vertical-align: middle;
	padding: 0 0 4px 0;
	margin: 0 0 0 4px;
} */

.ui-dialog-buttonpane button {
	border:1px solid #9BB659;
	background: #e5edd6 url(/webimages/layout/arrow-nav-green.gif) right center no-repeat;
	color: #003400;
	width: 136px;
	height:20px;
	cursor: pointer;
	font-size:11px;
	font-family: Verdana, sans-serif;
	padding: 0 0 3px 5px;
	text-align:left;
	vertical-align: middle;
	margin: 0 0 0 4px;
}

.ui-dialog-buttonpane button a {
	display:block;
	font-family: Verdana, sans-serif;
	text-decoration:none;
}

.ui-dialog-buttonpane button:hover {
}
.ui-dialog-buttonpane button:active {
}
/* This file skins dialog */
.ui-dialog.ui-draggable .ui-dialog-titlebar,
.ui-dialog.ui-draggable .ui-dialog-titlebar {
	cursor: move;
}
/*hidden elements*/
.ui-hidden {
	display: none;/* for accessible hiding: position: absolute; left: -99999999px*/;
}
.ui-accessible-hidden {
	 position: absolute; left: -99999999px;
}
/*reset styles*/
.ui-reset {
	/*resets*/margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none;
}
/*clearfix class*/
.ui-clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.ui-clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .ui-clearfix {height: 1%;}
.ui-clearfix {display: block;}
/* End hide from IE-mac */

/* Note: for resizable styles, use the styles listed above in the dialog section */


