/* 
================================
 Container Styles for DotNetNuke
================================
*/   
.containermaster_login {
	width: 100%;
	color: #ffffff;
	font-size: 11px;
	font-family:Arial;
	background-color: #501111;
	}
	
.containerimg_red {
	background-image: url(DirectorLoginHeader.gif);
	
}
.SkinObject2 {
    font-weight: bold;
    font-size: 8.5pt;
    color: #ffffff;
    font-family: Tahoma, Arial, Helvetica;
    text-decoration: none;
}

A.SkinObject2:link {
    text-decoration:    none;
    color:#ffffff;
}

A.SkinObject2:visited  {
    text-decoration:    none;
    color:#ffffff;
}

A.SkinObject2:active   {
    text-decoration:    none;
    color:#ffffff;
}

A.SkinObject2:hover    {
    text-decoration:    none;
    color:#ffffff;
}

