/* ================================
    CSS STYLES FOR DotNetNuke
   ================================
*/ 
td.containerHEADL_blue {
	background: url(box1_l.jpg) repeat-y bottom left;
	background-color: #E0E4EB;
	width: 15px;
	padding: 0;
}

td.containerHEADR_blue {
	background: url(box1_r.jpg) repeat-y bottom right;
	background-color: #E0E4EB;
	width: 15px;
	padding: 0;
}

td.containerHEADC_blue {
	background: url(box1_top_blue.jpg) repeat-x top;
	padding: 0px 0px 0px 5px;
	width: 100%;
	height: 25px;
	font-family: Arial;
	font-size: 13px;
	font-weight: bold;
	color: white;
}
td.containerTopLeft_blue {
	background: url(box1_top_left_blue.jpg) no-repeat top;
	height: 25px;
}

td.containerBot_blue {
	background: url(box1_b.jpg) repeat-x top;
	width: 3px;
	padding: 0;
	text-align: right;
}

td.containerTD_blue {
	padding: 5px 5px 5px 5px;
	background-color: #E0E4EB;
}

table {
	padding: 0;
}
.sidetitle_blue  {
	font-family: Arial;
	font-size: 13px;
	font-weight: bold;
	color: white;
}


