/*
#DC006B - News		(pink)
*/

BODY	{
	background-image: url(/_assets/images/news/background.gif) !important;
}

#primary	{
		padding-top: 75px;
		padding-bottom: 35px;
	}

#primary #lhs-bar UL LI.year-end	{
	border-bottom: 1px solid #DC006B;
}
#primary #lhs-bar UL LI A.active	{
	color: #DC006B;
}
#primary #lhs-bar UL LI A:hover	{
	color: #FFB3D7;
}
#primary #content	A {
	color: #DC006B;
}

#primary #content H3	{
	color: #DC006B;
}

#primary #content	{
	width: 420px;
}

#primary #rhs-bar	{
	float: right;
	width: 140px;
	margin-left: 16px;
	margin: 0;
}



#primary #content #signup	{
	margin-top: 30px;
}
#primary #content #signup span.label	{
	padding-top: 3px;
}
#primary #content #signup span.label,
span.spacer,
span.multiple
span {
	width:150px;
	float:left;
	font-size: 8pt;
	text-align: right;
	padding-right: 5px;
} 
#primary #content #signup span.multiple {
	float:left;
} 
#primary #content #signup span.button {
	padding-left:155px;
} 
#primary #content #signup div.clear {
	clear:both;
	padding-top:5px;
} 
#primary #content #signup .row	{
	padding-bottom: 10px;
}
#primary #content #signup INPUT.text	{
	font-size: 8pt;
}


#primary #content #signup #unsubscribe-note	{
	font-size: 7pt;
	text-align: center;
	color: #999999;
	margin-top: 20px;
}

#primary .list-article	{
	margin-top: 0px;
	margin-bottom: 30px;
	clear: both;
	cursor: pointer;
}
#primary .list-article H2	{
	font-size: 7pt;
	border-bottom: 1px solid #DC006B;
	margin-top: 0;
	margin-bottom: 0.5em;
}
#primary .list-article H1	{
	margin: 0;
	background-repeat: no-repeat;
	background-position: -2px 0px;
	width: 291px;
	width: 350px;
}
#primary .list-article H1.oneline		{	height: 15px;	}
#primary .list-article H1.twolines		{	height: 32px;	}
#primary .list-article H1.threelines	{	height: 49px;	}
#primary .list-article H1.fourlines {height: 65px;}
#primary .list-article H1 SPAN	{
	display: none;
}
#primary .list-article H1 SUP	{
	font-size: 7pt;
}
#primary .list-article	P	{
	margin-top: 0;
	margin-bottom: 0.25em;
}
#primary .list-article .thumbnail	{
	float: right;
	margin-left: 10px;
}


/*The following declarations are for articles only */
#container #primary .article	{
/* Slight horrid; we add #container to raise this rule's priority */
	width: 580px;
	width: 420px;
	margin-bottom: 1.5em;
}
#primary .article H2	{
	font-size: 7pt;
	border-bottom: 1px solid #DC006B;
	margin-top: 0;
	margin-bottom: 0.5em;
}
#primary .article H1	{
	margin: 0;
	margin-bottom: 0.75em;
	background-repeat: no-repeat;
	background-position: -2px 0px;
	width: 291px;
	width: 350px;
}

#content H1.run-in	{
/* Headlines are now exceptionally long compared to main.css */
	width: 415px;

}


#primary .article H1.oneline		{	height: 15px;	}
#primary .article H1.twolines		{	height: 32px;	}
#primary .article H1.threelines	{	height: 49px;	}
#primary .article H1.fourlines 	{ height: 65px;}
#primary .article H1 SPAN	{
	display: none;
}

#primary .article	P	{
	margin-top: 0;
	margin-bottom: 0.75em;
}

#primary .article	BLOCKQUOTE	{
	margin-left: 1em;
	margin-right: 1em;
	margin-bottom: 1em;
	background-color: #000000;
	width: 390px;
}
#primary .article	BLOCKQUOTE P	{
	margin: 0px;
	padding-top: 0px;
	padding-left: 15px;
	padding-right: 15px;
	width: 100%;
	text-align: justify;
}


#primary .article	.linkdomain	{
	color: #5F5F5F;
}


#primary .article	.illustration	{
	background-repeat: no-repeat;
/* PA: For free-standing illustations... */
	padding-bottom: 10px;	/* A little spacing on the bottom... */
	clear: both;					/* Explictly disallow text to wrap ... */
	margin: 0 auto;				/* and centre the illustraion */
}
#primary .article	.illustration	P.hide	{
	display: none;
}
#primary .article	.illustration P.caption	{
	font-weight: bold;
	font-size: 7pt;
	font-family: Century Gothic, Arial, Trebuchet, Trebuchet MS, san-serif;
	line-height: 9pt;
	margin-top: 5px;
}
#primary .article	.illustration-left,
#primary .article	.illustration-right	{
/* For left/right aligned illustrations, override the free-standing settings */
	padding-bottom: 0px;
	clear: none;
	margin: 0px 0px;
}
#primary .article	.illustration-left	{
	float: left;
	margin-right: 10px;
}
#primary .article	.illustration-right	{
	float: right;
	margin-left: 10px;
}



DIV.highslide-caption {
    background-color: #DC006B;
}
DIV .highslide img {
	border: 1px solid #930046;
}
DIV .highslide:hover img {
	border: 1px solid #DC006B;
}
