/*  
    User CSS template for sites exported by MyInfo.
    This file will be inserted in each page of the web site, after all other CSS files.
*/

/*******************/
/* TREE FORMATTING */
/*******************/

/* put formatting for the tree pane: colors, padding, margin */
body#tree-page
{

}

/***********************/
/* DOCUMENT FORMATTING */
/***********************/

/* put formatting for the document pane here: colors, padding, margin */
body#document-page
{
    background-color: #fff;
    padding: 5px;
}

/* document page title formatting, hidden by default */
#document-title
{
    display: none; /* delete this line to show document title */
}

#document-title h1
{
    margin-top: 0;
}

#document-title hr
{
    border: 0;
    height: 1px; 
    background: #333; 
    background-image: -webkit-linear-gradient(left, #ccc, #333, #ccc); 
    background-image: -moz-linear-gradient(left, #ccc, #333, #ccc); 
    background-image: -ms-linear-gradient(left, #ccc, #333, #ccc); 
    background-image: -o-linear-gradient(left, #ccc, #333, #ccc); 
}

/* document content formatting */
#document-content
{
}