﻿table
{
	border-spacing: 0px;
	border-collapse: collapse;
	border-spacing:0px;
}
.win_dilogtop_left
{
    padding:0;width:5px; height:29px; background:url("img/top_left.gif") no-repeat scroll 0 0 transparent;
}
.win_dilogtop_right
{
    padding:0;width:5px; height:29px; background:url("img/top_right.gif") no-repeat scroll 0 0 transparent;
}
.win_dilogtop_center
{
   padding:0;height:29px; background:url("img/top_center.gif") repeat-x scroll 0 0 transparent;	
}
.win_dilogcenter_left
{
    background: url("img/mid_left.gif") repeat-y scroll 0 0 transparent;
    width: 5px;	
    padding:0;
}
.win_dilogcenter_right
{
    background: url("img/mid_right.gif") repeat-y scroll 0 0 transparent;
    width: 5px;	
    padding:0;
}
.win_dilogcenter_center
{ 
	background-color:#FFFFFF;
    overflow: auto;
    padding:0px;
    height:100%;
}
.win_dilogbuttom_left
{
    background: url("img/bottom_left.gif") no-repeat scroll 0 0 transparent;
    height: 23px;
    width: 5px;	
    padding:0;
}
.win_dilogbuttom_center
{
    background: url("img/bottom_center.gif") repeat-x scroll 0 0 transparent;
    height: 23px;
    padding:0;
    width:auto;
}
.win_dilogbuttom_right
{
    background: url("img/sizer.gif") no-repeat scroll 0 0 transparent;
    cursor: se-resize;
    height: 23px;
    width: 15px;
    padding:0;
}
.win_dialog_title
{
	background-image:url("img/title_index.png");
	background-position:left center;
	background-repeat:no-repeat;
	color: #15428B;
    float: left;
    font-size: 12px;
    font-weight: bold;
    height: 20px;
    line-height: 25px;
    width: auto;
    padding-left:17px;
    -moz-user-select: none;
    -khtml-user-select: none;
}
.win_dialog_close
{
    background: url("img/close.gif") no-repeat scroll 0 0 transparent;
    cursor: pointer;
    background-position: center top;
    float: right;
    height: 24px;
    margin-right: 3px;
    width: 25px;
    z-index: 2000;	
}
.win_dialog_maximize
{
    background: url("img/maxi.gif") no-repeat scroll 0 0 transparent;
    cursor: pointer;
    float: right;
    height: 24px;
    margin-right: 3px;
    width: 25px;
    z-index: 2000;	
}
.win_dialog_frame
{
  border-width:0px; width:100%; height:100%;
}