.progressBackgroundFilter
{
    position: fixed;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    overflow: hidden;
    padding: 0;
    margin: 0;
    background: black;
    filter: alpha(opacity=50);
    opacity: 0.5;
    z-index: 100001;
}
.progressBackgroundNotFilter
{
    position: fixed;
    padding: 0;
    margin: 0;
    z-index: 100003;
	background:#000;
	color:#fff;
	font-family:Arial, Helvetica, sans-serif;
}
.progressBackgroundNotFilterShadow
{
    position: fixed;   
    padding: 0;
    margin: 0;
    z-index: 100002;
}

.PopupClose
{
    background: url("images/buttons.gif") repeat scroll -87px 0px transparent;
    border-width: 0px;
    float: right;
    z-index: 1000;
    cursor: pointer;
    width: 29.5px;
    height: 16px;
    margin-right: 10px;
}
.PopupResizeOn
{
    background: url("images/buttons.gif") repeat scroll -58px 0px transparent;
    border-width: 0px;
    float: right;
    z-index: 1000;
    cursor: pointer;
    width: 29.5px;
    height: 16px;
    margin-right: 2px;
}
.PopupResizeOff
{
    background: url("images/buttons.gif") repeat scroll -29px 0px transparent;
    border-width: 0px;
    float: right;
    z-index: 1000;
    cursor: pointer;
    width: 29px;
    height: 16px;
    margin-right: 2px;
}
.PopupMinimize
{
    background: url("images/buttons.gif") repeat scroll 0px 0px transparent;
    border-width: 0px;
    float: right;
    z-index: 1000;
    cursor: pointer;
    width: 29px;
    height: 16px;
    margin-right: 2px;
}

.dragable
{
    position: absolute;
    cursor: move;
}
.qsearch_body
{
    float: right;
    width: 20px;
    height: 22px;
}
.qsearch
{
    float: right;
    margin-right: 5px;
    width: 20px;
    height: 22px;
    cursor: pointer;
    background: url("images/search.gif") no-repeat top right;
}
.qsearch_on
{
    float: right;
    margin-right: 5px;
    width: 20px;
    height: 22px;
    cursor: pointer;
    background: url("images/search_on.gif") no-repeat top right;
}
.qsearch_area
{
    display: none;
    width: 200px;
    height: 150px;
    position: relative;
    margin-top: 25px;
    left: -180px;
}
.qsearch_area_on
{
    display: block;
    width: 200px;
    height: 148px;
    position: relative;
    margin-top: 25px;
    left: -180px;
    border-left:1px solid #000000;
    border-right:1px solid #000000;
}

.cal_image
{
    background: url("images/Calendar.gif") no-repeat top right;
    height:16px;
    width:16px;
    cursor:pointer;
    float:right;
}
.compareaction
{
    background: url("images/compare.gif") no-repeat top right;
    height:16px;
    width:16px;
    cursor:pointer;
}
.viewaction
{
    background: url("images/view.gif") no-repeat top right;
    height:16px;
    width:16px;
    cursor:pointer;
}
.editaction
{
    background: url("images/edit.gif") no-repeat top right;
    height:16px;
    width:16px;
    cursor:pointer;
}