/* 
   =========================================
    CSS STYLES FOR Module MLAdvAnnouncements
   =========================================
*/
.AnnouncementList
{
    /* Used for main datalist, not used when displaytype is linksmenu */
    width: 100%;
    
    
   
}

.AnnouncementItemBody, .AnnouncementItemBody P, DIV .AnnouncementItemBody
{
    /* Used for body if item, not used when displaytype is linksmenu */
    margin-top: 0px;
    color: #929394;
    margin-bottom: 2px;

}

.AnnouncementItemQ, .AnnouncementItemA
{
    /* Used for "Q" and "A" characters, which can be appended to the item title, especially used in faq mode, not used when displaytype is linksmenu */
    font-weight:bold ;
    
}

.shcContainer
{
    /* used as style for the container of the headercontrol, ONLY used when displaytype is FAQ */
     margin-top: 0px;
     padding-top:0px;
     margin-bottom: 4px;
}

.linkComboBox
{
    /* used as style for the link menu combobox, ONLY used when displaytype is LinksMenu */
}

.AnnouncementItemImageTitle
{
    /* used as style for the item title, ONLY used when displaytype is Images */
    font-weight: bold;
    text-align: center;
    
}

.AnnouncementItemImage
{
    /* used as style for the item image, ONLY used when displaytype is Announcements or Images */
}

.AnnouncementItemImageLink
{
    /* used as style for the item image, when the image is used as a link, ONLY used when displaytype is Announcements or Images */		
}

.AnnouncementItemReadMore
{
    /* used as style for the "read more" part of the item, only when the item url is not empty, ONLY used when displaytype is Announcements */


 color:#4c88d8;
	
}

.AnnouncementItemReadMore A
{
 color:#4c88d8;
}

.AnnouncementItemReadMore A:link, .AnnouncementItemReadMore A:visited
{
 color:#4c88d8;
}

.AnnouncementItemReadMore A:hover
{
 color:#0072FF;
}

.AnnouncementItemReadMore A:active
{
 color:#4c88d8;
}

.AnnouncementItemTitleLink
{
    /* used as style for the title part of the item, ONLY used when displaytype is Links */

}

.AnnouncementItemTitleLink A
{
}

.AnnouncementItemTitleLink A:link, .AnnouncementItemTitleLink A:visited
{
}

.AnnouncementItemTitleLink A:hover
{
}

.AnnouncementItemTitleLink A:active
{
}
/* 
   =========================================
    END FILE
   =========================================
*/