﻿/* CSS Document */

/*
Missa inte "/Style%20Library/SP%20Images" i
background-image: url(/Style%20Library/SP%20Images/xxx.gif);
*/

/* CUSTOMIZE THE TOPIC */

	/* Topic - Changes the background image for complete customization (add no repeat to prevent eventual pattern) */
	.topAreaContainer { background-image: url(/Style%20Library/SP%20Images/topp.jpg); background-repeat: no-repeat; }
	
	/* Logo - Set the logo as a background-image (use the positioning to make the logo centered) */
	/*.topLogoContainer { background-image: url(/Style%20Library/SP%20Images/logox.gif); background-position: top center;*/ }

/* END OF TOPIC CUSTOMIZATION */






/* CUSTOMIZE EACH COLOR SEPRETLY */

	/* LayoutContainer (main and right content) */
	.pageContentContainer .layoutContainer .left a { color: ; } 
	
	/* Footer */
	.footerAreaContainer .middle a { color: ; }
	
	/* TopLink in subMenu */
	.pageContentContainer .leftNavigationContainer td.toplink a { color: ; }
	
	/* Selected item in subMenu */
	.pageContentContainer .leftNavigationContainer a.selectedNav { color: ; border-color: ; }
	
	/* A-Z, color on Headline in right content */
	.right .indexFilter h4 { color: ; }

/* END OF CUSTOMIZE EACH COLOR SEPRETLY */







/* COLOR ALL OBJECTS AT ONCE */

	/* 	
		LayoutContainer (main and right content) 
		Footer
		TopLink in subMenu
		Selected item in subMenu
		A-Z, color on Headline in right content	
	*/
	.pageContentContainer .layoutContainer .left a, 
	.footerAreaContainer .middle a, 
	.pageContentContainer .leftNavigationContainer td.toplink a, 
	.pageContentContainer .leftNavigationContainer a.selectedNav, 
	.right .indexFilter h4 
	{ color: ; }
	
	/* Border on the selected item in subMenu */
	.pageContentContainer .leftNavigationContainer a.selectedNav 
	{ border-color: ; }

/* END OF COLORING ALL OBJECTS AT ONCE */



	/* Sets the readmore links to bold, just a recommendation */
	a.readmore, .right a.readmore {	font-weight: bold; }
	
	/* Hides the SP.se logo in the topic 
	.topLogoContainer img { display: none; }*/
	
	/* Makes the visited links gray in the foot and the main content */
	.pageContentContainer .layoutContainer .left a:visited { color: #999; } 
	.footerAreaContainer .middle a:visited { color: #999; } 
	
	/* Read More links (disable padding) */
	.layoutContainer .right a.readmore { padding-left: 0; background:none;}
	.teasers a.readmore { padding-left: 0; background:none;}
	.newsitem a.readmore { padding-left: 0; background:none;}
	





/**										 **/
/**	 !!!   Don't make any changes   !!!  **/
/**										 **/

	
	/* BreadCrumbs (text, not links) */
	.breadcrumb { color: #666; }
	
	/* Removes the top corners */
	.topCorners { height: 0; }
	
	/* Adds one pixel that's missing since the removal of the top corners */
	.topAreaContainer { padding-top: 1px; }

