/* (graphical) stuff for the window class.
	for layouting it, refer to jdoors.css */
/* the whole window */
.jdwindow{
	border: 2px solid #222222;
	background-color: #222222;
	color: #FFF;
	font-family: 'Roboto';
	font-size: 12px;
}

/* the top bar of the window (to move it) */
.jdwindow-top {background-color: #222222; padding-left: 5px;}

/* the hide button.
	a window will not be deleted, only hidden.
	remember that. You can show it again with jQuery and the window name given.
	$('#mywindow').show();
*/
.jdwindow-hide
{
	background-color: #911;
	font-size: 12pt;
	text-align: center;
}
