/**
 * @file
 * Debug module styles.
 *
 * @author Shannon M. Rause <shannon.rause@creativeflavor.com>
 * @version $Revision: 1.5 $
 * @version $Name: STUDIO33DESIGN_2008-06-27_1 $
 * @version $Id: main.css,v 1.5 2008/02/07 20:31:24 smr Exp $
 *
 * These files are copyrighted to Creative Flavor Inc. and are
 * subject to the terms of the applicable Service Agreement.
 */
/**
 * general debug.
 */
.debug
{
   background: #fff;
   clear: both;
   color: #000;
   font-size: 11px;
   margin: 25px;
   padding: 0px;
}

.debug b,
.debug em strong,
.debug strong
{
   font-size: 12px;
   font-weight: bold;
}

.debug h1
{
   background-color: #000;
   color: #fff;
   font-size: 14px;
   font-weight: bold;
   margin: 0px;
   padding: 2px 2px 2px 5px;
}



/* debug console. */
.debugConsole
{
   border: 1px solid #000;
   font-size: 13px;
   margin: 15px 0px 0px 0px;
   padding: 0px;
}

.debugConsole div
{
   padding-left: 15px;
}

.debugConsole table
{
   width: 100%;
}

.debugConsole td
{
   color: #090;
   font-size: 12px;
}

.debugConsole th
{
   color: #009;
   font-size: 13px;
   font-weight: bold;
   padding-left: 5px;
   text-align: left;
   vertical-align: top;
}

.debugConsole .even
{
   background: #eee;
}

/* debug log. */
.debugLog
{
   border: 1px solid #000;
   margin: 15px 0px 0px 0px;
   padding: 0px;
}

.debugLog p
{
   position: relative;
   margin: 0px;
   padding-left: 5px;
   top: -5px;
}

/* toolbar. */
.debugToolbar
{
   border: 1px solid #000;
   font-size: 13px;
   margin: 15px 0px 0px 0px;
}

.debugToolbar .debugLinks
{
   margin: 3px;
}



/* dhtml response (for ajax) div. */
#debugResponse
{
   border: 1px solid #000;
   display: none;
   margin: 15px 0px 0px 0px;
   padding: 0px;
}

#debugResponse p
{
   margin: 0px;
   padding-left: 5px;
}

