.eyeWindowMain {
color:#000000;
height:500px;
margin:0pt;
overflow:hidden;
padding:0pt;
position:absolute;
width:200px;
}
.eyeWindowMinimizeButton {
background-image:url(index.php?extern=apps/eyeX/themes/default/images/windows/min.png);
cursor:pointer;
height:17px;
position:absolute;
top:3px;
width:17px;
}
.eyeWindowMinimizeButton:hover {
background-image:url(index.php?extern=apps/eyeX/themes/default/images/windows/min_x.png);
}
.eyeWindowMaxButton {
background-image:url(index.php?extern=apps/eyeX/themes/default/images/windows/max.png);
cursor:pointer;
height:17px;
position:absolute;
top:3px;
width:17px;
}
.eyeWindowMaxButton:hover {
background-image:url(index.php?extern=apps/eyeX/themes/default/images/windows/max_x.png);
}
.eyeWindowCloseButton {
background-image:url(index.php?extern=apps/eyeX/themes/default/images/windows/close.png);
cursor:pointer;
height:17px;
position:absolute;
top:3px;
width:17px;
}
.eyeWindowCloseButton:hover {
background-image:url(index.php?extern=apps/eyeX/themes/default/images/windows/close_x.png);
}
.eyeWindowResizeButton {
background-color:transparent;
bottom:0pt;
cursor:se-resize;
height:12px;
position:absolute;
right:0pt;
width:12px;
}
.eyeWindowTitle {
height:23px;
margin:0pt;
overflow:hidden;
padding:0pt;
width:100%;
}
.eyeWindowTitle_border_right {
background-image:url(index.php?extern=apps/eyeX/themes/default/images/windows/border_top_right.png);
background-repeat:no-repeat;
height:23px;
position:absolute;
right:0pt;
top:0pt;
width:5px;
}
.eyeWindowTitle_border_left {
background-image:url(index.php?extern=apps/eyeX/themes/default/images/windows/border_top_left.png);
background-repeat:no-repeat;
height:23px;
left:0pt;
position:absolute;
top:0pt;
width:5px;
}
.eyeWindowTitle_center {
background-image:url(index.php?extern=apps/eyeX/themes/default/images/windows/bg_top.png);
background-repeat:repeat-x;
height:23px;
left:5px;
position:absolute;
right:5px;
top:0pt;
}
.eyeWindowTitle_text {
color:#FFFFFF;
cursor:default;
font-weight:600;
margin-left:10px;
margin-top:4px;
}
.eyeWindowContent {
background-color:#FFFFFF;
border-bottom:1px solid #424D5F;
border-left:1px solid #424D5F;
border-right:1px solid #424D5F;
bottom:0pt;
left:0pt;
overflow:auto;
position:absolute;
right:0pt;
top:230px;
}
.eyeWindowContentInvisible {
background-color:transparent;
bottom:0pt;
left:0pt;
overflow:auto;
position:absolute;
right:0pt;
top:23px;}
