/* 
================================
 Container Styles for DotNetNuke
================================
*/   

.containermaster_blue {
	width: 100%;
	background-color: White;
	color:Blue;
}
.containerrow1_blue {
	
}
.containerrow2_blue {
	background-color: White;
	padding-left:5px;
	padding-right:5px;
}

.containerrow
{
	background-image: url(head.gif);
	height:20px;
	width: 175px;
}

.DottedLine
{
	background: url(dot.gif) repeat-y right;
}

.ContainerText

{
    font-size: 8pt;
    color: #4188B6;
    font-family: Verdana;
}


.ContainerTextBold

{
    font-size: 8pt;
    color: #E10811;
    font-family: Verdana;
    font-weight:bold;
}

a:link.ContainerLink 
{
	font-size: 8pt;
    color: #FFA604; 
    text-decoration : none;
    font-family:Verdana;
    font-weight: bold;
}

a:visited.ContainerLink 
{
	font-size: 8pt;
    color: #FFA604; 
    text-decoration : none;
    font-family:Verdana;
    font-weight: bold;
}

a:hover.ContainerLink 
{
    font-size: 8pt;
    color: #FFA604; 
    text-decoration: underline;
    font-family: Verdana;
    font-weight: bold;
}

a:active.ContainerLink 
{
    font-size: 8pt;
    color: #FFA604; 
    text-decoration : none;
    font-family:Verdana;
    font-weight: bold;
}

