/* 
   =========================================
    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;
}

.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: 2px;
}

.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 
	position:relative;
	left:200px;
	top:-20px;
	width:200px;
	height:40px;
	z-index:1;
	text-align: left;
	    font-weight: bold;
    text-align: center;*/
}
.AnnouncementItemImageTitle1
{
	color: #002b5f;
	font-size: 12px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.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
{
	text-align: right;
	top: -35px;
	position: relative;
}

.AnnouncementItemReadMore A
{
}

.AnnouncementItemReadMore A:link, .AnnouncementItemReadMore A:visited
{
}

.AnnouncementItemReadMore A:hover
{
}

.AnnouncementItemReadMore A:active
{
}

.AnnouncementItemTitleLink
{
	color: #002b5f;
	font-size: 10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
    /* used as style for the title part of the item, ONLY used when displaytype is Links */
}
.AnnouncementItemTitleLink1
{
	color: #002b5f;
	font-size: 12px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
    /* 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
   =========================================
*/
