/* -------------------------------------------------- */
/* CrossFire 2.0 - DNN Container CSS                    */
/* by Kelly Oltean - http://www.NukeBuilder.com       */
/* -------------------------------------------------- */

.NBBBCtr01Table /* Outermost table */
{
    
}

/* ------------------------------- */
/* Title Row */
/* ------------------------------- */

.NBBBCtr01TitleTD1
{
     /* background, header left */
    background-image:url(NBBB_Ctr1_tl.gif);
    background-repeat:no-repeat;
    width:13px;    
}

.NBBBCtr01TitleTD2
{
     /* background, header center */
    background-image:url(NBBB_Ctr1_t.gif);
    background-repeat:repeat-x; 
}

.NBBBCtr01TitleTD3
{
    /* background, header right */
    background-image:url(NBBB_Ctr1_tr.gif);
    background-repeat:no-repeat;
    background-position:right top;
    width:13px;
}

.NBBBCtr01TitleLeftTD
{
    padding:6px 0px 12px 0px; /* padding around title text */
    width:100%;
}

.NBBBCtr01TITLE_obj /* direct class of object */
{
    font-weight:bold;
    font-family:Arial, Sans-Serif;
    font-size:14px;
    color:#D68154;
}

.NBBBCtr01TitleRightTD /* padding around admin dropdown arrow */
{
    text-align:right;
    padding:5px 0px 0px 0px;
}

/* ------------------------------- */
/* Content Row */
/* ------------------------------- */

.NBBBCtr01ContentRowTD
{
    /* background, content left */
    background-image:url(NBBB_Ctr1_l.gif);
    background-repeat:repeat-y;
    background-color:#FFFFFF;
}

.NBBBCtr01ContentDiv1
{
    /* background, content right */
    background-image:url(NBBB_Ctr1_r.gif);
    background-repeat:repeat-y;
    background-position:right;   
}

.NBBBCtr01ContentPane
{
    padding:5px 20px 5px 25px; /* padding around content area */
    color:#545454;
    line-height:17px;
    font-size:11px;
    font-family:Verdana
}

/* ------------------------------- */
/* Handles Announcements */
/* ------------------------------- */

 .NBBBCtr01ContentPane .SubHead
{
    
    color:#D68154;
    font-size:11px;
    font-family:Verdana
}

.NBBBCtr01ContentPane p
{
    
    color:#545454;
    line-height:17px;
    font-size:11px;
    font-family:Verdana
}

.NBBBCtr01ContentPane .DNN_ANN_Description, .NBBBCtr01ContentPane .DNN_ANN_Description p
{
    color:#545454;
    line-height:17px;
    font-size:11px;
    font-family:Verdana;
}

.Normal
{

    }

.NormalTextBox
{

    }
    
/* ------------------------------- */
/* Footer Row */
/* ------------------------------- */

.NBBBCtr01FooterTD1
{ 
    /* background, footer left */
    background-image:url(NBBB_Ctr1_bl.gif);
    background-repeat:no-repeat;
    background-position:left bottom;    
    width:13px;  
} 

.NBBBCtr01FooterTD2
{
    /* background, footer center */
    background-image:url(NBBB_Ctr1_b.gif);
    background-repeat:repeat-x;
    background-position:left bottom; 
}

.NBBBCtr01FooterTD3
{
    /* background, footer right */
   background-image:url(NBBB_Ctr1_br.gif);
    background-repeat:no-repeat;
    background-position:right bottom;
    width:13px;
}

.NBBBCtr01FooterTD
{
    text-align:right;
    padding:0px 0px 8px 0px; /* padding around default container icons */
}












