/* This file contains the customized style sheets */
/* In file Styles.css you will find the same CSS-Styles without extensions 'Customized'. */

/* Menu */
/********/
.NavMenuBaseCustomized
{  
  background-image: url(Images/Customized/NavBackground.png);
}

.NavMenuActiveCustomized
{
    background-image:url(Images/Customized/NavBackgroundActive.png);
}

.NavMenuHoverCustomized
{
    background-image:url(Images/Customized/NavBackgroundHover.png);
}

.ContentHighlight {
	color: #b6101d;
}

.ContentLink
{
	font-size: 11px;
	color: #b6101d;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	padding-left: 10px;
	background-image: url(Images/Customized/LinkArrow.gif);
	background-position: left center;	
	background-repeat: no-repeat;	
	line-height: 18px;	
}

.ContentLinkWithoutImage
{
	font-size: 11px;
	color: #b6101d;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	line-height: 18px;	
}

.Pager a:link {
    color: #b6101d;
}

.ContentLinkWithoutImage a:link {
    font-size: 14px;
    color: #b6101d;
}

/* 4.8.3 */
.ContentText a:link
{
	font-size: 10px;
	color: #b6101d;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: underline;
	line-height: 16px;
}

/* 4.8.3 */
.ContentText a:visited
{
	font-size: 10px;
	color: #b6101d;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: underline;
	line-height: 16px;
}

.ContentLinkDisabled
{
	font-size: 10px;
	color: #666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
}


.BackgroundImageLogon, .BackgroundImageLogout, .BackgroundImageRegister,
.BackgroundImageSearch, .BackgroundImageSearchExpanded, .BackgroundImageSearchFullText, 
.BackGroundImageService
{
	background-image: none;
}

.ServiceItemNotification, .ServiceItemUserManagement, .ServiceItemUserGuide,
.ServiceItemImport, .ServiceItemOptions, .ServiceItemInformation
{
	background-image: none;
	background-repeat: no-repeat;
	padding-right: 0px;
	height: 0;
	width: 0;
}	