/*
local.css for Pipelife webpages standard. 2007.05.14 ai@some.at / lorenz.casteleijn@pipelife.com

There are two sections in this file:
a) Defining new, local styles that are used in the content. Each Pipelife company is free to do this.
   Please define new styles with a name beginning with the company code, so that we can easily identify them. For
	example eco_title or atw_title.
b) Overriding existing styles that are used by the time2web program and defined in the global.css.
   This may only be done after approval from Pipelife International. PLease only enter the difference. 
	Do not re-define the things that remain the same.

Be aware that your changes will affect the appearance of the website. 
*/


/* section a begins here: Defining new, local styles that are used in the content.*/

.TextArial { 
	font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-size: 11px;  
	color : rgb(0,0,0);  
	font-weight : normal;
}

a.Link11px {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;  
	color : rgb(0,0,153);  
	font-weight : normal;
}

.PicturePhotoFrame {
	border-color: Lime;
	border: thin Lime;
	border-style: solid;
}

/* only for sweden */
.newsfeed a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #FFFFFF;
	text-decoration: none;
}

/* only for sweden */
.newsfeed a:hover{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #D9E1EF;
	text-decoration: underline;
}

/* only for sweden */
.newsfeed .normal {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #FFFFFF;
	text-decoration: none;
}

/* only for sweden */
.newsfeed .subject {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #FFFFFF;
	text-decoration: none;
}

/* only for sweden */
.newsfeed {
	background-color: #3E67AE;
}

/* only for sweden */
.newsfeed td {
	color: #FFFFFF;
	font-size: 10px;	
}

/* section a ends here. */


/* section b begins here: Overriding existing styles that are used by the time2web program and defined in the global.css.*/

/* The style Producttitle is used in header row in product tables in PLIC products template */
.ProductTitle td {
	color: #FFFFFF;
}

/* section b ends here. */
