﻿/* 
================================
 Container Styles for DotNetNuke
================================
*/   
.containBarLeft
{
	position:relative;
	float:left;
	background-image:url('images/containLeft.png');
	width:16px;
	height:21px;
	z-index:170;
}
.containBar
{
	position:relative;
	background-image:url('images/headerBlue.png');
	background-repeat:repeat-x;
	height:30px;/*default was 21px*/
	z-index:175;
	width:100%;
}
.containBarRight
{
	position:relative;
	float:right;
	background-image:url('images/containRight.png');
	width:17px;
	height:21px;
	z-index:175;
}
.containBarCenter
{
	position:relative;
	background-image:url('images/containBar.png');
	background-repeat:repeat-x;
	height:21px;
	margin-left:16px;
	z-index:170;
}
.containBarRCenter
{
	position:relative;
	background-image:url('images/containBar.png');
	background-repeat:repeat-x;
	height:21px;
	margin-right:18px;
	z-index:170;
	clear:both;
}

.Module-Wrapper
{
    /*border: solid 1px #e0e0e0;*/
    margin-right: 5px;
    z-index:170;
	
}
.Module-WrapperLeft
{
    /*border: solid 1px #e0e0e0;*/
    margin: 2px;
    z-index:170;
	border: solid 1px #000000; /*added border around containers*/
}

.Module-TableWrapper
{
    width: 100%;
	
}

table.Module-Wrapper
{
    width: 98%;
    margin-left: auto;
    margin-right: auto;

}

.Module-Header
{
    margin-bottom: 0px;
    width: 100%;
    height: 21px;
    z-index:170;
}

.Module-Menu,
.Module-Icon,
.Module-Title
{
    float:left;
	margin-left: auto ;
	margin-right: auto ;
	
    padding:0px;/*default was 2px */
    z-index:170;
    color:#fff;
}

.CCHIVhead
{
	float: left;
    padding: 2px;
    z-index:170;
    color:#000;
   	font-size:small;
   	font-weight:bold;	
}
.containerhead
{
	float: left;
    padding: 2px;
    z-index:170;
    color:#27364e;
   	font-size:small;
   	font-weight:bold;
	
}

.Head
{
	float: left;
    	padding: 5px; /*default was 2px*/
    	z-index:170;
    	color:#DFDFD9;
   	font-size:medium;
   	font-weight:bold;
	
	
}
.DNNArticleHead
{
	float: left;
    padding: 2px;
    z-index:170;
    color:#27364e;
   	font-size:small;
   	font-weight:bold;	
}
.Module-Help
{
	width:16px;
    float: right;
}
.Module_Body
{
	padding: 0px; /*default was 7px */
    border: solid 1px #e0e0e0;
}
.Module-Content
{
    padding: 3px;
		
}
.Module-Content *
{
    padding: 1px;
}

.Module-Footer
{
    margin-top: 0px; /*this controls the white space at the bottom of each module*/
    padding: 0px;
    z-index:170;
}

.Module-Footer *
{
    padding-right: 3px;
    z-index:170;
}
.SubHead 
{
  color:#003366;
  font-family:Tahoma,Arial,Helvetica;
  font-size:14px;
  font-weight:bold;
}