/* 
=================
 Container Styles /DNN/iepngfix/
=================
*/   
.titlebartext{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
	font-weight: bold;
	}
.containertopleft
{
	behavior: url(/iepngfix.htc);
	background-image: url(../images/cont-top-left.png);
	height: 21px;
	width:22px;
}
.containerbottomleft
{
	behavior: url(/iepngfix.htc);
	background: url(../images/cont-bottom-left.png);
	height: 10px;
	width:10px;
	
}
.containertopright
{
	behavior: url(/iepngfix.htc);
	background: url(../images/cont-top-right.png);
	height: 21px;
	width:22px;
}
.containerbottomright
{
	behavior: url(/iepngfix.htc);
	background: url(../images/cont-bottom-right.png);
	height: 10px;
	width:10px;
}
.containerbottomcenter
{
	background: url(../images/cont-bottom-bg.gif);
	height: 10px;	
}
.containerleftcenter
{
	background: url(../images/cont-left-bg.gif);
	width: 10px;
}
.containerrightcenter
{
	background: url(../images/cont-right-bg.gif);
	width: 10px;
}
.containertitlebar{
	background: url(../images/cont-top-bg.gif);
	height: 21px;
}
.containercontent
{
	vertical-align: top;
	width: 100%;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
}
.middlecontent{ 
	border-right-color: #adadad;
	border-right-style: solid;
	border-right-width: 1px;
	border-left-color: #ADADAD;
	border-left-style: solid;
	border-left-width: 1px;
	border-top-style: none;
	border-bottom-style: none;
}

.containerbottomleft_blue
{
	behavior: url(/iepngfix.htc);
	background: url(../images/cont-bottom-left_blue.png);
	height: 10px;
	width:10px;
	
}
.containerbottomright_blue
{
	behavior: url(/iepngfix.htc);
	background: url(../images/cont-bottom-right_blue.png);
	height: 10px;
	width:10px;
}


.containerbottomcenter_blue
{
	background: url(../images/cont-bottom-bg_blue.gif);
	height: 10px;	
}
.containerleftcenter_blue
{
	background: url(../images/cont-left-bg_blue.gif);
	width: 10px;
}
.containerrightcenter_blue
{
	background: url(../images/cont-right-bg_blue.gif);
	width: 10px;
}

.containerbottombackground_blue
{
	background-color: #d3e7ff;

}


/* 
=================
 Main Side Nav 
=================
*/   
.navheader{
	font-size: 13px;
	color: #00467f;
	font-weight: bold;
}
.verticalmenu {
	list-style: none;
	width: 232px;
	margin-left: 0px;
	margin-top: 5px;
	margin-bottom: 5px;
	}
	
.verticalmenu li a, .verticalmenu td a {
	list-style: none;
  	voice-family: "\"}\""; 
  	voice-family: inherit;
	text-decoration: none;
	}	
	
.verticalmenu li a:link, .verticalmenu li a:visited, .verticalmenu td a:link, .verticalmenu td a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #333333;
	display: block;
	background:  url(nav-menu.gif) no-repeat top;
	padding-top: 3px;
	padding-bottom: 5px;
	padding-left: 40px;
	}
	
.verticalmenu li a:hover, .verticalmenu td a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #ff9900;
	display: block;
	background:  url(nav-menu-over.gif) no-repeat top;
	padding-top: 3px;
	padding-bottom: 5px;
	padding-left: 40px;
	}



/* 
==================
 Global Nav Links
==================
*/ 
div#GlobalLinks td 
{
	padding-left: 3px;
	padding-right: 3px;
}
div#GlobalLinks td a:visited
{
	text-decoration: underline;
	color: #666666;
}
div#GlobalLinks td a:hover
{
	text-decoration: underline;
	color: #000;
}

div#GlobalLinks td a
{
	text-decoration: underline;
	color: #666666;
}


/* 
=================
 Article Style 
=================
*/   
.bluetitle {
	font-size: 17px;
	font-weight: bold;
	color: #00467f;	
}



























