﻿#tcDlgMask
{
    background-image:url(dialog/backtransp.gif);
    background-repeat:repeat;
    display: none;
    z-index: 998; 
    display:none;    
    position: absolute;
	top:0;
	left:0;
    height: 100%;
    width:100%;
}

#tcDlgMaskBg
{
    z-index: -1;
    position: absolute;
    top:0;
	left:0;
	min-width:100%;
    min-height:100%;
    width:100%;
    height:100%;
    filter: alpha(opacity=50);
    background-color: #aaa;
    -moz-opacity: 0.5;
    opacity: 0.5;
}

#tcDlgCheck
{
    z-index: 10000; 
    margin: 0px auto; 
    width: 100%; 
    bottom: 30px; 
    position: absolute;
    font-size:11px;
    font-family: Arial, Verdana, Sans-Serif; 
    text-align: center;    
}

.dlgTL
{
    padding-left:5px; 
    background-image:url(dialog/borders.gif);
    background-position:0 0;
    background-repeat:no-repeat;
    height:30px;    
}

.dlgTR
{
    padding-right:5px; 
    background-image:url(dialog/borders.gif);
    background-position:100% -50px;
    background-repeat:no-repeat;
    height:30px;
}

.dlgTM
{
    padding:0; 
    background-image:url(dialog/borders.gif);
    background-position:0 -100px;
    background-repeat:repeat-x;
    height:30px;
    width:auto;
    cursor:default;
    position:relative;
}

.dlgTM span
{
    padding-left:10px;
    line-height:30px;
    font-family: arial,Helvetica,sans-serif;
    font-size:15px;
    font-weight:bold;
    color:#fff;
    cursor:default;    
}

.dlgSL
{
    padding-left:5px; 
    background-image:url(dialog/side.gif);
    background-position:0 0;
    background-repeat:repeat-y; 
}

.dlgSR
{
    padding-right:5px; 
    background-image:url(dialog/side.gif);
    background-position:100% 0;
    background-repeat:repeat-y;    
}

.dlgBL
{
    padding-left:5px; 
    background-image:url(dialog/borders.gif);
    background-position: 0 -150px;
    background-repeat:no-repeat;
    height:20px;
}

.dlgBR
{
    padding-right:5px; 
    background-image:url(dialog/borders.gif);
    background-position:100% -170px;
    background-repeat:no-repeat;
    height:20px;
}

.dlgBM,
.dlgBM_drag
{
    padding:0; 
    background-image:url(dialog/borders.gif);
    background-position:0 -190px;
    background-repeat:repeat-x;
    height:20px;
    width:auto;
}


#tcDlgDrag
{
    /* position:absolute; background:transparent; width: 350px; height:10px; overflow:visible; border:none; display:block; z-index:9999; */
    position:absolute;
    background:transparent;    
    width: 300px;
    height:200px;
    overflow:visible;
    display:block;
    z-index:9999;
}

div.tcDlgQ
{   
    text-align:left;
    padding: 18px 25px 0;
    FONT-SIZE: 13px;	
    FONT-FAMILY: Arial,Verdana, Sans-Serif;
}
div.tcDlg
{
    position:relative;
    margin:auto;
    width:290px;
    height:150px;
    background:#fff;
    color:#333;
    width:auto;
    border:none;
    display:block;
    z-index:9999;
    
}


div.tcDlgHid
{
    display:none;    
    position:relative;    
}
div.tcDlgBtnHold
{
    CLEAR: both; 
    PADDING-RIGHT: 0px! important; 
    DISPLAY: block; 
    width:100%;
    PADDING-LEFT: 0px! important; 
    FLOAT: none; 
    PADDING-BOTTOM: 0px! important; 
    MARGIN: auto; 
    OVERFLOW: visible; 
    PADDING-TOP: 20px! important
/*    
    
    display:block;
    overflow:visible;
    width: 100%;
    height:30px;    
    padding-top:25px;
    text-align:center;
    position:relative;
    float:left;
*/
}



div.tcDlgQ
{
    /*fix IE centering above */
    text-align:left;
}

.dlgTM_drag
{
    padding:0; 
    background-image:url(dialog/borders.gif);
    background-position:0 -100px;
    background-repeat:repeat-x;
    height:30px;
    width:auto;
    cursor:move;
    position:relative;
}

.dlgTM_drag span#dlgCaption
{
    padding-left:10px;
    line-height:30px;
    font-family: arial,Helvetica,sans-serif;
    font-size:15px;
    font-weight:bold;
    color:#fff;
    cursor:move;    
}


