/*********************************************************************
* Clean up defaults.
*********************************************************************/

p, h1, h2, h3, h4, h5, h6, form, table
{
    padding: 0;
    margin: 0 0 1em 0;
}

ul, ol
{
    padding-top: 0;
    margin-top: 0;
    padding-bottom: 0;
    margin-bottom: 1em;
}

/*********************************************************************
* body
*********************************************************************/

body
{
    background: #fff;
    color: #000;
    font-family: arial, helvetica, sans-serif;
    line-height: 18px;
    font-size: 12px;
}

/*********************************************************************
* h1 - hx
*********************************************************************/

h1, h2, h3, h4, h5, h6
{
    color: #000;
    margin-bottom: .5em;
    font-family: arial, helvetica, sans-serif;
}

h1
{
    font-size: 22px;
}

h1 .parenthesis
{
    font-size: 14px;
}


h2
{
    font-size: 14px;
}

h3
{
    font-size: 12px;
}

/*********************************************************************
* a
*********************************************************************/

a
{
    color: #888;
}

a:hover
{
    color: #000;
    text-decoration: none;
}

/*********************************************************************
* code
*********************************************************************/

code
{
    padding: 5px;
    background-color: #f5f5f5;
    overflow: auto;
}

pre code
{
    display: block;
    margin: 0;
    border: solid 1px #ccc;
}

/*********************************************************************
* table
*********************************************************************/

table
{
    border: 1px solid #bbb;
}

table td, table th
{
    border-right: 1px solid #eee;
    border-bottom: 1px solid #eee;
    padding: 2px 3px;
}

/*********************************************************************
* label
*********************************************************************/

label:hover
{
    cursor: pointer;
    background-color: #eee;
}

/*********************************************************************
* .error
*********************************************************************/
.error
{
    color: red;
    font-weight: bold;
}

/*********************************************************************
* .warning
*********************************************************************/
.warning
{
    color: red;
    font-weight: bold;
}

/*********************************************************************
* .notification
*********************************************************************/
.notification
{
    color: blue;
/*    font-weight: bold; */
}

/*********************************************************************
* .valid
*********************************************************************/
.valid
{
    color: green;
}

/*********************************************************************
* .note
*********************************************************************/
.note
{
    color: #999;
    font-size: 11px;
    line-height: 13px;
}

/*********************************************************************
* .more
*********************************************************************/
.more
{
    font-style: italic;
}

/*********************************************************************
* .non-value
*********************************************************************/
.non-value
{
    color: #aaa;
    font-style: italic;
}

/*********************************************************************
* .comments
*********************************************************************/
.comments
{
    margin-left: 10px;
    border-left: 5px solid #ddd;
    padding-left: 15px;
}

/*********************************************************************
* .inset
*********************************************************************/

.inset
{
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    background: #f6f6f6;
    padding: 10px;
    padding-bottom: 0;
    margin-bottom: 15px;
}

/*********************************************************************
* .module-block
*********************************************************************/

.module-block.simple
{
    text-align: center;
}

/*********************************************************************
* .page-navigation
*********************************************************************/

.page-navigation a
{
    border: 1px solid #ddd;
    margin-right: 2px;
}

.page-navigation a.current,
.page-navigation a:hover
{
    color: #fff;
    background: #999;
}

.page-navigation a.current
{
    font-weight: bold;
}

.page-navigation a
{
    text-decoration: none;
    padding: 2px 6px;
}

.page-navigation a.off
{
    color: #ccc;
}

.page-navigation a.off:hover
{
    background: #fff;
}

/*********************************************************************
* #header-block
*********************************************************************/

#header-block
{
    margin-top: 50px;
    text-align: center;
}

/*********************************************************************
* #footer-block
*********************************************************************/

#footer-block
{
    margin-top: 50px;
    text-align: center;
}

#footer-block p
{
    color: #999;
    font-size: 11px;
    line-height: 13px;
}
