/**
* eDirectory - Content Custom ( Dynamic content )
*
* @package			layout
* @filesource		blog.css
* @author			Arca Solutions
* @copyright		Copyright (c) 2009, Arca Solutions Inc.
* @version			eDirectory 9
* @since			June, 25, 2011
*			
*/

.content-custom
{ padding-bottom:15px; }
	
/**
* Typography
*/

.content-custom h1, 
.content-custom h2, 
.content-custom h3, 
.content-custom h4, 
.content-custom h5, 
.content-custom h6
{ }

.content-custom h1
{ font-size:16px;}

.content-custom h2
{  }

.content-custom h3
{ font-size:12px; }

.content-custom h4,
.content-custom h5,
.content-custom h6
{ font-size:11px; }

/**
* List
*/

.content-custom ul,
.content-custom ol
{ color:#888888; display:block; padding:10px 0 10px 40px; font-size:12px; }

.content-custom ul
{ list-style:outside; list-style-type:disc; }

.content-custom ol
{ list-style:decimal; list-style-position:outside; }

.content-custom  ul ul,
.content-custom  ol ol,
.content-custom  ul ol,
.content-custom  ol ul
{ padding-left:30px; padding-top:0; }

.content-custom ul li,
.content-custom ol li
{ padding-bottom:4px; }
        table.detailView {
                width:600px;
                border:solid 1px #000; 
        }

        table.detailView table td {
                padding:0.5em;
                border-bottom:solid 1px #c0c0c0;
        }

        table .heading {
        }


        table table .heading {
                color:#eee;
                background:#000;
        }

        table table table .heading {
                color:#000;
                background:#c0c0c0;
        }

        table table table table .heading {
                color:#1e1e1e;
                background:#eee;
        }
