/* 
================================
 Container Styles for DotNetNuke
================================
*/   

.containermaster {
	width: 100%;
	background-color: Transparent;
	border-left:solid 2px #e8e8e8;
    border-right:solid 2px #e8e8e8; 
	border-top: #8f9092 0px solid; 
	border-bottom: #8f9092 0px solid; 
	moz-border-radius-bottomleft: 15px; 
	moz-border-radius-bottomright: 15px; 
	moz-border-radius-topleft: 3px; 
	moz-border-radius-topright: 3px;
}
.containerrow1_Gray 
{
	background-image:url(images/header.gif);
	background-repeat:no-repeat;
	background-color:Transparent;
	height:55px;
	width:560px;
}

.containerrow1_Title 
{
	background-color:Transparent;
}

.GrayBackground_Title
{
    color:#333;
    font-family: Tahoma, Arial;
    font-size: 15px;
    font-style:normal;
    font-weight:bold;
    letter-spacing: 0em;
    text-align:Left;
}
.BlueTitle_Title
{
    color:#336699;
    font-family: Tahoma, Arial;
    font-size: 15px;
    font-style:normal;
    font-weight:bold;
    letter-spacing: 0em;
    text-align:Left;
}
.AnalistaContent
{
    color:#545454;
    font-family: Tahoma, Arial;
    font-size:12px;
    font-style:normal;
    text-align:left;
}
.AnalistaContent a:link
{
    color:#003366;
    text-decoration:none;
}

.AnalistaContent a:visited
{
    color:#003366;
    text-decoration:underline;
}
.AnalistaContent a:active
{
    color:#003366;
    text-decoration:underline;
}
.AnalistaContent a:hover
{
    color:#003366;
    text-decoration:underline;
}

