/* 
================================
 Container Styles for DotNetNuke
================================
*/   

.containermaster_1 {
	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;
	line-height : 1.10em;
}
.containerrow1_1 {
}
.containerrow2_1 {
	background-color: #ffffff;
}
.containermaster_2 {
	width: 100%;
	background-color: transparent;
	line-height : 1.10em;
}
/* the edit button at the bottom of the container */
a.ContainerItem1:link, a.ContainerItem1:visited, a.ContainerItem1:active  {
    font-family: Tahoma, Arial;
    font-weight: bold;
    font-size: 75%;
}
a.ContainerItem1:hover {
    font-family: Tahoma, Arial;
    font-weight: bold;
    font-size: 75%;
}
/* links */
.Normal a:link, .Normal a:visited, .Normal a:active {
     text-decoration:underline;
}
