#tabs #helpcentre a
{
	background-color:RGB(251,96,2);
	color:white;
	background:url(../../images/backgrounds/TabSelected.jpg) top left no-repeat;
	border:1px solid black;
}

#newsheader
{
	background:url(../images/titles/newsheader.jpg) top left no-repeat;
	height:75px;
	width:300px;
/*	border-top:1px solid gray;
	border-bottom:1px solid gray;*/
	margin-left:auto;
	margin-right:auto;
	text-align:center;
}

#layouttable 
{
	width:85%;
}

#layouttable td
{
	border-bottom:1px dotted orange;
	border-top:1px dotted orange;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
}



/*------------------ */

.bloglinknormal
{
	
	display:inline;
	padding:0;
	margin:0;
	margin-left:0px;
	font-weight:normal;
	color:#666666;  
	border-bottom:1px dashed RGB(253,92,0);
}

.bloglinknormal:active
{
	display:inline;
	padding:0;
	
	font-weight:normal;
}

.bloglinknormal:hover
{
	display:inline;
	padding:0;
	
	font-weight:normal;
	color:white;
	background-color:RGB(251,96,2);  /* deep orange */ 
}

.bloglinknormal:visited
{
	display:inline;
	padding:0;
	
	font-weight:normal;
}

.bloglinknormal:visited:hover
{
	display:inline;
	padding:0;
	
	font-weight:normal;
	color:white;
	background-color:RGB(251,96,2);  /* deep orange */ 
	
}

#divnewscontainer
{
	margin-top:8px;
	margin-left:auto;
	margin-right:auto;
	width:535px;
/* 
	border:1px solid silver;
 */
	background:url(../../images/backgrounds/eframenews.jpg) top left no-repeat;
	height:100%;
}

#divcontent
{
	position:relative;
	padding-top:60px;
}

#divcontent div
{
	padding:3px;
}

.divText
{
	padding-top:1px;
	text-align:left;
	margin-left:20px;
	font-weight:normal;
	text-align:left;
}

.divprheader
{
	font-family:sans-serif;
	font-weight:bold;
	font-size:14px;
	text-align:center;
}

.divprsubheader
{
	font-family:sans-serif;
	font-weight:bold;
	font-size:11px;
	text-align:center;
}
