/* This file contains the customized style sheets */
/* In file Styles.css you will find the same CSS-Styles without extenstion '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);
}

.ContentLink
{
	font-size: 11px;
	color: #006699;
	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: #006699;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	line-height: 18px;	
}

/* 4.8.3 */
.ContentText a:link
{
	font-size: 10px;
	color: #006699;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: underline;
	line-height: 16px;
}

/* 4.8.3 */
.ContentText a:visited
{
	font-size: 10px;
	color: #006699;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: underline;
	line-height: 16px;
}

.ContentLinkDisabled
{
	font-size: 10px;
	color: #008cb0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
}