.window_ctr {
border-width: 1px;
border-style: solid;
border-color: black;
overflow: hidden;
position: absolute;
background-color: #26435C;
}

.window_ctr2 {
border-width: 1px;
border-style: solid;
border-top-color: #D2DBE3;
border-left-color: #D2DBE3;
border-right-color: #295D86;
border-bottom-color: #295D86;
overflow: hidden;
background: #4D91C7 URL('../images/window/wdwTitleBack.gif') Top Left repeat-x;
}

.window_ico {
position: absolute;
top: 2;
cursor: hand;
}

.window_ttl {
position: absolute;
height: 16px;
left: 22;
top: 4;
overflow: hidden;
font-family: Arial;
font-size: 11px;
color: white;
font-weight: bold;
cursor:move;
}

.window_cnt {
border-width: 1px;
border-style: solid;
border-right-color: #D2DBE3;
border-bottom-color: #D2DBE3;
border-top-color: #295D86;
border-left-color: #295D86;
position: absolute;
overflow: hidden;
top: 19;
margin-left: 1px;
margin-right: 1px;
font-family: Verdana;
font-size: 11;
text-align: Left;
background: #FFFFFF URL('../images/window/wdwContentBack.gif') Right Bottom No-Repeat;
}

.window_cnt2 {
scrollbar-face-color:#F1F1F0;
scrollbar-highlight-color:#808080;
scrollbar-3dlight-color:#FFFFFF;
scrollbar-darkshadow-color:#FFFFFF;
scrollbar-shadow-color:#808080;
scrollbar-arrow-color:#808080;
scrollbar-track-color:#FFFFFF;
padding: 5px;
border-width: 1px;
border-style: solid;
border-color: black;
overflow: auto;
position: absolute;
}

.scrollbar_h {
border-width: 1px;
border-bottom-width: 0px;
border-left-width: 0px;
border-style: solid;
border-color: black;
left: 1;
overflow: hidden;
position: absolute;
background-color: #CFCCB7;
font-family: Verdana;
font-size: 7;
}

.scrollbar_v {
border-width: 1px;
border-top-width: 0px;
border-right-width: 0px;
border-style: solid;
border-color: black;
top: 1;
overflow: hidden;
position: absolute;
background-color: #CFCCB7;
font-family: Verdana;
font-size: 7;
}

.resize_border{
border-width: 1px;
border-color: #e3cd43;
border-style: solid;
position: absolute;
left: 100;
top: 100;
height: 100;
width: 100;
font-size: 9px;
z-index: 99999999;
}

.window_shadow{
position: absolute;
background-color: #000000;
z-index: 0;
filter: progid:DXImageTransform.Microsoft.Alpha(opacity=30);
}




.windowBorder {
background: #4D91C7;
border: 1 outset #yellow;
}

.windowTop {
	background: URL('../images/window/wdwTitleBack.gif') Top Left repeat-x;
}

.windowTitle {
	height: 16px;
	overflow: hidden;
	font-family: Arial;
	font-size: 11px;
	color: white;
	padding-left: 22px;
	font-weight: bold;
	Background: URL('../images/window/wdwIcon.gif') 1px Top No-Repeat;
}

.windowButton {
	border: 1 outset;
	font-family: Marlett;
	font-size: 10;
	text-align: center;
	cursor: hand;
	overflow: hidden;
	margin-top: 2;
	padding: 1;
	width: 14;
	height: 14;
	color: black;
}

#Minimize {
	background: #CFCCB7;
}

#Maximize {
	background: #CFCCB7;
}

#Close {
	background: #E2CD43;
	border: 1 outset #ECDE84;
}

.Border {
	Border: 1 solid Black;
}

.ScrollButton {
	Border: 1 solid Black;
	Background: #E2CD43;
	Margin: 1px;
	Font-family: Marlett;
	Font-size: 7;
	Height: 9px;
	Width: 9px;
}

.TextHighLight {
	font-family: Verdana;
	font-size: 11;
	font-weight: Bold;
	color: #4154B2;
}

