/* 
   =========================================
    CSS STYLES FOR Module MLAdvAnnouncements
   =========================================
*/
.AnnouncementList
{
    /* Used for main datalist, not used when displaytype is linksmenu */
    width: 100%;
border:0px;
border-collapse:collapse;
}

.AnnouncementItemBody, .AnnouncementItemBody P, DIV .AnnouncementItemBody
{
    /* Used for body if item, not used when displaytype is linksmenu */
    margin-top: 0px;
	text-align:center;
border:0px;
border-collapse:collapse;

}

.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 */
	margin: 11px 0px 0px 0px;
	background-color:#660000;
	color:#fff;
	font-size:12px;
	font-weight:bold;
	padding:3px 5px 3px 18px;
	text-align:center;
}

.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
{
color:#660000;
	font-size:12px;
	font-weight:normal;
	text-decoration:none;
}

.AnnouncementItemReadMore A:link, .AnnouncementItemReadMore A:visited
{
color:#660000;
	font-size:12px;
	font-weight:normal;
	text-decoration:none;
}

.AnnouncementItemReadMore A:hover
{
color:#660000;
	font-size:12px;
	font-weight:normal;
	text-decoration:none;
}

.AnnouncementItemReadMore A:active
{
color:#660000;
	font-size:12px;
	font-weight:normal;
	text-decoration:none;
}

.AnnouncementItemTitleLink
{
    /* used as style for the title part of the item, ONLY used when displaytype is Links */
	color:#660000;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
	text-align:center;
}

.AnnouncementItemTitleLink A
{
	color:#660000;
	font-size:11px;
	font-weight:bold;
	text-decoration:none;
	 text-align:center;
}

.AnnouncementItemTitleLink A:link, .AnnouncementItemTitleLink A:visited
{
	color:#660000;
	font-size:12px;
	font-weight:bold;
	 text-align:center;
	text-decoration:none;
}

.AnnouncementItemTitleLink A:hover
{
	color:#660000;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
	 text-align:center;
}

.AnnouncementItemTitleLink A:active
{
	color:#660000;
	font-size:12px;
	font-weight:bold;
	text-align:center;
	text-decoration:none;
}
/* text style for buttons and link buttons used in the portal admin pages */
.searchbutton
{
	
font-weight: bold;
	font-size: 11px;
	color:#ffffff;
	font-family: Arial;
	background-color: #330000;
	text-align: center;
	border: 1px solid #330000;
	height: 21px;
width:21px;
padding:2px;
valign:center;

}

/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.searchbutton:link
{
	font-weight: bold;
	font-size: 11px;
	color:#ffffff;
	font-family: Arial;
	background-color: #330000;
	text-align: center;
	border: 1px solid #330000;
	height: 21px;
width:21px;
valign:center;
}

A.searchbutton:visited
{
	font-weight: bold;
	font-size: 11px;
	color:#ffffff;
	font-family: Arial;
	background-color: #330000;
	text-align: center;
	border: 1px solid #330000;
	height: 21px;
width:21px;
valign:center;

}

A.searchbutton:hover
{
	font-weight: bold;
	font-size: 11px;
	color:#ffffff;
	font-family: Arial;
	background-color: #330000;
	text-align: center;
	border: 1px solid #330000;
	height: 21px;
width:21px;
valign:center;
}

A.searchbutton:active
{
	font-weight: bold;
	font-size: 11px;
	color:#ffffff;
	font-family: Arial;
	background-color: #330000;
	text-align: center;
	border: 1px solid #330000;
	height: 21px;
width:21px;
valign:center;
}
/* 
   =========================================
    END FILE
   =========================================
*/