/* 
================================
 Container Styles for DotNetNuke
================================
*/   
.ths-container-gray-n {
	height: 4px;
	background-image: url(ths-container-gray-n.gif);
	background-repeat: repeat-x;
}
.ths-container-gray-s {
	height: 4px;
	background-image: url(ths-container-gray-s.gif);
	background-repeat: repeat-x;
}
.ths-container-gray-w {
	width: 4px;
	background-image: url(ths-container-gray-w.gif);
	background-repeat: repeat-y;
}
.ths-container-gray-e {
	width: 4px;
	background-image: url(ths-container-gray-e.gif);
	background-repeat: repeat-y;
}
.ths-container-gray-hr {
	margin: 3px 0px 0px 0px; 
	width:100%; 
	height: 1px; 
	background-color: #999999;
}

div.ths-container-rk-gray a {
	font-family: Verdana,Helvetica;
	font-size: 11px;
	font-weight:bold;
	color: #777777;	
}
div.ths-container-rk-gray a.hover {
	text-decoration: underline;
	color: #777777;	
} 
div.ths-container-rk-gray a:visited {
} 

div.ths-container-rk-gray .Head {
	font-family: verdan, Arial, Helvetica;
	font-size: 11px;
	font-weight: bold;
	color: #777777;
	line-height: 9px;
}


div.ths-container-rk-blue .Head {
	color: white;
	font-size: 11px;
}

.rek_readmore {
	font-size: 8px;
}



