/* ================================
CSS STYLES FOR DotNetNuke
================================
/* GENERAL */
#title_pink {
font-family: Arial, Verdana, Helvetica, sans-serif;
font-size: 14px;
font-weight: bold;
color: #ec008c;
text-align: left;
text-indent: 6px;
width: 100%;
}
#title_pink2 {
font-family: Arial, Verdana, Helvetica, sans-serif;
font-size: 14px;
font-weight: bold;
color: #ec008c;
text-align: left;
text-indent: 0px;
width: 100%;
}
#title_yellow {
font-family: Arial, Verdana, Helvetica, sans-serif;
font-size: 14px;
font-weight: bold;
color: #f2f5ca;
text-align: left;
text-indent: 6px;
}
.green_gradient {
	background: url(green_gradient.jpg) repeat-x #fffded;
	height: 34px;
}
.globe {
	background: url(world_plain.jpg) no-repeat middle center;
	height: 22px;
	width: 26px;
}
.globe_gray {
	background: url(world_gray.jpg) no-repeat middle center;
	height: 33px;
	width: 34px;
}
.dual_line {
	background: url(dual_line.jpg) repeat-x;
	height: 4px;
}
.blue_gradient {
	background: url(blue_gradient.jpg) repeat-x #1b70b6 top;
}
.pink_gradient {
	background: url(pink_gradient.jpg) repeat-x #ec008c top;
}
.white .Normal, .white .Normal table, .white .Normal table p, .white .Normal p
{
    font-family:   Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #ffffff;
	line-height: 1.3em;
}
.white .Normal a:link, .white .Normal table a:link, .white .Normal a:active, .white .Normal table a:active, .white .Normal a:visited, .white .Normal table a:visited
{
    font-family:   Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #FF9;
	line-height: 1.3em;
}
.white .Normal a:hover, .white .Normal table a:hover
{
    font-family:   Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #6C6;
	line-height: 1.3em;
}

