/* -------------------------------------------------- */
/* InnerBalance 1.0 - DNN Container CSS                    */
/* by Kelly Oltean - http://www.NukeBuilder.com       */
/* -------------------------------------------------- */

.IBGBCtr01Table /* Outermost table */
{
    /*background-image:url(Cf_Org_Ctr1_bk.jpg);
    background-repeat:repeat-x;*/
    background-color:#FFFFFF;
}

/* ------------------------------- */
/* Title Row */
/* ------------------------------- */

.IBGBCtr01TitleTD1
{
     /* background, header left */
    background-image:url(IBGB_Ctr1_tl.jpg);
    background-repeat:no-repeat;
    width:20px;    
}

.IBGBCtr01TitleTD2
{
     /* background, header center */
    background-image:url(IBGB_Ctr1_t.jpg);
    background-repeat:repeat-x; 
}

.IBGBCtr01TitleTD3
{
    /* background, header right */
    background-image:url(IBGB_Ctr1_tr.jpg);
    background-repeat:no-repeat;
    background-position:right top;
    width:20px;
}

.IBGBCtr01TitleLeftTD
{
    padding:6px 0px 12px 0px; /* padding around title text */
    width:100%;
}

.IBGBCtr01TITLE_obj /* direct class of object */
{
    font-weight:bold;
    font-family:Arial, Sans-Serif;
    font-size:14px;
    color:#E3E3E3;
}

.IBGBCtr01TitleRightTD /* padding around admin dropdown arrow */
{
    text-align:right;
    padding:5px 0px 0px 0px;
}

/* ------------------------------- */
/* Content Row */
/* ------------------------------- */

.IBGBCtr01ContentRowTD
{
    /* background, content left */
    background-image:url(IBGB_Ctr1_l.jpg);
    background-repeat:repeat-y;
    background-color:#FFFFFF;
}

.IBGBCtr01ContentDiv1
{
    /* background, content right */
    background-image:url(IBGB_Ctr1_r.jpg);
    background-repeat:repeat-y;
    background-position:right;   
}

.IBGBCtr01ContentPane
{
    padding:5px 20px 5px 25px; /* padding around content area */
    color:#5E5E5E;
    line-height:16px;
    font-size:11px;
    font-family:Verdana
}

/* ------------------------------- */
/* Handles Announcements */
/* ------------------------------- */

 .IBGBCtr01ContentPane .SubHead
{
    
    color:#547B66;
    font-size:11px;
    font-family:Verdana
}

.IBGBCtr01ContentPane p
{
    
    color:#5E5E5E;
    line-height:16px;
    font-size:11px;
    font-family:Verdana
}

.IBGBCtr01ContentPane .DNN_ANN_Description, .IBGBCtr01ContentPane .DNN_ANN_Description p
{
    color:#5E5E5E;
    line-height:16px;
    font-size:11px;
    font-family:Verdana;
}

.Normal
{

    }

.NormalTextBox
{

    }
/* ------------------------------- */
/* Footer Row */
/* ------------------------------- */

.IBGBCtr01FooterTD1
{ 
    /* background, footer left */
    background-image:url(IBGB_Ctr1_bl.jpg);
    background-repeat:no-repeat;
    background-position:left bottom;    
    width:20px;  
} 

.IBGBCtr01FooterTD2
{
    /* background, footer center */
    background-image:url(IBGB_Ctr1_b.jpg);
    background-repeat:repeat-x;
    background-position:left bottom; 
}

.IBGBCtr01FooterTD3
{
    /* background, footer right */
   background-image:url(IBGB_Ctr1_br.jpg);
    background-repeat:no-repeat;
    background-position:right bottom;
    width:20px;
}

.IBGBCtr01FooterTD
{
    text-align:right;
    padding:0px 0px 8px 0px; /* padding around default container icons */
}













