/* -------------------------------------------------- */
/* CrossFire 1.0 - DNN Container CSS                    */
/* by Kelly Oltean - http://www.NukeBuilder.com       */
/* -------------------------------------------------- */

.grayglass01Table /* Outermost table */
{
border:0px solid red;
}

/* ------------------------------- */
/* Title Row */
/* ------------------------------- */

.grayglass01TitleRowTD
{
    
  background-color:#FFFFFF;
  background-image:url(grayglass_01T.jpg);
  background-repeat:repeat-x;
}

.grayglass01TitleLeftTD
{
    padding:3px 0px 0px 12px; /* padding around title text */
    width:80%;
    height:24px;
    background-image:url(grayglass_01TL.jpg);
    background-repeat:no-repeat;
    background-position:left top;
}

.grayglass01TitleCenterTD
{
    
    height:24px;
  background-color:#FFFFFF;
  background-image:url(grayglass_01T.jpg);
    background-repeat:repeat-x;
}

.grayglass01TITLE_obj /* direct class of object */
{
    font-weight:bold;
    font-family:Arial, Sans-Serif;
    font-size:11px;
    color:#FFFFFF;
    
}

.grayglass01TitleRightTD /* padding around admin dropdown arrow */
{
    text-align:right;
    width:10%;
    height:24px;
    padding:3px 10px 0px 0px;
    background-image:url(grayglass_01TR.jpg);
    background-repeat:no-repeat;
    background-position:right top;
}

/* ------------------------------- */
/* Content Row */
/* ------------------------------- */

.grayglass01ContentRowTD
{
    background-color:#FFFFFF;
    background-image:url(grayglass_01CX.jpg);
    background-repeat:repeat-x;
    background-position:left top;
    border-left:1px solid #D3D3D3;
    border-right:1px solid #D3D3D3;
}



.grayglass01ContentPane
{
    
    padding:0px 6px 5px 6px; /* padding around content area */
    line-height:17px;
    font-family:Verdana Arial Sans-Serif;
    font-size:11px; 
    color:#727272;
}

.grayglass01ContentPane p, .grayglass01ContentPane .normal, .grayglass01ContentPane .subhead, .grayglass01ContentPane P, .grayglass01ContentPane .Normal, .grayglass01ContentPane .Subhead
{
    color:#727272;
    font-family:Verdana Arial Sans-Serif;
    font-size:11px; 
    }

/* ------------------------------- */
/* Footer Row */
/* ------------------------------- */

.grayglass01FooterRowTD
{
    background-image:url(grayglass_01B.jpg);
    background-repeat:repeat-x;
    background-position:left bottom;   

}

.grayglass01FooterLeftTD
{
    text-align:right;
    width:20%;
    /*height:10px;*/
    padding:4px 0px 4px 10px; /* padding around default container icons */
    background-image:url(grayglass_01BL.jpg);
    background-repeat:no-repeat;
    background-position:left bottom;
}

.grayglass01FooterCenterTD
{
    width:10%;
    background-image:url(grayglass_01B.jpg);
    background-repeat:repeat-x;
    background-position:left bottom;
    
}

.grayglass01FooterRightTD
{
    width:70%;
     /*height:10px;*/
    text-align:right;
    padding:4px 10px 4px 0px; /* padding around default container icons */
    background-image:url(grayglass_01BR.jpg);
    background-repeat:no-repeat;
    background-position:right bottom;
}











