/* 
   =========================================
    CSS STYLES FOR Module MLAdvAnnouncements
   =========================================
*/
.AnnouncementList
{
	/* Used for main datalist, not used when displaytype is linksmenu */
    width: 100%;
	color: #FFFFFF;
	}

.AnnouncementItemBody, .AnnouncementItemBody P, DIV .AnnouncementItemBody
{
	/* Used for body if item, not used when displaytype is linksmenu */
    margin-top: 0px;
	color: #081151;
}

.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 */
}

.AnnouncementItemReadMore A
{
}

.AnnouncementItemReadMore A:link, .AnnouncementItemReadMore A:visited
{
	color: #FFFFFF;
	text-decoration: underline;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
}

.AnnouncementItemReadMore A:hover
{
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: underline;
	font-family: Arial, Helvetica, sans-serif;
}

.AnnouncementItemReadMore A:active
{
	color: #FFFFFF;
	text-decoration: underline;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
}

.AnnouncementItemTitleLink
{
font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	    /* used as style for the title part of the item, ONLY used when displaytype is Links */
}

.AnnouncementItemTitleLink A
{
font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
}

.AnnouncementItemTitleLink A:link, .AnnouncementItemTitleLink A:visited
{
font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
}

.AnnouncementItemTitleLink A:hover
{
font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
}

.AnnouncementItemTitleLink A:active
{
font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
}
/* 
   =========================================
    END FILE
   =========================================
*/