/* 
================================
 Container Styles for DotNetNuke
================================
*/   

.BlueLine {
	background-color: #DFE5F2;
}


/* text style used for most text rendered by modules */
.absPlain .Normal
{
	color: White;
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.absPlain .NormalTextBox
{
	color: White;
}

.absPlain .NormalBold
{
	color: White;
}

.absPlain A:link,
.absPlain A:visited,
.absPlain A:active,
.absPlain A:hover
{
	color: Lime;
}

