/* 
================================
 Container Styles for DotNetNuke
================================
*/   

.containermaster_blue {
	width: 100%;
	background-color: #DFE5F2;
	BORDER-RIGHT: #7994CB 1px solid; 
	BORDER-TOP: #7994CB 1px solid; 
	BORDER-LEFT: #7994CB 1px solid; 
	BORDER-BOTTOM: #7994CB 1px solid; 
	moz-border-radius-bottomleft: 15px; 
	moz-border-radius-bottomright: 15px; 
	moz-border-radius-topleft: 3px; 
	moz-border-radius-topright: 3px
	
}
.containerrow1_blue {
	BACKGROUND-IMAGE: url(gradient_LtBlue.jpg);
}
.containerrow2_blue {
	background-color: #FFFFFF
}


/* style for module titles */
.ModuleTitle   {
    font-family: Arial, Tahoma, Helvetica;
    font-size:  20px;
    font-weight:    normal;
    color: #0066cc;
}

.HRBlue
{
    color: #0066cc;
    height:2pt;
    text-align:left;
    width: 600px
}

.HRBlue800
{
    color: #0066cc;
    height:2pt;
    text-align:left;
    width: 800px
}

/* StandardUnderline- Occupation or Membership Affiliation*/
.SUL:link {
    text-decoration:    underline;
    color: #0066cc;
    font-family: Arial, Helvetica;
    font-size: 13px;
    font-weight: bold;
}

.SUL:visited
{
	font-weight: bold;
	font-size: 13px;
	color: #0066cc;
	font-family: Arial, Helvetica;
	text-decoration: underline;
}

.SUL:active   {
    text-decoration:    underline;
    color: #0066cc;
    font-family: Arial, Helvetica;
    font-size: 13px;
    font-weight: bold;
}

.SUL:hover    {
    text-decoration:    underline;
    color: gray;
    font-family: Arial, Helvetica;
    font-size: 13px;
    font-weight: bold;
}
/* End StandardUnderline */

