/* 
   =========================================
    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: 10px 5px;
    text-align: center;
}

.AnnouncementItemBody P { text-align: left;}

.AnnouncementItemBody .subhead { display: block; text-align: left;}

.AnnouncementItemBody a /* 2008 06 23*/
{
    width:120px;
    display:block;
}

.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, Div .AnnouncementItemImageTitle
{
    /* used as style for the item title, ONLY used when display type is Images */
    font-weight: bold;
    text-align: center;
}

.AnnouncementItemImage, Div .AnnouncementItemImage
{
    /* used as style for the item image, ONLY used when displaytype is Announcements or Images */
    text-align: center;
}

.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
{
    text-align:right;
    /* 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 */
}

.AnnouncementItemReadMore A
{
}

.AnnouncementItemReadMore A:link, .AnnouncementItemReadMore A:visited
{
}

.AnnouncementItemReadMore A:hover
{
}

.AnnouncementItemReadMore A:active
{
}

.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
   =========================================
*/