﻿
/* header styles */
.whiteRoundedBox .header
{
    position:relative;
    color:#fff;        
}
.whiteRoundedBox .header .outer
{
    background:url(tr.png) right no-repeat;
    padding-right:10px;
}
.whiteRoundedBox .header .inner
{
    background:url(tl.png) left no-repeat;
    padding-left:10px;
}
.whiteRoundedBox .header .content
{
	font-family: 'AvantGarde Bk BT', Verdana, Sans-Serif;
	text-align:left;
    height:20px;
    background:url(t.png) repeat-x;
}
.whiteRoundedBox .header .content H2
{
    font-family: "Segoe UI", Verdana, Sans-Serif;
    font-size:12pt;
    font-weight:bold;
    color:#000;
    padding:0 0 0 0;
    margin:0;
}      

/* dialog body styles */
.whiteRoundedBox .body
{
}
.whiteRoundedBox .body .outer
{
    background:url(r.png) right repeat-y;
    padding-right:10px;
}
.whiteRoundedBox .body .inner
{
    background:url(l.png) left repeat-y;
    padding-left:10px;
}
.whiteRoundedBox .body .content
{
	background-color: #ffffff;
	/*background-image: url(txbg2.gif);
	background-repeat: repeat; */
}  
.whiteRoundedBox .body .content h2
{
    padding:10px;
    margin:0px;
    text-align:right;
    font-size:11pt;
    color:#222222;            
    font-weight:normal;
    font-family: "Segoe UI", Verdana, Sans-Serif;
}                       

/* dialog footer styles */
.whiteRoundedBox .footer
{
}

.whiteRoundedBox .footer .outer
{
    background:url(br.png) right top no-repeat;
    padding-right:10px;
}
.whiteRoundedBox .footer .inner
{
    background:url(bl.png) left top no-repeat;
    padding-left:10px;
}
.whiteRoundedBox .footer .content
{
    height:10px;
    background:url(b.png) repeat-x;        
} 
