.window-container
{
	width:150px;
	position:absolute;
	left:350px;
	top:200px;
	font-size:13px;
	font-family:verdana;
}

.window-titleBar
{
	width:324px;
	height:15px;
	padding: 1px;
	text-indent: 3px;
	font: bold 11px Arial;
	background-color: #000;
    border-left: 1px solid #000;
	border-right: 1px solid #000;
	border-top: 1px solid #000;
	color: #fff;
	cursor: move;
	overflow: hidden;
}

.window-titleBar-disco {
	width:324px;
	height:18px;
	padding: 1px;
	text-indent: 3px;
	font: bold 11px Arial;
	background-color: #0066ff;
	background-image: url(../img/design/disco-tb.jpg);
    border-left: 1px solid #000;
	border-right: 1px solid #000;
	border-top: 1px solid #000;
	color: #000;
	cursor: move;
	overflow: hidden;
}

.window-titleBar-proj {
	width:324px;
	height:18px;
	padding: 1px;
	text-indent: 3px;
	font: bold 11px Arial;
	background-color: #33cc66;
	background-image: url(../img/design/on_going-tb.jpg);
    border-left: 1px solid #000;
	border-right: 1px solid #000;
	border-top: 1px solid #000;
	color: #000;
	cursor: move;
	overflow: hidden;
}

.window-titleBar-contact {
	width:324px;
	height:18px;
	padding: 1px;
	text-indent: 3px;
	font: bold 11px Arial;
	background-color: #ff9900;
	background-image: url(../img/design/contact-tb.jpg);
    border-left: 1px solid #000;
	border-right: 1px solid #000;
	border-top: 1px solid #000;
	color: #000;
	cursor: move;
	overflow: hidden;
}

.window-titleBar-agenda
{
	width:324px;
	height:18px;
	padding: 1px;
	text-indent: 3px;
	font: bold 11px Arial;
	background-color: #ff0033;
	background-image: url(../img/design/agenda-tb.jpg);
    border-left: 1px solid #000;
	border-right: 1px solid #000;
	border-top: 1px solid #000;
	color: #000;
	cursor: move;
	overflow: hidden;
}

.window-titleBar-bio
{
	width:324px;
	height:18px;
	padding: 1px;
	text-indent: 3px;
	font: bold 11px Arial;
	background-color: #9966cc;
	background-image: url(../img/design/bio_graph-tb.jpg);
    border-left: 1px solid #000;
	border-right: 1px solid #000;
	border-top: 1px solid #000;
	color: #000;
	cursor: move;
	overflow: hidden;
}

.window-titleBar-dl
{
	width:324px;
	height:18px;
	padding: 1px;
	text-indent: 3px;
	font: bold 11px Arial;
	background-color: #9966cc;
	background-image: url(../img/design/download-tb.jpg);
    border-left: 1px solid #000;
	border-right: 1px solid #000;
	border-top: 1px solid #000;
	color: #000;
	cursor: move;
	overflow: hidden;
}

.collapsed {
	border: none;
}

.window-content
{
	width:100%;
	height:100%;
	background-color: #e6e6e6;
	font-size:13px;
	font-family:verdana;
    border-left: 1px solid #000;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	overflow:hidden;
}

.window-statusBar
{
	width:100%;
	height:15px;
	text-indent: 3px;
	font: bold 13px Arial;
	background-color: #ffffff;
	border:1px solid #000;
	color: #FFFFFF;
	overflow: hidden;
}

.window-minimizeButton
{
	position: absolute;
	right: 20px;
	top: 2px;
	cursor: pointer;
}

.window-maximizeButton
{
	position: absolute;
	right: 20px;
	top: 2px;
	cursor: pointer;
}

 .window-closeButton
{
	position: absolute;
	right: 5px;
	top: 2px;
	cursor: pointer;
}

.window-resizeIcon
{
	float: right;
	cursor: nw-resize;
}