/* 
================================
 Container Styles for DotNetNuke
================================
*/
   
.empty_container {
	width: 100%;
	font: 12px Arial;
}

.gray_container {
	width: 100%;
	direction:rtl;
	padding-bottom:10px;
}

.gray_tl 
{
	width:4px;
	height:4px;
	background: url(images/gray/tl.gif) no-repeat;	
}

.gray_tr 
{
	width:4px;
	height:4px;
	background: url(images/gray/tr.gif) no-repeat;	
}

.gray_bl 
{
	width:4px;
	height:4px;
	background: url(images/gray/bl.gif) no-repeat;	
}

.gray_br 
{
	width:4px;
	height:4px;
	background: url(images/gray/br.gif) no-repeat;	
}

.gray_head
{
	background:#e3e3e3;
	width:100%;
	padding-top:5px;
	padding-bottom:10px;
}

.gray_head .Head, .tortuga_head .Head
{
	font: bold 14px Arial;
	color: #0082d6;
}

.gray_content
{
	background:#e3e3e3;
	padding-right:16px;
	padding-left:16px;
	font: 10px Arial;
	direction:rtl;
}

.articletitle a:link, .articletitle a:visited
{
	font: bold 12px Arial;
	color: #003366;
}

.tortuga_head
{
	width:100%;
	padding-bottom:5px;
}

.tortuga_content
{
	direction:rtl;
	padding-bottom:20px;
}