/* SkinPathCss has replaced SkinPath tags in this CSS file */

.tdialog
{
    width:100%;
	margin:0px auto;
	min-width:40px;
	max-width:800px;
	color:#000;  	
}

.tdialog .tl
{
    width:20px;
    height:20px;
    background:transparent url(images/ttl.png) no-repeat;    
}

.tdialog .tm
{
    height:20px;
    background:transparent url(images/ttm.png) repeat-x;
}
.tdialog .tr
{
    width:20px;
    height:20px;
    background:transparent url(images/ttr.png) no-repeat;
}
.tdialog .ml
{
    width:20px;
    background:transparent url(images/tml.png) repeat-y;
}

.tdialog .mm
{
    background:#fff;
}

.tdialog .mr
{
    width:20px;
    background:transparent url(images/tmr.png) repeat-y;
}

.tdialog .bl
{
    width:20px;
    height:20px;
    background:transparent url(images/tbl.png) no-repeat;
}

.tdialog .bm
{
    height:20px;
    background:transparent url(images/tbm.png) repeat-x;
}

.tdialog .br
{
    width:20px;
    height:20px;
    background:transparent url(images/tbr.png) no-repeat;
}

.tdialog .menu
{
    float:left;
}

.tdialog .title
{
    float:left;
}

.tdialog .content
{
    clear:both;
}
