﻿/* globa handles */
.windowHandle
{  
    height: 17px; 
    
    padding-top: 0px;
    padding-left: 0px; 
    
    cursor: default;
     
    font-family: Verdana;
    font-size: 10px;
    
    color: black;
    cursor: default; 
    
    filter:alpha(opacity=90); 
    -moz-opacity: 0.90; 
    opacity: 0.90; 
}

/* window border top */
.borderLeftTop
{
    display: block;
    float: left;
    
    width: 10px;
    height: 17px;  
    
    background-image: url(/images/layout/border_lt.gif);  
}

.handleContent
{
      border-top: 1px solid #cccccc;
      background-color: White;
      
      display: block;
      float: left;  
      
      height: 16px;
}

.borderRightTop
{
    display: block;
    float: right;
    
    width: 10px;
    height: 17px;  
    
    background-image: url(/images/layout/border_rt.gif);  
}

/* window border bottom */
.windowFooter
{
    filter:alpha(opacity=90); 
    -moz-opacity: 0.90; 
    opacity: 0.90;
    
    height: 10px;
    clear: left;
}

.borderLeftBottom
{
    display: block;
    float: left;
    
    width: 10px;
    height: 10px;  
    
    background-image: url(/images/layout/border_lb.gif);  
}

.borderBottomContent
{
    border-bottom: 1px solid #cccccc;
    background-color: White;
    
    display: block;
    float: left;
    
    height: 9px;
}

.borderRightBottom
{
    display: block;
    float: right;
    
    width: 10px;
    height: 10px;  
    
    background-image: url(/images/layout/border_rb.gif);  
}

/* window handle left and right side */
.windowHandleLeftSide
{
    float: left;
    height: 16px;
    
    text-transform: uppercase;
}

.windowHandleRightSide
{
    float: right;
    height: 16px; 
    padding-right: 1px;   
}

.windowHandleRightSide img
{
    display: block;
    float: left;
    margin-top: 2px;
    margin-left: 10px;    
}

.windowHandleLeftSide img
{
    display: block;
    float: left;
}

.windowHandleLeftSide span
{
    display: block;
    float: left;
    margin-top: 3px;
    margin-left: 0px;
}

.windowHandleLeftSide img
{
    display: block;
    float: left;
}

.windowContent
{
    border-left: 1px solid #cccccc;
    border-right: 1px solid #cccccc;   
}