/****************************/
/********** generic *********/
/****************************/


/****************************/
/*********** index **********/
/****************************/
div.index
{
    margin: 20px 0 40px 0;
}

/****************************/
/************ view **********/
/****************************/
div.view
{
    padding: 0 4px 4px 4px;
    margin: 20px 0 20px 0;
    background: #e2e6ec;
    
    -webkit-border-radius: 4px 4px 4px 4px;
    -moz-border-radius: 4px 4px 4px 4px;
    border-radius: 4px 4px 4px 4px;

    background-image: -moz-linear-gradient(top, #e2e6ec 0%, #c2c7cd 100%);
    background-image: -o-linear-gradient(top, #e2e6ec 0%, #c2c7cd 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #e2e6ec), color-stop(1, #c2c7cd));
    background-image: -webkit-linear-gradient(top, #e2e6ec 0%, #c2c7cd 100%);
    background-image: linear-gradient(to bottom, #e2e6ec 0%, #c2c7cd 100%);
}

div.view .view-header
{
    position: relative;
    padding: 8px 20px 0 20px;
}

div.view .view-header a.print
{
    position: absolute;
    top: 20px;
    right: 20px;
}

div.view .view-header a
{
    color: #303030;
}

div.view .view-header h1
{
    font-size: 23px;
    font-weight: bold;
    line-height: 23px;
}

div.view .view-header h2
{
    font-size: 17px;
    line-height: 21px;
}

div.view .manual
{
    background: #ffffff;
    padding: 20px 20px 20px 20px;
}

div.view .attachment
{
    background: #ffffff;
    padding: 20px 20px 20px 20px;
}