/* 
================================
 Container Styles for DotNetNuke
================================
*/   
.frame{
	border-right: #C0C0C0 1px dotted; 
	border-top: #C0C0C0 1px dotted; 
	border-left: #C0C0C0 1px dotted; 
	border-bottom: #C0C0C0 1px dotted; 
}

.containermaster_gray {
	width: 100%;
	background-color: #C0C0C0;
	padding: 5px;
}

.Head {
	font-family: Tahoma;
	font-size: 10pt;
	font-weight: bold;
	color: #FFFFFF;
	text-transform: uppercase;

}


.containerrow1_blue {
	font-family: Tahoma, Verdana, Arial, Helvetica;
	font-size: 10pt;
	color: #333333;
	padding: 5px;
}
.containerrow2_blue {
	font-family: Tahoma, Verdana, Arial, Helvetica; font-size: 10pt; color: #333333;
	background-color: #ffffff;
}

/*

a { font-family: Tahoma, Verdana, Arial, Helvetica; font-size: 10pt; color: #99CCFF}
a:active     { font-family: Tahoma, Verdana, Arial, Helvetica; font-size: 10pt; color: #99CCFF }
a:hover      { color: #99CCFF; text-decoration: overline underline; font-family: Tahoma, Verdana, Arial, Helvetica; font-size: 10pt }
a:link       { font-family: Tahoma, Verdana, Arial, Helvetica; font-size: 10pt; color: #99CCFF }
a:visited    { font-family: Tahoma, Verdana, Arial, Helvetica; font-size: 10pt; color: #99CCFF }
*/