﻿
.draggable
{
}

.droppable
{
}

.droppable-active
{
}

.droppable-hover
{
}



/* Dialog
----------------------------------*/




.ui-dialog
{
	background-color: #F6F0E0;
	font-family: Trebuchet MS, Helvetica, Sans-Serif;
	font-size: 14px;
	color: #544002;
	
	border: solid 5px #363636;
	z-index: 900;
	
}
.ui-dialog-titlebar
{
	background-color: #363636;
	color: #F6F0E0;
	xtext-align:right;
	width: 100%;
	position: relative;
}
.ui-dialog-title
{
	font-family:Trebuchet MS, Helvetica, Sans-Serif; 
	color: #F6F0E0; 
	font-size: 25px !important;
	margin-left: 10px;
	float:left;
	
	
	
	
}
.ui-dialog-titlebar-close
{
	xfont-family:Trebuchet MS, Helvetica, Sans-Serif; 
	xcolor: #F6F0E0; 
	font-size: 25px !important;
	xmargin-right: 10px;
	xtext-decoration:none;
	xtext-align:right;
	xwidth: 100%;
	
	width: 20px;
	position:absolute;
	right: 5px;
	top: 5px;
	background-image:url("../img/dialogeClose.png");
	background-repeat:no-repeat;
	
}

	



.ui-dialog-titlebar-close:hover, .ui-dialog-titlebar-close:focus
{
}


.ui-dialog-content
{
	background-color: #F6F0E0;
	font-family: Trebuchet MS, Helvetica, Sans-Serif;	
	color: #544002;	
	font-size: 14px !important;
}
.ui-dialog-buttonpane
{
	text-align:center;
}
.ui-dialog-buttonpane button
{
	margin-right: 20px;
	margin-bottom: 10px;
}
.ui-dialog .ui-resizable-se
{
}
.ui-draggable .ui-dialog-titlebar
{
}




/*
* 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.
*//* Layout helpers
----------------------------------*/.ui-helper-hidden
{
	display: none;
}
.ui-helper-hidden-accessible
{
	position: absolute;
	left: -99999999px;
}
.ui-helper-reset
{
	
}
.ui-helper-clearfix:after
{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.ui-helper-clearfix
{
	display: inline-block;
}
/* required comment for clearfix to work in Opera \*/* html .ui-helper-clearfix
{
	height: 1%;
}
.ui-helper-clearfix
{
	
}
/* end clearfix */.ui-helper-zfix
{
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	opacity: 0;
	filter: Alpha(Opacity=0);
}
/* Interaction Cues
----------------------------------*/.ui-state-disabled
{
	cursor: default !important;
}
/* Icons
----------------------------------*//* states and images */.ui-icon
{
	display: block;
	text-indent: -99999px;
	overflow: hidden;
	background-repeat: no-repeat;
}
/* Misc visuals
----------------------------------*//* Overlays */.ui-widget-overlay
{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.ui-accordion .ui-accordion-header
{
	cursor: pointer;
	position: relative;
	margin-top: 1px;
	zoom: 1;
}
.ui-accordion .ui-accordion-li-fix
{
	display: inline;
}
.ui-accordion .ui-accordion-header-active
{
	border-bottom: 0 !important;
}
.ui-accordion .ui-accordion-header a
{
	display: block;
	font-size: 1em;
	padding: .5em .5em .5em 2.2em;
}
.ui-accordion .ui-accordion-header .ui-icon
{
	position: absolute;
	left: .5em;
	top: 50%;
	margin-top: -8px;
}
.ui-accordion .ui-accordion-content
{
	padding: 1em 2.2em;
	border-top: 0;
	margin-top: -2px;
	position: relative;
	top: 1px;
	margin-bottom: 2px;
	overflow: auto;
	display: none;
}
.ui-accordion .ui-accordion-content-active
{
	display: block;
}

