
/*
 * DESCRIPTION
 * CSS styles used by the lay-out of Eleos Mindguide website   
 * Alter these styles to let the site have a custom look.
 *
 * CONTENT
 *     - Window styles
 */


/* Window styles 
-------------------------------------------------------------------------------------------------*/


.dhtmlgoodies_window{
	width: 300px;
	position: fixed;
	overflow: hidden;	
	z-index: 10000;
	background: #FFF;
}

.dhtmlgoodies_window div{
	position: relative;
}

.dhtmlgoodies_window_top {
    font: bold 14px/25px Arial, Verdana, Tahoma, sans-serif;
    color: #FFF;
    text-transform: uppercase;
    cursor: default;
} 

.dhtmlgoodies_window .dhtmlgoodies_window_top{
	width: 100%;
	height: 25px;
	position: relative;
	background-color: #7d9cc8;
}

.dhtmlgoodies_window .top_buttons{
	float: right;
	z-index: 10;
	position: absolute;
	right: 0px;
	top: 0px;
	width: 35px;
}

.top_buttons img{
	float: left;
}

.minimizeButton {
    display: none;
}

.dhtmlgoodies_windowMiddle{
	border-right: 7px solid #000;
}

.dhtmlgoodies_windowContent{
	padding: 0;
	height: 100%;
	overflow: auto;
	background-color: #FFF;
	padding: 10px;
}

.dhtmlgoodies_window_bottom{
	border-bottom: 7px solid #000;
	position: relative;
	height: 0px;
	background-color: #FFF;
}

.dhtmlgoodies_window_bottom img{
	float: right;
}

.topCenterImage{
	position: absolute;
	left: 3px;
	height: 17px;
}

.resizeImage{
	position: absolute;
	right: 1px;
	bottom: 1px;
}