/**
 * Internal window style sheet.
 */

/* The border definition (top-left=w.border_tl, etc...) */
div.w_border_tl {
	font-size: 1px; 
	position: absolute; 
	top: 0px; 
	left: 0px; 
	height: 17px;
	width: 17px; 
	background-image: url(/images/iwindow_resources/border_tl.png); 
	background-repeat: repeat;
}

div.w_border_t {
	font-size: 1px; 
	position: absolute; 
	top: 0px; 
	left: 17px; 
	height: 17px; 
	right: 23px; 
	background-image: url(/images/iwindow_resources/border_t.png); 
	background-repeat: repeat;
}

div.w_border_tr {
	font-size: 1px; 
	position: absolute; 
	top: 0px; 
	right: 0px; 
	height: 17px; 
	width: 23px; 	
	background-image: url(/images/iwindow_resources/border_tr.png); 
	background-repeat: repeat;
}

div.w_border_l {
	font-size: 1px; 
	position: absolute; 
	top: 17px; 
	left: 0px; 
	width: 17px; 
	bottom: 23px; 
	background-image: url(/images/iwindow_resources/border_l.png); 
	background-repeat: repeat;
}

div.w_border_r {
	font-size: 1px; 
	position: absolute; 
	top: 17px; 
	right: 0px; 
	width: 23px; 
	bottom: 23px;
	background-image: url(/images/iwindow_resources/border_r.png); 
	background-repeat: repeat;
}

div.w_border_bl {
	font-size: 1px; 
	position: absolute; 
	bottom: 0px; 
	left: 0px; 
	height: 23px; 
	width: 17px;
	background-image: url(/images/iwindow_resources/border_bl.png); 
	background-repeat: repeat;
}

div.w_border_b {
	font-size: 1px; 
	position: absolute; 
	bottom: 0px; left: 17px; 
	height: 23px; 
	right: 23px;
	background-image: url(/images/iwindow_resources/border_b.png); 
	background-repeat: repeat;
}

div.w_border_br {
	font-size: 1px; 
	position: absolute; 
	bottom: 0px; 
	right: 0px; 
	height: 23px; 
	width: 23px;
	background-image: url(/images/iwindow_resources/border_br.png); 
	background-repeat: repeat;
}

div.w_border_resize {
	cursor: se-resize;
	font-size: 1px; 
	position: absolute; 
	bottom: 0px; 
	right: 0px; 
	height: 15px; 
	width: 15px;
	z-index: 3;
	background-image: url(/images/iwindow_resources/resize.png); 
	background-repeat: no-repeat;
}


a.w_close_btn {
	cursor: default;
	position: absolute;
	width: 25px;
	height: 19px;
	top: 0px;
	right: 5px;
	background-image: url(/images/iwindow_resources/close.png);
	background-repeat: no-repeat;
}

a.w_close_btn:hover {
	background-image: url(/images/iwindow_resources/close_hover.png);
}

a.w_max_btn {
	cursor: default;
	position: absolute;
	width: 25px;
	height: 19px;
	top: 0px;
	right: 35px;
	background-image: url(/images/iwindow_resources/max.png);
	background-repeat: no-repeat;
}

a.w_max_btn:hover {
	background-image: url(/images/iwindow_resources/max_hover.png);
}

a.w_min_btn {
	cursor: default;
	position: absolute;
	width: 25px;
	height: 19px;
	top: 0px;
	right: 60px;
	background-image: url(/images/iwindow_resources/min.png);
}

a.w_min_btn:hover {
	background-image: url(/images/iwindow_resources/min_hover.png);
}


div.w_body {
	background-color: #EEEEEE; 
	position: absolute; 
	z-index: 2; 
	top: 8px; 
	left: 8px; 
	bottom: 14px; 
	right: 14px;
}

div.w_title {
	cursor: move; 
	color: #000000; /* rgb(255, 255, 255); */
	background-color: #E1E7EE; /* rgb(47, 47, 79); */
	border-bottom: 1px solid #A6A5A6;
	/* background-image: url(/images/iwindow_resources/title.gif); */
	background-repeat: repeat-x; 
	background-position: 0px 100%; 
	position: absolute; 
	top: 0px; 
	height: 28px; 
	width: 100%;
	left: 0px; 
	right: 0px;
	overflow: hidden;
}

div.w_title div{
	padding: 5px 10px; 
	position: absolute; 
	left: 0px; 
	top: 0px; 
	white-space: nowrap; 
	overflow: hidden;
}

div.w_content {
	padding: 0px; 
	overflow: auto; 
	position: absolute; 
	width: 100%; 
	top: 28px; 
	bottom: 16px;
	overflow: auto;
}
