/* 
================================
 Container Styles for DotNetNuke
================================
*/   

.containermaster_blue {
	width: 100%;
	background-color: #f3f5fa;
	border-right: #838a8b 1px solid; 
	border-top: #838a8b 1px solid; 
	border-left: #838a8b 1px solid; 
	border-bottom: #838a8b 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;
}
TBODY   {
   font-family: Arial, Tahoma, Helvetica;
   font-size: 13px;
   font-weight: normal;
   color: #000000;
}
.Normal
{
   font-family: Arial, Tahoma, Helvetica;
   font-size: 13px;
   font-weight: normal;
   color: #000000;
}
.Skinobject
{
   font-family: Arial, Tahoma, Helvetica;
   font-size: 13px;
   font-weight: normal;
   color: #000000;
}
A:link  {
   font-family: Arial, Tahoma, Helvetica;
   font-size: 13px;
   font-weight: normal;
   text-decoration:underline;
   color: #000000;
}

A:visited   {
   font-family: Arial, Tahoma, Helvetica;
   font-size: 13px;
   font-weight: normal;
   text-decoration:underline;
   color: #000000;
}

A:active    {
   font-family: Arial, Tahoma, Helvetica;
   font-size: 13px;
   font-weight: normal;
   text-decoration:underline;
   color: #000000;
}

A:hover {
   font-family: Arial, Tahoma, Helvetica;
   font-size: 13px;
   font-weight: normal;
   text-decoration:underline;
   color: #000000;
}

