/* 
    Document   : alodisplay
    Created on : 3 févr. 2010, 16:56:03
    Author     : Patrick
    Description:
        Purpose of the stylesheet follows.
*/


/*****************************
Styles des contenus page listalo : BLOG
******************************/
.listalo-blog-creator {
    font-size: 10px;
    font-style: italic;
    color: gray;
    font-family: Arial,Helvetica,sans-serif;
}

.listalo-blog-title {
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
    color: #ff6600;
    font-family: Arial,Helvetica,sans-serif;
}
.alo-blog-title {
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
    color: #ff6600;
    font-family: Arial,Helvetica,sans-serif;
}
/*****************************
Styles des contenus page alo : STD
******************************/
.alo-std {
    
}

/*****************************
Styles des contenus page alo : CMS
******************************/
.alo-cms {

}
.alo-cms-title {
    font-size: 14px;
    font-weight: bold;
    color: #ff6600;
    font-family: Arial,Helvetica,sans-serif;
}
.alo-cms-creator {
    color: #999999;
    font-style: italic;
}
.alo-cms-published-start {
    color: #999999;
    font-style: italic;
}
.alo-cms-intro {

}
.alo-cms-fulltext {

}
.alo-cms-category {

}
.alo-cms-published-stop {

}
.alo-cms-published-state {

}
/*****************************
Styles des contenus page alo Non CMS
******************************/
#alo-nocms {
    border:solid 1px silver;
	height:auto;
}

.alo-nocms {
    border:solid 1px silver;
	height:auto;
}

.alo-nocms-header {
    background-color:#4A75B5;
    color:white;
    font-weight:bold;
    padding:5px;
}
.alo-dc-header {
    background-color:#4A75B5;
    color:white;
    font-weight:bold;
    padding:5px;
}
.alo-digidoc-header {
    background-color:#4A75B5;
    color:white;
    font-weight:bold;
    padding:5px;
}
.bloc {
    border:solid 1px silver;
}
.bloc-header {
    background-color:#4A75B5;
    color:white;
    font-weight:bold;
    padding:5px;
}
.cell-field-label {
    font-weight: bold; 
    vertical-align: top; 
    padding: 3px
}
.cell-field-value {
    padding:3px;
}
/*****************************
Styles du bloc dossier
******************************/
.dos-DC-title {
    text-decoration:none;    
}
.dos-DC-creator {
    color:gray;
}
.dos-DC-source {
    color:gray;
	font-style:italic;
}
.dos-DC-date-issued {
    color:gray;
}
/*****************************
Styles de listalo
******************************/
/* Bloc de la liste std */
#listalo-std-bloc-listalo {
    border:thin solid silver;
    padding:10px;
}
/* Bloc d'une notice std */
.listalo-std-bloc-alo {
    border:thin solid silver;
    padding:10px;
}

/* Bloc de la liste cms */
#listalo-cms-bloc-listalo {
    padding:10px;
}
/* Bloc d'une notice cms */
.listalo-cms-bloc-alo {
    border-bottom: thin solid silver;
    padding:10px;
}

.linkmini {
	margin-top: 10px;
	cursor: pointer;
	line-height: 20px;
	text-decoration: none;
	font-weight:bold;
	color: navy;
}