/****************************************************************************************
WINDOW

style prefix: exo-window-
****************************************************************************************/

.exo-window-panel
{
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 1;
}

.exo-window-table
{
	width: 100%;
	height:100%;
	border-collapse: collapse;
}

.exo-window-tl,
.exo-window-t,
.exo-window-tr
{
	height: 23px;
}

.exo-window-bl,
.exo-window-b,
.exo-window-br
{
	height: 6px;
}

.exo-window-tr,
.exo-window-tl,
.exo-window-l,
.exo-window-bl
{
	width: 6px;
}

.exo-window-tl
{
	background: url("images/window/window_TL.png") no-repeat;
}

.exo-window-t
{
	background: url("images/window/window_T.png") repeat-x;
}

.exo-window-tr
{
	background: url("images/window/window_TR.png") no-repeat;
}

.exo-window-l
{
	background: url("images/window/window_L.png") repeat-y;
}

.exo-window-r
{
	background: url("images/window/window_R.png") repeat-y;
}

.exo-window-bl
{
	background: url("images/window/window_BL.png") no-repeat;
}

.exo-window-b
{
	background: url("images/window/window_B.png") repeat-x;
}

.exo-window-br
{
	background: url("images/window/window_BR.png") no-repeat;
}

.exo-window-m
{
	background: #FFFFFF;
}

/****************************************************************************************
WINDOW HEADER
****************************************************************************************/

.exo-window-header-table
{
	width: 100%;
	height:17px;
	margin-top: 1px;
	border-collapse: collapse;
}

/****************************************************************************************
WINDOW TITLE
****************************************************************************************/

.exo-window-header-title
{
    font-family:Verdana,sans-serif;
    font-size:11px;
    font-weight:bold;
	color:#4C4C4C;
    padding-left:2px;
    padding-right:2px;
    padding-bottom:2px;
}

/****************************************************************************************
WINDOW ICON, BUTTONS
****************************************************************************************/

.exo-window-icon,
.exo-window-control-button
{
	width: 16px;
}

.exo-window-control-image
{
	width: 16px;
	height: 16px;
}
