/* AppLook Style Sheet
   Design:       Tabular
   Style Sheet : datatables
   */

TABLE.dtable            {
                                background-color : #FFFFFF;
                                border:1px solid silver;
                        }

CAPTION.dcaption        {
        font-family : arial,sans-serif ;
        font-size : 1em;
	color : Black;
	border : none ;
}

TR.dtr                  {
                                background-color : #FFFFFF ;

                        }


TD.dtdsubtitle          {
        font-family : arial,sans-serif ;
        font-size : .9em;
        background-color : #B5C7CE;
	color : Black;
}

TH.dth                  {
        font-family : arial,sans-serif ;
        font-size : .75em ;
        font-weight : normal ;

        background-color : #DDDDDD;
        border-bottom:1px solid silver;

        color : black;

}


TD.dtddetail            {
        font-family : arial,sans-serif ;
        font-size : .8em;
        background-color : white;
        padding : 0px ;
        margin : 0px ;
        text-align:center;
}

TD.dtdtotal             {
        font-family : arial,sans-serif ;
        font-size : .8em;
	font-weight : bold ;
	background-color : white;
	color : Black;
}

TD.dtdhighlight         {
        font-family : arial,sans-serif ;
        font-size : .8em;
	background-color : #B0E0E6;
	color : Black;
}

TD.dtdnegative          {
        font-family : arial,sans-serif ;
        font-size : .8em;
	color : #FF0000 ;
        background-color : white;
}


TD.dtdsummary           {
        font-family : arial,sans-serif ;
        font-size : .8em ;
	background-color : white;
	color : Black;
}

TD.dtdfooter            {
        font-family : arial,sans-serif ;
        font-size : .8em ;
	color : Black;
        border-top :1px solid #B5C7CE;
}

/* Add your own styles below */
 
