

/* CANVAS */
/* --------------------------------------------------- */
.jadewindow_canvas
{
	overflow: hidden;
}

/* TRAY */
/* --------------------------------------------------- */
.jadewindow_tray
{
	background-color: #aaaaaa;
	border-top: 1px solid #000000;
	height: 32px;
	width: 100%;
	position:absolute;
	bottom:0px;
	padding-left: 2px;
}

.jadewindow_minimized
{
	background-color: #eeeeee;
	border: 1px solid #000000;
	
	width: 100px;
	height: 24px;
	line-height: 16px;
	
	margin-top: -1px;
	padding: 2px;
	padding-left: 2px;
	padding-right: 2px;
	margin-left: 2px;
	margin-right: 2px;
	
	display: inline-block;
	overflow: hidden;
	white-space: nowrap;
	cursor: default;

}

.jadewindow_minimized:hover
{
	background-color: #dddddd;
}



/* WINDOWS */
/* --------------------------------------------------- */
.jadewindow
{
	border-radius: 1px;
	/* box-shadow: 0px 4px 10px #eeeeee; */
}

.jadewindow.moving
{
	cursor: grab;
	border-color:#aaaaaa;
	border-style: dashed;
	/* box-shadow: 0px 0px 0px; */
	/* box-shadow: 8px 8px 16px #dddddd; */
}

.jadewindow>.jadewindow_header
{
	height:32px;
	line-height: 32px;
	padding-top: 0px;
	padding-left: 8px;
	padding-right: 8px;
}

.jadewindow.active>.jadewindow_header
{
	background-color: #dddddd;
}

.jadewindow.active>.jadewindow_header
{
	background-color: #dddddd;
}

/* WINDOW HEADER ELEMENTS */
/* --------------------------------------------------- */
.jadewindow_title
{
	display: inline;
	cursor: default;
}
.jadewindow_buttons
{
	display:inline;
	float:right;
}
.jadewindow_buttons>span
{
	padding-left: 0px;
}
.jadewindow_close
{
	color:#aaaaaa;
}
.jadewindow_close:hover
{
	color:#666666;
}
.jadewindow_minimize
{
	color:#aaaaaa;
}
.jadewindow_minimize:hover
{
	color:#666666;
}

