﻿/* 
================================
 Container Styles for DotNetNuke
================================
*/   
.w2sgBluecontainBarLeft
{
	position:relative;
	float:left;
	background-image:url('images/containLeft.png');
	width:16px;
	height:21px;
	z-index:170;
}
.w2sgBluecontainBar
{
	position:relative;
	background-image:url('images/headerBlue.png');
	background-repeat:repeat-x;
	height:21px;
	z-index:175;
	width:100%;
}
.w2sgBluecontainBarRight
{
	position:relative;
	float:right;
	background-image:url('images/containRight.png');
	width:17px;
	height:21px;
	z-index:175;
}
.w2sgBluecontainBarCenter
{
	position:relative;
	background-image:url('images/containBar.png');
	background-repeat:repeat-x;
	height:21px;
	margin-left:16px;
	z-index:170;
}
.w2sgBluecontainBarRCenter
{
	position:relative;
	background-image:url('images/containBar.png');
	background-repeat:repeat-x;
	height:21px;
	margin-right:18px;
	z-index:170;
	clear:both;
}

.w2sgBlueModule-Wrapper
{
    /*border: solid 1px #e0e0e0;*/
    margin-right: 5px;
    z-index:170;
     width: 100%;
}
.w2sgBlueModule-WrapperLeft
{
    /*border: solid 1px #e0e0e0;*/
    margin: 2px;
    
}

.w2sgBlueModule-TableWrapper
{
    width: 100%;
}

table.Module-Wrapper
{
    width: 98%;
    margin-left: auto;
    margin-right: auto;
}

.w2sgBlueModule-Header
{
    margin-bottom: 0px;
    width: 100%;
    height: 21px;
    
}

.w2sgBlueModule-Menu,
.w2sgBlueModule-Icon,
.w2sgBlueModule-Title
{
    float: left;
    padding:2px;
    z-index:170;
    color:#fff;
}
.Head
{
	float: left;
    padding: 2px;
    z-index:170;
    
   	font-size:small;
   	font-weight:bold;	
}
.w2sgBlueModule-Help
{
	width:16px;
    float: right;
}
.w2sgBlueModule_Body
{
	padding: 7px;
   
}
.w2sgBlueModule-Content
{
    padding: 3px;
}
.w2sgBlueModule-Content *
{
    padding: 1px;
}

.w2sgBlueModule-Footer
{
    margin-top: 10px;
    padding: 7px;
    z-index:170;
}

.w2sgBlueModule-Footer *
{
    padding-right: 3px;
    z-index:170;
}
