/* -------------------------------------------------- */
/* CrossFire 1.0 - DNN Container CSS                    */
/* by Kelly Oltean - http://www.NukeBuilder.com       */
/* -------------------------------------------------- */

.wht_spt01Table /* Outermost table */
{
}

/* ------------------------------- */
/* Title Row */
/* ------------------------------- */

.wht_spt01TitleLeftTD
{
    padding:6px 0px 0px 12px; /* padding around title text */
    width:70%;
    background-image:url(wht_spt01TL.gif);
    background-repeat:no-repeat;
    background-position:left top;
}

.wht_spt01TitleCenterTD
{
    width:10%;
  background-color:#FFFFFF;  
}

.wht_spt01TITLE_obj /* direct class of object */
{
    font-weight:bold;
    font-family:Arial, Sans-Serif;
    font-size:12px;
    display:none;
    
}

.wht_spt01TitleRightTD /* padding around admin dropdown arrow */
{
    text-align:right;
    width:20%;
    padding:4px 10px 0px 0px;
    background-image:url(wht_spt01TR.gif);
    background-repeat:no-repeat;
    background-position:right top;
}

/* ------------------------------- */
/* Content Row */
/* ------------------------------- */

.wht_spt01ContentRowTD
{
    background-color:#FFFFFF;
    }



.wht_spt01ContentPane
{
    
    padding:4px 8px 5px 8px; /* padding around content area */
    line-height:16px;
    color:#756B62;
}

/* ------------------------------- */
/* Footer Row */
/* ------------------------------- */

.wht_spt01FooterLeftTD
{
    text-align:right;
    width:20%;
    padding:4px 0px 4px 10px; /* padding around default container icons */
    background-image:url(wht_spt01BL.gif);
    background-repeat:no-repeat;
    background-position:left bottom;
}

.wht_spt01FooterCenterTD
{
    width:10%;
    background-color:#FFFFFF;
    
}

.wht_spt01FooterRightTD
{
    width:70%;
    text-align:right;
    padding:4px 10px 4px 0px; /* padding around default container icons */
    background-image:url(wht_spt01BR.gif);
    background-repeat:no-repeat;
    background-position:right bottom;
}











