/* CSS Document */

.c_module
{
    background: #fff;
}

.c_head
{
    padding: 4px 4px 0 11px;
    text-align: left;
}

.c_content
{
    clear: both;
}

.c_contentpane
{
    /*padding: 0px 15px 0 15px;*/
    text-align: left;
}

.c_actions
{
    text-align: left;
}

.c_highlight
{
    border: solid 1px #800;
    padding: 20px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
}

.title
{
    margin: 0;
    float: left;
    white-space: nowrap;
}
.title_vis
{
    margin: 0;
    float: right;
    text-align: right;
}

.footnote { font-size: 8pt; }

/*---------- default style for head & normal -----------*/
.Head
{
    color: #800;
    font-weight: bold;
    font-size: 12pt;
}

.Normal
{
}

.SubHead
{
    color: #800;
    font-size: 10pt;
    font-weight: normal;
}

.Normal p
{
    /*background-color: #fff;*/
}
p.timestamp
{
    color: #666; margin: 0; padding: 0;
}

