/* 
Created on : 10 juil. 2009, 12:17:06
Author     : GENGOUL Thierry
*/
@import "defaultview.css";

/* Article view*/
.av_table 
{ 
    width:100%;
    font: normal 9pt Tahoma;
    color: #404040;
    border: solid 1px grey;
    border-top: solid 3px grey;
}

.av_title 
{
    padding:10px 5px 15px 10px; 
    font-size:12pt; 
    font-weight: bold;
    color:blue;
}

.av_title_date 
{
    font-size:9pt; 
    color:#404040;
}

.av_paragraph_title
{ 
    padding: 10px 5px 10px 10px;
    font-weight:bold;
}

.av_text 
{ 
    padding: 0 5px 10px 10px;
}

.av_summary
{
    font-style:italic;
}

.av_img 
{
    float:left; 
    margin:0 10px 10px 0;
}

.av_signature{
    font-weight:bold;
    padding: 0 10px 10px 10px;
}

.avl_table {
    width:100%;
    font: normal 9pt Tahoma;
    color: #404040;
    margin:5px 0 15px 0;           
    border:solid 1px grey;
}

/* Cell class */
.avl_text
{
    border-top:solid 1px grey;   
    padding:5px 5px 10px 5px; 
    font-size:9pt 
}
/* Cell image class */
.avl_img
{
    float:left; 
    margin: 0 5px 5px 0;
}

/* Cell anchor classes */
.avl_subtitle 
{
    text-decoration:none;
    color: blue;
    font-size:10pt; 
}

.avl_atext 
{
    text-decoration:none;
    color: #404040;
}

.avl_subtitle:hover, .avl_atext:hover
{
    text-decoration:underline
}

.avl_return_table {
    width:100%;
    font: normal 9pt Tahoma;
    margin:5px 0 15px 0;           
}


