﻿/* Styles for News Tree
background-image: url(Resources/Pictures/contentplane/nieuwarchiefitem.png);
*/

.NewsMainTreeNode
{
	font-size: 11px;
	text-indent: 2px;
	line-height:12px;
	height: 12px;
}

.NewsMainTreeNode A
{
	font-size: 11px;
	color: white;
	font-family: Verdana;
	text-decoration: none;
}

.NewsMainTreeNode A:link
{
	font-size: 11px;
	color: white;
	font-family: Verdana;
	text-decoration: none;
}

.NewsMainTreeNode A:hover
{
	font-size: 11px;
	color: white;
	font-family: Verdana;
	text-decoration: none;
}

.NewsMainTreeNode A:active
{
	font-size: 11px;
	color: white;
	font-family: Verdana;
	text-decoration: none;
}


.NewsChildTreeNode
{
	font-size: 10px;
	text-indent: 0px;
	line-height: 14px;
}

.NewsChildTreeNode A
{
	font-size: 10px;
	color: white;
	font-family: Verdana;
	text-decoration: underline;
}

.NewsChildTreeNode A:link
{
	font-size: 10px;
	color: white;
	font-family: Verdana;
	text-decoration: underline;
}

.NewsChildTreeNode A:hover
{
	font-size: 10px;
	color: #ffa;
	font-family: Verdana;
	text-decoration: underline;
}

.NewsChildTreeNode A:active
{
	font-size: 10px;
	color: white;
	font-family: Verdana;
	text-decoration: underline;
}

/* Styles for Newstable on the right */

.NewsTable
{	
	vertical-align: top;
	background-image: url(Resources/Pictures/contentplane/nieuwsknoprepeat.png);
	background-repeat: repeat;
}

.NewsTable .NewsItem
{
	vertical-align: bottom;
	cursor: pointer;
}

.NewsTable .Spacer
{
	height: 10px;
}


.NewsTable .HrImage
{		
	height: 2px;
	max-height: 2px;
	line-height: 2px;
	font-size: 0px;

}
.NewsTable .Arrow
{
	width: 15px;
	text-align:center;
}


.NewsTable .NewsLabel
{
	/*vertical-align: top; */
	text-align: left;
	cursor:pointer;
	height:18px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: white;	
	width: 160px;
}

.NewsTable .NewsLink, .HighlightTable .NewsLink
{
	cursor: pointer;
	background-image: url(Resources/Pictures/contentplane/highlightsmore.png);
	height: 39px;
	text-indent: 30px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: white;	
}

.NewsTable .BackLink
{
	cursor: pointer;
	background-image: url(Resources/Pictures/contentplane/backhighlights.png);
	height: 39px;
	text-indent: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: white;	
	width: 160px;
}

/* Styles for News content in the middle */

.NewsContent
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: Black;
	padding-left: 10px;
	padding-top: 10px;	
}

.NewsContent .NewsTitleBar
{
	background: url(Resources/Pictures/contentplane/smalltitlerepeat.png) repeat-x;
    text-indent: 10px;	
	font-size: 15px;
	color: White;
}


.NewsContent .NewsContentInner
{
	 font-family: Verdana, Arial, Helvetica, sans-serif;
	 font-size: 11px;
     background-color: White;
     color: Black;
}

.NewsContent .NewsBlueTitleBar
{
	background: url(Resources/Pictures/contentplane/smallbluetitlerepeat.png) repeat-x;
    text-indent: 10px;	
	font-size: 15px;
	color: White;
}

.NewsContent .Topbar
{
	background-image: url(Resources/Pictures/contentplane/navigationbarrepeat.png);
	
}

.NewsFrontTopLeft
{
	float:left;
}

.NewsFrontTopRight
{
	float:right;
}

.NewsFrontBottomLeft
{
	float:left;
}

.NewsFrontBottomRight
{
	float:right;
}

.NewsFrontBottom
{}