/*
	COLORS:
	
	Blue: 		#00467f
	Dark-grey:	#747474
		
*/
@charset "utf-8";
/****************** TAGS *******************/
body, p, input, textarea, select, .regularText, ul, li{
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height:1.3em;
}
h3{
	font-size: 28px;
	letter-spacing:-1;
}
p{
	line-height:18px;
}
a{
	color:#00467f !important;
}
li {
	background: url('/img/bullet-star.png') 0px 0px no-repeat;
	padding-left: 20px;
	margin-bottom: 10px;
	line-height:1.3em !important;
	}
ul {
	display:table-cell;
	list-style-type: none;
	padding-left: 0;
	margin-left: 0px;
	}


/****************** ID's ******************/
#page{
}
#facebooklikebox{
	float:right;
	margin-left:20px;
	display:inline-block;
}
#divInformationPanel{
	color:#000;
	padding-top:118px;
	font-size:1em;
	line-height:1.4em;
	display:none;
}
#InfoPanelUpDown{
	font-weight:bold;
	color:#00467f;
}
#divInformationPanel a{
	text-decoration:none;	
}
#divMenu{
	padding-top:7px;
}
#divContent{
}
#divHeadingPayoff{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:32px;
	letter-spacing:-2px;
	color:#747474;
}
#divHeadingProof{
	display:none;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:24px;
	line-height:32px;
	letter-spacing:-2px;
	color:#000;
	background-image:url(/img/popup-comment.png);
	background-repeat:no-repeat;	
}
#meerInfo{
	font-size:13px;
	letter-spacing:0px;
	font-family:Arial, Helvetica, sans-serif;
}
#layout_breadcrumbs{
	text-align:left;
	font-size:13px;
	color: #4D4D4D;	
}
#layout_content_text{
}
#layout_content_text a{
	color: #3f79b9;
	display:compact;
}
#divNews{
	padding-left:155px;
}
#proofLink{
	cursor:pointer;
}
#divTwitterLink a{
	color: #aaa !important;
}
/****************** CLASSES ***************/
.divDate{
	background-color:#00467F;
	color:#fff;
	position:absolute;
	bottom:0px;
	right:0px;
	padding:2px 10px 2px 10px;
}
.divTweet{
	display:none;
	width:770px;
	height:60px;
	padding:10px 10px 15px 10px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	margin-top:15px;
}
div.content{
	border-top:1px solid #00467F;	
	padding-top:10px;
}
.bodyclass{
	background-color: #fff;
	background-image:url(/img/background-pattern.jpg);
	background-repeat:repeat-x;
}
.addressTable{
	width:960px;	
}
.addressTable td{
	width: 280px;
	padding: 0 20px 0 20px;
	vertical-align:bottom;
}
.span-menu-button, .span-menu-button-selected{
	font-size: 21px;
	color: #fff;	
	font-weight:bold;
	display:inline-table;
	margin-top:5px;	
	letter-spacing:-0.5px;
	margin-right:5px;	
}
.span-menu-button a, .span-menu-button-selected a{
	text-decoration:none;
	color: #fff !important;
}
.textBlue{
	color:#00467f;
}
.inputText{
	border:solid 1px #999;
	background-color:#eee;
	padding:5px 15px;
}
.blueCell{
	font-size: 18px;
	font-family: Arial, Helvetica, sans-serif;
	color: #fff;	
	font-weight:bold;
	background-color:#00467f;
	letter-spacing:-0.5px;
	padding:4px;
}
.blueText{
	font-size: 18px;
	font-family: Arial, Helvetica, sans-serif;
	color: #00467f;	
	font-weight:bold;
	letter-spacing:-0.5px;
	padding:10px 14px 0 0;
	text-align:right;
	background-image:url(/img/border-bluecell.png);
	background-repeat:no-repeat;
	background-position:top right;
}
.greyBorderCell{
	border:solid 1px #5e5e5e;
}
.contentwrapper{
	position:relative;
	float:left;
	margin-top:20px;
}
.imagePortfolio{
	display:inline;
	width:310px;
	height:80px;
}
.imagePortfolio img{
	margin:0px 0px 15px 5px;	
}
.imagePortfolio a img{
	border:1px solid #ccc;
}
.imagePortfolio a:hover img{
	border:1px solid #00467f;	
}
span.linkColorbox img{
	padding:7px;
}
span.linkColorbox a img{
	border:1px solid #ccc;
}
span.linkColorbox a:hover img{
	border:1px solid #00467f;	
}
/*********************** cftooltip styling ***********************/
.yui-tt {
color: #444;
font-size:110%;
border: 1px solid #444;
background-color: #FFC;
padding: 10px;
width:250px;
margin:0;
}